Pkcs12Store Constructor (Stream, String)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Create a new Pkcs #12 key store from a stream.

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(
	Stream stream,
	string password
)

Parameters

stream
Type: System.IOStream
A stream containing a Pkcs #12 key store.
password
Type: SystemString
The password required to open the store.
Remarks

The stream may be closed when the constructor completes. It is the responsibility of the client to close the stream.
See Also

Reference