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

Syntax

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

Parameters

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

Implements

IMechanism..::..Set(Int32, Object)

See Also