Constructor

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

Syntax

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

Parameters

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

Remarks

Creates a new mechanism with given type and params

See Also