Value of this data object

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

Syntax

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

Implements

IData..::..DataValue

See Also