Partager via


AuthenticationManager.GetAuthenticateInfoAsync(String) Méthode

Définition

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)

Paramètres

authenticationScheme
String

Retours

S’applique à