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.
Gère les demandes de déconnexion à distance envoyées par le fournisseur d’identité.
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)
Retours
true si la requête a été gérée par le gestionnaire OpenID Connect ; sinon, false.