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

适用于