Gets the end date.

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

Syntax

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

Field Value

The end date.

See Also