Click or drag to resize

PdfPkcs11ModuleTokens Property

Gets the tokens present in all slots of this cryptographic device.

Namespace: SautinSoft.Pdf.Security
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.4.2
Syntax
public IList<PdfPkcs11Token> Tokens { get; }

Property Value

IListPdfPkcs11Token
The tokens present in all slots of this cryptographic device.
See Also