Gets the start date.

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

Syntax

Visual Basic (Declaration)
ReadOnly Property StartDate As String
	Get
C#
string StartDate { get; }
Visual C++
property String^ StartDate {
	String^ get ();
}
JavaScript
function get_startDate();

Field Value

The start date.

See Also