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