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

Syntax

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

See Also