次の方法で共有


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

戻り値

適用対象