Share via


SignInManager<TUser>.GetExternalAuthenticationSchemes 方法

定義

取得已知外部登入提供者的 AuthenticationDescription 集合。

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)

傳回

已知外部登入提供者的 AuthenticationDescription 集合。

適用於