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()
Public Function GetSerialNumber As Byte()
public:
virtual array<unsigned char>^ GetSerialNumber() sealed
function GetSerialNumber();
Return Value
Type:
Bytea big-integer-style container holding bytes representing the components of an integral serial number in big-endian order
See Also