Gets the attribute types.

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

Syntax

Visual Basic (Declaration)
ReadOnly Property AttributeTypes As Byte()
	Get
C#
byte[] AttributeTypes { get; }
Visual C++
property array<unsigned char>^ AttributeTypes {
	array<unsigned char>^ get ();
}
JavaScript
function get_attributeTypes();

Field Value

The attribute types.

See Also