Click or drag to resize

PdfPkcs11TokenDigitalIds Property

Gets the digital IDs contained on this token.

Namespace: SautinSoft.Pdf.Security
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntax
public IList<PdfPkcs11DigitalId> DigitalIds { get; }

Property Value

IListPdfPkcs11DigitalId
The digital IDs contained on this token.
See Also