C# Class Net.Pkcs11Interop.LowLevelAPI40.CK_TOKEN_INFO

Mostra 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_oe property

Version number of firmware
public CK_VERSION FirmwareVersion
return CK_VERSION

Flags public_oe property

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

FreePrivateMemory public_oe property

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

FreePublicMemory public_oe property

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

HardwareVersion public_oe property

Version number of hardware
public CK_VERSION HardwareVersion
return CK_VERSION

MaxPinLen public_oe property

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

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

MaxSessionCount public_oe 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_oe property

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

RwSessionCount public_oe property

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

SessionCount public_oe property

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

TotalPrivateMemory public_oe 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_oe property

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