Share via


ReturnEndpointContext Constructor (IOwinContext, AuthenticationTicket)

 

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

Syntax

protected ReturnEndpointContext(
    IOwinContext context,
    AuthenticationTicket ticket
)
protected:
ReturnEndpointContext(
    IOwinContext^ context,
    AuthenticationTicket^ ticket
)
new : 
        context:IOwinContext *
        ticket:AuthenticationTicket -> ReturnEndpointContext
Protected Sub New (
    context As IOwinContext,
    ticket As AuthenticationTicket
)

See Also

ReturnEndpointContext Class
Microsoft.Owin.Security.Provider Namespace

Return to top