Aracılığıyla paylaş


IAuthenticationSchemeProvider.GetSchemeAsync(String) Yöntem

Tanım

AuthenticationScheme Eşleşen adı veya null değerini döndürür.

public:
 System::Threading::Tasks::Task<Microsoft::AspNetCore::Authentication::AuthenticationScheme ^> ^ GetSchemeAsync(System::String ^ name);
public System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticationScheme> GetSchemeAsync (string name);
public System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticationScheme?> GetSchemeAsync (string name);
abstract member GetSchemeAsync : string -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticationScheme>
Public Function GetSchemeAsync (name As String) As Task(Of AuthenticationScheme)

Parametreler

name
String

authenticationScheme adı.

Döndürülenler

Düzen veya bulunamazsa null.

Şunlara uygulanır