Namespace:
Cryptware.NCryptoki
Assembly: NCryptoki (in NCryptoki.dll)
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); |
Parameters
- slotID
- Type: System..::..Int32
- type
- Type: System..::..Int32
- mechInfo
- Type: Cryptware.NCryptoki..::..MechanismInfo