SignInManager<TUser>.GetExternalAuthenticationSchemesAsync 메서드

정의

알려진 외부 로그인 공급자에 대한 의 AuthenticationScheme컬렉션을 가져옵니다.

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))

반환

알려진 외부 로그인 공급자에 대한 의 컬렉션 AuthenticationScheme입니다.

적용 대상