Create a new StandardSignatureHandler best suited for a signing certificate.

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

Syntax

C#
public static StandardSignatureHandler Create(
	Pkcs12Store keyStore,
	string name
)
Visual Basic
Public Shared Function Create ( _
	keyStore As Pkcs12Store, _
	name As String _
) As StandardSignatureHandler

Parameters

keyStore
Type: TallComponents.PDF.DigitalSignatures..::..Pkcs12Store
The key store containing the private key.
name
Type: System..::..String
The name that is associated with the private key in the store.

Return Value

Remarks

This method creates a signature handler best suited for signing based on the signing certificate's properties.

Note that a complete chain of certificates up to the root CA certificate or a self signed certificate is required within the key store.

See Also