CmsSigner Constructor
.NET Framework 4
Creates an instance of the CmsSigner class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
CmsSigner() | The CmsSigner() constructor creates an instance of the CmsSigner class by using a default subject identifier type. |
|
CmsSigner(CspParameters) | The CmsSigner(CspParameters) constructor creates an instance of the CmsSigner class with the specified cryptographic service provider (CSP) parameters. CmsSigner(CspParameters) is useful when you know the specific CSP and private key to use for signing. |
|
CmsSigner(SubjectIdentifierType) | The CmsSigner(SubjectIdentifierType) constructor creates an instance of the CmsSigner class with the specified subject identifier type. |
|
CmsSigner(X509Certificate2) | The CmsSigner constructor creates an instance of the CmsSigner class with the specified signing certificate. |
|
CmsSigner(SubjectIdentifierType, X509Certificate2) | The CmsSigner constructor creates an instance of the CmsSigner class with the specified signer identifier type and signing certificate. |