17 writes to Events
Microsoft.AspNetCore.Authentication.Negotiate (1)
NegotiateOptions.cs (1)
16Events = 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()
1 reference to Events
Microsoft.AspNetCore.Authentication.Negotiate.Test (1)
NegotiateHandlerTests.cs (1)
27Assert.NotNull(options.Events);