SignInManager<TUser>.GetExternalAuthenticationSchemesAsync Yöntem

Tanım

Bilinen dış oturum açma sağlayıcıları için bir s koleksiyonu AuthenticationSchemealır.

public:
 virtual System::Threading::Tasks::Task<System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Authentication::AuthenticationScheme ^> ^> ^ GetExternalAuthenticationSchemesAsync();
public virtual System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Authentication.AuthenticationScheme>> GetExternalAuthenticationSchemesAsync ();
abstract member GetExternalAuthenticationSchemesAsync : unit -> System.Threading.Tasks.Task<seq<Microsoft.AspNetCore.Authentication.AuthenticationScheme>>
override this.GetExternalAuthenticationSchemesAsync : unit -> System.Threading.Tasks.Task<seq<Microsoft.AspNetCore.Authentication.AuthenticationScheme>>
Public Overridable Function GetExternalAuthenticationSchemesAsync () As Task(Of IEnumerable(Of AuthenticationScheme))

Döndürülenler

Bilinen dış oturum açma sağlayıcıları için bir s koleksiyonu AuthenticationScheme.

Şunlara uygulanır