1 write to SecurityTokenHandlers
Microsoft.AspNetCore.Authentication.Test (1)
WsFederation\WsFederationTest.cs (1)
297options.SecurityTokenHandlers = new List<ISecurityTokenValidator>() { new TestSecurityTokenValidator() };
3 references to SecurityTokenHandlers
Microsoft.AspNetCore.Authentication.WsFederation (3)
WsFederationHandler.cs (1)
281foreach (var validator in Options.SecurityTokenHandlers)
WsFederationOptions.cs (2)
117_securityTokenHandlers = value ?? throw new ArgumentNullException(nameof(SecurityTokenHandlers)); 204/// Gets or sets whether <see cref="TokenHandlers"/> or <see cref="SecurityTokenHandlers"/> will be used to validate the inbound token.