Creates an ObjectAttribute with a given type

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	type As Integer _
)
C#
public ObjectAttribute(
	int type
)
Visual C++
public:
ObjectAttribute(
	int type
)
JavaScript
Cryptware.NCryptoki.ObjectAttribute = function(type);

Parameters

type
Type: System..::..Int32
Attribute's type

See Also