Implements a dictionary to get object's attributes in a easy way
Namespace:
Cryptware.NCryptokiAssembly: NCryptoki (in NCryptoki.dll)
Syntax
| Visual Basic (Declaration) |
|---|
<ComVisibleAttribute(True)> _ <GuidAttribute("398DFA0C-CFA0-4d4d-88EE-9866D2C2DAC9")> _ <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> _ Public Class AttributeDictionary _ Implements IAttributeDictionary |
| C# |
|---|
[ComVisibleAttribute(true)] [GuidAttribute("398DFA0C-CFA0-4d4d-88EE-9866D2C2DAC9")] [ClassInterfaceAttribute(ClassInterfaceType.AutoDual)] public class AttributeDictionary : IAttributeDictionary |
| Visual C++ |
|---|
[ComVisibleAttribute(true)] [GuidAttribute(L"398DFA0C-CFA0-4d4d-88EE-9866D2C2DAC9")] [ClassInterfaceAttribute(ClassInterfaceType::AutoDual)] public ref class AttributeDictionary : IAttributeDictionary |
| JavaScript |
|---|
Cryptware.NCryptoki.AttributeDictionary = function(); Type.createClass( 'Cryptware.NCryptoki.AttributeDictionary', null, Cryptware.NCryptoki.IAttributeDictionary); |
Inheritance Hierarchy
System..::.Object
Cryptware.NCryptoki..::.AttributeDictionary
Cryptware.NCryptoki..::.AttributeDictionary