PDFKit.NET 2.0 Class Library (.NET 2.0)

Pkcs7DetachedSignatureHandler Constructor

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

Overload List

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

public Pkcs7DetachedSignatureHandler(X509Certificate2);

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

public Pkcs7DetachedSignatureHandler(X509Chain);

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

public Pkcs7DetachedSignatureHandler(Pkcs12Store);

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

public Pkcs7DetachedSignatureHandler(Pkcs12Store,string);

See Also

Pkcs7DetachedSignatureHandler Class | TallComponents.PDF.DigitalSignatures Namespace