SessionContainer Members
The following tables list the members exposed by the SessionContainer type.
Protected Constructors
Name | Description | |
---|---|---|
SessionContainer | Initializes a new instance of the SessionContainer class with the specified session context and value indicating whether the container owns the session. |
Protected Fields
Name | Description | |
---|---|---|
m_isDisposed | Represents whether the session container has been disposed. | |
m_isSessionClosing | Represents whether the session container is closing. | |
m_ownsSession | Represents the value that indicates whether the session container dispose the session object. | |
m_session | Represents the Cryptoki session context. |
Public Properties
Name | Description | |
---|---|---|
IsDisposed | Gets a value that indicates whether the session container is disposed. | |
Session | Gets the Cryptoki session context. |
Public Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. Releases all resources used by the current instance of the SessionContainer class. |
Protected Methods
Name | Description | |
---|---|---|
Finalize | Releases unmanaged resources used by the current instance of the SessionContainer class. |