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

Syntax

Visual Basic (Declaration)
<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> _
<ComVisibleAttribute(True)> _
<GuidAttribute("FE73230F-9283-4d44-B0F6-2DAF374EF5EC")> _
Public Class ObjectAttribute _
	Implements IObjectAttribute
C#
[ClassInterfaceAttribute(ClassInterfaceType.AutoDual)]
[ComVisibleAttribute(true)]
[GuidAttribute("FE73230F-9283-4d44-B0F6-2DAF374EF5EC")]
public class ObjectAttribute : IObjectAttribute
Visual C++
[ClassInterfaceAttribute(ClassInterfaceType::AutoDual)]
[ComVisibleAttribute(true)]
[GuidAttribute(L"FE73230F-9283-4d44-B0F6-2DAF374EF5EC")]
public ref class ObjectAttribute : IObjectAttribute
JavaScript
Cryptware.NCryptoki.ObjectAttribute = function();

Type.createClass(
	'Cryptware.NCryptoki.ObjectAttribute',
	null,
	Cryptware.NCryptoki.IObjectAttribute);

Inheritance Hierarchy

System..::..Object
  Cryptware.NCryptoki..::..ObjectAttribute

See Also