@tsonic/efcore-sqlserver 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (399) hide show
  1. package/Azure/bindings.json +4791 -0
  2. package/Azure/internal/index.d.ts +433 -0
  3. package/Azure/internal/metadata.json +2772 -0
  4. package/Azure.Core/bindings.json +8215 -0
  5. package/Azure.Core/internal/index.d.ts +665 -0
  6. package/Azure.Core/internal/metadata.json +5291 -0
  7. package/Azure.Core.Cryptography/bindings.json +158 -0
  8. package/Azure.Core.Cryptography/internal/index.d.ts +30 -0
  9. package/Azure.Core.Cryptography/internal/metadata.json +122 -0
  10. package/Azure.Core.Cryptography.d.ts +15 -0
  11. package/Azure.Core.Cryptography.js +9 -0
  12. package/Azure.Core.Diagnostics/bindings.json +154 -0
  13. package/Azure.Core.Diagnostics/internal/index.d.ts +29 -0
  14. package/Azure.Core.Diagnostics/internal/metadata.json +87 -0
  15. package/Azure.Core.Diagnostics.d.ts +13 -0
  16. package/Azure.Core.Diagnostics.js +9 -0
  17. package/Azure.Core.Extensions/bindings.json +158 -0
  18. package/Azure.Core.Extensions/internal/index.d.ts +42 -0
  19. package/Azure.Core.Extensions/internal/metadata.json +139 -0
  20. package/Azure.Core.Extensions.d.ts +16 -0
  21. package/Azure.Core.Extensions.js +9 -0
  22. package/Azure.Core.GeoJson/bindings.json +2736 -0
  23. package/Azure.Core.GeoJson/internal/index.d.ts +256 -0
  24. package/Azure.Core.GeoJson/internal/metadata.json +1469 -0
  25. package/Azure.Core.GeoJson.d.ts +29 -0
  26. package/Azure.Core.GeoJson.js +9 -0
  27. package/Azure.Core.Pipeline/bindings.json +1894 -0
  28. package/Azure.Core.Pipeline/internal/index.d.ts +209 -0
  29. package/Azure.Core.Pipeline/internal/metadata.json +1181 -0
  30. package/Azure.Core.Pipeline.d.ts +32 -0
  31. package/Azure.Core.Pipeline.js +9 -0
  32. package/Azure.Core.Serialization/bindings.json +691 -0
  33. package/Azure.Core.Serialization/internal/index.d.ts +90 -0
  34. package/Azure.Core.Serialization/internal/metadata.json +468 -0
  35. package/Azure.Core.Serialization.d.ts +23 -0
  36. package/Azure.Core.Serialization.js +9 -0
  37. package/Azure.Core.d.ts +60 -0
  38. package/Azure.Core.js +9 -0
  39. package/Azure.Identity/bindings.json +11689 -0
  40. package/Azure.Identity/internal/index.d.ts +884 -0
  41. package/Azure.Identity/internal/metadata.json +5255 -0
  42. package/Azure.Identity.d.ts +75 -0
  43. package/Azure.Identity.js +9 -0
  44. package/Azure.Messaging/bindings.json +515 -0
  45. package/Azure.Messaging/internal/index.d.ts +62 -0
  46. package/Azure.Messaging/internal/metadata.json +316 -0
  47. package/Azure.Messaging.d.ts +17 -0
  48. package/Azure.Messaging.js +9 -0
  49. package/Azure.d.ts +69 -0
  50. package/Azure.js +9 -0
  51. package/LICENSE +21 -0
  52. package/Microsoft.Data/bindings.json +74 -0
  53. package/Microsoft.Data/internal/index.d.ts +33 -0
  54. package/Microsoft.Data/internal/metadata.json +59 -0
  55. package/Microsoft.Data.Sql/bindings.json +221 -0
  56. package/Microsoft.Data.Sql/internal/index.d.ts +42 -0
  57. package/Microsoft.Data.Sql/internal/metadata.json +136 -0
  58. package/Microsoft.Data.Sql.d.ts +15 -0
  59. package/Microsoft.Data.Sql.js +9 -0
  60. package/Microsoft.Data.SqlClient/bindings.json +17875 -0
  61. package/Microsoft.Data.SqlClient/internal/index.d.ts +1252 -0
  62. package/Microsoft.Data.SqlClient/internal/metadata.json +10965 -0
  63. package/Microsoft.Data.SqlClient.DataClassification/bindings.json +640 -0
  64. package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +90 -0
  65. package/Microsoft.Data.SqlClient.DataClassification/internal/metadata.json +383 -0
  66. package/Microsoft.Data.SqlClient.DataClassification.d.ts +19 -0
  67. package/Microsoft.Data.SqlClient.DataClassification.js +9 -0
  68. package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +4421 -0
  69. package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +341 -0
  70. package/Microsoft.Data.SqlClient.Diagnostics/internal/metadata.json +2693 -0
  71. package/Microsoft.Data.SqlClient.Diagnostics.d.ts +30 -0
  72. package/Microsoft.Data.SqlClient.Diagnostics.js +9 -0
  73. package/Microsoft.Data.SqlClient.Server/bindings.json +3543 -0
  74. package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +184 -0
  75. package/Microsoft.Data.SqlClient.Server/internal/metadata.json +2235 -0
  76. package/Microsoft.Data.SqlClient.Server.d.ts +16 -0
  77. package/Microsoft.Data.SqlClient.Server.js +9 -0
  78. package/Microsoft.Data.SqlClient.d.ts +92 -0
  79. package/Microsoft.Data.SqlClient.js +9 -0
  80. package/Microsoft.Data.SqlTypes/bindings.json +902 -0
  81. package/Microsoft.Data.SqlTypes/internal/index.d.ts +82 -0
  82. package/Microsoft.Data.SqlTypes/internal/metadata.json +558 -0
  83. package/Microsoft.Data.SqlTypes.d.ts +17 -0
  84. package/Microsoft.Data.SqlTypes.js +9 -0
  85. package/Microsoft.Data.d.ts +15 -0
  86. package/Microsoft.Data.js +9 -0
  87. package/Microsoft.EntityFrameworkCore/bindings.json +13302 -0
  88. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +693 -0
  89. package/Microsoft.EntityFrameworkCore/internal/metadata.json +9025 -0
  90. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +612 -0
  91. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +59 -0
  92. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +303 -0
  93. package/Microsoft.EntityFrameworkCore.Diagnostics.d.ts +17 -0
  94. package/Microsoft.EntityFrameworkCore.Diagnostics.js +9 -0
  95. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +669 -0
  96. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +92 -0
  97. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +455 -0
  98. package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +20 -0
  99. package/Microsoft.EntityFrameworkCore.Infrastructure.js +9 -0
  100. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +125 -0
  101. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +19 -0
  102. package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +72 -0
  103. package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +1095 -0
  104. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +113 -0
  105. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/metadata.json +660 -0
  106. package/Microsoft.EntityFrameworkCore.Metadata.Builders.d.ts +31 -0
  107. package/Microsoft.EntityFrameworkCore.Metadata.Builders.js +9 -0
  108. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +1073 -0
  109. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +180 -0
  110. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +706 -0
  111. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +29 -0
  112. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.js +9 -0
  113. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +95 -0
  114. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +29 -0
  115. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +88 -0
  116. package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +14 -0
  117. package/Microsoft.EntityFrameworkCore.Metadata.Internal.js +9 -0
  118. package/Microsoft.EntityFrameworkCore.Metadata.d.ts +12 -0
  119. package/Microsoft.EntityFrameworkCore.Metadata.js +9 -0
  120. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +105 -0
  121. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +36 -0
  122. package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +81 -0
  123. package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +151 -0
  124. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +43 -0
  125. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/metadata.json +100 -0
  126. package/Microsoft.EntityFrameworkCore.Migrations.Operations.d.ts +16 -0
  127. package/Microsoft.EntityFrameworkCore.Migrations.Operations.js +9 -0
  128. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +18 -0
  129. package/Microsoft.EntityFrameworkCore.Migrations.js +9 -0
  130. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +476 -0
  131. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +67 -0
  132. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/metadata.json +317 -0
  133. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +20 -0
  134. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.js +9 -0
  135. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +525 -0
  136. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +46 -0
  137. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/metadata.json +238 -0
  138. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.d.ts +12 -0
  139. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.js +9 -0
  140. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +572 -0
  141. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +44 -0
  142. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/metadata.json +393 -0
  143. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +16 -0
  144. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.js +9 -0
  145. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +1259 -0
  146. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +106 -0
  147. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/metadata.json +790 -0
  148. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +21 -0
  149. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.js +9 -0
  150. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +1934 -0
  151. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +103 -0
  152. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/metadata.json +1294 -0
  153. package/Microsoft.EntityFrameworkCore.SqlServer.Internal.d.ts +14 -0
  154. package/Microsoft.EntityFrameworkCore.SqlServer.Internal.js +9 -0
  155. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +933 -0
  156. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +73 -0
  157. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/metadata.json +452 -0
  158. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.d.ts +16 -0
  159. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.js +9 -0
  160. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +482 -0
  161. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +67 -0
  162. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/metadata.json +317 -0
  163. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +21 -0
  164. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.js +9 -0
  165. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +5251 -0
  166. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +835 -0
  167. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/metadata.json +3289 -0
  168. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +141 -0
  169. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +33 -0
  170. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/metadata.json +95 -0
  171. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +17 -0
  172. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.js +9 -0
  173. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +87 -0
  174. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.js +9 -0
  175. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +238 -0
  176. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +53 -0
  177. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/metadata.json +167 -0
  178. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +21 -0
  179. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.js +9 -0
  180. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +2619 -0
  181. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +411 -0
  182. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/metadata.json +1697 -0
  183. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +55 -0
  184. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.js +9 -0
  185. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +719 -0
  186. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +105 -0
  187. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/metadata.json +500 -0
  188. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +24 -0
  189. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.js +9 -0
  190. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +493 -0
  191. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +111 -0
  192. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/metadata.json +339 -0
  193. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +24 -0
  194. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.js +9 -0
  195. package/Microsoft.EntityFrameworkCore.d.ts +46 -0
  196. package/Microsoft.EntityFrameworkCore.js +9 -0
  197. package/Microsoft.Extensions.DependencyInjection/bindings.json +164 -0
  198. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +26 -0
  199. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +127 -0
  200. package/Microsoft.Extensions.DependencyInjection.d.ts +15 -0
  201. package/Microsoft.Extensions.DependencyInjection.js +9 -0
  202. package/Microsoft.Identity.Client/bindings.json +23512 -0
  203. package/Microsoft.Identity.Client/internal/index.d.ts +1605 -0
  204. package/Microsoft.Identity.Client/internal/metadata.json +11985 -0
  205. package/Microsoft.Identity.Client.Advanced/bindings.json +44 -0
  206. package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +20 -0
  207. package/Microsoft.Identity.Client.Advanced/internal/metadata.json +41 -0
  208. package/Microsoft.Identity.Client.Advanced.d.ts +17 -0
  209. package/Microsoft.Identity.Client.Advanced.js +9 -0
  210. package/Microsoft.Identity.Client.AppConfig/bindings.json +338 -0
  211. package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +47 -0
  212. package/Microsoft.Identity.Client.AppConfig/internal/metadata.json +212 -0
  213. package/Microsoft.Identity.Client.AppConfig.d.ts +15 -0
  214. package/Microsoft.Identity.Client.AppConfig.js +9 -0
  215. package/Microsoft.Identity.Client.AuthScheme/bindings.json +167 -0
  216. package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +25 -0
  217. package/Microsoft.Identity.Client.AuthScheme/internal/metadata.json +118 -0
  218. package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +95 -0
  219. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +20 -0
  220. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/metadata.json +72 -0
  221. package/Microsoft.Identity.Client.AuthScheme.PoP.d.ts +12 -0
  222. package/Microsoft.Identity.Client.AuthScheme.PoP.js +9 -0
  223. package/Microsoft.Identity.Client.AuthScheme.d.ts +14 -0
  224. package/Microsoft.Identity.Client.AuthScheme.js +9 -0
  225. package/Microsoft.Identity.Client.Cache/bindings.json +210 -0
  226. package/Microsoft.Identity.Client.Cache/internal/index.d.ts +32 -0
  227. package/Microsoft.Identity.Client.Cache/internal/metadata.json +123 -0
  228. package/Microsoft.Identity.Client.Cache.d.ts +13 -0
  229. package/Microsoft.Identity.Client.Cache.js +9 -0
  230. package/Microsoft.Identity.Client.Extensibility/bindings.json +882 -0
  231. package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +128 -0
  232. package/Microsoft.Identity.Client.Extensibility/internal/metadata.json +620 -0
  233. package/Microsoft.Identity.Client.Extensibility.d.ts +30 -0
  234. package/Microsoft.Identity.Client.Extensibility.js +9 -0
  235. package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +1464 -0
  236. package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +163 -0
  237. package/Microsoft.Identity.Client.Extensions.Msal/internal/metadata.json +877 -0
  238. package/Microsoft.Identity.Client.Extensions.Msal.d.ts +25 -0
  239. package/Microsoft.Identity.Client.Extensions.Msal.js +9 -0
  240. package/Microsoft.Identity.Client.Kerberos/bindings.json +634 -0
  241. package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +58 -0
  242. package/Microsoft.Identity.Client.Kerberos/internal/metadata.json +386 -0
  243. package/Microsoft.Identity.Client.Kerberos.d.ts +15 -0
  244. package/Microsoft.Identity.Client.Kerberos.js +9 -0
  245. package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +209 -0
  246. package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +23 -0
  247. package/Microsoft.Identity.Client.ManagedIdentity/internal/metadata.json +106 -0
  248. package/Microsoft.Identity.Client.ManagedIdentity.d.ts +12 -0
  249. package/Microsoft.Identity.Client.ManagedIdentity.js +9 -0
  250. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +44 -0
  251. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +22 -0
  252. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/metadata.json +41 -0
  253. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos.d.ts +12 -0
  254. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos.js +9 -0
  255. package/Microsoft.Identity.Client.RP/bindings.json +83 -0
  256. package/Microsoft.Identity.Client.RP/internal/index.d.ts +27 -0
  257. package/Microsoft.Identity.Client.RP/internal/metadata.json +74 -0
  258. package/Microsoft.Identity.Client.RP.d.ts +18 -0
  259. package/Microsoft.Identity.Client.RP.js +9 -0
  260. package/Microsoft.Identity.Client.Region/bindings.json +167 -0
  261. package/Microsoft.Identity.Client.Region/internal/index.d.ts +21 -0
  262. package/Microsoft.Identity.Client.Region/internal/metadata.json +88 -0
  263. package/Microsoft.Identity.Client.Region.d.ts +12 -0
  264. package/Microsoft.Identity.Client.Region.js +9 -0
  265. package/Microsoft.Identity.Client.SSHCertificates/bindings.json +68 -0
  266. package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +20 -0
  267. package/Microsoft.Identity.Client.SSHCertificates/internal/metadata.json +57 -0
  268. package/Microsoft.Identity.Client.SSHCertificates.d.ts +16 -0
  269. package/Microsoft.Identity.Client.SSHCertificates.js +9 -0
  270. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +66 -0
  271. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +24 -0
  272. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/metadata.json +46 -0
  273. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient.d.ts +13 -0
  274. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient.js +9 -0
  275. package/Microsoft.Identity.Client.Utils/bindings.json +164 -0
  276. package/Microsoft.Identity.Client.Utils/internal/index.d.ts +29 -0
  277. package/Microsoft.Identity.Client.Utils/internal/metadata.json +121 -0
  278. package/Microsoft.Identity.Client.Utils.Windows/bindings.json +68 -0
  279. package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +19 -0
  280. package/Microsoft.Identity.Client.Utils.Windows/internal/metadata.json +57 -0
  281. package/Microsoft.Identity.Client.Utils.Windows.d.ts +12 -0
  282. package/Microsoft.Identity.Client.Utils.Windows.js +9 -0
  283. package/Microsoft.Identity.Client.Utils.d.ts +13 -0
  284. package/Microsoft.Identity.Client.Utils.js +9 -0
  285. package/Microsoft.Identity.Client.d.ts +124 -0
  286. package/Microsoft.Identity.Client.js +9 -0
  287. package/Microsoft.IdentityModel.Abstractions/bindings.json +1278 -0
  288. package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +132 -0
  289. package/Microsoft.IdentityModel.Abstractions/internal/metadata.json +843 -0
  290. package/Microsoft.IdentityModel.Abstractions.d.ts +20 -0
  291. package/Microsoft.IdentityModel.Abstractions.js +9 -0
  292. package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +3592 -0
  293. package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +242 -0
  294. package/Microsoft.IdentityModel.JsonWebTokens/internal/metadata.json +1997 -0
  295. package/Microsoft.IdentityModel.JsonWebTokens.d.ts +24 -0
  296. package/Microsoft.IdentityModel.JsonWebTokens.js +9 -0
  297. package/Microsoft.IdentityModel.Logging/bindings.json +1715 -0
  298. package/Microsoft.IdentityModel.Logging/internal/index.d.ts +137 -0
  299. package/Microsoft.IdentityModel.Logging/internal/metadata.json +1117 -0
  300. package/Microsoft.IdentityModel.Logging.d.ts +21 -0
  301. package/Microsoft.IdentityModel.Logging.js +9 -0
  302. package/Microsoft.IdentityModel.Protocols/bindings.json +1839 -0
  303. package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +208 -0
  304. package/Microsoft.IdentityModel.Protocols/internal/metadata.json +1067 -0
  305. package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +177 -0
  306. package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +43 -0
  307. package/Microsoft.IdentityModel.Protocols.Configuration/internal/metadata.json +72 -0
  308. package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +18 -0
  309. package/Microsoft.IdentityModel.Protocols.Configuration.js +9 -0
  310. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +7825 -0
  311. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +515 -0
  312. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/metadata.json +4288 -0
  313. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +117 -0
  314. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +35 -0
  315. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/metadata.json +80 -0
  316. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration.d.ts +14 -0
  317. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration.js +9 -0
  318. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +42 -0
  319. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.js +9 -0
  320. package/Microsoft.IdentityModel.Protocols.d.ts +32 -0
  321. package/Microsoft.IdentityModel.Protocols.js +9 -0
  322. package/Microsoft.IdentityModel.Tokens/bindings.json +18398 -0
  323. package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +1485 -0
  324. package/Microsoft.IdentityModel.Tokens/internal/metadata.json +10430 -0
  325. package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +162 -0
  326. package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +30 -0
  327. package/Microsoft.IdentityModel.Tokens.Configuration/internal/metadata.json +101 -0
  328. package/Microsoft.IdentityModel.Tokens.Configuration.d.ts +15 -0
  329. package/Microsoft.IdentityModel.Tokens.Configuration.js +9 -0
  330. package/Microsoft.IdentityModel.Tokens.d.ts +123 -0
  331. package/Microsoft.IdentityModel.Tokens.js +9 -0
  332. package/Microsoft.SqlServer.Server/bindings.json +1337 -0
  333. package/Microsoft.SqlServer.Server/internal/index.d.ts +138 -0
  334. package/Microsoft.SqlServer.Server/internal/metadata.json +792 -0
  335. package/Microsoft.SqlServer.Server.d.ts +23 -0
  336. package/Microsoft.SqlServer.Server.js +9 -0
  337. package/README.md +5 -0
  338. package/System/bindings.json +877 -0
  339. package/System/internal/index.d.ts +67 -0
  340. package/System/internal/metadata.json +523 -0
  341. package/System.ClientModel/bindings.json +975 -0
  342. package/System.ClientModel/internal/index.d.ts +152 -0
  343. package/System.ClientModel/internal/metadata.json +637 -0
  344. package/System.ClientModel.Primitives/bindings.json +5278 -0
  345. package/System.ClientModel.Primitives/internal/index.d.ts +596 -0
  346. package/System.ClientModel.Primitives/internal/metadata.json +3433 -0
  347. package/System.ClientModel.Primitives.d.ts +65 -0
  348. package/System.ClientModel.Primitives.js +9 -0
  349. package/System.ClientModel.d.ts +42 -0
  350. package/System.ClientModel.js +9 -0
  351. package/System.Configuration/bindings.json +22798 -0
  352. package/System.Configuration/internal/index.d.ts +2085 -0
  353. package/System.Configuration/internal/metadata.json +11888 -0
  354. package/System.Configuration.Internal/bindings.json +3313 -0
  355. package/System.Configuration.Internal/internal/index.d.ts +228 -0
  356. package/System.Configuration.Internal/internal/metadata.json +2269 -0
  357. package/System.Configuration.Internal.d.ts +30 -0
  358. package/System.Configuration.Internal.js +9 -0
  359. package/System.Configuration.Provider/bindings.json +447 -0
  360. package/System.Configuration.Provider/internal/index.d.ts +63 -0
  361. package/System.Configuration.Provider/internal/metadata.json +284 -0
  362. package/System.Configuration.Provider.d.ts +17 -0
  363. package/System.Configuration.Provider.js +9 -0
  364. package/System.Configuration.d.ts +166 -0
  365. package/System.Configuration.js +9 -0
  366. package/System.Diagnostics/bindings.json +44 -0
  367. package/System.Diagnostics/internal/index.d.ts +18 -0
  368. package/System.Diagnostics/internal/metadata.json +48 -0
  369. package/System.Diagnostics.d.ts +12 -0
  370. package/System.Diagnostics.js +9 -0
  371. package/System.Drawing.Configuration/bindings.json +178 -0
  372. package/System.Drawing.Configuration/internal/index.d.ts +25 -0
  373. package/System.Drawing.Configuration/internal/metadata.json +46 -0
  374. package/System.Drawing.Configuration.d.ts +13 -0
  375. package/System.Drawing.Configuration.js +9 -0
  376. package/System.IdentityModel.Tokens.Jwt/bindings.json +4622 -0
  377. package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +309 -0
  378. package/System.IdentityModel.Tokens.Jwt/internal/metadata.json +2556 -0
  379. package/System.IdentityModel.Tokens.Jwt.d.ts +29 -0
  380. package/System.IdentityModel.Tokens.Jwt.js +9 -0
  381. package/System.Security.Cryptography/bindings.json +146 -0
  382. package/System.Security.Cryptography/internal/index.d.ts +25 -0
  383. package/System.Security.Cryptography/internal/metadata.json +104 -0
  384. package/System.Security.Cryptography.d.ts +13 -0
  385. package/System.Security.Cryptography.js +9 -0
  386. package/System.Text.Json.Serialization/bindings.json +96 -0
  387. package/System.Text.Json.Serialization/internal/index.d.ts +32 -0
  388. package/System.Text.Json.Serialization/internal/metadata.json +70 -0
  389. package/System.Text.Json.Serialization.d.ts +15 -0
  390. package/System.Text.Json.Serialization.js +9 -0
  391. package/System.d.ts +21 -0
  392. package/System.js +9 -0
  393. package/__build/ref/Program.cs +5 -0
  394. package/__build/ref/ref.csproj +14 -0
  395. package/__build/scripts/generate.sh +113 -0
  396. package/__internal/extensions/index.d.ts +153 -0
  397. package/families.json +30 -0
  398. package/package.json +27 -0
  399. package/tsconfig.json +20 -0
