Gets the name of the key type.

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

Syntax

Visual Basic (Declaration)
ReadOnly Property KeyTypeName As String
	Get
C#
string KeyTypeName { get; }
Visual C++
property String^ KeyTypeName {
	String^ get ();
}
JavaScript
function get_keyTypeName();

Field Value

The name of the key type.

See Also