2 references to Culture
Microsoft.AspNetCore.Authentication.JwtBearer (2)
src\66b882337bac8eea\Microsoft.AspNetCore.Authentication.JwtBearer.Resources.cs (2)
15
internal static string GetResourceString(string resourceKey, string defaultValue = null) => ResourceManager.GetString(resourceKey,
Culture
);
34
=> string.Format(
Culture
, GetResourceString("Exception_OptionMustBeProvided"), p0);