C# 클래스 MyTested.AspNetCore.Mvc.Internal.Routing.RouteAuthenticationHandler

상속: IAuthenticationHandler
파일 보기 프로젝트 열기: ivaylokenov/MyTested.AspNetCore.Mvc

공개 메소드들

메소드 설명
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

메소드 상세

AuthenticateAsync() 공개 메소드

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

ChallengeAsync() 공개 메소드

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

GetDescriptions() 공개 메소드

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

SignInAsync() 공개 메소드

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

SignOutAsync() 공개 메소드

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