ApplicationExtensionBaseAuthenticationFailed Method |
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxpublic virtual void AuthenticationFailed(
IAppContext sender,
AuthenticationFailedArgs e
)
Public Overridable Sub AuthenticationFailed (
sender As IAppContext,
e As AuthenticationFailedArgs
)
Parameters
- sender
- Type: NetQuarryIAppContext
The application context object. - e
- Type: NetQuarryAuthenticationFailedArgs
Event arguments.
See Also