The Smime type exposes the following members.
Properties
| Name | Description |
---|
  | EncryptionAlgorithm |
Gets or sets the algorithm to use for encrypting messages.
|
  | HashAlgorithm |
Gets or sets the hash algorithm to use for signing messages with a digital signature.
|
 | IncludeWholeChainOnSign | |
 | LastResult |
Gets a numeric code of the last error.
|
  | Provider |
Gets or sets the CSP to be used for cryptographic operations.
|
 | SetEnvelopedCmsOnDecrypt | |
 | SetSignedCmsOnVerify |
Gets or sets if Verify(MailMessage, MessageVerificationFlags, CertificateStore), Verify2(MailMessage, MessageVerificationFlags, X509Certificate2Collection), DecryptAndVerify(MailMessage, MessageVerificationFlags) and DecryptAndVerify2(MailMessage, MessageVerificationFlags, X509Certificate2Collection, X509Certificate2Collection) methods should also populate SignedCmsResult property.
|
 | ThrowExceptions |
Gets or sets whether the object will throw exceptions on errors.
|
 | TimestampOnSign | |
Top
See Also