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

Flags that define the type of session More...

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

Properties

ulong Flags [get]
 Bit flags that define the type of session More...
 
bool RwSession [get]
 True if the session is read/write; false if the session is read-only More...
 
bool SerialSession [get]
 This flag is provided for backward compatibility, and should always be set to true More...
 

Detailed Description

Flags that define the type of session

Property Documentation

◆ Flags

ulong Net.Pkcs11Interop.HighLevelAPI.ISessionFlags.Flags
get

Bit flags that define the type of session

◆ RwSession

bool Net.Pkcs11Interop.HighLevelAPI.ISessionFlags.RwSession
get

True if the session is read/write; false if the session is read-only

◆ SerialSession

bool Net.Pkcs11Interop.HighLevelAPI.ISessionFlags.SerialSession
get

This flag is provided for backward compatibility, and should always be set to true


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