{CompanyName} FlexyGo

LDAP..::..IsAuthenticated Method

Determines whether the specified user is authenticated.

Namespace:  FLEXYGO.Utilities.General
Assembly:  flxUtilities (in flxUtilities.dll)

Syntax


public bool IsAuthenticated(
	string aUser,
	string aPwd
)
Public Function IsAuthenticated ( _
	aUser As String, _
	aPwd As String _
) As Boolean

Parameters

aUser
Type: String
A user.
aPwd
Type: String
A password.

Return Value

true if the specified a user is authenticated; otherwise, false.