NegotiateHandler.HandleRequestAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Intercepts incomplete Negotiate authentication handshakes and continues or completes them.
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)
Returns
true
if a response was generated, otherwise false
.