C# Class Net.Pkcs11Interop.LowLevelAPI41.CK_SESSION_INFO

Show file Open project: Pkcs11Interop/Pkcs11Interop Class Usage Examples

Public Properties

Property Type Description
DeviceError uint
Flags uint
SlotId uint
State uint

Property Details

DeviceError public property

An error code defined by the cryptographic device. Used for errors not covered by Cryptoki.
public uint DeviceError
return uint

Flags public property

Bit flags that define the type of session
public uint Flags
return uint

SlotId public property

ID of the slot that interfaces with the token
public uint SlotId
return uint

State public property

The state of the session
public uint State
return uint