Pkcs7Sha1Signature Constructor (X509Certificate2)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Creates a new Pkcs7Sha1Signature and uses the given certificate 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(
	X509Certificate2 certificate
)

Parameters

certificate
Type: System.Security.Cryptography.X509CertificatesX509Certificate2
The certificate containing the private key.
See Also

Reference