RemoteAuthenticationHandler<TOptions>.ShouldHandleRequestAsync 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.
Obtient une valeur qui détermine si la demande d’authentification actuelle doit être gérée par HandleRequestAsync().
public:
virtual System::Threading::Tasks::Task<bool> ^ ShouldHandleRequestAsync();
public virtual System.Threading.Tasks.Task<bool> ShouldHandleRequestAsync ();
abstract member ShouldHandleRequestAsync : unit -> System.Threading.Tasks.Task<bool>
override this.ShouldHandleRequestAsync : unit -> System.Threading.Tasks.Task<bool>
Public Overridable Function ShouldHandleRequestAsync () As Task(Of Boolean)
Retours
true
pour gérer l’opération, sinon false
.