.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
DBWArm.IsCorrectPassword Method

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, _
password As String _
) As Boolean

C#

public bool IsCorrectPassword(

string userId,
string password
)

Visual C++

public:

bool IsCorrectPassword(
String^ userId,
String^ password
)

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

DBWArm Class

DBWArm Members

MwPDMApi Namespace