Finds the mechanism.

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

Syntax

Visual Basic (Declaration)
Function FindMechanism ( _
	type As Integer _
) As MechanismInfo
C#
MechanismInfo FindMechanism(
	int type
)
Visual C++
MechanismInfo^ FindMechanism(
	int type
)
JavaScript
function findMechanism(type);

Parameters

type
Type: System..::..Int32
The type.

Return Value

See Also