CertificatePublicKeyString Property
Gets a string containing a public key for X.509 certificate.

Namespace: MailBee.Security
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public string PublicKeyString { get; }

Property Value

Type: String
A string containing the hexadecimal public key.
Examples
The example is available in Certificate topic.
See Also