Partilhar via


AuthenticationSchemeProvider.GetDefaultSignOutSchemeAsync Método

Definição

Retorna o esquema que será usado por padrão para SignOutAsync(HttpContext, String, AuthenticationProperties). Normalmente, isso é especificado por meio de DefaultSignOutScheme. Caso contrário, isso fará fallback para se isso der suporte à GetDefaultSignInSchemeAsync() saída.

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

Retornos

O esquema que será usado por padrão para SignOutAsync(HttpContext, String, AuthenticationProperties).

Implementações

Aplica-se a