Sets the specified type.

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

Syntax

Visual Basic (Declaration)
Sub Set ( _
	type As Integer, _
	value As Object _
)
C#
void Set(
	int type,
	Object value
)
Visual C++
void Set(
	int type, 
	Object^ value
)
JavaScript
function set(type, value);

Parameters

type
Type: System..::..Int32
The type.
value
Type: System..::..Object
The value.

See Also