ApplicationExtensionBaseBeforeAuthenticate Method |
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public virtual void BeforeAuthenticate(
IAppContext sender,
BeforeAuthenticateEventArgs e
)
Public Overridable Sub BeforeAuthenticate (
sender As IAppContext,
e As BeforeAuthenticateEventArgs
)
Parameters
- sender
- Type: NetQuarryIAppContext
The application context object. - e
- Type: NetQuarryBeforeAuthenticateEventArgs
Event arguments.
Remarks
The application object is not completely loaded at this point and all objects are not completely initialized.
See Also