AuthenticationHandler.BaseInitializeAsync Method (AuthenticationOptions, IOwinContext)
Namespace: Microsoft.Owin.Security.Infrastructure
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
protected Task BaseInitializeAsync(
AuthenticationOptions options,
IOwinContext context
)
protected:
Task^ BaseInitializeAsync(
AuthenticationOptions^ options,
IOwinContext^ context
)
member BaseInitializeAsync :
options:AuthenticationOptions *
context:IOwinContext -> Task
Protected Function BaseInitializeAsync (
options As AuthenticationOptions,
context As IOwinContext
) As Task
Return Value
Type: System.Threading.Tasks.Task
See Also
AuthenticationHandler Class
Microsoft.Owin.Security.Infrastructure Namespace
Return to top