CertificateAsX509Certificate Property
Gets the certificate as X509Certificate2 object.

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

Property Value

Type: X509Certificate2
An X509Certificate2 object which represents the certificate.
See Also