PdfPkcs11TokenDigitalIds Property |
Gets the digital IDs contained on this token.
Namespace: SautinSoft.Pdf.SecurityAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntaxpublic IList<PdfPkcs11DigitalId> DigitalIds { get; }Public ReadOnly Property DigitalIds As IList(Of PdfPkcs11DigitalId)
Get
Property Value
IListPdfPkcs11DigitalId
The digital IDs contained on this token.
See Also