CertificatePublicKey Property |
Gets a public key for X.509 certificate as a byte array.
Namespace: MailBee.SecurityAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public byte[] PublicKey { get; }
Public ReadOnly Property PublicKey As Byte()
Get
Property Value
Type:
ByteA public key as an array of bytes.
See Also