Cms |
public class CmsSigner
The CmsSigner type exposes the following members.
| Name | Description | |
|---|---|---|
| CmsSigner(X509Certificate2, SubjectIdentifierType) | Initialize a new instance of the CmsSigner class. | |
| CmsSigner(IEnumerableX509Certificate, AsymmetricKeyParameter, SubjectIdentifierType) | Initialize a new instance of the CmsSigner class. | |
| CmsSigner(Stream, String, SubjectIdentifierType) | Initialize a new instance of the CmsSigner class. | |
| CmsSigner(String, String, SubjectIdentifierType) | Initialize a new instance of the CmsSigner class. | |
| CmsSigner(X509Certificate, AsymmetricKeyParameter, SubjectIdentifierType) | Initialize a new instance of the CmsSigner class. |
| Name | Description | |
|---|---|---|
| Certificate | Get the signer's certificate. | |
| CertificateChain | Get the certificate chain. | |
| DigestAlgorithm | Get or set the digest algorithm. | |
| PrivateKey | Get the private key. | |
| RsaSignaturePadding | Get or set the RSA signature padding. | |
| SignedAttributes | Get or set the signed attributes. | |
| SignerIdentifierType | Gets the signer identifier type. | |
| UnsignedAttributes | Get or set the unsigned attributes. |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object) | |
| Finalize | (Inherited from Object) | |
| GetHashCode | (Inherited from Object) | |
| GetType | (Inherited from Object) | |
| MemberwiseClone | (Inherited from Object) | |
| ToString | (Inherited from Object) |