Click or drag to resize

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 bool IsCritical()

Return Value

Type: Boolean
a boolean representing the criticality flag of the extension
See Also