Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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