DigitalSignatureFieldGetReason Method |
Should not be called when SubFilter is ETSI.RFC3161 (i.e. on a DocTimeStamp). Returns the Reason for the signature from the digital signature dictionary. Must call HasCryptographicSignature first and use it to check whether the signature is signed.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public string GetReason()
Public Function GetReason As String
public:
virtual String^ GetReason() sealed
Return Value
Type:
StringA unicode string containing the reason for the signature from within the digital signature dictionary. Empty if Reason entry not present.
See Also