Compartilhar via


NegotiateOptions.Events Propriedade

Definição

O objeto fornecido pelo aplicativo para processar eventos gerados pelo manipulador de autenticação negotiate. O aplicativo pode usar a instância NegotiateEvents existente e atribuir delegados somente aos eventos que deseja processar. O aplicativo também pode substituí-lo por sua própria instância derivada.

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

Valor da propriedade

Aplica-se a