Click or drag to resize

PDFDocAddStdSignatureHandler Method (Byte, String)

Adds a standard (built-in) signature handler to the signature manager. This method will use cryptographic algorithm based on Adobe.PPKLite/adbe.pkcs7.detached filter to sign a PDF.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public ulong AddStdSignatureHandler(
	byte[] pkcs12_keybuffer,
	string pkcs12_keypass
)

Parameters

pkcs12_keybuffer
Type: SystemByte
The private key certificate store to use. (As an array of bytes).
pkcs12_keypass
Type: SystemString
The passphrase for the provided private key.

Return Value

Type: UInt64
A unique ID representing the SignatureHandler within the SignatureManager.
See Also