Gets the specified attribute

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

Syntax

Visual Basic (Declaration)
Public Property Item ( _
	type As Integer _
) As ObjectAttribute
	Get
	Set
C#
public ObjectAttribute this[
	int type
] { get; set; }
Visual C++
public:
virtual property ObjectAttribute^ Item[int type] {
	ObjectAttribute^ get (int type) sealed;
	void set (int type, ObjectAttribute^ value) sealed;
}
JavaScript
function get_item(type);
function set_item(value);

Parameters

type
Type: System..::..Int32
Type of the attribute to get

Implements

IAttributeSet..::..Item[([( Int32])])

Remarks

Calls C_GetAttributeValue

Exceptions

ExceptionCondition
Cryptware.NCryptoki..::..CryptokiExceptionCryptokiException if a native error occurs

See Also