//------------------------------------------------------------------------------ // // Ce code a été généré par un outil. // Version du runtime :4.0.30319.42000 // // Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si // le code est régénéré. // //------------------------------------------------------------------------------ namespace SimpleIdp.Resources { using System; /// /// Une classe de ressource fortement typée destinée, entre autres, à la consultation des chaînes localisées. /// // Cette classe a été générée automatiquement par la classe StronglyTypedResourceBuilder // à l'aide d'un outil, tel que ResGen ou Visual Studio. // Pour ajouter ou supprimer un membre, modifiez votre fichier .ResX, puis réexécutez ResGen // avec l'option /str ou régénérez votre projet VS. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] public class BCConsentsResource { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal BCConsentsResource() { } /// /// Retourne l'instance ResourceManager mise en cache utilisée par cette classe. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("SimpleIdp.Resources.BCConsentsResource", typeof(BCConsentsResource).Assembly); resourceMan = temp; } return resourceMan; } } /// /// Remplace la propriété CurrentUICulture du thread actuel pour toutes /// les recherches de ressources à l'aide de cette classe de ressource fortement typée. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Recherche une chaîne localisée semblable à Exception occured while trying to confirm or reject the consent. /// public static string cannot_confirm_or_reject { get { return ResourceManager.GetString("cannot_confirm_or_reject", resourceCulture); } } /// /// Recherche une chaîne localisée semblable à Confirm. /// public static string confirm { get { return ResourceManager.GetString("confirm", resourceCulture); } } /// /// Recherche une chaîne localisée semblable à The Client App '{0}' is requesting the following permissions. /// public static string consent_client_access { get { return ResourceManager.GetString("consent_client_access", resourceCulture); } } /// /// Recherche une chaîne localisée semblable à The consent is confirmed. /// public static string consent_confirmed { get { return ResourceManager.GetString("consent_confirmed", resourceCulture); } } /// /// Recherche une chaîne localisée semblable à The consent is rejected. /// public static string consent_rejected { get { return ResourceManager.GetString("consent_rejected", resourceCulture); } } /// /// Recherche une chaîne localisée semblable à Exception occured while trying to decrypt the redirection url. /// public static string cryptography_error { get { return ResourceManager.GetString("cryptography_error", resourceCulture); } } /// /// Recherche une chaîne localisée semblable à Message. /// public static string message { get { return ResourceManager.GetString("message", resourceCulture); } } /// /// Recherche une chaîne localisée semblable à Reject. /// public static string reject { get { return ResourceManager.GetString("reject", resourceCulture); } } /// /// Recherche une chaîne localisée semblable à Scopes. /// public static string scopes { get { return ResourceManager.GetString("scopes", resourceCulture); } } /// /// Recherche une chaîne localisée semblable à You are not authorized to perform any action on this back channel authentication. /// public static string unauthorized_bc_auth { get { return ResourceManager.GetString("unauthorized_bc_auth", resourceCulture); } } /// /// Recherche une chaîne localisée semblable à Back channel authentication is unknown. /// public static string unknown_bc_authorize { get { return ResourceManager.GetString("unknown_bc_authorize", resourceCulture); } } } }