Pkcs11Interop  5.1.2
Properties | List of all members
Net.Pkcs11Interop.HighLevelAPI.ISessionInfo Interface Reference

Information about a session More...

Inherited by Net.Pkcs11Interop.HighLevelAPI40.SessionInfo, Net.Pkcs11Interop.HighLevelAPI41.SessionInfo, Net.Pkcs11Interop.HighLevelAPI80.SessionInfo, and Net.Pkcs11Interop.HighLevelAPI81.SessionInfo.

Properties

ulong SessionId [get]
 PKCS#11 handle of session More...
 
ulong SlotId [get]
 PKCS#11 handle of slot that interfaces with the token More...
 
CKS State [get]
 The state of the session More...
 
ISessionFlags SessionFlags [get]
 Flags that define the type of session More...
 
ulong DeviceError [get]
 An error code defined by the cryptographic device used for errors not covered by Cryptoki More...
 

Detailed Description

Information about a session

Property Documentation

◆ DeviceError

ulong Net.Pkcs11Interop.HighLevelAPI.ISessionInfo.DeviceError
get

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

◆ SessionFlags

ISessionFlags Net.Pkcs11Interop.HighLevelAPI.ISessionInfo.SessionFlags
get

Flags that define the type of session

◆ SessionId

ulong Net.Pkcs11Interop.HighLevelAPI.ISessionInfo.SessionId
get

PKCS#11 handle of session

◆ SlotId

ulong Net.Pkcs11Interop.HighLevelAPI.ISessionInfo.SlotId
get

PKCS#11 handle of slot that interfaces with the token

◆ State

CKS Net.Pkcs11Interop.HighLevelAPI.ISessionInfo.State
get

The state of the session


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