Create a new VeriSignSignatureHandler to sign using the first key in the store.
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);
VeriSignSignatureHandler Class | TallComponents.PDF.DigitalSignatures Namespace