다음을 통해 공유


AuthenticationManager.GetAuthenticateInfoAsync(String) 메서드

정의

public:
 abstract System::Threading::Tasks::Task<Microsoft::AspNetCore::Http::Authentication::AuthenticateInfo ^> ^ GetAuthenticateInfoAsync(System::String ^ authenticationScheme);
public abstract System.Threading.Tasks.Task<Microsoft.AspNetCore.Http.Authentication.AuthenticateInfo> GetAuthenticateInfoAsync (string authenticationScheme);
abstract member GetAuthenticateInfoAsync : string -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Http.Authentication.AuthenticateInfo>
Public MustOverride Function GetAuthenticateInfoAsync (authenticationScheme As String) As Task(Of AuthenticateInfo)

매개 변수

authenticationScheme
String

반환

적용 대상