SubjectIdentifier.SerialNumber Property
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9083)
SerialNumber
Gets the serial number of the certificate if this subject identifier is identified by the issuer name and serial number. Otherwise, this property will return null.
Declaration
public byte[] SerialNumber { get; }
Property Value
Type | Description |
---|---|
Byte[] | Certificate serial number. |