| File: src\18b6f47bb2c2f409\Microsoft.AspNetCore.Authentication.OAuth.Resources.cs | |
| Project: src\aspnetcore\src\Security\Authentication\OAuth\src\Microsoft.AspNetCore.Authentication.OAuth.csproj (Microsoft.AspNetCore.Authentication.OAuth) |
// <auto-generated> using System.Reflection; namespace Microsoft.AspNetCore.Authentication.OAuth { internal static partial class Resources { private static global::System.Resources.ResourceManager s_resourceManager; internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(Resources))); internal static global::System.Globalization.CultureInfo Culture { get; set; } #if !NET20 [global::System.Runtime.CompilerServices.MethodImpl(global::System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)] #endif internal static string GetResourceString(string resourceKey, string defaultValue = null) => ResourceManager.GetString(resourceKey, Culture); private static string GetResourceString(string resourceKey, string[] formatterNames) { var value = GetResourceString(resourceKey); if (formatterNames != null) { for (var i = 0; i < formatterNames.Length; i++) { value = value.Replace("{" + formatterNames[i] + "}", "{" + i + "}"); } } return value; } /// <summary>The '{0}' option must be provided.</summary> internal static string @Exception_OptionMustBeProvided => GetResourceString("Exception_OptionMustBeProvided"); /// <summary>The '{0}' option must be provided.</summary> internal static string FormatException_OptionMustBeProvided(object p0) => string.Format(Culture, GetResourceString("Exception_OptionMustBeProvided"), p0); /// <summary>An ICertificateValidator cannot be specified at the same time as an HttpMessageHandler unless it is a WebRequestHandler.</summary> internal static string @Exception_ValidatorHandlerMismatch => GetResourceString("Exception_ValidatorHandlerMismatch"); } }