C# Class Net.Pkcs11Interop.LowLevelAPI81.CK_SESSION_INFO

Show file Open project: Pkcs11Interop/Pkcs11Interop Class Usage Examples

Public Properties

Property Type Description
DeviceError ulong
Flags ulong
SlotId ulong
State ulong

Property Details

DeviceError public property

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

Flags public property

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

SlotId public property

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

State public property

The state of the session
public ulong State
return ulong