Click or drag to resize

ApplicationExtensionBaseAuthenticationFailed Method

Fired immediately when the configured IAuthenticationProvider object's Authenticate(String, String, NameValueCollection, Int64) method fails. This event gives us the opportunity to perform certain actions when this event is fired. An example use-case for this event would be to capture the fact that authentication failed in an audit table / database.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public virtual void AuthenticationFailed(
	IAppContext sender,
	AuthenticationFailedArgs e
)

Parameters

sender
Type: NetQuarryIAppContext
The application context object.
e
Type: NetQuarryAuthenticationFailedArgs
Event arguments.
See Also