Click or drag to resize

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

Return Value

Type: String
A unicode string containing the reason for the signature from within the digital signature dictionary. Empty if Reason entry not present.
See Also