Click or drag to resize

DigitalSignatureFieldSignOnNextSave Method (String, String)

Must be called to prepare a signature for signing, which is done afterwards by calling Save. Cannot sign two signatures during one save (throws). Default document permission level is e_annotating_formfilling_signing_allowed. Throws if signature field already has a digital signature dictionary.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SignOnNextSave(
	string in_pkcs12_keyfile_path,
	string in_password
)

Parameters

in_pkcs12_keyfile_path
Type: SystemString
The path to the PKCS 12 keyfile to use to sign this digital signature.
in_password
Type: SystemString
The password to use to parse the PKCS 12 keyfile.
See Also