2 writes to EventsType
Microsoft.AspNetCore.Authentication.Test (2)
WsFederation\WsFederationTest.cs (1)
221options.EventsType = typeof(MyWsFedEvents);
WsFederation\WsFederationTest_Handler.cs (1)
219options.EventsType = typeof(MyWsFedEvents);
2 references to EventsType
Microsoft.AspNetCore.Authentication (2)
AuthenticationHandler.cs (2)
172if (Options.EventsType != null) 174Events = Context.RequestServices.GetRequiredService(Options.EventsType);