NegotiateHandler.HandleRequestAsync Method

Definition

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.

Implements

Applies to