AuthenticationFailedNotification<TMessage, TOptions> Class

 

Namespace:   Microsoft.Owin.Security.Notifications
Assembly:  Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)

System::Object
  Microsoft.Owin.Security.Provider::BaseContext<TOptions>
    Microsoft.Owin.Security.Notifications::BaseNotification<TOptions>
      Microsoft.Owin.Security.Notifications::AuthenticationFailedNotification<TMessage, TOptions>

generic<typename TMessage, typename TOptions>
public ref class AuthenticationFailedNotification : BaseNotification<TOptions>

Type Parameters

TMessage

TOptions

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodHandleResponse()

Discontinue all processing for this request and return to the client. The caller is responsible for generating the full response.(Inherited from BaseNotification<TOptions>.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSkipToNextMiddleware()

Discontinue processing the request in the current middleware and pass control to the next one.(Inherited from BaseNotification<TOptions>.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: