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 Function GetData As Integer()
public:
virtual array<int>^ GetData() sealed
Return Value
Type:
Int32a container holding the bytes of the extension in the form of binary DER-encoded data
See Also