Pdf |
Represents the logical view of a cryptographic device defined by Cryptoki.
Various objects can be stored on a token. These include data, certificates and keys.
Stored objects can be accessed and cryptographic functions performed only after the session (a logical connection between an application and a token) is opened.
The PdfPkcs11Token type exposes the following members.
| Name | Description | |
|---|---|---|
| DigitalIds | Gets the digital IDs contained on this token. | |
| Model | Gets the model of the device. | |
| ModuleManufacturerId | Gets the ID of the device manufacturer. | |
| SerialNumber | Gets the serial number of the device. | |
| TokenLabel | Gets the application-defined label, assigned during token initialization. |
| Name | Description | |
|---|---|---|
| Login | Logs a user into a token. | |
| Logout | Logs a user out from a token. | |
| ToString |
Returns a String that represents this PdfPkcs11Token instance.
(Overrides ObjectToString) |