IAuthenticationService.SignOutAsync Método

Definición

Cierre la sesión del esquema de autenticación especificado.

public:
 System::Threading::Tasks::Task ^ SignOutAsync(Microsoft::AspNetCore::Http::HttpContext ^ context, System::String ^ scheme, Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ properties);
public System.Threading.Tasks.Task SignOutAsync (Microsoft.AspNetCore.Http.HttpContext context, string scheme, Microsoft.AspNetCore.Authentication.AuthenticationProperties properties);
public System.Threading.Tasks.Task SignOutAsync (Microsoft.AspNetCore.Http.HttpContext context, string? scheme, Microsoft.AspNetCore.Authentication.AuthenticationProperties? properties);
abstract member SignOutAsync : Microsoft.AspNetCore.Http.HttpContext * string * Microsoft.AspNetCore.Authentication.AuthenticationProperties -> System.Threading.Tasks.Task
Public Function SignOutAsync (context As HttpContext, scheme As String, properties As AuthenticationProperties) As Task

Parámetros

context
HttpContext

El parámetro de cadena de consulta HttpContext.

scheme
String

Nombre del esquema de autenticación.

properties
AuthenticationProperties

El parámetro de cadena de consulta AuthenticationProperties.

Devoluciones

Task

Una tarea.

Se aplica a