The members of System.Security.Cryptography.Pkcs.SignerInfo are listed below.
See Also: Inherited members from System.Object
| [read-only] | Certificate | System.Security.Cryptography.X509Certificates.X509Certificate2.
The SignerInfo.Certificate property retrieves the signing certificate associated with the signer information. |
| [read-only] | CounterSignerInfos | SignerInfoCollection.
The SignerInfo.CounterSignerInfos property retrieves the set of counter signers associated with the signer information. |
| [read-only] | DigestAlgorithm | System.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] | SignedAttributes | System.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] | SignerIdentifier | SubjectIdentifier.
The SignerInfo.SignerIdentifier property retrieves the certificate identifier of the signer associated with the signer information. |
| [read-only] | UnsignedAttributes | System.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] | Version | int.
The SignerInfo.Version property retrieves the signer information version. |
CheckHash()
| ||
CheckSignature(bool)
| ||
CheckSignature(System.Security.Cryptography.X509Certificates.X509Certificate2Collection, bool)
| ||
ComputeCounterSignature()
| ||
ComputeCounterSignature(CmsSigner)
| ||
RemoveCounterSignature(int)
| ||
RemoveCounterSignature(SignerInfo)
| ||