PageRenderTime 43ms CodeModel.GetById 20ms RepoModel.GetById 1ms app.codeStats 0ms

/Experiments.Wif/Backup/Microsoft.Samples.DPE.Identity.Controls/Properties/Resources.Designer.cs

https://github.com/bihter/Visual-Studio-Experiments
C# | 187 lines | 92 code | 21 blank | 74 comment | 1 complexity | 89646bb2c8574a7148b66024e73cca04 MD5 | raw file
Possible License(s): GPL-2.0
  1. // ----------------------------------------------------------------------------------
  2. // Microsoft Developer & Platform Evangelism
  3. //
  4. // Copyright (c) Microsoft Corporation. All rights reserved.
  5. //
  6. // THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
  7. // EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES
  8. // OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
  9. // ----------------------------------------------------------------------------------
  10. // The example companies, organizations, products, domain names,
  11. // e-mail addresses, logos, people, places, and events depicted
  12. // herein are fictitious. No association with any real company,
  13. // organization, product, domain name, email address, logo, person,
  14. // places, or events is intended or should be inferred.
  15. // ----------------------------------------------------------------------------------
  16. //------------------------------------------------------------------------------
  17. // <auto-generated>
  18. // This code was generated by a tool.
  19. // Runtime Version:2.0.50727.3053
  20. //
  21. // Changes to this file may cause incorrect behavior and will be lost if
  22. // the code is regenerated.
  23. // </auto-generated>
  24. //------------------------------------------------------------------------------
  25. namespace Microsoft.Samples.DPE.Identity.Controls.Properties {
  26. using System;
  27. /// <summary>
  28. /// A strongly-typed resource class, for looking up localized strings, etc.
  29. /// </summary>
  30. // This class was auto-generated by the StronglyTypedResourceBuilder
  31. // class via a tool like ResGen or Visual Studio.
  32. // To add or remove a member, edit your .ResX file then rerun ResGen
  33. // with the /str option, or rebuild your VS project.
  34. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
  35. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  36. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  37. internal class Resources {
  38. private static global::System.Resources.ResourceManager resourceMan;
  39. private static global::System.Globalization.CultureInfo resourceCulture;
  40. [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  41. internal Resources() {
  42. }
  43. /// <summary>
  44. /// Returns the cached ResourceManager instance used by this class.
  45. /// </summary>
  46. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  47. internal static global::System.Resources.ResourceManager ResourceManager {
  48. get {
  49. if (object.ReferenceEquals(resourceMan, null)) {
  50. global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.Samples.DPE.Identity.Controls.Properties.Resources", typeof(Resources).Assembly);
  51. resourceMan = temp;
  52. }
  53. return resourceMan;
  54. }
  55. }
  56. /// <summary>
  57. /// Overrides the current thread's CurrentUICulture property for all
  58. /// resource lookups using this strongly typed resource class.
  59. /// </summary>
  60. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  61. internal static global::System.Globalization.CultureInfo Culture {
  62. get {
  63. return resourceCulture;
  64. }
  65. set {
  66. resourceCulture = value;
  67. }
  68. }
  69. /// <summary>
  70. /// Looks up a localized string similar to Issuer.
  71. /// </summary>
  72. internal static string ClaimIssuerColumnHeader {
  73. get {
  74. return ResourceManager.GetString("ClaimIssuerColumnHeader", resourceCulture);
  75. }
  76. }
  77. /// <summary>
  78. /// Looks up a localized string similar to OriginalIssuer.
  79. /// </summary>
  80. internal static string ClaimOriginalIssuerColumnHeader {
  81. get {
  82. return ResourceManager.GetString("ClaimOriginalIssuerColumnHeader", resourceCulture);
  83. }
  84. }
  85. /// <summary>
  86. /// Looks up a localized string similar to Claim Type.
  87. /// </summary>
  88. internal static string ClaimTypeColumnHeader {
  89. get {
  90. return ResourceManager.GetString("ClaimTypeColumnHeader", resourceCulture);
  91. }
  92. }
  93. /// <summary>
  94. /// Looks up a localized string similar to Claim Value.
  95. /// </summary>
  96. internal static string ClaimValueColumnHeader {
  97. get {
  98. return ResourceManager.GetString("ClaimValueColumnHeader", resourceCulture);
  99. }
  100. }
  101. /// <summary>
  102. /// Looks up a localized string similar to Delegated Identity.
  103. /// </summary>
  104. internal static string DelegatedIdentity {
  105. get {
  106. return ResourceManager.GetString("DelegatedIdentity", resourceCulture);
  107. }
  108. }
  109. /// <summary>
  110. /// Looks up a localized string similar to Issued Identity.
  111. /// </summary>
  112. internal static string IssuedIdentity {
  113. get {
  114. return ResourceManager.GetString("IssuedIdentity", resourceCulture);
  115. }
  116. }
  117. /// <summary>
  118. /// Looks up a localized string similar to The user is not authenticated or its identity is not based on claims. Did you run FedUtil.exe or &quot;Modify STS Reference&quot; from Visual Studio?.
  119. /// </summary>
  120. internal static string NotAuthenticatedUser {
  121. get {
  122. return ResourceManager.GetString("NotAuthenticatedUser", resourceCulture);
  123. }
  124. }
  125. /// <summary>
  126. /// Looks up a localized string similar to Raw SAML Token.
  127. /// </summary>
  128. internal static string RawSamlToken {
  129. get {
  130. return ResourceManager.GetString("RawSamlToken", resourceCulture);
  131. }
  132. }
  133. /// <summary>
  134. /// Looks up a localized string similar to SAML Token.
  135. /// </summary>
  136. internal static string SamlToken {
  137. get {
  138. return ResourceManager.GetString("SamlToken", resourceCulture);
  139. }
  140. }
  141. /// <summary>
  142. /// Looks up a localized string similar to Security Token Visualizer.
  143. /// </summary>
  144. internal static string SecurityTokenVisualizer {
  145. get {
  146. return ResourceManager.GetString("SecurityTokenVisualizer", resourceCulture);
  147. }
  148. }
  149. /// <summary>
  150. /// Looks up a localized string similar to Property.
  151. /// </summary>
  152. internal static string TokenPropertyName {
  153. get {
  154. return ResourceManager.GetString("TokenPropertyName", resourceCulture);
  155. }
  156. }
  157. /// <summary>
  158. /// Looks up a localized string similar to Value.
  159. /// </summary>
  160. internal static string TokenPropertyValue {
  161. get {
  162. return ResourceManager.GetString("TokenPropertyValue", resourceCulture);
  163. }
  164. }
  165. }
  166. }