PkcsSignerInfoBuilderUnauthenticatedAttributes Property |
Gets the
X509AttributeCollection collection of unsigned attributes that is associated with
the
PkcsSignerInfo content. Unsigned attributes can be modified without invalidating the
signature.
Namespace:
SysadminsLV.PKI.Cryptography.Pkcs
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public X509AttributeCollection UnauthenticatedAttributes { get; }
Public ReadOnly Property UnauthenticatedAttributes As X509AttributeCollection
Get
public:
property X509AttributeCollection^ UnauthenticatedAttributes {
X509AttributeCollection^ get ();
}
member UnauthenticatedAttributes : X509AttributeCollection with get
Property Value
Type:
X509AttributeCollectionSee Also