Pkcs11Interop  5.1.2
Protected Attributes | Properties | List of all members
Net.Pkcs11Interop.HighLevelAPI81.SessionFlags Class Reference

Flags that define the type of session More...

Inherits Net.Pkcs11Interop.HighLevelAPI.ISessionFlags.

Protected Attributes

NativeULong _flags
 Bit flags that define the type of session More...
 

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...
 
- Properties inherited from Net.Pkcs11Interop.HighLevelAPI.ISessionFlags
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

Member Data Documentation

◆ _flags

NativeULong Net.Pkcs11Interop.HighLevelAPI81.SessionFlags._flags
protected

Bit flags that define the type of session

Property Documentation

◆ Flags

ulong Net.Pkcs11Interop.HighLevelAPI81.SessionFlags.Flags
get

Bit flags that define the type of session

◆ RwSession

bool Net.Pkcs11Interop.HighLevelAPI81.SessionFlags.RwSession
get

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

◆ SerialSession

bool Net.Pkcs11Interop.HighLevelAPI81.SessionFlags.SerialSession
get

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


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