@@ -0,0 +1,1715 @@
1
+ {
2
+ "namespace": "Microsoft.IdentityModel.Logging",
3
+ "types": [
4
+ {
5
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.ISafeLogSecurityArtifact",
6
+ "clrName": "Microsoft.IdentityModel.Logging.ISafeLogSecurityArtifact",
7
+ "tsEmitName": "ISafeLogSecurityArtifact",
8
+ "assemblyName": "Microsoft.IdentityModel.Logging",
9
+ "metadataToken": 0,
10
+ "methods": [
11
+ {
12
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.ISafeLogSecurityArtifact::UnsafeToString():System.String",
13
+ "clrName": "UnsafeToString",
14
+ "tsEmitName": "unsafeToString",
15
+ "metadataToken": 100663332,
16
+ "canonicalSignature": "():System.String",
17
+ "normalizedSignature": "UnsafeToString|():System.String|static=false",
18
+ "emitScope": "ClassSurface",
19
+ "arity": 0,
20
+ "parameterCount": 0,
21
+ "declaringClrType": "Microsoft.IdentityModel.Logging.ISafeLogSecurityArtifact",
22
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
23
+ "isExtensionMethod": false
24
+ }
25
+ ],
26
+ "properties": [],
27
+ "fields": [],
28
+ "events": [],
29
+ "constructors": [],
30
+ "exposedMethods": [
31
+ {
32
+ "tsName": "unsafeToString",
33
+ "isStatic": false,
34
+ "tsSignatureId": "UnsafeToString|():System.String|static=false",
35
+ "target": {
36
+ "declaringClrType": "Microsoft.IdentityModel.Logging.ISafeLogSecurityArtifact",
37
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
38
+ "metadataToken": 100663332
39
+ }
40
+ }
41
+ ]
42
+ },
43
+ {
44
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelEventSource",
45
+ "clrName": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
46
+ "tsEmitName": "IdentityModelEventSource",
47
+ "assemblyName": "Microsoft.IdentityModel.Logging",
48
+ "metadataToken": 0,
49
+ "methods": [
50
+ {
51
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelEventSource::WriteAlways(System.String):System.Void",
52
+ "clrName": "WriteAlways",
53
+ "tsEmitName": "writeAlways",
54
+ "metadataToken": 100663308,
55
+ "canonicalSignature": "(System.String):System.Void",
56
+ "normalizedSignature": "WriteAlways|(System.String):System.Void|static=false",
57
+ "emitScope": "ClassSurface",
58
+ "arity": 0,
59
+ "parameterCount": 1,
60
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
61
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
62
+ "isExtensionMethod": false
63
+ },
64
+ {
65
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelEventSource::WriteAlways(System.String,System.Object[]):System.Void",
66
+ "clrName": "WriteAlways",
67
+ "tsEmitName": "writeAlways",
68
+ "metadataToken": 100663309,
69
+ "canonicalSignature": "(System.String,System.Object[]):System.Void",
70
+ "normalizedSignature": "WriteAlways|(System.String,System.Object[]):System.Void|static=false",
71
+ "emitScope": "ClassSurface",
72
+ "arity": 0,
73
+ "parameterCount": 2,
74
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
75
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
76
+ "isExtensionMethod": false
77
+ },
78
+ {
79
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelEventSource::WriteVerbose(System.String):System.Void",
80
+ "clrName": "WriteVerbose",
81
+ "tsEmitName": "writeVerbose",
82
+ "metadataToken": 100663310,
83
+ "canonicalSignature": "(System.String):System.Void",
84
+ "normalizedSignature": "WriteVerbose|(System.String):System.Void|static=false",
85
+ "emitScope": "ClassSurface",
86
+ "arity": 0,
87
+ "parameterCount": 1,
88
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
89
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
90
+ "isExtensionMethod": false
91
+ },
92
+ {
93
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelEventSource::WriteVerbose(System.String,System.Object[]):System.Void",
94
+ "clrName": "WriteVerbose",
95
+ "tsEmitName": "writeVerbose",
96
+ "metadataToken": 100663311,
97
+ "canonicalSignature": "(System.String,System.Object[]):System.Void",
98
+ "normalizedSignature": "WriteVerbose|(System.String,System.Object[]):System.Void|static=false",
99
+ "emitScope": "ClassSurface",
100
+ "arity": 0,
101
+ "parameterCount": 2,
102
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
103
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
104
+ "isExtensionMethod": false
105
+ },
106
+ {
107
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelEventSource::WriteInformation(System.String):System.Void",
108
+ "clrName": "WriteInformation",
109
+ "tsEmitName": "writeInformation",
110
+ "metadataToken": 100663312,
111
+ "canonicalSignature": "(System.String):System.Void",
112
+ "normalizedSignature": "WriteInformation|(System.String):System.Void|static=false",
113
+ "emitScope": "ClassSurface",
114
+ "arity": 0,
115
+ "parameterCount": 1,
116
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
117
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
118
+ "isExtensionMethod": false
119
+ },
120
+ {
121
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelEventSource::WriteInformation(System.String,System.Object[]):System.Void",
122
+ "clrName": "WriteInformation",
123
+ "tsEmitName": "writeInformation",
124
+ "metadataToken": 100663313,
125
+ "canonicalSignature": "(System.String,System.Object[]):System.Void",
126
+ "normalizedSignature": "WriteInformation|(System.String,System.Object[]):System.Void|static=false",
127
+ "emitScope": "ClassSurface",
128
+ "arity": 0,
129
+ "parameterCount": 2,
130
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
131
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
132
+ "isExtensionMethod": false
133
+ },
134
+ {
135
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelEventSource::WriteWarning(System.String):System.Void",
136
+ "clrName": "WriteWarning",
137
+ "tsEmitName": "writeWarning",
138
+ "metadataToken": 100663314,
139
+ "canonicalSignature": "(System.String):System.Void",
140
+ "normalizedSignature": "WriteWarning|(System.String):System.Void|static=false",
141
+ "emitScope": "ClassSurface",
142
+ "arity": 0,
143
+ "parameterCount": 1,
144
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
145
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
146
+ "isExtensionMethod": false
147
+ },
148
+ {
149
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelEventSource::WriteWarning(System.String,System.Object[]):System.Void",
150
+ "clrName": "WriteWarning",
151
+ "tsEmitName": "writeWarning",
152
+ "metadataToken": 100663315,
153
+ "canonicalSignature": "(System.String,System.Object[]):System.Void",
154
+ "normalizedSignature": "WriteWarning|(System.String,System.Object[]):System.Void|static=false",
155
+ "emitScope": "ClassSurface",
156
+ "arity": 0,
157
+ "parameterCount": 2,
158
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
159
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
160
+ "isExtensionMethod": false
161
+ },
162
+ {
163
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelEventSource::WriteError(System.String):System.Void",
164
+ "clrName": "WriteError",
165
+ "tsEmitName": "writeError",
166
+ "metadataToken": 100663316,
167
+ "canonicalSignature": "(System.String):System.Void",
168
+ "normalizedSignature": "WriteError|(System.String):System.Void|static=false",
169
+ "emitScope": "ClassSurface",
170
+ "arity": 0,
171
+ "parameterCount": 1,
172
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
173
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
174
+ "isExtensionMethod": false
175
+ },
176
+ {
177
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelEventSource::WriteError(System.String,System.Object[]):System.Void",
178
+ "clrName": "WriteError",
179
+ "tsEmitName": "writeError",
180
+ "metadataToken": 100663317,
181
+ "canonicalSignature": "(System.String,System.Object[]):System.Void",
182
+ "normalizedSignature": "WriteError|(System.String,System.Object[]):System.Void|static=false",
183
+ "emitScope": "ClassSurface",
184
+ "arity": 0,
185
+ "parameterCount": 2,
186
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
187
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
188
+ "isExtensionMethod": false
189
+ },
190
+ {
191
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelEventSource::WriteCritical(System.String):System.Void",
192
+ "clrName": "WriteCritical",
193
+ "tsEmitName": "writeCritical",
194
+ "metadataToken": 100663318,
195
+ "canonicalSignature": "(System.String):System.Void",
196
+ "normalizedSignature": "WriteCritical|(System.String):System.Void|static=false",
197
+ "emitScope": "ClassSurface",
198
+ "arity": 0,
199
+ "parameterCount": 1,
200
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
201
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
202
+ "isExtensionMethod": false
203
+ },
204
+ {
205
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelEventSource::WriteCritical(System.String,System.Object[]):System.Void",
206
+ "clrName": "WriteCritical",
207
+ "tsEmitName": "writeCritical",
208
+ "metadataToken": 100663319,
209
+ "canonicalSignature": "(System.String,System.Object[]):System.Void",
210
+ "normalizedSignature": "WriteCritical|(System.String,System.Object[]):System.Void|static=false",
211
+ "emitScope": "ClassSurface",
212
+ "arity": 0,
213
+ "parameterCount": 2,
214
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
215
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
216
+ "isExtensionMethod": false
217
+ },
218
+ {
219
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelEventSource::Write(System.Diagnostics.Tracing.EventLevel,System.Exception,System.String):System.Void",
220
+ "clrName": "Write",
221
+ "tsEmitName": "write",
222
+ "metadataToken": 100663320,
223
+ "canonicalSignature": "(System.Diagnostics.Tracing.EventLevel,System.Exception,System.String):System.Void",
224
+ "normalizedSignature": "Write|(System.Diagnostics.Tracing.EventLevel,System.Exception,System.String):System.Void|static=false",
225
+ "emitScope": "ClassSurface",
226
+ "arity": 0,
227
+ "parameterCount": 3,
228
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
229
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
230
+ "isExtensionMethod": false
231
+ },
232
+ {
233
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelEventSource::Write(System.Diagnostics.Tracing.EventLevel,System.Exception,System.String,System.Object[]):System.Void",
234
+ "clrName": "Write",
235
+ "tsEmitName": "write",
236
+ "metadataToken": 100663321,
237
+ "canonicalSignature": "(System.Diagnostics.Tracing.EventLevel,System.Exception,System.String,System.Object[]):System.Void",
238
+ "normalizedSignature": "Write|(System.Diagnostics.Tracing.EventLevel,System.Exception,System.String,System.Object[]):System.Void|static=false",
239
+ "emitScope": "ClassSurface",
240
+ "arity": 0,
241
+ "parameterCount": 4,
242
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
243
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
244
+ "isExtensionMethod": false
245
+ }
246
+ ],
247
+ "properties": [
248
+ {
249
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelEventSource::Logger:Microsoft.IdentityModel.Logging.IdentityModelEventSource",
250
+ "clrName": "Logger",
251
+ "tsEmitName": "logger",
252
+ "metadataToken": 385875969,
253
+ "canonicalSignature": ":Microsoft.IdentityModel.Logging.IdentityModelEventSource",
254
+ "normalizedSignature": "Logger|:Microsoft.IdentityModel.Logging.IdentityModelEventSource|static=true|accessor=get",
255
+ "emitScope": "ClassSurface",
256
+ "isIndexer": false,
257
+ "hasGetter": true,
258
+ "hasSetter": false,
259
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
260
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging"
261
+ },
262
+ {
263
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelEventSource::ShowPII:System.Boolean",
264
+ "clrName": "ShowPII",
265
+ "tsEmitName": "showPII",
266
+ "metadataToken": 385875970,
267
+ "canonicalSignature": ":System.Boolean",
268
+ "normalizedSignature": "ShowPII|:System.Boolean|static=true|accessor=getset",
269
+ "emitScope": "ClassSurface",
270
+ "isIndexer": false,
271
+ "hasGetter": true,
272
+ "hasSetter": true,
273
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
274
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging"
275
+ },
276
+ {
277
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelEventSource::LogCompleteSecurityArtifact:System.Boolean",
278
+ "clrName": "LogCompleteSecurityArtifact",
279
+ "tsEmitName": "logCompleteSecurityArtifact",
280
+ "metadataToken": 385875971,
281
+ "canonicalSignature": ":System.Boolean",
282
+ "normalizedSignature": "LogCompleteSecurityArtifact|:System.Boolean|static=true|accessor=getset",
283
+ "emitScope": "ClassSurface",
284
+ "isIndexer": false,
285
+ "hasGetter": true,
286
+ "hasSetter": true,
287
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
288
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging"
289
+ },
290
+ {
291
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelEventSource::HiddenPIIString:System.String",
292
+ "clrName": "HiddenPIIString",
293
+ "tsEmitName": "hiddenPIIString",
294
+ "metadataToken": 385875972,
295
+ "canonicalSignature": ":System.String",
296
+ "normalizedSignature": "HiddenPIIString|:System.String|static=true|accessor=get",
297
+ "emitScope": "ClassSurface",
298
+ "isIndexer": false,
299
+ "hasGetter": true,
300
+ "hasSetter": false,
301
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
302
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging"
303
+ },
304
+ {
305
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelEventSource::HiddenSecurityArtifactString:System.String",
306
+ "clrName": "HiddenSecurityArtifactString",
307
+ "tsEmitName": "hiddenSecurityArtifactString",
308
+ "metadataToken": 385875973,
309
+ "canonicalSignature": ":System.String",
310
+ "normalizedSignature": "HiddenSecurityArtifactString|:System.String|static=true|accessor=get",
311
+ "emitScope": "ClassSurface",
312
+ "isIndexer": false,
313
+ "hasGetter": true,
314
+ "hasSetter": false,
315
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
316
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging"
317
+ },
318
+ {
319
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelEventSource::HeaderWritten:System.Boolean",
320
+ "clrName": "HeaderWritten",
321
+ "tsEmitName": "headerWritten",
322
+ "metadataToken": 385875974,
323
+ "canonicalSignature": ":System.Boolean",
324
+ "normalizedSignature": "HeaderWritten|:System.Boolean|static=true|accessor=getset",
325
+ "emitScope": "ClassSurface",
326
+ "isIndexer": false,
327
+ "hasGetter": true,
328
+ "hasSetter": true,
329
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
330
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging"
331
+ },
332
+ {
333
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelEventSource::LogLevel:System.Diagnostics.Tracing.EventLevel",
334
+ "clrName": "LogLevel",
335
+ "tsEmitName": "logLevel",
336
+ "metadataToken": 385875975,
337
+ "canonicalSignature": ":System.Diagnostics.Tracing.EventLevel",
338
+ "normalizedSignature": "LogLevel|:System.Diagnostics.Tracing.EventLevel|static=false|accessor=getset",
339
+ "emitScope": "ClassSurface",
340
+ "isIndexer": false,
341
+ "hasGetter": true,
342
+ "hasSetter": true,
343
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
344
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging"
345
+ }
346
+ ],
347
+ "fields": [],
348
+ "events": [],
349
+ "constructors": [],
350
+ "exposedMethods": [
351
+ {
352
+ "tsName": "writeAlways",
353
+ "isStatic": false,
354
+ "tsSignatureId": "WriteAlways|(System.String):System.Void|static=false",
355
+ "target": {
356
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
357
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
358
+ "metadataToken": 100663308
359
+ }
360
+ },
361
+ {
362
+ "tsName": "writeAlways",
363
+ "isStatic": false,
364
+ "tsSignatureId": "WriteAlways|(System.String,System.Object[]):System.Void|static=false",
365
+ "target": {
366
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
367
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
368
+ "metadataToken": 100663309
369
+ }
370
+ },
371
+ {
372
+ "tsName": "writeVerbose",
373
+ "isStatic": false,
374
+ "tsSignatureId": "WriteVerbose|(System.String):System.Void|static=false",
375
+ "target": {
376
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
377
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
378
+ "metadataToken": 100663310
379
+ }
380
+ },
381
+ {
382
+ "tsName": "writeVerbose",
383
+ "isStatic": false,
384
+ "tsSignatureId": "WriteVerbose|(System.String,System.Object[]):System.Void|static=false",
385
+ "target": {
386
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
387
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
388
+ "metadataToken": 100663311
389
+ }
390
+ },
391
+ {
392
+ "tsName": "writeInformation",
393
+ "isStatic": false,
394
+ "tsSignatureId": "WriteInformation|(System.String):System.Void|static=false",
395
+ "target": {
396
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
397
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
398
+ "metadataToken": 100663312
399
+ }
400
+ },
401
+ {
402
+ "tsName": "writeInformation",
403
+ "isStatic": false,
404
+ "tsSignatureId": "WriteInformation|(System.String,System.Object[]):System.Void|static=false",
405
+ "target": {
406
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
407
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
408
+ "metadataToken": 100663313
409
+ }
410
+ },
411
+ {
412
+ "tsName": "writeWarning",
413
+ "isStatic": false,
414
+ "tsSignatureId": "WriteWarning|(System.String):System.Void|static=false",
415
+ "target": {
416
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
417
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
418
+ "metadataToken": 100663314
419
+ }
420
+ },
421
+ {
422
+ "tsName": "writeWarning",
423
+ "isStatic": false,
424
+ "tsSignatureId": "WriteWarning|(System.String,System.Object[]):System.Void|static=false",
425
+ "target": {
426
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
427
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
428
+ "metadataToken": 100663315
429
+ }
430
+ },
431
+ {
432
+ "tsName": "writeError",
433
+ "isStatic": false,
434
+ "tsSignatureId": "WriteError|(System.String):System.Void|static=false",
435
+ "target": {
436
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
437
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
438
+ "metadataToken": 100663316
439
+ }
440
+ },
441
+ {
442
+ "tsName": "writeError",
443
+ "isStatic": false,
444
+ "tsSignatureId": "WriteError|(System.String,System.Object[]):System.Void|static=false",
445
+ "target": {
446
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
447
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
448
+ "metadataToken": 100663317
449
+ }
450
+ },
451
+ {
452
+ "tsName": "writeCritical",
453
+ "isStatic": false,
454
+ "tsSignatureId": "WriteCritical|(System.String):System.Void|static=false",
455
+ "target": {
456
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
457
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
458
+ "metadataToken": 100663318
459
+ }
460
+ },
461
+ {
462
+ "tsName": "writeCritical",
463
+ "isStatic": false,
464
+ "tsSignatureId": "WriteCritical|(System.String,System.Object[]):System.Void|static=false",
465
+ "target": {
466
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
467
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
468
+ "metadataToken": 100663319
469
+ }
470
+ },
471
+ {
472
+ "tsName": "write",
473
+ "isStatic": false,
474
+ "tsSignatureId": "Write|(System.Diagnostics.Tracing.EventLevel,System.Exception,System.String):System.Void|static=false",
475
+ "target": {
476
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
477
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
478
+ "metadataToken": 100663320
479
+ }
480
+ },
481
+ {
482
+ "tsName": "write",
483
+ "isStatic": false,
484
+ "tsSignatureId": "Write|(System.Diagnostics.Tracing.EventLevel,System.Exception,System.String,System.Object[]):System.Void|static=false",
485
+ "target": {
486
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
487
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
488
+ "metadataToken": 100663321
489
+ }
490
+ }
491
+ ],
492
+ "exposedProperties": [
493
+ {
494
+ "tsName": "logger",
495
+ "isStatic": true,
496
+ "tsSignatureId": "Logger|:Microsoft.IdentityModel.Logging.IdentityModelEventSource|static=true|accessor=get",
497
+ "target": {
498
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
499
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
500
+ "metadataToken": 385875969
501
+ }
502
+ },
503
+ {
504
+ "tsName": "showPII",
505
+ "isStatic": true,
506
+ "tsSignatureId": "ShowPII|:System.Boolean|static=true|accessor=getset",
507
+ "target": {
508
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
509
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
510
+ "metadataToken": 385875970
511
+ }
512
+ },
513
+ {
514
+ "tsName": "logCompleteSecurityArtifact",
515
+ "isStatic": true,
516
+ "tsSignatureId": "LogCompleteSecurityArtifact|:System.Boolean|static=true|accessor=getset",
517
+ "target": {
518
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
519
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
520
+ "metadataToken": 385875971
521
+ }
522
+ },
523
+ {
524
+ "tsName": "hiddenPIIString",
525
+ "isStatic": true,
526
+ "tsSignatureId": "HiddenPIIString|:System.String|static=true|accessor=get",
527
+ "target": {
528
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
529
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
530
+ "metadataToken": 385875972
531
+ }
532
+ },
533
+ {
534
+ "tsName": "hiddenSecurityArtifactString",
535
+ "isStatic": true,
536
+ "tsSignatureId": "HiddenSecurityArtifactString|:System.String|static=true|accessor=get",
537
+ "target": {
538
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
539
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
540
+ "metadataToken": 385875973
541
+ }
542
+ },
543
+ {
544
+ "tsName": "headerWritten",
545
+ "isStatic": true,
546
+ "tsSignatureId": "HeaderWritten|:System.Boolean|static=true|accessor=getset",
547
+ "target": {
548
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
549
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
550
+ "metadataToken": 385875974
551
+ }
552
+ },
553
+ {
554
+ "tsName": "logLevel",
555
+ "isStatic": false,
556
+ "tsSignatureId": "LogLevel|:System.Diagnostics.Tracing.EventLevel|static=false|accessor=getset",
557
+ "target": {
558
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
559
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
560
+ "metadataToken": 385875975
561
+ }
562
+ }
563
+ ]
564
+ },
565
+ {
566
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LoggerContext",
567
+ "clrName": "Microsoft.IdentityModel.Logging.LoggerContext",
568
+ "tsEmitName": "LoggerContext",
569
+ "assemblyName": "Microsoft.IdentityModel.Logging",
570
+ "metadataToken": 0,
571
+ "methods": [],
572
+ "properties": [
573
+ {
574
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LoggerContext::ActivityId:System.Guid",
575
+ "clrName": "ActivityId",
576
+ "tsEmitName": "activityId",
577
+ "metadataToken": 385875978,
578
+ "canonicalSignature": ":System.Guid",
579
+ "normalizedSignature": "ActivityId|:System.Guid|static=false|accessor=getset",
580
+ "emitScope": "ClassSurface",
581
+ "isIndexer": false,
582
+ "hasGetter": true,
583
+ "hasSetter": true,
584
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LoggerContext",
585
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging"
586
+ },
587
+ {
588
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LoggerContext::CaptureLogs:System.Boolean",
589
+ "clrName": "CaptureLogs",
590
+ "tsEmitName": "captureLogs",
591
+ "metadataToken": 385875979,
592
+ "canonicalSignature": ":System.Boolean",
593
+ "normalizedSignature": "CaptureLogs|:System.Boolean|static=false|accessor=getset",
594
+ "emitScope": "ClassSurface",
595
+ "isIndexer": false,
596
+ "hasGetter": true,
597
+ "hasSetter": true,
598
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LoggerContext",
599
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging"
600
+ },
601
+ {
602
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LoggerContext::DebugId:System.String",
603
+ "clrName": "DebugId",
604
+ "tsEmitName": "debugId",
605
+ "metadataToken": 385875980,
606
+ "canonicalSignature": ":System.String",
607
+ "normalizedSignature": "DebugId|:System.String|static=false|accessor=getset",
608
+ "emitScope": "ClassSurface",
609
+ "isIndexer": false,
610
+ "hasGetter": true,
611
+ "hasSetter": true,
612
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LoggerContext",
613
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging"
614
+ },
615
+ {
616
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LoggerContext::Logs:System.Collections.Generic.ICollection_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
617
+ "clrName": "Logs",
618
+ "tsEmitName": "logs",
619
+ "metadataToken": 385875981,
620
+ "canonicalSignature": ":System.Collections.Generic.ICollection_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
621
+ "normalizedSignature": "Logs|:System.Collections.Generic.ICollection_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
622
+ "emitScope": "ClassSurface",
623
+ "isIndexer": false,
624
+ "hasGetter": true,
625
+ "hasSetter": false,
626
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LoggerContext",
627
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging"
628
+ },
629
+ {
630
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LoggerContext::PropertyBag:System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
631
+ "clrName": "PropertyBag",
632
+ "tsEmitName": "propertyBag",
633
+ "metadataToken": 385875982,
634
+ "canonicalSignature": ":System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
635
+ "normalizedSignature": "PropertyBag|:System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
636
+ "emitScope": "ClassSurface",
637
+ "isIndexer": false,
638
+ "hasGetter": true,
639
+ "hasSetter": true,
640
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LoggerContext",
641
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging"
642
+ }
643
+ ],
644
+ "fields": [],
645
+ "events": [],
646
+ "constructors": [
647
+ {
648
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LoggerContext::.ctor():void",
649
+ "metadataToken": 100663333,
650
+ "canonicalSignature": "():void",
651
+ "normalizedSignature": "constructor|():void|static=false",
652
+ "isStatic": false,
653
+ "parameterCount": 0,
654
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LoggerContext",
655
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging"
656
+ },
657
+ {
658
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LoggerContext::.ctor(System.Guid):void",
659
+ "metadataToken": 100663334,
660
+ "canonicalSignature": "(System.Guid):void",
661
+ "normalizedSignature": "constructor|(System.Guid):void|static=false",
662
+ "isStatic": false,
663
+ "parameterCount": 1,
664
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LoggerContext",
665
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging"
666
+ }
667
+ ],
668
+ "exposedProperties": [
669
+ {
670
+ "tsName": "activityId",
671
+ "isStatic": false,
672
+ "tsSignatureId": "ActivityId|:System.Guid|static=false|accessor=getset",
673
+ "target": {
674
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LoggerContext",
675
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
676
+ "metadataToken": 385875978
677
+ }
678
+ },
679
+ {
680
+ "tsName": "captureLogs",
681
+ "isStatic": false,
682
+ "tsSignatureId": "CaptureLogs|:System.Boolean|static=false|accessor=getset",
683
+ "target": {
684
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LoggerContext",
685
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
686
+ "metadataToken": 385875979
687
+ }
688
+ },
689
+ {
690
+ "tsName": "debugId",
691
+ "isStatic": false,
692
+ "tsSignatureId": "DebugId|:System.String|static=false|accessor=getset",
693
+ "target": {
694
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LoggerContext",
695
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
696
+ "metadataToken": 385875980
697
+ }
698
+ },
699
+ {
700
+ "tsName": "logs",
701
+ "isStatic": false,
702
+ "tsSignatureId": "Logs|:System.Collections.Generic.ICollection_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
703
+ "target": {
704
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LoggerContext",
705
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
706
+ "metadataToken": 385875981
707
+ }
708
+ },
709
+ {
710
+ "tsName": "propertyBag",
711
+ "isStatic": false,
712
+ "tsSignatureId": "PropertyBag|:System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
713
+ "target": {
714
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LoggerContext",
715
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
716
+ "metadataToken": 385875982
717
+ }
718
+ }
719
+ ],
720
+ "exposedConstructors": [
721
+ {
722
+ "isStatic": false,
723
+ "tsSignatureId": "constructor|():void|static=false",
724
+ "target": {
725
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LoggerContext",
726
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
727
+ "metadataToken": 100663333
728
+ }
729
+ },
730
+ {
731
+ "isStatic": false,
732
+ "tsSignatureId": "constructor|(System.Guid):void|static=false",
733
+ "target": {
734
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LoggerContext",
735
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
736
+ "metadataToken": 100663334
737
+ }
738
+ }
739
+ ]
740
+ },
741
+ {
742
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper",
743
+ "clrName": "Microsoft.IdentityModel.Logging.LogHelper",
744
+ "tsEmitName": "LogHelper",
745
+ "assemblyName": "Microsoft.IdentityModel.Logging",
746
+ "metadataToken": 0,
747
+ "methods": [
748
+ {
749
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::IsEnabled(Microsoft.IdentityModel.Abstractions.EventLogLevel):System.Boolean",
750
+ "clrName": "IsEnabled",
751
+ "tsEmitName": "isEnabled",
752
+ "metadataToken": 100663349,
753
+ "canonicalSignature": "(Microsoft.IdentityModel.Abstractions.EventLogLevel):System.Boolean",
754
+ "normalizedSignature": "IsEnabled|(Microsoft.IdentityModel.Abstractions.EventLogLevel):System.Boolean|static=true",
755
+ "emitScope": "ClassSurface",
756
+ "arity": 0,
757
+ "parameterCount": 1,
758
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
759
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
760
+ "isExtensionMethod": false
761
+ },
762
+ {
763
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::LogArgumentNullException(System.String):System.ArgumentNullException",
764
+ "clrName": "LogArgumentNullException",
765
+ "tsEmitName": "logArgumentNullException",
766
+ "metadataToken": 100663350,
767
+ "canonicalSignature": "(System.String):System.ArgumentNullException",
768
+ "normalizedSignature": "LogArgumentNullException|(System.String):System.ArgumentNullException|static=true",
769
+ "emitScope": "ClassSurface",
770
+ "arity": 0,
771
+ "parameterCount": 1,
772
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
773
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
774
+ "isExtensionMethod": false
775
+ },
776
+ {
777
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::LogException(System.String):T",
778
+ "clrName": "LogException",
779
+ "tsEmitName": "logException",
780
+ "metadataToken": 100663351,
781
+ "canonicalSignature": "(System.String):T",
782
+ "normalizedSignature": "LogException|(System.String):T|static=true",
783
+ "emitScope": "ClassSurface",
784
+ "arity": 1,
785
+ "parameterCount": 1,
786
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
787
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
788
+ "isExtensionMethod": false
789
+ },
790
+ {
791
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::LogArgumentException(System.String,System.String):T",
792
+ "clrName": "LogArgumentException",
793
+ "tsEmitName": "logArgumentException",
794
+ "metadataToken": 100663352,
795
+ "canonicalSignature": "(System.String,System.String):T",
796
+ "normalizedSignature": "LogArgumentException|(System.String,System.String):T|static=true",
797
+ "emitScope": "ClassSurface",
798
+ "arity": 1,
799
+ "parameterCount": 2,
800
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
801
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
802
+ "isExtensionMethod": false
803
+ },
804
+ {
805
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::LogException(System.String,System.Object[]):T",
806
+ "clrName": "LogException",
807
+ "tsEmitName": "logException",
808
+ "metadataToken": 100663353,
809
+ "canonicalSignature": "(System.String,System.Object[]):T",
810
+ "normalizedSignature": "LogException|(System.String,System.Object[]):T|static=true",
811
+ "emitScope": "ClassSurface",
812
+ "arity": 1,
813
+ "parameterCount": 2,
814
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
815
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
816
+ "isExtensionMethod": false
817
+ },
818
+ {
819
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::LogArgumentException(System.String,System.String,System.Object[]):T",
820
+ "clrName": "LogArgumentException",
821
+ "tsEmitName": "logArgumentException",
822
+ "metadataToken": 100663354,
823
+ "canonicalSignature": "(System.String,System.String,System.Object[]):T",
824
+ "normalizedSignature": "LogArgumentException|(System.String,System.String,System.Object[]):T|static=true",
825
+ "emitScope": "ClassSurface",
826
+ "arity": 1,
827
+ "parameterCount": 3,
828
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
829
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
830
+ "isExtensionMethod": false
831
+ },
832
+ {
833
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::LogException(System.Exception,System.String):T",
834
+ "clrName": "LogException",
835
+ "tsEmitName": "logException",
836
+ "metadataToken": 100663355,
837
+ "canonicalSignature": "(System.Exception,System.String):T",
838
+ "normalizedSignature": "LogException|(System.Exception,System.String):T|static=true",
839
+ "emitScope": "ClassSurface",
840
+ "arity": 1,
841
+ "parameterCount": 2,
842
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
843
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
844
+ "isExtensionMethod": false
845
+ },
846
+ {
847
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::LogArgumentException(System.String,System.Exception,System.String):T",
848
+ "clrName": "LogArgumentException",
849
+ "tsEmitName": "logArgumentException",
850
+ "metadataToken": 100663356,
851
+ "canonicalSignature": "(System.String,System.Exception,System.String):T",
852
+ "normalizedSignature": "LogArgumentException|(System.String,System.Exception,System.String):T|static=true",
853
+ "emitScope": "ClassSurface",
854
+ "arity": 1,
855
+ "parameterCount": 3,
856
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
857
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
858
+ "isExtensionMethod": false
859
+ },
860
+ {
861
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::LogException(System.Exception,System.String,System.Object[]):T",
862
+ "clrName": "LogException",
863
+ "tsEmitName": "logException",
864
+ "metadataToken": 100663357,
865
+ "canonicalSignature": "(System.Exception,System.String,System.Object[]):T",
866
+ "normalizedSignature": "LogException|(System.Exception,System.String,System.Object[]):T|static=true",
867
+ "emitScope": "ClassSurface",
868
+ "arity": 1,
869
+ "parameterCount": 3,
870
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
871
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
872
+ "isExtensionMethod": false
873
+ },
874
+ {
875
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::LogArgumentException(System.String,System.Exception,System.String,System.Object[]):T",
876
+ "clrName": "LogArgumentException",
877
+ "tsEmitName": "logArgumentException",
878
+ "metadataToken": 100663358,
879
+ "canonicalSignature": "(System.String,System.Exception,System.String,System.Object[]):T",
880
+ "normalizedSignature": "LogArgumentException|(System.String,System.Exception,System.String,System.Object[]):T|static=true",
881
+ "emitScope": "ClassSurface",
882
+ "arity": 1,
883
+ "parameterCount": 4,
884
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
885
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
886
+ "isExtensionMethod": false
887
+ },
888
+ {
889
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::LogException(System.Diagnostics.Tracing.EventLevel,System.String):T",
890
+ "clrName": "LogException",
891
+ "tsEmitName": "logException",
892
+ "metadataToken": 100663359,
893
+ "canonicalSignature": "(System.Diagnostics.Tracing.EventLevel,System.String):T",
894
+ "normalizedSignature": "LogException|(System.Diagnostics.Tracing.EventLevel,System.String):T|static=true",
895
+ "emitScope": "ClassSurface",
896
+ "arity": 1,
897
+ "parameterCount": 2,
898
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
899
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
900
+ "isExtensionMethod": false
901
+ },
902
+ {
903
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::LogArgumentException(System.Diagnostics.Tracing.EventLevel,System.String,System.String):T",
904
+ "clrName": "LogArgumentException",
905
+ "tsEmitName": "logArgumentException",
906
+ "metadataToken": 100663360,
907
+ "canonicalSignature": "(System.Diagnostics.Tracing.EventLevel,System.String,System.String):T",
908
+ "normalizedSignature": "LogArgumentException|(System.Diagnostics.Tracing.EventLevel,System.String,System.String):T|static=true",
909
+ "emitScope": "ClassSurface",
910
+ "arity": 1,
911
+ "parameterCount": 3,
912
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
913
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
914
+ "isExtensionMethod": false
915
+ },
916
+ {
917
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::LogException(System.Diagnostics.Tracing.EventLevel,System.String,System.Object[]):T",
918
+ "clrName": "LogException",
919
+ "tsEmitName": "logException",
920
+ "metadataToken": 100663361,
921
+ "canonicalSignature": "(System.Diagnostics.Tracing.EventLevel,System.String,System.Object[]):T",
922
+ "normalizedSignature": "LogException|(System.Diagnostics.Tracing.EventLevel,System.String,System.Object[]):T|static=true",
923
+ "emitScope": "ClassSurface",
924
+ "arity": 1,
925
+ "parameterCount": 3,
926
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
927
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
928
+ "isExtensionMethod": false
929
+ },
930
+ {
931
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::LogArgumentException(System.Diagnostics.Tracing.EventLevel,System.String,System.String,System.Object[]):T",
932
+ "clrName": "LogArgumentException",
933
+ "tsEmitName": "logArgumentException",
934
+ "metadataToken": 100663362,
935
+ "canonicalSignature": "(System.Diagnostics.Tracing.EventLevel,System.String,System.String,System.Object[]):T",
936
+ "normalizedSignature": "LogArgumentException|(System.Diagnostics.Tracing.EventLevel,System.String,System.String,System.Object[]):T|static=true",
937
+ "emitScope": "ClassSurface",
938
+ "arity": 1,
939
+ "parameterCount": 4,
940
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
941
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
942
+ "isExtensionMethod": false
943
+ },
944
+ {
945
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::LogException(System.Diagnostics.Tracing.EventLevel,System.Exception,System.String):T",
946
+ "clrName": "LogException",
947
+ "tsEmitName": "logException",
948
+ "metadataToken": 100663363,
949
+ "canonicalSignature": "(System.Diagnostics.Tracing.EventLevel,System.Exception,System.String):T",
950
+ "normalizedSignature": "LogException|(System.Diagnostics.Tracing.EventLevel,System.Exception,System.String):T|static=true",
951
+ "emitScope": "ClassSurface",
952
+ "arity": 1,
953
+ "parameterCount": 3,
954
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
955
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
956
+ "isExtensionMethod": false
957
+ },
958
+ {
959
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::LogArgumentException(System.Diagnostics.Tracing.EventLevel,System.String,System.Exception,System.String):T",
960
+ "clrName": "LogArgumentException",
961
+ "tsEmitName": "logArgumentException",
962
+ "metadataToken": 100663364,
963
+ "canonicalSignature": "(System.Diagnostics.Tracing.EventLevel,System.String,System.Exception,System.String):T",
964
+ "normalizedSignature": "LogArgumentException|(System.Diagnostics.Tracing.EventLevel,System.String,System.Exception,System.String):T|static=true",
965
+ "emitScope": "ClassSurface",
966
+ "arity": 1,
967
+ "parameterCount": 4,
968
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
969
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
970
+ "isExtensionMethod": false
971
+ },
972
+ {
973
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::LogException(System.Diagnostics.Tracing.EventLevel,System.Exception,System.String,System.Object[]):T",
974
+ "clrName": "LogException",
975
+ "tsEmitName": "logException",
976
+ "metadataToken": 100663365,
977
+ "canonicalSignature": "(System.Diagnostics.Tracing.EventLevel,System.Exception,System.String,System.Object[]):T",
978
+ "normalizedSignature": "LogException|(System.Diagnostics.Tracing.EventLevel,System.Exception,System.String,System.Object[]):T|static=true",
979
+ "emitScope": "ClassSurface",
980
+ "arity": 1,
981
+ "parameterCount": 4,
982
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
983
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
984
+ "isExtensionMethod": false
985
+ },
986
+ {
987
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::LogArgumentException(System.Diagnostics.Tracing.EventLevel,System.String,System.Exception,System.String,System.Object[]):T",
988
+ "clrName": "LogArgumentException",
989
+ "tsEmitName": "logArgumentException",
990
+ "metadataToken": 100663366,
991
+ "canonicalSignature": "(System.Diagnostics.Tracing.EventLevel,System.String,System.Exception,System.String,System.Object[]):T",
992
+ "normalizedSignature": "LogArgumentException|(System.Diagnostics.Tracing.EventLevel,System.String,System.Exception,System.String,System.Object[]):T|static=true",
993
+ "emitScope": "ClassSurface",
994
+ "arity": 1,
995
+ "parameterCount": 5,
996
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
997
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
998
+ "isExtensionMethod": false
999
+ },
1000
+ {
1001
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::LogExceptionMessage(System.Exception):System.Exception",
1002
+ "clrName": "LogExceptionMessage",
1003
+ "tsEmitName": "logExceptionMessage",
1004
+ "metadataToken": 100663367,
1005
+ "canonicalSignature": "(System.Exception):System.Exception",
1006
+ "normalizedSignature": "LogExceptionMessage|(System.Exception):System.Exception|static=true",
1007
+ "emitScope": "ClassSurface",
1008
+ "arity": 0,
1009
+ "parameterCount": 1,
1010
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
1011
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1012
+ "isExtensionMethod": false
1013
+ },
1014
+ {
1015
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::LogExceptionMessage(System.Diagnostics.Tracing.EventLevel,System.Exception):System.Exception",
1016
+ "clrName": "LogExceptionMessage",
1017
+ "tsEmitName": "logExceptionMessage",
1018
+ "metadataToken": 100663368,
1019
+ "canonicalSignature": "(System.Diagnostics.Tracing.EventLevel,System.Exception):System.Exception",
1020
+ "normalizedSignature": "LogExceptionMessage|(System.Diagnostics.Tracing.EventLevel,System.Exception):System.Exception|static=true",
1021
+ "emitScope": "ClassSurface",
1022
+ "arity": 0,
1023
+ "parameterCount": 2,
1024
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
1025
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1026
+ "isExtensionMethod": false
1027
+ },
1028
+ {
1029
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::LogInformation(System.String,System.Object[]):System.Void",
1030
+ "clrName": "LogInformation",
1031
+ "tsEmitName": "logInformation",
1032
+ "metadataToken": 100663369,
1033
+ "canonicalSignature": "(System.String,System.Object[]):System.Void",
1034
+ "normalizedSignature": "LogInformation|(System.String,System.Object[]):System.Void|static=true",
1035
+ "emitScope": "ClassSurface",
1036
+ "arity": 0,
1037
+ "parameterCount": 2,
1038
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
1039
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1040
+ "isExtensionMethod": false
1041
+ },
1042
+ {
1043
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::LogVerbose(System.String,System.Object[]):System.Void",
1044
+ "clrName": "LogVerbose",
1045
+ "tsEmitName": "logVerbose",
1046
+ "metadataToken": 100663370,
1047
+ "canonicalSignature": "(System.String,System.Object[]):System.Void",
1048
+ "normalizedSignature": "LogVerbose|(System.String,System.Object[]):System.Void|static=true",
1049
+ "emitScope": "ClassSurface",
1050
+ "arity": 0,
1051
+ "parameterCount": 2,
1052
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
1053
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1054
+ "isExtensionMethod": false
1055
+ },
1056
+ {
1057
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::LogWarning(System.String,System.Object[]):System.Void",
1058
+ "clrName": "LogWarning",
1059
+ "tsEmitName": "logWarning",
1060
+ "metadataToken": 100663371,
1061
+ "canonicalSignature": "(System.String,System.Object[]):System.Void",
1062
+ "normalizedSignature": "LogWarning|(System.String,System.Object[]):System.Void|static=true",
1063
+ "emitScope": "ClassSurface",
1064
+ "arity": 0,
1065
+ "parameterCount": 2,
1066
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
1067
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1068
+ "isExtensionMethod": false
1069
+ },
1070
+ {
1071
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::FormatInvariant(System.String,System.Object[]):System.String",
1072
+ "clrName": "FormatInvariant",
1073
+ "tsEmitName": "formatInvariant",
1074
+ "metadataToken": 100663375,
1075
+ "canonicalSignature": "(System.String,System.Object[]):System.String",
1076
+ "normalizedSignature": "FormatInvariant|(System.String,System.Object[]):System.String|static=true",
1077
+ "emitScope": "ClassSurface",
1078
+ "arity": 0,
1079
+ "parameterCount": 2,
1080
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
1081
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1082
+ "isExtensionMethod": false
1083
+ },
1084
+ {
1085
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::MarkAsNonPII(System.Object):System.Object",
1086
+ "clrName": "MarkAsNonPII",
1087
+ "tsEmitName": "markAsNonPII",
1088
+ "metadataToken": 100663379,
1089
+ "canonicalSignature": "(System.Object):System.Object",
1090
+ "normalizedSignature": "MarkAsNonPII|(System.Object):System.Object|static=true",
1091
+ "emitScope": "ClassSurface",
1092
+ "arity": 0,
1093
+ "parameterCount": 1,
1094
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
1095
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1096
+ "isExtensionMethod": false
1097
+ },
1098
+ {
1099
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::MarkAsSecurityArtifact(System.Object,System.Func_2[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Object",
1100
+ "clrName": "MarkAsSecurityArtifact",
1101
+ "tsEmitName": "markAsSecurityArtifact",
1102
+ "metadataToken": 100663380,
1103
+ "canonicalSignature": "(System.Object,System.Func_2[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Object",
1104
+ "normalizedSignature": "MarkAsSecurityArtifact|(System.Object,System.Func_2[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Object|static=true",
1105
+ "emitScope": "ClassSurface",
1106
+ "arity": 0,
1107
+ "parameterCount": 2,
1108
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
1109
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1110
+ "isExtensionMethod": false
1111
+ },
1112
+ {
1113
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::MarkAsSecurityArtifact(System.Object,System.Func_2[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Func_2[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Object",
1114
+ "clrName": "MarkAsSecurityArtifact",
1115
+ "tsEmitName": "markAsSecurityArtifact",
1116
+ "metadataToken": 100663381,
1117
+ "canonicalSignature": "(System.Object,System.Func_2[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Func_2[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Object",
1118
+ "normalizedSignature": "MarkAsSecurityArtifact|(System.Object,System.Func_2[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Func_2[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Object|static=true",
1119
+ "emitScope": "ClassSurface",
1120
+ "arity": 0,
1121
+ "parameterCount": 3,
1122
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
1123
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1124
+ "isExtensionMethod": false
1125
+ },
1126
+ {
1127
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::MarkAsUnsafeSecurityArtifact(System.Object,System.Func_2[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Object",
1128
+ "clrName": "MarkAsUnsafeSecurityArtifact",
1129
+ "tsEmitName": "markAsUnsafeSecurityArtifact",
1130
+ "metadataToken": 100663382,
1131
+ "canonicalSignature": "(System.Object,System.Func_2[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Object",
1132
+ "normalizedSignature": "MarkAsUnsafeSecurityArtifact|(System.Object,System.Func_2[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Object|static=true",
1133
+ "emitScope": "ClassSurface",
1134
+ "arity": 0,
1135
+ "parameterCount": 2,
1136
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
1137
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1138
+ "isExtensionMethod": false
1139
+ }
1140
+ ],
1141
+ "properties": [
1142
+ {
1143
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::Logger:Microsoft.IdentityModel.Abstractions.IIdentityLogger",
1144
+ "clrName": "Logger",
1145
+ "tsEmitName": "logger",
1146
+ "metadataToken": 385875983,
1147
+ "canonicalSignature": ":Microsoft.IdentityModel.Abstractions.IIdentityLogger",
1148
+ "normalizedSignature": "Logger|:Microsoft.IdentityModel.Abstractions.IIdentityLogger|static=true|accessor=getset",
1149
+ "emitScope": "ClassSurface",
1150
+ "isIndexer": false,
1151
+ "hasGetter": true,
1152
+ "hasSetter": true,
1153
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
1154
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging"
1155
+ }
1156
+ ],
1157
+ "fields": [],
1158
+ "events": [],
1159
+ "constructors": [
1160
+ {
1161
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::.ctor():void",
1162
+ "metadataToken": 100663384,
1163
+ "canonicalSignature": "():void",
1164
+ "normalizedSignature": "constructor|():void|static=false",
1165
+ "isStatic": false,
1166
+ "parameterCount": 0,
1167
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
1168
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging"
1169
+ }
1170
+ ],
1171
+ "exposedMethods": [
1172
+ {
1173
+ "tsName": "isEnabled",
1174
+ "isStatic": true,
1175
+ "tsSignatureId": "IsEnabled|(Microsoft.IdentityModel.Abstractions.EventLogLevel):System.Boolean|static=true",
1176
+ "target": {
1177
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
1178
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1179
+ "metadataToken": 100663349
1180
+ }
1181
+ },
1182
+ {
1183
+ "tsName": "logArgumentNullException",
1184
+ "isStatic": true,
1185
+ "tsSignatureId": "LogArgumentNullException|(System.String):System.ArgumentNullException|static=true",
1186
+ "target": {
1187
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
1188
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1189
+ "metadataToken": 100663350
1190
+ }
1191
+ },
1192
+ {
1193
+ "tsName": "logException",
1194
+ "isStatic": true,
1195
+ "tsSignatureId": "LogException|(System.String):T|static=true",
1196
+ "target": {
1197
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
1198
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1199
+ "metadataToken": 100663351
1200
+ }
1201
+ },
1202
+ {
1203
+ "tsName": "logArgumentException",
1204
+ "isStatic": true,
1205
+ "tsSignatureId": "LogArgumentException|(System.String,System.String):T|static=true",
1206
+ "target": {
1207
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
1208
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1209
+ "metadataToken": 100663352
1210
+ }
1211
+ },
1212
+ {
1213
+ "tsName": "logException",
1214
+ "isStatic": true,
1215
+ "tsSignatureId": "LogException|(System.String,System.Object[]):T|static=true",
1216
+ "target": {
1217
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
1218
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1219
+ "metadataToken": 100663353
1220
+ }
1221
+ },
1222
+ {
1223
+ "tsName": "logArgumentException",
1224
+ "isStatic": true,
1225
+ "tsSignatureId": "LogArgumentException|(System.String,System.String,System.Object[]):T|static=true",
1226
+ "target": {
1227
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
1228
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1229
+ "metadataToken": 100663354
1230
+ }
1231
+ },
1232
+ {
1233
+ "tsName": "logException",
1234
+ "isStatic": true,
1235
+ "tsSignatureId": "LogException|(System.Exception,System.String):T|static=true",
1236
+ "target": {
1237
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
1238
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1239
+ "metadataToken": 100663355
1240
+ }
1241
+ },
1242
+ {
1243
+ "tsName": "logArgumentException",
1244
+ "isStatic": true,
1245
+ "tsSignatureId": "LogArgumentException|(System.String,System.Exception,System.String):T|static=true",
1246
+ "target": {
1247
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
1248
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1249
+ "metadataToken": 100663356
1250
+ }
1251
+ },
1252
+ {
1253
+ "tsName": "logException",
1254
+ "isStatic": true,
1255
+ "tsSignatureId": "LogException|(System.Exception,System.String,System.Object[]):T|static=true",
1256
+ "target": {
1257
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
1258
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1259
+ "metadataToken": 100663357
1260
+ }
1261
+ },
1262
+ {
1263
+ "tsName": "logArgumentException",
1264
+ "isStatic": true,
1265
+ "tsSignatureId": "LogArgumentException|(System.String,System.Exception,System.String,System.Object[]):T|static=true",
1266
+ "target": {
1267
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
1268
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1269
+ "metadataToken": 100663358
1270
+ }
1271
+ },
1272
+ {
1273
+ "tsName": "logException",
1274
+ "isStatic": true,
1275
+ "tsSignatureId": "LogException|(System.Diagnostics.Tracing.EventLevel,System.String):T|static=true",
1276
+ "target": {
1277
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
1278
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1279
+ "metadataToken": 100663359
1280
+ }
1281
+ },
1282
+ {
1283
+ "tsName": "logArgumentException",
1284
+ "isStatic": true,
1285
+ "tsSignatureId": "LogArgumentException|(System.Diagnostics.Tracing.EventLevel,System.String,System.String):T|static=true",
1286
+ "target": {
1287
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
1288
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1289
+ "metadataToken": 100663360
1290
+ }
1291
+ },
1292
+ {
1293
+ "tsName": "logException",
1294
+ "isStatic": true,
1295
+ "tsSignatureId": "LogException|(System.Diagnostics.Tracing.EventLevel,System.String,System.Object[]):T|static=true",
1296
+ "target": {
1297
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
1298
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1299
+ "metadataToken": 100663361
1300
+ }
1301
+ },
1302
+ {
1303
+ "tsName": "logArgumentException",
1304
+ "isStatic": true,
1305
+ "tsSignatureId": "LogArgumentException|(System.Diagnostics.Tracing.EventLevel,System.String,System.String,System.Object[]):T|static=true",
1306
+ "target": {
1307
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
1308
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1309
+ "metadataToken": 100663362
1310
+ }
1311
+ },
1312
+ {
1313
+ "tsName": "logException",
1314
+ "isStatic": true,
1315
+ "tsSignatureId": "LogException|(System.Diagnostics.Tracing.EventLevel,System.Exception,System.String):T|static=true",
1316
+ "target": {
1317
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
1318
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1319
+ "metadataToken": 100663363
1320
+ }
1321
+ },
1322
+ {
1323
+ "tsName": "logArgumentException",
1324
+ "isStatic": true,
1325
+ "tsSignatureId": "LogArgumentException|(System.Diagnostics.Tracing.EventLevel,System.String,System.Exception,System.String):T|static=true",
1326
+ "target": {
1327
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
1328
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1329
+ "metadataToken": 100663364
1330
+ }
1331
+ },
1332
+ {
1333
+ "tsName": "logException",
1334
+ "isStatic": true,
1335
+ "tsSignatureId": "LogException|(System.Diagnostics.Tracing.EventLevel,System.Exception,System.String,System.Object[]):T|static=true",
1336
+ "target": {
1337
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
1338
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1339
+ "metadataToken": 100663365
1340
+ }
1341
+ },
1342
+ {
1343
+ "tsName": "logArgumentException",
1344
+ "isStatic": true,
1345
+ "tsSignatureId": "LogArgumentException|(System.Diagnostics.Tracing.EventLevel,System.String,System.Exception,System.String,System.Object[]):T|static=true",
1346
+ "target": {
1347
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
1348
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1349
+ "metadataToken": 100663366
1350
+ }
1351
+ },
1352
+ {
1353
+ "tsName": "logExceptionMessage",
1354
+ "isStatic": true,
1355
+ "tsSignatureId": "LogExceptionMessage|(System.Exception):System.Exception|static=true",
1356
+ "target": {
1357
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
1358
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1359
+ "metadataToken": 100663367
1360
+ }
1361
+ },
1362
+ {
1363
+ "tsName": "logExceptionMessage",
1364
+ "isStatic": true,
1365
+ "tsSignatureId": "LogExceptionMessage|(System.Diagnostics.Tracing.EventLevel,System.Exception):System.Exception|static=true",
1366
+ "target": {
1367
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
1368
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1369
+ "metadataToken": 100663368
1370
+ }
1371
+ },
1372
+ {
1373
+ "tsName": "logInformation",
1374
+ "isStatic": true,
1375
+ "tsSignatureId": "LogInformation|(System.String,System.Object[]):System.Void|static=true",
1376
+ "target": {
1377
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
1378
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1379
+ "metadataToken": 100663369
1380
+ }
1381
+ },
1382
+ {
1383
+ "tsName": "logVerbose",
1384
+ "isStatic": true,
1385
+ "tsSignatureId": "LogVerbose|(System.String,System.Object[]):System.Void|static=true",
1386
+ "target": {
1387
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
1388
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1389
+ "metadataToken": 100663370
1390
+ }
1391
+ },
1392
+ {
1393
+ "tsName": "logWarning",
1394
+ "isStatic": true,
1395
+ "tsSignatureId": "LogWarning|(System.String,System.Object[]):System.Void|static=true",
1396
+ "target": {
1397
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
1398
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1399
+ "metadataToken": 100663371
1400
+ }
1401
+ },
1402
+ {
1403
+ "tsName": "formatInvariant",
1404
+ "isStatic": true,
1405
+ "tsSignatureId": "FormatInvariant|(System.String,System.Object[]):System.String|static=true",
1406
+ "target": {
1407
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
1408
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1409
+ "metadataToken": 100663375
1410
+ }
1411
+ },
1412
+ {
1413
+ "tsName": "markAsNonPII",
1414
+ "isStatic": true,
1415
+ "tsSignatureId": "MarkAsNonPII|(System.Object):System.Object|static=true",
1416
+ "target": {
1417
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
1418
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1419
+ "metadataToken": 100663379
1420
+ }
1421
+ },
1422
+ {
1423
+ "tsName": "markAsSecurityArtifact",
1424
+ "isStatic": true,
1425
+ "tsSignatureId": "MarkAsSecurityArtifact|(System.Object,System.Func_2[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Object|static=true",
1426
+ "target": {
1427
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
1428
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1429
+ "metadataToken": 100663380
1430
+ }
1431
+ },
1432
+ {
1433
+ "tsName": "markAsSecurityArtifact",
1434
+ "isStatic": true,
1435
+ "tsSignatureId": "MarkAsSecurityArtifact|(System.Object,System.Func_2[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Func_2[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Object|static=true",
1436
+ "target": {
1437
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
1438
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1439
+ "metadataToken": 100663381
1440
+ }
1441
+ },
1442
+ {
1443
+ "tsName": "markAsUnsafeSecurityArtifact",
1444
+ "isStatic": true,
1445
+ "tsSignatureId": "MarkAsUnsafeSecurityArtifact|(System.Object,System.Func_2[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Object|static=true",
1446
+ "target": {
1447
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
1448
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1449
+ "metadataToken": 100663382
1450
+ }
1451
+ }
1452
+ ],
1453
+ "exposedProperties": [
1454
+ {
1455
+ "tsName": "logger",
1456
+ "isStatic": true,
1457
+ "tsSignatureId": "Logger|:Microsoft.IdentityModel.Abstractions.IIdentityLogger|static=true|accessor=getset",
1458
+ "target": {
1459
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
1460
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1461
+ "metadataToken": 385875983
1462
+ }
1463
+ }
1464
+ ],
1465
+ "exposedConstructors": [
1466
+ {
1467
+ "isStatic": false,
1468
+ "tsSignatureId": "constructor|():void|static=false",
1469
+ "target": {
1470
+ "declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
1471
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1472
+ "metadataToken": 100663384
1473
+ }
1474
+ }
1475
+ ]
1476
+ },
1477
+ {
1478
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.TextWriterEventListener",
1479
+ "clrName": "Microsoft.IdentityModel.Logging.TextWriterEventListener",
1480
+ "tsEmitName": "TextWriterEventListener",
1481
+ "assemblyName": "Microsoft.IdentityModel.Logging",
1482
+ "metadataToken": 0,
1483
+ "methods": [
1484
+ {
1485
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.TextWriterEventListener::Dispose():System.Void",
1486
+ "clrName": "Dispose",
1487
+ "tsEmitName": "dispose",
1488
+ "metadataToken": 100663401,
1489
+ "canonicalSignature": "():System.Void",
1490
+ "normalizedSignature": "Dispose|():System.Void|static=false",
1491
+ "emitScope": "ClassSurface",
1492
+ "arity": 0,
1493
+ "parameterCount": 0,
1494
+ "declaringClrType": "Microsoft.IdentityModel.Logging.TextWriterEventListener",
1495
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1496
+ "isExtensionMethod": false
1497
+ }
1498
+ ],
1499
+ "properties": [],
1500
+ "fields": [
1501
+ {
1502
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.TextWriterEventListener::DefaultLogFileNameSystem.String",
1503
+ "clrName": "DefaultLogFileName",
1504
+ "tsEmitName": "defaultLogFileName",
1505
+ "metadataToken": 67108900,
1506
+ "normalizedSignature": "DefaultLogFileName|System.String|static=true|const=false",
1507
+ "isStatic": true,
1508
+ "isReadOnly": true,
1509
+ "declaringClrType": "Microsoft.IdentityModel.Logging.TextWriterEventListener",
1510
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging"
1511
+ }
1512
+ ],
1513
+ "events": [],
1514
+ "constructors": [
1515
+ {
1516
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.TextWriterEventListener::.ctor():void",
1517
+ "metadataToken": 100663397,
1518
+ "canonicalSignature": "():void",
1519
+ "normalizedSignature": "constructor|():void|static=false",
1520
+ "isStatic": false,
1521
+ "parameterCount": 0,
1522
+ "declaringClrType": "Microsoft.IdentityModel.Logging.TextWriterEventListener",
1523
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging"
1524
+ },
1525
+ {
1526
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.TextWriterEventListener::.ctor(System.String):void",
1527
+ "metadataToken": 100663398,
1528
+ "canonicalSignature": "(System.String):void",
1529
+ "normalizedSignature": "constructor|(System.String):void|static=false",
1530
+ "isStatic": false,
1531
+ "parameterCount": 1,
1532
+ "declaringClrType": "Microsoft.IdentityModel.Logging.TextWriterEventListener",
1533
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging"
1534
+ },
1535
+ {
1536
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.TextWriterEventListener::.ctor(System.IO.StreamWriter):void",
1537
+ "metadataToken": 100663399,
1538
+ "canonicalSignature": "(System.IO.StreamWriter):void",
1539
+ "normalizedSignature": "constructor|(System.IO.StreamWriter):void|static=false",
1540
+ "isStatic": false,
1541
+ "parameterCount": 1,
1542
+ "declaringClrType": "Microsoft.IdentityModel.Logging.TextWriterEventListener",
1543
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging"
1544
+ }
1545
+ ],
1546
+ "exposedMethods": [
1547
+ {
1548
+ "tsName": "dispose",
1549
+ "isStatic": false,
1550
+ "tsSignatureId": "Dispose|():System.Void|static=false",
1551
+ "target": {
1552
+ "declaringClrType": "Microsoft.IdentityModel.Logging.TextWriterEventListener",
1553
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1554
+ "metadataToken": 100663401
1555
+ }
1556
+ }
1557
+ ],
1558
+ "exposedFields": [
1559
+ {
1560
+ "tsName": "defaultLogFileName",
1561
+ "isStatic": true,
1562
+ "tsSignatureId": "DefaultLogFileName|System.String|static=true|const=false",
1563
+ "target": {
1564
+ "declaringClrType": "Microsoft.IdentityModel.Logging.TextWriterEventListener",
1565
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1566
+ "metadataToken": 67108900
1567
+ }
1568
+ }
1569
+ ],
1570
+ "exposedConstructors": [
1571
+ {
1572
+ "isStatic": false,
1573
+ "tsSignatureId": "constructor|():void|static=false",
1574
+ "target": {
1575
+ "declaringClrType": "Microsoft.IdentityModel.Logging.TextWriterEventListener",
1576
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1577
+ "metadataToken": 100663397
1578
+ }
1579
+ },
1580
+ {
1581
+ "isStatic": false,
1582
+ "tsSignatureId": "constructor|(System.String):void|static=false",
1583
+ "target": {
1584
+ "declaringClrType": "Microsoft.IdentityModel.Logging.TextWriterEventListener",
1585
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1586
+ "metadataToken": 100663398
1587
+ }
1588
+ },
1589
+ {
1590
+ "isStatic": false,
1591
+ "tsSignatureId": "constructor|(System.IO.StreamWriter):void|static=false",
1592
+ "target": {
1593
+ "declaringClrType": "Microsoft.IdentityModel.Logging.TextWriterEventListener",
1594
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1595
+ "metadataToken": 100663399
1596
+ }
1597
+ }
1598
+ ]
1599
+ },
1600
+ {
1601
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelTelemetryUtil",
1602
+ "clrName": "Microsoft.IdentityModel.Logging.IdentityModelTelemetryUtil",
1603
+ "tsEmitName": "IdentityModelTelemetryUtil",
1604
+ "assemblyName": "Microsoft.IdentityModel.Logging",
1605
+ "metadataToken": 0,
1606
+ "methods": [
1607
+ {
1608
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelTelemetryUtil::AddTelemetryData(System.String,System.String):System.Boolean",
1609
+ "clrName": "AddTelemetryData",
1610
+ "tsEmitName": "addTelemetryData",
1611
+ "metadataToken": 100663327,
1612
+ "canonicalSignature": "(System.String,System.String):System.Boolean",
1613
+ "normalizedSignature": "AddTelemetryData|(System.String,System.String):System.Boolean|static=true",
1614
+ "emitScope": "ClassSurface",
1615
+ "arity": 0,
1616
+ "parameterCount": 2,
1617
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelTelemetryUtil",
1618
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1619
+ "isExtensionMethod": false
1620
+ },
1621
+ {
1622
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelTelemetryUtil::RemoveTelemetryData(System.String):System.Boolean",
1623
+ "clrName": "RemoveTelemetryData",
1624
+ "tsEmitName": "removeTelemetryData",
1625
+ "metadataToken": 100663328,
1626
+ "canonicalSignature": "(System.String):System.Boolean",
1627
+ "normalizedSignature": "RemoveTelemetryData|(System.String):System.Boolean|static=true",
1628
+ "emitScope": "ClassSurface",
1629
+ "arity": 0,
1630
+ "parameterCount": 1,
1631
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelTelemetryUtil",
1632
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1633
+ "isExtensionMethod": false
1634
+ }
1635
+ ],
1636
+ "properties": [
1637
+ {
1638
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelTelemetryUtil::ClientSku:System.String",
1639
+ "clrName": "ClientSku",
1640
+ "tsEmitName": "clientSku",
1641
+ "metadataToken": 385875976,
1642
+ "canonicalSignature": ":System.String",
1643
+ "normalizedSignature": "ClientSku|:System.String|static=true|accessor=get",
1644
+ "emitScope": "ClassSurface",
1645
+ "isIndexer": false,
1646
+ "hasGetter": true,
1647
+ "hasSetter": false,
1648
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelTelemetryUtil",
1649
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging"
1650
+ },
1651
+ {
1652
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelTelemetryUtil::ClientVer:System.String",
1653
+ "clrName": "ClientVer",
1654
+ "tsEmitName": "clientVer",
1655
+ "metadataToken": 385875977,
1656
+ "canonicalSignature": ":System.String",
1657
+ "normalizedSignature": "ClientVer|:System.String|static=true|accessor=get",
1658
+ "emitScope": "ClassSurface",
1659
+ "isIndexer": false,
1660
+ "hasGetter": true,
1661
+ "hasSetter": false,
1662
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelTelemetryUtil",
1663
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging"
1664
+ }
1665
+ ],
1666
+ "fields": [],
1667
+ "events": [],
1668
+ "constructors": [],
1669
+ "exposedMethods": [
1670
+ {
1671
+ "tsName": "addTelemetryData",
1672
+ "isStatic": true,
1673
+ "tsSignatureId": "AddTelemetryData|(System.String,System.String):System.Boolean|static=true",
1674
+ "target": {
1675
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelTelemetryUtil",
1676
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1677
+ "metadataToken": 100663327
1678
+ }
1679
+ },
1680
+ {
1681
+ "tsName": "removeTelemetryData",
1682
+ "isStatic": true,
1683
+ "tsSignatureId": "RemoveTelemetryData|(System.String):System.Boolean|static=true",
1684
+ "target": {
1685
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelTelemetryUtil",
1686
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1687
+ "metadataToken": 100663328
1688
+ }
1689
+ }
1690
+ ],
1691
+ "exposedProperties": [
1692
+ {
1693
+ "tsName": "clientSku",
1694
+ "isStatic": true,
1695
+ "tsSignatureId": "ClientSku|:System.String|static=true|accessor=get",
1696
+ "target": {
1697
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelTelemetryUtil",
1698
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1699
+ "metadataToken": 385875976
1700
+ }
1701
+ },
1702
+ {
1703
+ "tsName": "clientVer",
1704
+ "isStatic": true,
1705
+ "tsSignatureId": "ClientVer|:System.String|static=true|accessor=get",
1706
+ "target": {
1707
+ "declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelTelemetryUtil",
1708
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1709
+ "metadataToken": 385875977
1710
+ }
1711
+ }
1712
+ ]
1713
+ }
1714
+ ]
1715
+ }