| SmimeResultDecryptedMessage Property |
Namespace: MailBee.Security
| There is a case when Verify(MailMessage, MessageVerificationFlags, CertificateStore)/Verify2(MailMessage, MessageVerificationFlags, X509Certificate2Collection) methods and their overloads can still return non-null value for a messsage which is not encrypted but opaque-signed (so-called attached signature when the message and its signature are encoded in a single "smime.p7m" attachment). Such messages look almost the same as encrypted ones. In this case, MailBee not just verifies the signature but also sets DecryptedMessage property with the decoded message, extracted from "smime.p7m" data. |