C# Класс Net.Pkcs11Interop.LowLevelAPI40.CK_TOKEN_INFO

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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

Описание свойств

FirmwareVersion публичное свойство

Version number of firmware
public CK_VERSION FirmwareVersion
Результат CK_VERSION

Flags публичное свойство

Bit flags indicating capabilities and status of the device
public uint Flags
Результат uint

FreePrivateMemory публичное свойство

The amount of free (unused) memory on the token in bytes for private objects
public uint FreePrivateMemory
Результат uint

FreePublicMemory публичное свойство

The amount of free (unused) memory on the token in bytes for public objects
public uint FreePublicMemory
Результат uint

HardwareVersion публичное свойство

Version number of hardware
public CK_VERSION HardwareVersion
Результат CK_VERSION

MaxPinLen публичное свойство

Maximum length in bytes of the PIN
public uint MaxPinLen
Результат uint

MaxRwSessionCount публичное свойство

Maximum number of read/write sessions that can be opened with the token at one time by a single application
public uint MaxRwSessionCount
Результат uint

MaxSessionCount публичное свойство

Maximum number of sessions that can be opened with the token at one time by a single application
public uint MaxSessionCount
Результат uint

MinPinLen публичное свойство

Minimum length in bytes of the PIN
public uint MinPinLen
Результат uint

RwSessionCount публичное свойство

Number of read/write sessions that this application currently has open with the token
public uint RwSessionCount
Результат uint

SessionCount публичное свойство

Number of sessions that this application currently has open with the token
public uint SessionCount
Результат uint

TotalPrivateMemory публичное свойство

The total amount of memory on the token in bytes in which private objects may be stored
public uint TotalPrivateMemory
Результат uint

TotalPublicMemory публичное свойство

The total amount of memory on the token in bytes in which public objects may be stored
public uint TotalPublicMemory
Результат uint