NegotiateHandler.HandleRequestAsync 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.
Intercepte les négociations d’authentification Negotiate incomplètes et les poursuit ou les termine.
public:
virtual System::Threading::Tasks::Task<bool> ^ HandleRequestAsync();
public System.Threading.Tasks.Task<bool> HandleRequestAsync ();
abstract member HandleRequestAsync : unit -> System.Threading.Tasks.Task<bool>
override this.HandleRequestAsync : unit -> System.Threading.Tasks.Task<bool>
Public Function HandleRequestAsync () As Task(Of Boolean)
Retours
true
si une réponse a été générée, sinon false
.