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