PdfPkcs11ModuleTokens Property |
Gets the tokens present in all slots of this cryptographic device.
Namespace: SautinSoft.Pdf.SecurityAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.4.2
Syntaxpublic IList<PdfPkcs11Token> Tokens { get; }Public ReadOnly Property Tokens As IList(Of PdfPkcs11Token)
Get
Property Value
IListPdfPkcs11Token
The tokens present in all slots of this cryptographic device.
See Also