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