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컬렉션입니다.

적용 대상