Pkcs7Sha1Signature Constructor (Pkcs12Store, String)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Creates a new Pkcs7Sha1Signature and uses the given key from the store to sign the document.

Namespace:  Apitron.PDF.Kit.Interactive.Forms.Signature
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public Pkcs7Sha1Signature(
	Pkcs12Store keyStore,
	string name
)

Parameters

keyStore
Type: Apitron.PDF.Kit.Interactive.Forms.SignaturePkcs12Store
A key store.
name
Type: SystemString
Name of the key to use for signing.
See Also

Reference