AuthenticationManager.SignOutAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
SignOutAsync(String) | |
SignOutAsync(String, AuthenticationProperties) |
SignOutAsync(String)
- Source:
- AuthenticationManager.cs
- Source:
- 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
Paramètres
- authenticationScheme
- String
Retours
S’applique à
SignOutAsync(String, AuthenticationProperties)
- Source:
- AuthenticationManager.cs
- Source:
- 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
Paramètres
- authenticationScheme
- String
- properties
- AuthenticationProperties