Namespace:
Cryptware.NCryptoki
Assembly: NCryptoki (in NCryptoki.dll)
Assembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride Function C_SetPIN ( _ hSession As Integer, _ oldpin As String, _ newpin As String _ ) As Integer |
C# |
---|
public abstract int C_SetPIN( int hSession, string oldpin, string newpin ) |
Visual C++ |
---|
public: virtual int C_SetPIN( int hSession, String^ oldpin, String^ newpin ) abstract |
JavaScript |
---|
function c_SetPIN(hSession, oldpin, newpin); |
Parameters
- hSession
- Type: System..::..Int32
- oldpin
- Type: System..::..String
- newpin
- Type: System..::..String