Smime Properties

The Smime type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleEncryptionAlgorithm
Gets or sets the algorithm to use for encrypting messages.
Public propertyCode exampleHashAlgorithm
Gets or sets the hash algorithm to use for signing messages with a digital signature.
Public propertyIncludeWholeChainOnSign
Gets or sets if Sign(MailMessage, Certificate) or SignAndEncrypt(MailMessage, Certificate, CertificateCollection) should include the whole certificate chain into the signature.
Public propertyLastResult
Gets a numeric code of the last error.
Public propertyCode exampleProvider
Gets or sets the CSP to be used for cryptographic operations.
Public propertySetEnvelopedCmsOnDecrypt
Public propertySetSignedCmsOnVerify
Public propertyThrowExceptions
Gets or sets whether the object will throw exceptions on errors.
Public propertyTimestampOnSign
Top
See Also