.NET Framework Class Library
DBWArm.IsCorrectPassword Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > DBWArm Class > DBWArm Methods > .NET Framework Class Library |
Check the correctness of given password for given user
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function IsCorrectPassword ( _ userId As String, _ |
C# |
|---|
public bool IsCorrectPassword( string userId, |
Visual C++ |
|---|
public: bool IsCorrectPassword( |
JavaScript |
|---|
function isCorrectPassword(userId, password); |
Parameters
userId
Type: System.String
User Id linked to the pin
password
Type: System.String
Password to be checked
Return Value
TRUE if it is the correct password for the userId, FALSE otherwise
Remarks
See Also