1 write to TokenHandlers
Microsoft.AspNetCore.Authentication.WsFederation (1)
WsFederationOptions.cs (1)
43
TokenHandlers
= new Collection<TokenHandler>()
4 references to TokenHandlers
Microsoft.AspNetCore.Authentication.Test (2)
WsFederation\WsFederationTest_Handler.cs (2)
293
options.
TokenHandlers
.Clear();
294
options.
TokenHandlers
.Add(new TestSecurityTokenHandler());
Microsoft.AspNetCore.Authentication.WsFederation (2)
WsFederationHandler.cs (1)
250
foreach (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.