WsFederationAuthenticationNotifications.AuthenticationFailed Property

 

Invoked if exceptions are thrown during request processing. The exceptions will be re-thrown after this event unless suppressed.

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

Syntax

public Func<AuthenticationFailedNotification<WsFederationMessage, WsFederationAuthenticationOptions>, Task> AuthenticationFailed { get; set; }
public:
property Func<AuthenticationFailedNotification<WsFederationMessage^, WsFederationAuthenticationOptions^>^, Task^>^ AuthenticationFailed {
    Func<AuthenticationFailedNotification<WsFederationMessage^, WsFederationAuthenticationOptions^>^, Task^>^ get();
    void set(Func<AuthenticationFailedNotification<WsFederationMessage^, WsFederationAuthenticationOptions^>^, Task^>^ value);
}
member AuthenticationFailed : Func<AuthenticationFailedNotification<WsFederationMessage, WsFederationAuthenticationOptions>, Task> with get, set
Public Property AuthenticationFailed As Func(Of AuthenticationFailedNotification(Of WsFederationMessage, WsFederationAuthenticationOptions), Task)

Property Value

Type: System.Func<AuthenticationFailedNotification<WsFederationMessage, WsFederationAuthenticationOptions>, Task>

Returns Func<T, TResult>.

See Also

WsFederationAuthenticationNotifications Class
Microsoft.Owin.Security.WsFederation Namespace

Return to top