Click or drag to resize

PdfPkcs11DigitalId Class

Represents a digital ID that is stored on a cryptographic device accessible through PKCS#11 application programming interface called "Cryptoki".
Inheritance Hierarchy
SystemObject
  SautinSoft.Pdf.SecurityPdfDigitalId
    SautinSoft.Pdf.SecurityPdfPkcs11DigitalId

Namespace: SautinSoft.Pdf.Security
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntax
public sealed class PdfPkcs11DigitalId : PdfDigitalId

The PdfPkcs11DigitalId type exposes the following members.

Properties
 NameDescription
Public propertyId Gets the key identifier for public/private key pair (default empty) as hex encoded string.
Top
See Also