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