CertificateSerialNumberString Property
Gets the serial number of the X.509-formatted certificate as a string.

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

Property Value

Type: String
A string containing hexadecimal serial number of a digital certificate.
Examples
The example is available in Certificate topic.
See Also