Click or drag to resize
MimeKit

X509CertificateRecordSerialNumber Property

Gets the serial number of the certificate.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public string SerialNumber { get; }

Property Value

String
The serial number.
Remarks
Gets the serial number of the certificate.
See Also