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

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

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

Свойство Тип Описание
DeviceError uint
Flags uint
SlotId uint
State uint

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

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

An error code defined by the cryptographic device. Used for errors not covered by Cryptoki.
public uint DeviceError
Результат uint

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

Bit flags that define the type of session
public uint Flags
Результат uint

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

ID of the slot that interfaces with the token
public uint SlotId
Результат uint

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

The state of the session
public uint State
Результат uint