Share via


AuthenticationHandler.Response Property

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

Syntax

'Declaration
Protected ReadOnly Property Response As IOwinResponse 
    Get
'Usage
Dim value As IOwinResponse 

value = Me.Response
protected IOwinResponse Response { get; }
protected:
property IOwinResponse^ Response {
    IOwinResponse^ get ();
}
member Response : IOwinResponse
function get Response () : IOwinResponse

Property Value

Type: Microsoft.Owin.IOwinResponse

See Also

Reference

AuthenticationHandler Class

Microsoft.Owin.Security.Infrastructure Namespace