DigitalSignatureFieldSetReason Method |
Should not be called when SubFilter is ETSI.RFC3161 (i.e. on a DocTimeStamp). Sets the Reason entry in the digital signature dictionary. Must create a digital signature dictionary first using [Certify/Sign]OnNextSave[WithCustomHandler]. If this function is called on a digital signature field that has already been cryptographically signed with a valid hash, the hash will no longer be valid, so do not call Save (to sign/create the hash) until after you call this function, if you need to call this function in the first place. Essentially, call this function after [Certify/Sign]OnNextSave[WithCustomHandler] and before Save.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetReason(
string in_reason
)
Public Sub SetReason (
in_reason As String
)
public:
virtual void SetReason(
[InAttribute] String^ in_reason
) sealed
function SetReason(in_reason);
Parameters
- in_reason
- Type: SystemString
A string containing the Reason to be set.
See Also