Click or drag to resize

AppContextAuthenticateUser Method (String, String, String)

Authenticates the current user and populates/creates the UserContext object using the specified IAuthenticationProvider. Note that if the application is being used to authenticate a different user than the one associated with the application (and therefore the user represented by UserContext) you must use the AuthenticateUser command.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void AuthenticateUser(
	string providerTypeName,
	string user,
	string password
)

Parameters

providerTypeName
Type: SystemString
The type name of the Authentication Provider to use.
user
Type: SystemString
The user ID.
password
Type: SystemString
The password, as plain text.

Implements

IAppContextAuthenticateUser(String, String, String)
See Also