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

Syntax

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

See Also