Create a new Pkcs7Sha1SignatureHandler and use the given key from the store to sign.

Namespace: TallComponents.PDF.DigitalSignatures
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public Pkcs7Sha1SignatureHandler(
	Pkcs12Store keyStore,
	string name
)
Visual Basic
Public Sub New ( _
	keyStore As Pkcs12Store, _
	name As String _
)

Parameters

keyStore
Type: TallComponents.PDF.DigitalSignatures..::..Pkcs12Store
A key store.
name
Type: System..::..String
Name of the key to use for signing.

See Also