1 write to TokenHandlers
Microsoft.AspNetCore.Authentication.WsFederation (1)
WsFederationOptions.cs (1)
43TokenHandlers = new Collection<TokenHandler>()
4 references to TokenHandlers
Microsoft.AspNetCore.Authentication.Test (2)
WsFederation\WsFederationTest_Handler.cs (2)
293options.TokenHandlers.Clear(); 294options.TokenHandlers.Add(new TestSecurityTokenHandler());
Microsoft.AspNetCore.Authentication.WsFederation (2)
WsFederationHandler.cs (1)
250foreach (var tokenHandler in Options.TokenHandlers)
WsFederationOptions.cs (1)
204/// Gets or sets whether <see cref="TokenHandlers"/> or <see cref="SecurityTokenHandlers"/> will be used to validate the inbound token.