Click or drag to resize

PdfPkcs11Token Class

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.

Inheritance Hierarchy
SystemObject
  SautinSoft.Pdf.SecurityPdfPkcs11Token

Namespace: SautinSoft.Pdf.Security
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public sealed class PdfPkcs11Token

The PdfPkcs11Token type exposes the following members.

Properties
 NameDescription
Public propertyDigitalIds Gets the digital IDs contained on this token.
Public propertyModel Gets the model of the device.
Public propertyModuleManufacturerId Gets the ID of the device manufacturer.
Public propertySerialNumber Gets the serial number of the device.
Public propertyTokenLabel Gets the application-defined label, assigned during token initialization.
Top
Methods
 NameDescription
Public methodLogin Logs a user into a token.
Public methodLogout Logs a user out from a token.
Public methodToString Returns a String that represents this PdfPkcs11Token instance.
(Overrides ObjectToString)
Top
See Also