1 write to _securityTokenHandlers
Microsoft.AspNetCore.Authentication.WsFederation (1)
WsFederationOptions.cs (1)
117
_securityTokenHandlers
= value ?? throw new ArgumentNullException(nameof(SecurityTokenHandlers));
1 reference to _securityTokenHandlers
Microsoft.AspNetCore.Authentication.WsFederation (1)
WsFederationOptions.cs (1)
113
return
_securityTokenHandlers
;