SmimeResultSignatureCertificate Property
Gets a reference to the certificate extracted from the message signature.

Namespace: MailBee.Security
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public Certificate SignatureCertificate { get; }

Property Value

Type: Certificate
A reference to the certificate extracted from the message signature, or a null reference (Nothing in Visual Basic) if the source message was not signed or if the current SmimeResult object was returned by Encrypt(MailMessage, CertificateCollection) method call.
Remarks
See Also