This topic has not yet been rated - Rate this topic

CmsSigner Constructor

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
Public method CmsSigner() The CmsSigner() constructor creates an instance of the CmsSigner class by using a default subject identifier type.
Public method 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.
Public method CmsSigner(SubjectIdentifierType) The CmsSigner(SubjectIdentifierType) constructor creates an instance of the CmsSigner class with the specified subject identifier type.
Public method CmsSigner(X509Certificate2) The CmsSigner constructor creates an instance of the CmsSigner class with the specified signing certificate.
Public method CmsSigner(SubjectIdentifierType, X509Certificate2) The CmsSigner constructor creates an instance of the CmsSigner class with the specified signer identifier type and signing certificate.
Top
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