C# Class Net.Pkcs11Interop.LowLevelAPI80.CK_TOKEN_INFO

Show file Open project: Pkcs11Interop/Pkcs11Interop Class Usage Examples

Public Properties

Property 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 property

Version number of firmware
public CK_VERSION FirmwareVersion
return CK_VERSION

Flags public property

Bit flags indicating capabilities and status of the device
public ulong Flags
return ulong

FreePrivateMemory public property

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

FreePublicMemory public property

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

HardwareVersion public property

Version number of hardware
public CK_VERSION HardwareVersion
return CK_VERSION

MaxPinLen public property

Maximum length in bytes of the PIN
public ulong MaxPinLen
return ulong

MaxRwSessionCount public property

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

MaxSessionCount public property

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

MinPinLen public property

Minimum length in bytes of the PIN
public ulong MinPinLen
return ulong

RwSessionCount public property

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

SessionCount public property

Number of sessions that this application currently has open with the token
public ulong SessionCount
return ulong

TotalPrivateMemory public property

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

TotalPublicMemory public property

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