Click or drag to resize

X509ExtensionGetData Method

Retrieves the raw binary DER-encoded data of the extension. (DER is short for Distinguished Encoding Rules.)

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

Return Value

Type: Int32
a container holding the bytes of the extension in the form of binary DER-encoded data
See Also