17 references to Culture
dotnet-user-jwts (17)
artifacts\obj\dotnet-user-jwts\Release\net11.0\Microsoft.AspNetCore.Authentication.JwtBearer.Tools.Resources.cs (17)
15internal static string GetResourceString(string resourceKey, string defaultValue = null) => ResourceManager.GetString(resourceKey, Culture); 36=> string.Format(Culture, GetResourceString("ClearCommand_Confirmed"), p0, p1); 46=> string.Format(Culture, GetResourceString("ClearCommand_NoJwtsRemoved"), p0); 52=> string.Format(Culture, GetResourceString("ClearCommand_Permission"), p0, p1); 62=> string.Format(Culture, GetResourceString("CreateCommand_Confirmed", new [] { "id" }), id); 74=> string.Format(Culture, GetResourceString("CreateCommand_AppsettingsFileNotFound_Error"), p0); 82=> string.Format(Culture, GetResourceString("CreateCommand_InvalidDate_Error", new [] { "type" }), type); 90=> string.Format(Culture, GetResourceString("CreateCommand_InvalidPeriod_Error"), p0); 150=> string.Format(Culture, GetResourceString("KeyCommand_Confirmed"), p0); 160=> string.Format(Culture, GetResourceString("KeyCommand_KeyCreated"), p0); 178=> string.Format(Culture, GetResourceString("ListCommand_Project"), p0); 186=> string.Format(Culture, GetResourceString("ListCommand_UserSecretsId"), p0); 192=> string.Format(Culture, GetResourceString("PrintCommand_Confirmed"), p0); 202=> string.Format(Culture, GetResourceString("PrintCommand_NoJwtFound"), p0); 216=> string.Format(Culture, GetResourceString("RemoveCommand_Confirmed"), p0); 226=> string.Format(Culture, GetResourceString("RemoveCommand_NoJwtFound"), p0); 234=> string.Format(Culture, GetResourceString("RemoveCommand_AppsettingsFileNotFound_Error"), p0);