Gets the clock value.

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

Syntax

Visual Basic (Declaration)
ReadOnly Property ClockValue As Byte()
	Get
C#
byte[] ClockValue { get; }
Visual C++
property array<unsigned char>^ ClockValue {
	array<unsigned char>^ get ();
}
JavaScript
function get_clockValue();

Field Value

The clock value.

See Also