AuthenticationSchemeProvider.GetDefaultForbidSchemeAsync 메서드

정의

에 대해 기본적으로 사용되는 체계를 반환합니다 ForbidAsync(HttpContext, String, AuthenticationProperties). 일반적으로 를 통해 DefaultForbidScheme지정됩니다. 그렇지 않으면 로 대체 GetDefaultChallengeSchemeAsync() 됩니다.

public:
 virtual System::Threading::Tasks::Task<Microsoft::AspNetCore::Authentication::AuthenticationScheme ^> ^ GetDefaultForbidSchemeAsync();
public virtual System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticationScheme> GetDefaultForbidSchemeAsync ();
public virtual System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticationScheme?> GetDefaultForbidSchemeAsync ();
abstract member GetDefaultForbidSchemeAsync : unit -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticationScheme>
override this.GetDefaultForbidSchemeAsync : unit -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticationScheme>
Public Overridable Function GetDefaultForbidSchemeAsync () As Task(Of AuthenticationScheme)

반환

에 대해 기본적으로 사용되는 체계입니다 ForbidAsync(HttpContext, String, AuthenticationProperties).

구현

적용 대상