PDFReaderControls.NET Professional Type Reference

Pkcs12Store Constructor (X509Certificate2)

Create a Pkcs12Store from a Certificate.

public Pkcs12Store(
   X509Certificate2 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

Pkcs12Store Class | TallComponents.PDF.DigitalSignatures Namespace | Pkcs12Store Constructor Overload List