Value of this CKA_END_DATE attribute

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

Syntax

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

Implements

IKey..::..EndDate

See Also