Pdf |
Represents a cryptographic device that stores cryptographic information and possibly performs cryptographic functions accessible through PKCS#11 application programming interface called "Cryptoki".
Cryptographic device may be implemented as a smart card, smart disk, PCMCIA card, or with some other technology, including software-only.
| SautinSoft.Pdf uses Pkcs11Interop to communicate with a cryptographic device from a .NET runtime so your project must reference NuGet package Pkcs11Interop in order to use this class. |
| After you are finished using PdfPkcs11Module make sure you either dispose it or call its Close method. |
The PdfPkcs11Module type exposes the following members.
| Name | Description | |
|---|---|---|
| PdfPkcs11Module | Initializes a new instance of the PdfPkcs11Module class using a path to the specified PKCS#11 module. |
| Name | Description | |
|---|---|---|
| CryptokiVersion | Gets the Cryptoki interface version number. | |
| LibraryPath | Gets the path to the PKCS#11 module (usually a .dll). | |
| LibraryVersion | Gets the Cryptoki library version number. | |
| ModuleDescription | Gets the description of the library. | |
| ModuleManufacturerId | Gets the ID of the Cryptoki library manufacturer. | |
| Tokens | Gets the tokens present in all slots of this cryptographic device. |
| Name | Description | |
|---|---|---|
| Close | Indicates that an application is finished with the Cryptoki library. It should be the last Cryptoki call made by an application. | |
| ToString |
Returns a String that represents this PdfPkcs11Module instance.
(Overrides ObjectToString) |