Signature |
The SignatureConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
| SignatureConfiguration | Creates new SignatureConfiguration instance. | |
| SignatureConfiguration(X509Certificate2) | Creates new SignatureConfiguration instance. |
| Name | Description | |
|---|---|---|
| Algorithm | Gets or sets the signing algorithm. You can use one of the CommonOids static values. Default is SHA1 (Sha1). | |
| Certificate | Gets or sets the certificate that will be used to sign the message. | |
| DetachedSignature | Gets or sets the value indicating if detached signature will be used. Detached signature has better backward compability as S/MIME unaware clients are able to access the signed data. Default is true. | |
| ForceBase64Encoding | Some older system may have problems recognizing ApplicationPkcs7Mime entities encoded with anything else than Base64. This setting forces Base64 encoding, even when for example QuotedPrintable would be more efficient choice. | |
| IncludeOption | Gets or sets the option that controls whether the root and entire chain associated with the signing certificate are included with the created CMS/PKCS #7 message. Default is WholeChain. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |