PDFReaderControls.NET Professional Type Reference

Pkcs1SignatureHandler Constructor

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

Overload List

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);

See Also

Pkcs1SignatureHandler Class | TallComponents.PDF.DigitalSignatures Namespace