Gets the type of the key gen mechanism.

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

Syntax

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

Field Value

The type of the key gen mechanism.

See Also