Click or drag to resize

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 byte[] GetData()

Return Value

Type: Byte
a container of bytes representing the certificate, encoded as binary DER
See Also