Create a new Pkcs #12 key store from a stream.
Create a new Pkcs #12 key store from a stream.
public Pkcs12Store(Stream,string);
Create a Pkcs12Store from a Certificate.
public Pkcs12Store(X509Certificate2);
Create a Pkcs12Store from a chain
public Pkcs12Store(X509Chain);
Pkcs12Store Class | TallComponents.PDF.DigitalSignatures Namespace