Gets the specified attribute
Namespace:
Cryptware.NCryptokiAssembly: 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
Exception | Condition |
---|---|
Cryptware.NCryptoki..::..CryptokiException | CryptokiException if a native error occurs |