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