Sets the specified type.

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

Syntax

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

Parameters

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

See Also