Click or drag to resize

X509CertificateGetSerialNumber Method

Retrieves the serialNumber entry from the certificate.

Namespace:  pdftron.Crypto
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public byte[] GetSerialNumber()

Return Value

Type: Byte
a big-integer-style container holding bytes representing the components of an integral serial number in big-endian order
See Also