System.Security.Cryptography.Pkcs.SignerInfo: Property Members

The properties of System.Security.Cryptography.Pkcs.SignerInfo are listed below. For a list of all members, see the SignerInfo Members list.

See Also: Inherited members from System.Object

Public Properties

[read-only]
CertificateSystem.Security.Cryptography.X509Certificates.X509Certificate2.

The SignerInfo.Certificate property retrieves the signing certificate associated with the signer information.

[read-only]
CounterSignerInfosSignerInfoCollection.

The SignerInfo.CounterSignerInfos property retrieves the set of counter signers associated with the signer information.

[read-only]
DigestAlgorithmSystem.Security.Cryptography.Oid.

The SignerInfo.DigestAlgorithm property retrieves the System.Security.Cryptography.Oid object that represents the hash algorithm used in the computation of the signatures.

[read-only]
SignedAttributesSystem.Security.Cryptography.CryptographicAttributeObjectCollection.

The SignerInfo.SignedAttributes property retrieves the System.Security.Cryptography.CryptographicAttributeObjectCollection collection of signed attributes that is associated with the signer information. Signed attributes are signed along with the rest of the message content.

[read-only]
SignerIdentifierSubjectIdentifier.

The SignerInfo.SignerIdentifier property retrieves the certificate identifier of the signer associated with the signer information.

[read-only]
UnsignedAttributesSystem.Security.Cryptography.CryptographicAttributeObjectCollection.

The SignerInfo.UnsignedAttributes property retrieves the System.Security.Cryptography.CryptographicAttributeObjectCollection collection of unsigned attributes that is associated with the System.Security.Cryptography.Pkcs.SignerInfo content. Unsigned attributes can be modified without invalidating the signature.

[read-only]
Versionint.

The SignerInfo.Version property retrieves the signer information version.