System.Security.Cryptography.X509Certificates.X509Certificate2.SerialNumber Property

Gets the serial number of a certificate.

Syntax

public string SerialNumber { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The serial number of the certificate is part of the original X.509 protocol. The serial number is a unique number issued by the certificate issuer, which is also called the Certificate Authority (CA).

Requirements

Namespace: System.Security.Cryptography.X509Certificates
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0