Create a Pkcs12Store from a chain

Namespace: TallComponents.PDF.DigitalSignatures
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public Pkcs12Store(
	X509Chain chain
)
Visual Basic
Public Sub New ( _
	chain As X509Chain _
)

Parameters

chain
Type: System.Security.Cryptography.X509Certificates..::..X509Chain

[Missing <param name="chain"/> documentation for "M:TallComponents.PDF.DigitalSignatures.Pkcs12Store.#ctor(System.Security.Cryptography.X509Certificates.X509Chain)"]

Remarks

Available as of .NET 2.0.

See Also