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.Infrastructure
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
public override Task Invoke(
IOwinContext context
)
public:
virtual Task^ Invoke(
IOwinContext^ context
) override
override Invoke :
context:IOwinContext -> Task
Public Overrides Function Invoke (
context As IOwinContext
) As Task
Parameters
- context
Type: Microsoft.Owin.IOwinContext
Return Value
Type: System.Threading.Tasks.Task
See Also
AuthenticationMiddleware<TOptions> Class
Microsoft.Owin.Security.Infrastructure Namespace
Return to top