Click or drag to resize

BeforeAuthenticateEventArgs Constructor (String, String, AuthenticationFlags)

Constructs a new instance of this object.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public BeforeAuthenticateEventArgs(
	string user,
	string password,
	AuthenticationFlags authenticateFlags
)

Parameters

user
Type: SystemString
The user ID.
password
Type: SystemString
The user's password.
authenticateFlags
Type: NetQuarryAuthenticationFlags
Authentication options.
See Also