AuthenticationHandler.Response Property

 

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

Syntax

protected IOwinResponse Response { get; }
protected:
property IOwinResponse^ Response {
    IOwinResponse^ get();
}
member Response : IOwinResponse with get
Protected ReadOnly Property Response As IOwinResponse

Property Value

Type: Microsoft.Owin.IOwinResponse

See Also

AuthenticationHandler Class
Microsoft.Owin.Security.Infrastructure Namespace

Return to top