C# Class Microsoft.AspNetCore.Server.IISIntegration.AuthenticationHandler

Inheritance: IAuthenticationHandler
Datei anzeigen Open project: aspnet/IISIntegration Class Usage Examples

Private Properties

Property Type Description
AuthenticationHandler System
ShouldHandleScheme bool

Public Methods

Method Description
AuthenticateAsync ( Microsoft.AspNetCore.Http.Features.Authentication.AuthenticateContext context ) : System.Threading.Tasks.Task
ChallengeAsync ( ChallengeContext context ) : System.Threading.Tasks.Task
GetDescriptions ( Microsoft.AspNetCore.Http.Features.Authentication.DescribeSchemesContext context ) : void
SignInAsync ( Microsoft.AspNetCore.Http.Features.Authentication.SignInContext context ) : System.Threading.Tasks.Task
SignOutAsync ( Microsoft.AspNetCore.Http.Features.Authentication.SignOutContext context ) : System.Threading.Tasks.Task

Private Methods

Method Description
AuthenticationHandler ( HttpContext httpContext, IISOptions options, ClaimsPrincipal user ) : System
ShouldHandleScheme ( string authenticationScheme ) : bool

Method Details

AuthenticateAsync() public method

public AuthenticateAsync ( Microsoft.AspNetCore.Http.Features.Authentication.AuthenticateContext context ) : System.Threading.Tasks.Task
context Microsoft.AspNetCore.Http.Features.Authentication.AuthenticateContext
return System.Threading.Tasks.Task

ChallengeAsync() public method

public ChallengeAsync ( ChallengeContext context ) : System.Threading.Tasks.Task
context ChallengeContext
return System.Threading.Tasks.Task

GetDescriptions() public method

public GetDescriptions ( Microsoft.AspNetCore.Http.Features.Authentication.DescribeSchemesContext context ) : void
context Microsoft.AspNetCore.Http.Features.Authentication.DescribeSchemesContext
return void

SignInAsync() public method

public SignInAsync ( Microsoft.AspNetCore.Http.Features.Authentication.SignInContext context ) : System.Threading.Tasks.Task
context Microsoft.AspNetCore.Http.Features.Authentication.SignInContext
return System.Threading.Tasks.Task

SignOutAsync() public method

public SignOutAsync ( Microsoft.AspNetCore.Http.Features.Authentication.SignOutContext context ) : System.Threading.Tasks.Task
context Microsoft.AspNetCore.Http.Features.Authentication.SignOutContext
return System.Threading.Tasks.Task