AuthenticationManager.GetAuthenticateInfoAsync(String) Method

Definition

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)

Parameters

authenticationScheme
String

Returns

Applies to