Gets the type of the key.

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

Syntax

Visual Basic (Declaration)
ReadOnly Property KeyType As Integer
	Get
C#
int KeyType { get; }
Visual C++
property int KeyType {
	int get ();
}
JavaScript
function get_keyType();

Field Value

The type of the key.

See Also