Click or drag to resize

GenericAuthenticationProviderAuthenticate Method (String, String, NameValueCollection, Int64)

This class authenticates the user always, regardless of the user or password.

Namespace:  NetQuarry.Security
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public UserContext Authenticate(
	string user,
	string password,
	NameValueCollection profileRoles,
	long flags
)

Parameters

user
Type: SystemString
The user's ID
password
Type: SystemString
The user's password
profileRoles
Type: System.Collections.SpecializedNameValueCollection
The available profile/role mappings
flags
Type: SystemInt64
Modifier flags (from AuthenticationFlags).

Return Value

Type: UserContext
A populated UserContext object

Implements

IAuthenticationProviderAuthenticate(String, String, NameValueCollection, Int64)
See Also