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