CertificatePublicKey Property
Gets a public key for X.509 certificate as a byte array.

Namespace: MailBee.Security
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public byte[] PublicKey { get; }

Property Value

Type: Byte
A public key as an array of bytes.
See Also