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

Syntax

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

Implements

IObjectAttribute..::..RawValue

See Also