2 references to Culture
Microsoft.AspNetCore.DataProtection.Extensions (2)
src\210447adf6bce87e\Microsoft.AspNetCore.DataProtection.Extensions.Resources.cs (2)
15
internal static string GetResourceString(string resourceKey, string defaultValue = null) => ResourceManager.GetString(resourceKey,
Culture
);
36
=> string.Format(
Culture
, GetResourceString("TimeLimitedDataProtector_PayloadExpired"), p0);