AuthenticationManager.GetAuthenticateInfoAsync(String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)
Parâmetros
- authenticationScheme
- String