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

Syntax

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

Implements

IKey..::..KeyTypeName

See Also