Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Sign PDF document using PKCS#11 driver in C# and VB.NET

This sample shows how to sign a PDF document with a key from a PKCS#11 device using Docotic.Pdf and Pkcs11Interop libraries.

Docotic.Pdf allows you to sign PDF documents using smart keys, USB tokens, and HSM devices. You need to implement IPdfSigner interface and use it in PdfSigningOptions.

Pkcs11Interop library helps to work with unmanaged PKCS#11 libraries in .NET.

See also