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();

Implements

IClock..::..ClockValue

See Also