uaPLUS Reference
VerifyPassword Method
See Also  Send Feedback
Advosol.uaPLUS Namespace > uaPLUS Class : VerifyPassword Method

userName
user name from the client credentials
password
password from the client credentials

Glossary Item Box

Validates the password for a username token.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub VerifyPassword( _
   ByVal userName As String, _
   ByVal password As String _
) 
C# 
public virtual void VerifyPassword( 
   string userName,
   string password
)

Parameters

userName
user name from the client credentials
password
password from the client credentials

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.