Certificate.SerialNumber Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the serial number of the certificate.
public:
property Platform::Array <byte> ^ SerialNumber { Platform::Array <byte> ^ get(); };
winrt::array_view <byte> SerialNumber();
public byte[] SerialNumber { get; }
var byte[] = certificate.serialNumber;
Public ReadOnly Property SerialNumber As Byte()
Property Value
Byte[]
byte[]
The serial number of the certificate.