PDFReaderControls.NET Professional Type Reference

Pkcs7Sha1SignatureHandler Constructor

Create a new Pkcs7Sha1SignatureHandler and use the first key from the store to sign.

Overload List

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

public Pkcs7Sha1SignatureHandler(X509Certificate2);

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

public Pkcs7Sha1SignatureHandler(X509Chain);

Create a new Pkcs7Sha1SignatureHandler and use the first key from the store to sign.

public Pkcs7Sha1SignatureHandler(Pkcs12Store);

Create a new Pkcs7Sha1SignatureHandler and use the given key from the store to sign.

public Pkcs7Sha1SignatureHandler(Pkcs12Store,string);

See Also

Pkcs7Sha1SignatureHandler Class | TallComponents.PDF.DigitalSignatures Namespace