Gets the base.

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

Syntax

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

Field Value

The base.

See Also