AuthenticationFailedNotification<TMessage, TOptions> Constructor (IOwinContext, TOptions)
Namespace: Microsoft.Owin.Security.Notifications
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
public AuthenticationFailedNotification(
IOwinContext context,
TOptions options
)
public:
AuthenticationFailedNotification(
IOwinContext^ context,
TOptions options
)
new :
context:IOwinContext *
options:'TOptions -> AuthenticationFailedNotification
Public Sub New (
context As IOwinContext,
options As TOptions
)
Parameters
- context
Type: Microsoft.Owin.IOwinContext
- options
Type: TOptions
See Also
AuthenticationFailedNotification<TMessage, TOptions> Class
Microsoft.Owin.Security.Notifications Namespace
Return to top