X509CertificateGetData Method |
Retrieves the certificate as binary DER-encoded data. (DER is short for Distinguished Encoding Rules.)
Namespace:
pdftron.Crypto
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function GetData As Byte()
public:
virtual array<unsigned char>^ GetData() sealed
Return Value
Type:
Bytea container of bytes representing the certificate, encoded as binary DER
See Also