Gets the name of the key gen mechanism type.

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

Syntax

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

Field Value

The name of the key gen mechanism type.

Implements

IKey..::..KeyGenMechanismTypeName

See Also