Gets the NCryptoki session.

Namespace:  Cryptware.NDigitSign
Assembly:  NDigitSign (in NDigitSign.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Session As Session
	Get
C#
public Session Session { get; }
Visual C++
public:
property Session^ Session {
	Session^ get ();
}
JavaScript
function get_session();

Field Value

The session.

See Also