次の方法で共有


AuthenticationSchemeProvider.GetAllSchemesAsync メソッド

定義

現在登録 AuthenticationSchemeされているすべての を返します。

public:
 virtual System::Threading::Tasks::Task<System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Authentication::AuthenticationScheme ^> ^> ^ GetAllSchemesAsync();
public virtual 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>>
override this.GetAllSchemesAsync : unit -> System.Threading.Tasks.Task<seq<Microsoft.AspNetCore.Authentication.AuthenticationScheme>>
Public Overridable Function GetAllSchemesAsync () As Task(Of IEnumerable(Of AuthenticationScheme))

戻り値

現在登録されているすべての AuthenticationSchemes。

実装

適用対象