| SmimeResult Properties |
The SmimeResult type exposes the following members.
| Name | Description | |
|---|---|---|
| DecryptedMessage |
Gets a reference to the decrypted message.
| |
| DecryptionCertificate |
Gets a reference to the certificate which was used to decrypt the message.
| |
| EnvelopedCmsResult |
Gets EnvelopedCms reference produced by Decrypt(MailMessage) or DecryptAndVerify(MailMessage, MessageVerificationFlags) methods if SetEnvelopedCmsOnDecrypt was true.
Field ValueType:A reference to EnvelopedCms object if SetEnvelopedCmsOnDecrypt was true and message decryption occurred, or a null reference (Nothing in Visual Basic) otherwise. | |
| SignatureCertificate |
Gets a reference to the certificate extracted from the message signature.
| |
| SignedCmsResult |
Gets SignedCms reference produced by Verify(MailMessage, MessageVerificationFlags, CertificateStore) or DecryptAndVerify(MailMessage, MessageVerificationFlags) methods if SetSignedCmsOnVerify was true.
Field ValueType:A reference to SignedCms object if SetSignedCmsOnVerify was true and signature verification occurred, or a null reference (Nothing in Visual Basic) otherwise. | |
| VerificationResult |
Gets a set of flags which indicate reasons to treat the message signature as invalid.
|