5 references to GetResourceString
Microsoft.AspNetCore.DataProtection.Extensions (5)
src\210447adf6bce87e\Microsoft.AspNetCore.DataProtection.Extensions.Resources.cs (5)
19
var value =
GetResourceString
(resourceKey);
31
internal static string @CryptCommon_GenericError =>
GetResourceString
("CryptCommon_GenericError");
33
internal static string @TimeLimitedDataProtector_PayloadExpired =>
GetResourceString
("TimeLimitedDataProtector_PayloadExpired");
36
=> string.Format(Culture,
GetResourceString
("TimeLimitedDataProtector_PayloadExpired"), p0);
39
internal static string @TimeLimitedDataProtector_PayloadInvalid =>
GetResourceString
("TimeLimitedDataProtector_PayloadInvalid");