PDFKit.NET 2.0 Class Library (.NET 2.0)

StandardSignatureHandler.Create Method (Pkcs12Store, String)

Create a new StandardSignatureHandler best suited for a signing certificate.

public static StandardSignatureHandler Create(
   Pkcs12Store keyStore,
   string name
);

Parameters

keyStore
The key store containing the private key.
name
The name that is associated with the private key in the store.

Return Value

Remarks

This method creates a signature handler best suited for signing based on the signing certificate's properties.

Note that a complete chain of certificates up to the root CA certificate or a self signed certificate is required within the key store.

See Also

StandardSignatureHandler Class | TallComponents.PDF.DigitalSignatures Namespace | StandardSignatureHandler.Create Overload List