AuthenticationManager.SignOutAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
SignOutAsync(String) | |
SignOutAsync(String, AuthenticationProperties) |
SignOutAsync(String)
- Origem:
- AuthenticationManager.cs
- Origem:
- AuthenticationManager.cs
public:
virtual System::Threading::Tasks::Task ^ SignOutAsync(System::String ^ authenticationScheme);
public virtual System.Threading.Tasks.Task SignOutAsync (string authenticationScheme);
abstract member SignOutAsync : string -> System.Threading.Tasks.Task
override this.SignOutAsync : string -> System.Threading.Tasks.Task
Public Overridable Function SignOutAsync (authenticationScheme As String) As Task
Parâmetros
- authenticationScheme
- String
Retornos
Aplica-se a
SignOutAsync(String, AuthenticationProperties)
- Origem:
- AuthenticationManager.cs
- Origem:
- AuthenticationManager.cs
public:
abstract System::Threading::Tasks::Task ^ SignOutAsync(System::String ^ authenticationScheme, Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^ properties);
public abstract System.Threading.Tasks.Task SignOutAsync (string authenticationScheme, Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties properties);
abstract member SignOutAsync : string * Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties -> System.Threading.Tasks.Task
Public MustOverride Function SignOutAsync (authenticationScheme As String, properties As AuthenticationProperties) As Task
Parâmetros
- authenticationScheme
- String
- properties
- AuthenticationProperties