NegotiateEvents.Challenge(ChallengeContext) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Invocado antes que um desafio seja enviado de volta ao chamador.
public:
virtual System::Threading::Tasks::Task ^ Challenge(Microsoft::AspNetCore::Authentication::Negotiate::ChallengeContext ^ context);
public virtual System.Threading.Tasks.Task Challenge (Microsoft.AspNetCore.Authentication.Negotiate.ChallengeContext context);
abstract member Challenge : Microsoft.AspNetCore.Authentication.Negotiate.ChallengeContext -> System.Threading.Tasks.Task
override this.Challenge : Microsoft.AspNetCore.Authentication.Negotiate.ChallengeContext -> System.Threading.Tasks.Task
Public Overridable Function Challenge (context As ChallengeContext) As Task
Parâmetros
- context
- ChallengeContext