Namespace:
Cryptware.NCryptoki
Assembly: NCryptoki (in NCryptoki.dll)
Assembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride Function C_Logout ( _ hSession As Integer _ ) As Integer |
C# |
---|
public abstract int C_Logout( int hSession ) |
Visual C++ |
---|
public: virtual int C_Logout( int hSession ) abstract |
JavaScript |
---|
function c_Logout(hSession); |
Parameters
- hSession
- Type: System..::..Int32