C# Class Net.Pkcs11Interop.LowLevelAPI40.CK_TOKEN_INFO

Show file Open project: Pkcs11Interop/Pkcs11Interop Class Usage Examples

Public Properties

Property Type Description
FirmwareVersion CK_VERSION
Flags uint
FreePrivateMemory uint
FreePublicMemory uint
HardwareVersion CK_VERSION
MaxPinLen uint
MaxRwSessionCount uint
MaxSessionCount uint
MinPinLen uint
RwSessionCount uint
SessionCount uint
TotalPrivateMemory uint
TotalPublicMemory uint

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 uint Flags
return uint

FreePrivateMemory public property

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

FreePublicMemory public property

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

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 uint MaxPinLen
return uint

MaxRwSessionCount public property

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

MaxSessionCount public property

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

MinPinLen public property

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

RwSessionCount public property

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

SessionCount public property

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

TotalPrivateMemory public property

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

TotalPublicMemory public property

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