8 references to GetResourceString
Microsoft.AspNetCore.Authentication.WsFederation (8)
src\4ad11246598493d1\Microsoft.AspNetCore.Authentication.WsFederation.Resources.cs (8)
19var value = GetResourceString(resourceKey); 31internal static string @Exception_MissingDescriptor => GetResourceString("Exception_MissingDescriptor"); 33internal static string @Exception_NoTokenValidatorFound => GetResourceString("Exception_NoTokenValidatorFound"); 35internal static string @Exception_OptionMustBeProvided => GetResourceString("Exception_OptionMustBeProvided"); 38=> string.Format(Culture, GetResourceString("Exception_OptionMustBeProvided"), p0); 41internal static string @Exception_ValidatorHandlerMismatch => GetResourceString("Exception_ValidatorHandlerMismatch"); 43internal static string @SignInMessageTokenIsMissing => GetResourceString("SignInMessageTokenIsMissing"); 45internal static string @SignInMessageWresultIsMissing => GetResourceString("SignInMessageWresultIsMissing");