IAuthenticationSchemeProvider.GetDefaultSignOutSchemeAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回預設會用於 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) 。