//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30104.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace DotNetOpenAuth.OpenId.Behaviors { using System; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class BehaviorStrings { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal BehaviorStrings() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("DotNetOpenAuth.OpenId.Behaviors.BehaviorStrings", typeof(BehaviorStrings).Assembly); resourceMan = temp; } return resourceMan; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to The PAPE request has an incomplete set of authentication policies.. /// internal static string PapeRequestMissingRequiredPolicies { get { return ResourceManager.GetString("PapeRequestMissingRequiredPolicies", resourceCulture); } } /// /// Looks up a localized string similar to A PAPE response is missing or is missing required policies.. /// internal static string PapeResponseOrRequiredPoliciesMissing { get { return ResourceManager.GetString("PapeResponseOrRequiredPoliciesMissing", resourceCulture); } } /// /// Looks up a localized string similar to No personally identifiable information should be included in authentication responses when the PAPE authentication policy http://www.idmanagement.gov/schema/2009/05/icam/no-pii.pdf is present.. /// internal static string PiiIncludedWithNoPiiPolicy { get { return ResourceManager.GetString("PiiIncludedWithNoPiiPolicy", resourceCulture); } } /// /// Looks up a localized string similar to No personally identifiable information should be requested when the http://www.idmanagement.gov/schema/2009/05/icam/no-pii.pdf PAPE policy is present.. /// internal static string PiiRequestedWithNoPiiPolicy { get { return ResourceManager.GetString("PiiRequestedWithNoPiiPolicy", resourceCulture); } } /// /// Looks up a localized string similar to No PPID provider has been configured.. /// internal static string PpidProviderNotGiven { get { return ResourceManager.GetString("PpidProviderNotGiven", resourceCulture); } } /// /// Looks up a localized string similar to Discovery on the Realm URL MUST be performed before sending a positive assertion.. /// internal static string RealmDiscoveryNotPerformed { get { return ResourceManager.GetString("RealmDiscoveryNotPerformed", resourceCulture); } } /// /// Looks up a localized string similar to The Realm in an authentication request must be an HTTPS URL.. /// internal static string RealmMustBeHttps { get { return ResourceManager.GetString("RealmMustBeHttps", resourceCulture); } } } }