Text Disguise

Client.Validate Method 

[This is preliminary documentation and subject to change.]

Validates that the password provided in the ClientModel matches the password stored in the database.

[Visual Basic]
Public Function Validate( _
   ByVal cm As ClientModel _
) As ClientModel
[C#]
public ClientModel Validate(
   ClientModel cm
);

Parameters

cm
A ClientModel containing the client credentials to use.

Return Value

Returns a populated ClientModel object for the validated client.

Remarks

If the passwords do not match, a null object (Nothing in Visual Basic) will be returned.

See Also

Client Class | Dls.TextDisguise Namespace | ClientModel Class