PkcsSignerInfoBuilderAuthenticatedAttributes Property |
Gets the
X509AttributeCollection collection of signed attributes that is associated with
the signer information. Signed attributes are signed along with the rest of the message content.
Namespace:
SysadminsLV.PKI.Cryptography.Pkcs
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public X509AttributeCollection AuthenticatedAttributes { get; }
Public ReadOnly Property AuthenticatedAttributes As X509AttributeCollection
Get
public:
property X509AttributeCollection^ AuthenticatedAttributes {
X509AttributeCollection^ get ();
}
member AuthenticatedAttributes : X509AttributeCollection with get
Property Value
Type:
X509AttributeCollectionSee Also