Pkcs7DetachedSignature Constructor (X509Chain)

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

Parameters

chain
Type: System.Security.Cryptography.X509CertificatesX509Chain
The chain containing the private key.
See Also

Reference