Create a new Pkcs7Sha1SignatureHandler and use the first key from the store to sign.
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);
Pkcs7Sha1SignatureHandler Class | TallComponents.PDF.DigitalSignatures Namespace