CertificateSerialNumber Property
Gets the serial number of the X.509-formatted 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[] SerialNumber { get; }

Property Value

Type: Byte
A byte array representation of the certificate serial number.
See Also