SmimeResult Properties

The SmimeResult type exposes the following members.

Properties
  NameDescription
Public propertyDecryptedMessage
Gets a reference to the decrypted message.
Public propertyDecryptionCertificate
Gets a reference to the certificate which was used to decrypt the message.
Public propertyEnvelopedCmsResult
Gets EnvelopedCms reference produced by Decrypt(MailMessage) or DecryptAndVerify(MailMessage, MessageVerificationFlags) methods if SetEnvelopedCmsOnDecrypt was true.

Field Value

Type: 
A reference to EnvelopedCms object if SetEnvelopedCmsOnDecrypt was true and message decryption occurred, or a null reference (Nothing in Visual Basic) otherwise.
Public propertySignatureCertificate
Gets a reference to the certificate extracted from the message signature.
Public propertySignedCmsResult
Gets SignedCms reference produced by Verify(MailMessage, MessageVerificationFlags, CertificateStore) or DecryptAndVerify(MailMessage, MessageVerificationFlags) methods if SetSignedCmsOnVerify was true.

Field Value

Type: 
A reference to SignedCms object if SetSignedCmsOnVerify was true and signature verification occurred, or a null reference (Nothing in Visual Basic) otherwise.
Public propertyVerificationResult
Gets a set of flags which indicate reasons to treat the message signature as invalid.
Top
See Also