Namespace:
Cryptware.NCryptoki
Assembly: NCryptoki (in NCryptoki.dll)
Assembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Function SetPIN ( _ oldPin As String, _ newPin As String _ ) As Integer |
C# |
---|
int SetPIN( string oldPin, string newPin ) |
Visual C++ |
---|
int SetPIN( String^ oldPin, String^ newPin ) |
JavaScript |
---|
function setPIN(oldPin, newPin); |
Parameters
- oldPin
- Type: System..::..String
- newPin
- Type: System..::..String