CertificateSerialNumber Property |
Gets the serial number of the X.509-formatted certificate as a byte array.
Namespace: MailBee.SecurityAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public byte[] SerialNumber { get; }
Public ReadOnly Property SerialNumber As Byte()
Get
Property Value
Type:
ByteA byte array representation of the certificate serial number.
See Also