Gets the name of the attribute.

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

Syntax

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

Field Value

The name of the attribute.

See Also