C# Class Net.Pkcs11Interop.LowLevelAPI81.CK_TOKEN_INFO

Afficher le fichier Open project: Pkcs11Interop/Pkcs11Interop Class Usage Examples

Méthodes publiques

Свойство Type Description
FirmwareVersion CK_VERSION
Flags ulong
FreePrivateMemory ulong
FreePublicMemory ulong
HardwareVersion CK_VERSION
MaxPinLen ulong
MaxRwSessionCount ulong
MaxSessionCount ulong
MinPinLen ulong
RwSessionCount ulong
SessionCount ulong
TotalPrivateMemory ulong
TotalPublicMemory ulong

Property Details

FirmwareVersion public_oe property

Version number of firmware
public CK_VERSION FirmwareVersion
Résultat CK_VERSION

Flags public_oe property

Bit flags indicating capabilities and status of the device
public ulong Flags
Résultat ulong

FreePrivateMemory public_oe property

The amount of free (unused) memory on the token in bytes for private objects
public ulong FreePrivateMemory
Résultat ulong

FreePublicMemory public_oe property

The amount of free (unused) memory on the token in bytes for public objects
public ulong FreePublicMemory
Résultat ulong

HardwareVersion public_oe property

Version number of hardware
public CK_VERSION HardwareVersion
Résultat CK_VERSION

MaxPinLen public_oe property

Maximum length in bytes of the PIN
public ulong MaxPinLen
Résultat ulong

MaxRwSessionCount public_oe property

Maximum number of read/write sessions that can be opened with the token at one time by a single application
public ulong MaxRwSessionCount
Résultat ulong

MaxSessionCount public_oe property

Maximum number of sessions that can be opened with the token at one time by a single application
public ulong MaxSessionCount
Résultat ulong

MinPinLen public_oe property

Minimum length in bytes of the PIN
public ulong MinPinLen
Résultat ulong

RwSessionCount public_oe property

Number of read/write sessions that this application currently has open with the token
public ulong RwSessionCount
Résultat ulong

SessionCount public_oe property

Number of sessions that this application currently has open with the token
public ulong SessionCount
Résultat ulong

TotalPrivateMemory public_oe property

The total amount of memory on the token in bytes in which private objects may be stored
public ulong TotalPrivateMemory
Résultat ulong

TotalPublicMemory public_oe property

The total amount of memory on the token in bytes in which public objects may be stored
public ulong TotalPublicMemory
Résultat ulong