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
)
Public Sub New (
user As String,
password As String,
authenticateFlags As AuthenticationFlags
)
Parameters
- user
- Type: SystemString
The user ID. - password
- Type: SystemString
The user's password. - authenticateFlags
- Type: NetQuarryAuthenticationFlags
Authentication options.
See Also