Kongsi melalui


AuthenticationMiddleware<TOptions>.Invoke Method (IOwinContext)

 

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

Return Value

Type: System.Threading.Tasks.Task

See Also

AuthenticationMiddleware<TOptions> Class
Microsoft.Owin.Security.Infrastructure Namespace

Return to top