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

Namespace: MailBee.Security
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
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