Gets the owner.

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

Syntax

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

Field Value

The owner.

See Also