Gets the attributes set.
Namespace:
Cryptware.NCryptokiAssembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable ReadOnly Property Attributes As AttributeSet Get |
C# |
---|
public virtual AttributeSet Attributes { get; } |
Visual C++ |
---|
public: virtual property AttributeSet^ Attributes { AttributeSet^ get (); } |
JavaScript |
---|
function get_attributes(); |
Field Value
The attributes set.Implements
ICryptokiObject..::..Attributes
Remarks
This property can be used to get and set object's attributes.