NegotiateOptions.Events Property
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.
The object provided by the application to process events raised by the negotiate authentication handler. The application may use the existing NegotiateEvents instance and assign delegates only to the events it wants to process. The application may also replace it with its own derived instance.
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