6 references to Resources
Microsoft.AspNetCore.Authentication.WsFederation (6)
src\4ad11246598493d1\Microsoft.AspNetCore.Authentication.WsFederation.Resources.cs (1)
10internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(Resources)));
WsFederationHandler.cs (5)
223return HandleRequestResult.Fail(Resources.SignInMessageWresultIsMissing, properties); 230return HandleRequestResult.Fail(Resources.SignInMessageTokenIsMissing, properties); 305throw new SecurityTokenException(Resources.Exception_NoTokenValidatorFound); 309throw new SecurityTokenException(Resources.Exception_NoTokenValidatorFound, validationFailures[0]); 313throw new SecurityTokenException(Resources.Exception_NoTokenValidatorFound, new AggregateException(validationFailures));