Pkcs12Store Constructor (X509Certificate2)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Create a Pkcs12Store from a Certificate.

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 Pkcs12Store(
	X509Certificate2 certificate
)

Parameters

certificate
Type: System.Security.Cryptography.X509CertificatesX509Certificate2
The certificate.
Remarks

A complete chain must be buildable from the given certificate. The used RevocationMode will be X509RevocationMode.Offline, if you want an other revocation mode, please use the X509Chain overload.

Available as of .NET 2.0.

See Also

Reference