CmsSigner Properties
.NET Framework 4
The CmsSigner type exposes the following members.
| Name | Description | |
|---|---|---|
|
Certificate | The Certificate property sets or retrieves the X509Certificate2 object that represents the signing certificate. |
|
Certificates | The Certificates property retrieves the X509Certificate2Collection collection that contains certificates associated with the message to be signed. |
|
DigestAlgorithm | The DigestAlgorithm property sets or retrieves the Oid that represents the hash algorithm used with the signature. |
|
IncludeOption | The IncludeOption property sets or retrieves the option that controls whether the root and entire chain associated with the signing certificate are included with the created CMS/PKCS #7 message. |
|
SignedAttributes | The SignedAttributes property retrieves the CryptographicAttributeObjectCollection collection of signed attributes to be associated with the resulting SignerInfo content. Signed attributes are signed along with the specified content. |
|
SignerIdentifierType | The SignerIdentifierType property sets or retrieves the type of the identifier of the signer. |
|
UnsignedAttributes | The UnsignedAttributes property retrieves the CryptographicAttributeObjectCollection collection of unsigned PKCS #9 attributes to be associated with the resulting SignerInfo content. Unsigned attributes can be modified without invalidating the signature. |