Pkcs11Interop  5.1.2
Public Attributes | List of all members
Net.Pkcs11Interop.LowLevelAPI40.CK_SESSION_INFO Struct Reference

Information about a session More...

Public Attributes

NativeULong SlotId
 ID of the slot that interfaces with the token More...
 
NativeULong State
 The state of the session More...
 
NativeULong Flags
 Bit flags that define the type of session More...
 
NativeULong DeviceError
 An error code defined by the cryptographic device. Used for errors not covered by Cryptoki. More...
 

Detailed Description

Information about a session

Member Data Documentation

◆ DeviceError

NativeULong Net.Pkcs11Interop.LowLevelAPI40.CK_SESSION_INFO.DeviceError

An error code defined by the cryptographic device. Used for errors not covered by Cryptoki.

◆ Flags

NativeULong Net.Pkcs11Interop.LowLevelAPI40.CK_SESSION_INFO.Flags

Bit flags that define the type of session

◆ SlotId

NativeULong Net.Pkcs11Interop.LowLevelAPI40.CK_SESSION_INFO.SlotId

ID of the slot that interfaces with the token

◆ State

NativeULong Net.Pkcs11Interop.LowLevelAPI40.CK_SESSION_INFO.State

The state of the session


The documentation for this struct was generated from the following file: