Share via


IAuthenticationSchemeProvider.GetAllSchemesAsync 메서드

정의

현재 등록된 AuthenticationScheme모든 를 반환합니다.

public:
 System::Threading::Tasks::Task<System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Authentication::AuthenticationScheme ^> ^> ^ GetAllSchemesAsync();
public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Authentication.AuthenticationScheme>> GetAllSchemesAsync ();
abstract member GetAllSchemesAsync : unit -> System.Threading.Tasks.Task<seq<Microsoft.AspNetCore.Authentication.AuthenticationScheme>>
Public Function GetAllSchemesAsync () As Task(Of IEnumerable(Of AuthenticationScheme))

반환

현재 등록된 AuthenticationScheme모든 s입니다.

적용 대상