Pkcs12Store Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents Pkcs12store.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.Interactive.Forms.SignaturePkcs12Store

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 sealed class Pkcs12Store

The Pkcs12Store type exposes the following members.

Constructors

  NameDescription
Public methodPkcs12Store(X509Certificate2)
Create a Pkcs12Store from a Certificate.
Public methodPkcs12Store(X509Chain)
Create a Pkcs12Store from a chain
Public methodPkcs12Store(Stream, String)
Create a new Pkcs #12 key store from a stream.
Top
Properties

  NameDescription
Public propertyNames
The names of all certificates in the store that can be used for signing.
Top
See Also

Reference