Gets the attributes.

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

Syntax

Visual Basic (Declaration)
ReadOnly Property Attributes As AttributeSet
	Get
C#
AttributeSet Attributes { get; }
Visual C++
property AttributeSet^ Attributes {
	AttributeSet^ get ();
}
JavaScript
function get_attributes();

Field Value

The attributes.

See Also