IAuthenticationSchemeProvider.GetSchemeAsync(String) 메서드

정의

AuthenticationScheme 이름과 일치하는 또는 null을 반환합니다.

public:
 System::Threading::Tasks::Task<Microsoft::AspNetCore::Authentication::AuthenticationScheme ^> ^ GetSchemeAsync(System::String ^ name);
public System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticationScheme> GetSchemeAsync (string name);
public System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticationScheme?> GetSchemeAsync (string name);
abstract member GetSchemeAsync : string -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticationScheme>
Public Function GetSchemeAsync (name As String) As Task(Of AuthenticationScheme)

매개 변수

name
String

authenticationScheme의 이름입니다.

반환

스키마 또는 null(찾을 수 없는 경우)입니다.

적용 대상