Gets the name of the attribute.

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

Syntax

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

Field Value

The name of the attribute.

Implements

IObjectAttribute..::..AttributeName

See Also