AfterAuthenticateEventArgs Constructor |
Standard constructor.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public AfterAuthenticateEventArgs(
UserContext user,
ApplicationLoadFlags loadFlags,
AuthenticationFlags authFlags
)
Public Sub New (
user As UserContext,
loadFlags As ApplicationLoadFlags,
authFlags As AuthenticationFlags
)
Parameters
- user
- Type: NetQuarry.SecurityUserContext
The user that was authenticated. - loadFlags
- Type: NetQuarryApplicationLoadFlags
The load options specified when loading the IAppContext used to authenticate the user. - authFlags
- Type: NetQuarryAuthenticationFlags
The authentication options used during the authentication.
See Also