Share via


SessionContainer Members

The following tables list the members exposed by the SessionContainer type.

Protected Constructors

Name Description
Protected Method 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
Protected Field m_isDisposed Represents whether the session container has been disposed.
Protected Field m_isSessionClosing Represents whether the session container is closing.
Protected Field m_ownsSession Represents the value that indicates whether the session container dispose the session object.
Protected Field m_session Represents the Cryptoki session context.

Public Properties

Name Description
Public Property IsDisposed Gets a value that indicates whether the session container is disposed.
Public Property Session Gets the Cryptoki session context.

Public Methods

Name Description
Public Method Dispose Overloaded. Releases all resources used by the current instance of the SessionContainer class.

Protected Methods

Name Description
Protected Method Finalize Releases unmanaged resources used by the current instance of the SessionContainer class.

See Also

Reference

SessionContainer Class
Microsoft.SPOT.Cryptoki Namespace