OpenIdConnectHandler.HandleRemoteSignOutAsync 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.
Microsoft.AspNetCore.Authentication.RemoteAuthenticationHandler<Microsoft.AspNetCore.Builder.OpenIdConnectOptions>.HandleRemoteSignOutAsync
protected:
virtual System::Threading::Tasks::Task<bool> ^ HandleRemoteSignOutAsync();
protected virtual System.Threading.Tasks.Task<bool> HandleRemoteSignOutAsync ();
abstract member HandleRemoteSignOutAsync : unit -> System.Threading.Tasks.Task<bool>
override this.HandleRemoteSignOutAsync : unit -> System.Threading.Tasks.Task<bool>
Protected Overridable Function HandleRemoteSignOutAsync () As Task(Of Boolean)