X509ExtensionIsCritical Method |
Retrieves whether the extension is 'critical'. See RFC 5280 for an explanation of what this means.
Namespace:
pdftron.Crypto
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function IsCritical As Boolean
public:
virtual bool IsCritical() sealed
Return Value
Type:
Booleana boolean representing the criticality flag of the extension
See Also