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

Syntax

Visual Basic (Declaration)
Public MustOverride Function C_GetMechanismInfo ( _
	slotID As Integer, _
	type As Integer, _
	mechInfo As MechanismInfo _
) As Integer
C#
public abstract int C_GetMechanismInfo(
	int slotID,
	int type,
	MechanismInfo mechInfo
)
Visual C++
public:
virtual int C_GetMechanismInfo(
	int slotID, 
	int type, 
	MechanismInfo^ mechInfo
) abstract
JavaScript
function c_GetMechanismInfo(slotID, type, mechInfo);

See Also