RedirectToIdentityProviderNotification<TMessage, TOptions>.HandledResponse Property

 

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

Syntax

public bool HandledResponse { get; }
public:
property bool HandledResponse {
    bool get();
}
member HandledResponse : bool with get
Public ReadOnly Property HandledResponse As Boolean

Property Value

Type: System.Boolean

See Also

RedirectToIdentityProviderNotification<TMessage, TOptions> Class
Microsoft.Owin.Security.Notifications Namespace

Return to top