Value of this clock object

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

Syntax

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

Return Value

return the value of this clock object as byte array

Implements

IClock..::..ClockValue

Remarks