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

Syntax

Visual Basic (Declaration)
Public MustOverride Function C_GetMechanismList ( _
	slotID As Integer, _
	mechList As List(Of Integer) _
) As Integer
C#
public abstract int C_GetMechanismList(
	int slotID,
	List<int> mechList
)
Visual C++
public:
virtual int C_GetMechanismList(
	int slotID, 
	List<int>^ mechList
) abstract
JavaScript
function c_GetMechanismList(slotID, mechList);

Parameters

slotID
Type: System..::..Int32
mechList
Type: System.Collections.Generic..::..List<(Of <(Int32>)>)

See Also