Udostępnij za pośrednictwem


SignInManager<TUser>.GetExternalAuthenticationSchemes Metoda

Definicja

Pobiera kolekcję s AuthenticationDescriptiondla znanych zewnętrznych dostawców logowania.

public:
 virtual System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Http::Authentication::AuthenticationDescription ^> ^ GetExternalAuthenticationSchemes();
public virtual System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Http.Authentication.AuthenticationDescription> GetExternalAuthenticationSchemes ();
abstract member GetExternalAuthenticationSchemes : unit -> seq<Microsoft.AspNetCore.Http.Authentication.AuthenticationDescription>
override this.GetExternalAuthenticationSchemes : unit -> seq<Microsoft.AspNetCore.Http.Authentication.AuthenticationDescription>
Public Overridable Function GetExternalAuthenticationSchemes () As IEnumerable(Of AuthenticationDescription)

Zwraca

Kolekcja AuthenticationDescriptions dla znanych zewnętrznych dostawców logowania.

Dotyczy