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(
	X509Certificate2 certificate
)
Visual Basic
Public Shared Function Create ( _
	certificate As X509Certificate2 _
) As StandardSignatureHandler

Parameters

certificate
Type: System.Security.Cryptography.X509Certificates..::..X509Certificate2
The certificate containing the private key.

Return Value

See Also