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