Gets the type of the feature.

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

Syntax

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

Field Value

The type of the feature.

See Also