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