Create a new Pkcs1SignatureHandler and use the first key from the store to sign.
Create a new Pkcs1SignatureHandler and use the given certificate to sign.
public Pkcs1SignatureHandler(X509Certificate2);
Create a new Pkcs1SignatureHandler and use the given chain to sign.
public Pkcs1SignatureHandler(X509Chain);
Create a new Pkcs1SignatureHandler and use the first key from the store to sign.
public Pkcs1SignatureHandler(Pkcs12Store);
Create a new Pkcs1SignatureHandler and use the given key from the store to sign.
public Pkcs1SignatureHandler(Pkcs12Store,string);
Pkcs1SignatureHandler Class | TallComponents.PDF.DigitalSignatures Namespace