17 instantiations of NegotiateEvents
Microsoft.AspNetCore.Authentication.Negotiate (1)
NegotiateHandler.cs (1)
61protected override Task<object> CreateEventsAsync() => Task.FromResult<object>(new NegotiateEvents());
Microsoft.AspNetCore.Authentication.Negotiate.Test (15)
EventTests.cs (15)
26options.Events = new NegotiateEvents() 51options.Events = new NegotiateEvents() 75options.Events = new NegotiateEvents() 99options.Events = new NegotiateEvents() 123options.Events = new NegotiateEvents() 148options.Events = new NegotiateEvents() 174options.Events = new NegotiateEvents() 198options.Events = new NegotiateEvents() 224options.Events = new NegotiateEvents() 248options.Events = new NegotiateEvents() 275options.Events = new NegotiateEvents() 304options.Events = new NegotiateEvents() 326options.Events = new NegotiateEvents() 350options.Events = new NegotiateEvents() 374options.Events = new NegotiateEvents()
NegotiateAuthSample (1)
Startup.cs (1)
36options.Events = new NegotiateEvents()
4 references to NegotiateEvents
Microsoft.AspNetCore.Authentication.Negotiate (4)
NegotiateHandler.cs (2)
51protected new NegotiateEvents Events 53get => (NegotiateEvents)base.Events!;
NegotiateOptions.cs (2)
16public new NegotiateEvents? Events 18get { return (NegotiateEvents?)base.Events; }