IAuthenticationSchemeProvider.GetDefaultSignOutSchemeAsync メソッド

定義

の既定で使用されるスキームを SignOutAsync(HttpContext, String, AuthenticationProperties)返します。 これは通常、 を介して DefaultSignOutScheme指定されます。 それ以外の場合、これは に GetDefaultSignInSchemeAsync() フォールバックします。

public:
 System::Threading::Tasks::Task<Microsoft::AspNetCore::Authentication::AuthenticationScheme ^> ^ GetDefaultSignOutSchemeAsync();
public System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticationScheme> GetDefaultSignOutSchemeAsync ();
public System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticationScheme?> GetDefaultSignOutSchemeAsync ();
abstract member GetDefaultSignOutSchemeAsync : unit -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticationScheme>
Public Function GetDefaultSignOutSchemeAsync () As Task(Of AuthenticationScheme)

戻り値

の既定 SignOutAsync(HttpContext, String, AuthenticationProperties)で使用されるスキーム。

適用対象