X509CRLEntrySerialNumber Property |
Gets the serial number of the revoked certificate.
Namespace:
System.Security.Cryptography.X509Certificates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public string SerialNumber { get; }
Public ReadOnly Property SerialNumber As String
Get
public:
property String^ SerialNumber {
String^ get ();
}
member SerialNumber : string with get
Property Value
Type:
StringSee Also