Net.Pkcs11Interop.HighLevelAPI81.SessionFlags.SessionFlags C# (CSharp) Method

SessionFlags() private method

Initializes new instance of SessionFlags class
private SessionFlags ( ulong flags ) : Net.Pkcs11Interop.Common
flags ulong Bit flags that define the type of session
return Net.Pkcs11Interop.Common
        internal SessionFlags(ulong flags)
        {
            _flags = flags;
        }
    }
SessionFlags