DigitalSignatureFieldCertifyOnNextSave Method (String, String) |
Must be called to prepare a signature for certification, which is done afterwards by calling Save. Throws if document already certified. 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 CertifyOnNextSave(
string in_pkcs12_keyfile_path,
string in_password
)
Public Sub CertifyOnNextSave (
in_pkcs12_keyfile_path As String,
in_password As String
)
public:
virtual void CertifyOnNextSave(
[InAttribute] String^ in_pkcs12_keyfile_path,
[InAttribute] String^ in_password
) sealed
function CertifyOnNextSave(in_pkcs12_keyfile_path, in_password);
Parameters
- in_pkcs12_keyfile_path
- Type: SystemString
The path to the PKCS 12 keyfile to use to certify this digital signature. - in_password
- Type: SystemString
The password to use to parse the PKCS 12 keyfile.
See Also