C# Class Net.Pkcs11Interop.LowLevelAPI81.CK_TOKEN_INFO

显示文件 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_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 ulong Flags
return ulong

FreePrivateMemory public_oe property

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

FreePublicMemory public_oe property

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

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

MinPinLen public_oe property

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

RwSessionCount public_oe property

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

SessionCount public_oe property

Number of sessions that this application currently has open with the token
public ulong SessionCount
return 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
return 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
return ulong