Click or drag to resize

BeforeAuthenticateEventArgs Constructor (String, String, Int32)

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,
	int authenticateFlags
)

Parameters

user
Type: SystemString
The user ID.
password
Type: SystemString
The user's password.
authenticateFlags
Type: SystemInt32
Authentication options (from AuthenticationFlags).
See Also