PDFKit.NET 2.0 Class Library (.NET 2.0)

VeriSignSignatureHandler Constructor

Create a new VeriSignSignatureHandler to sign using the first key in the store.

Overload List

Create a new VeriSignSignatureHandler and use the given certificate to sign.

public VeriSignSignatureHandler(X509Certificate2);

Create a new VeriSignSignatureHandler and use the given chain to sign.

public VeriSignSignatureHandler(X509Chain);

Create a new VeriSignSignatureHandler to sign using the first key in the store.

public VeriSignSignatureHandler(Pkcs12Store);

Create a new VeriSignSignatureHandler to sign using the specified key in the store.

public VeriSignSignatureHandler(Pkcs12Store,string);

See Also

VeriSignSignatureHandler Class | TallComponents.PDF.DigitalSignatures Namespace