Compartir a través de


NegotiateHandler.Events Propiedad

Definición

El controlador llama a métodos en los eventos que proporcionan el control de aplicación en determinados puntos en los que se está produciendo el procesamiento. Si no se proporciona, se ofrece una instancia predeterminada que no hace nada cuando se invocan los métodos.

protected:
 property Microsoft::AspNetCore::Authentication::Negotiate::NegotiateEvents ^ Events { Microsoft::AspNetCore::Authentication::Negotiate::NegotiateEvents ^ get(); void set(Microsoft::AspNetCore::Authentication::Negotiate::NegotiateEvents ^ value); };
protected Microsoft.AspNetCore.Authentication.Negotiate.NegotiateEvents Events { get; set; }
member this.Events : Microsoft.AspNetCore.Authentication.Negotiate.NegotiateEvents with get, set
Protected Property Events As NegotiateEvents

Valor de propiedad

Se aplica a