@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,1117 @@
1
+ {
2
+ "namespace": "Microsoft.IdentityModel.Logging",
3
+ "contributingAssemblies": [
4
+ "Microsoft.IdentityModel.Logging"
5
+ ],
6
+ "types": [
7
+ {
8
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.ISafeLogSecurityArtifact",
9
+ "clrName": "Microsoft.IdentityModel.Logging.ISafeLogSecurityArtifact",
10
+ "tsEmitName": "ISafeLogSecurityArtifact",
11
+ "kind": "Interface",
12
+ "accessibility": "Public",
13
+ "isAbstract": true,
14
+ "isSealed": false,
15
+ "isStatic": false,
16
+ "arity": 0,
17
+ "methods": [
18
+ {
19
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.ISafeLogSecurityArtifact::UnsafeToString():System.String",
20
+ "clrName": "UnsafeToString",
21
+ "tsEmitName": "unsafeToString",
22
+ "normalizedSignature": "UnsafeToString|():System.String|static=false",
23
+ "provenance": "Original",
24
+ "emitScope": "ClassSurface",
25
+ "isStatic": false,
26
+ "isAbstract": true,
27
+ "isVirtual": true,
28
+ "isOverride": false,
29
+ "isSealed": false,
30
+ "arity": 0,
31
+ "parameterCount": 0,
32
+ "isExtensionMethod": false
33
+ }
34
+ ],
35
+ "properties": [],
36
+ "fields": [],
37
+ "events": [],
38
+ "constructors": []
39
+ },
40
+ {
41
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelEventSource",
42
+ "clrName": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
43
+ "tsEmitName": "IdentityModelEventSource",
44
+ "kind": "Class",
45
+ "accessibility": "Public",
46
+ "isAbstract": false,
47
+ "isSealed": false,
48
+ "isStatic": false,
49
+ "arity": 0,
50
+ "methods": [
51
+ {
52
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelEventSource::WriteAlways(System.String):System.Void",
53
+ "clrName": "WriteAlways",
54
+ "tsEmitName": "writeAlways",
55
+ "normalizedSignature": "WriteAlways|(System.String):System.Void|static=false",
56
+ "provenance": "Original",
57
+ "emitScope": "ClassSurface",
58
+ "isStatic": false,
59
+ "isAbstract": false,
60
+ "isVirtual": false,
61
+ "isOverride": false,
62
+ "isSealed": false,
63
+ "arity": 0,
64
+ "parameterCount": 1,
65
+ "isExtensionMethod": false
66
+ },
67
+ {
68
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelEventSource::WriteAlways(System.String,System.Object[]):System.Void",
69
+ "clrName": "WriteAlways",
70
+ "tsEmitName": "writeAlways",
71
+ "normalizedSignature": "WriteAlways|(System.String,System.Object[]):System.Void|static=false",
72
+ "provenance": "Original",
73
+ "emitScope": "ClassSurface",
74
+ "isStatic": false,
75
+ "isAbstract": false,
76
+ "isVirtual": false,
77
+ "isOverride": false,
78
+ "isSealed": false,
79
+ "arity": 0,
80
+ "parameterCount": 2,
81
+ "isExtensionMethod": false
82
+ },
83
+ {
84
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelEventSource::WriteVerbose(System.String):System.Void",
85
+ "clrName": "WriteVerbose",
86
+ "tsEmitName": "writeVerbose",
87
+ "normalizedSignature": "WriteVerbose|(System.String):System.Void|static=false",
88
+ "provenance": "Original",
89
+ "emitScope": "ClassSurface",
90
+ "isStatic": false,
91
+ "isAbstract": false,
92
+ "isVirtual": false,
93
+ "isOverride": false,
94
+ "isSealed": false,
95
+ "arity": 0,
96
+ "parameterCount": 1,
97
+ "isExtensionMethod": false
98
+ },
99
+ {
100
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelEventSource::WriteVerbose(System.String,System.Object[]):System.Void",
101
+ "clrName": "WriteVerbose",
102
+ "tsEmitName": "writeVerbose",
103
+ "normalizedSignature": "WriteVerbose|(System.String,System.Object[]):System.Void|static=false",
104
+ "provenance": "Original",
105
+ "emitScope": "ClassSurface",
106
+ "isStatic": false,
107
+ "isAbstract": false,
108
+ "isVirtual": false,
109
+ "isOverride": false,
110
+ "isSealed": false,
111
+ "arity": 0,
112
+ "parameterCount": 2,
113
+ "isExtensionMethod": false
114
+ },
115
+ {
116
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelEventSource::WriteInformation(System.String):System.Void",
117
+ "clrName": "WriteInformation",
118
+ "tsEmitName": "writeInformation",
119
+ "normalizedSignature": "WriteInformation|(System.String):System.Void|static=false",
120
+ "provenance": "Original",
121
+ "emitScope": "ClassSurface",
122
+ "isStatic": false,
123
+ "isAbstract": false,
124
+ "isVirtual": false,
125
+ "isOverride": false,
126
+ "isSealed": false,
127
+ "arity": 0,
128
+ "parameterCount": 1,
129
+ "isExtensionMethod": false
130
+ },
131
+ {
132
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelEventSource::WriteInformation(System.String,System.Object[]):System.Void",
133
+ "clrName": "WriteInformation",
134
+ "tsEmitName": "writeInformation",
135
+ "normalizedSignature": "WriteInformation|(System.String,System.Object[]):System.Void|static=false",
136
+ "provenance": "Original",
137
+ "emitScope": "ClassSurface",
138
+ "isStatic": false,
139
+ "isAbstract": false,
140
+ "isVirtual": false,
141
+ "isOverride": false,
142
+ "isSealed": false,
143
+ "arity": 0,
144
+ "parameterCount": 2,
145
+ "isExtensionMethod": false
146
+ },
147
+ {
148
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelEventSource::WriteWarning(System.String):System.Void",
149
+ "clrName": "WriteWarning",
150
+ "tsEmitName": "writeWarning",
151
+ "normalizedSignature": "WriteWarning|(System.String):System.Void|static=false",
152
+ "provenance": "Original",
153
+ "emitScope": "ClassSurface",
154
+ "isStatic": false,
155
+ "isAbstract": false,
156
+ "isVirtual": false,
157
+ "isOverride": false,
158
+ "isSealed": false,
159
+ "arity": 0,
160
+ "parameterCount": 1,
161
+ "isExtensionMethod": false
162
+ },
163
+ {
164
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelEventSource::WriteWarning(System.String,System.Object[]):System.Void",
165
+ "clrName": "WriteWarning",
166
+ "tsEmitName": "writeWarning",
167
+ "normalizedSignature": "WriteWarning|(System.String,System.Object[]):System.Void|static=false",
168
+ "provenance": "Original",
169
+ "emitScope": "ClassSurface",
170
+ "isStatic": false,
171
+ "isAbstract": false,
172
+ "isVirtual": false,
173
+ "isOverride": false,
174
+ "isSealed": false,
175
+ "arity": 0,
176
+ "parameterCount": 2,
177
+ "isExtensionMethod": false
178
+ },
179
+ {
180
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelEventSource::WriteError(System.String):System.Void",
181
+ "clrName": "WriteError",
182
+ "tsEmitName": "writeError",
183
+ "normalizedSignature": "WriteError|(System.String):System.Void|static=false",
184
+ "provenance": "Original",
185
+ "emitScope": "ClassSurface",
186
+ "isStatic": false,
187
+ "isAbstract": false,
188
+ "isVirtual": false,
189
+ "isOverride": false,
190
+ "isSealed": false,
191
+ "arity": 0,
192
+ "parameterCount": 1,
193
+ "isExtensionMethod": false
194
+ },
195
+ {
196
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelEventSource::WriteError(System.String,System.Object[]):System.Void",
197
+ "clrName": "WriteError",
198
+ "tsEmitName": "writeError",
199
+ "normalizedSignature": "WriteError|(System.String,System.Object[]):System.Void|static=false",
200
+ "provenance": "Original",
201
+ "emitScope": "ClassSurface",
202
+ "isStatic": false,
203
+ "isAbstract": false,
204
+ "isVirtual": false,
205
+ "isOverride": false,
206
+ "isSealed": false,
207
+ "arity": 0,
208
+ "parameterCount": 2,
209
+ "isExtensionMethod": false
210
+ },
211
+ {
212
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelEventSource::WriteCritical(System.String):System.Void",
213
+ "clrName": "WriteCritical",
214
+ "tsEmitName": "writeCritical",
215
+ "normalizedSignature": "WriteCritical|(System.String):System.Void|static=false",
216
+ "provenance": "Original",
217
+ "emitScope": "ClassSurface",
218
+ "isStatic": false,
219
+ "isAbstract": false,
220
+ "isVirtual": false,
221
+ "isOverride": false,
222
+ "isSealed": false,
223
+ "arity": 0,
224
+ "parameterCount": 1,
225
+ "isExtensionMethod": false
226
+ },
227
+ {
228
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelEventSource::WriteCritical(System.String,System.Object[]):System.Void",
229
+ "clrName": "WriteCritical",
230
+ "tsEmitName": "writeCritical",
231
+ "normalizedSignature": "WriteCritical|(System.String,System.Object[]):System.Void|static=false",
232
+ "provenance": "Original",
233
+ "emitScope": "ClassSurface",
234
+ "isStatic": false,
235
+ "isAbstract": false,
236
+ "isVirtual": false,
237
+ "isOverride": false,
238
+ "isSealed": false,
239
+ "arity": 0,
240
+ "parameterCount": 2,
241
+ "isExtensionMethod": false
242
+ },
243
+ {
244
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelEventSource::Write(System.Diagnostics.Tracing.EventLevel,System.Exception,System.String):System.Void",
245
+ "clrName": "Write",
246
+ "tsEmitName": "write",
247
+ "normalizedSignature": "Write|(System.Diagnostics.Tracing.EventLevel,System.Exception,System.String):System.Void|static=false",
248
+ "provenance": "Original",
249
+ "emitScope": "ClassSurface",
250
+ "isStatic": false,
251
+ "isAbstract": false,
252
+ "isVirtual": false,
253
+ "isOverride": false,
254
+ "isSealed": false,
255
+ "arity": 0,
256
+ "parameterCount": 3,
257
+ "isExtensionMethod": false
258
+ },
259
+ {
260
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelEventSource::Write(System.Diagnostics.Tracing.EventLevel,System.Exception,System.String,System.Object[]):System.Void",
261
+ "clrName": "Write",
262
+ "tsEmitName": "write",
263
+ "normalizedSignature": "Write|(System.Diagnostics.Tracing.EventLevel,System.Exception,System.String,System.Object[]):System.Void|static=false",
264
+ "provenance": "Original",
265
+ "emitScope": "ClassSurface",
266
+ "isStatic": false,
267
+ "isAbstract": false,
268
+ "isVirtual": false,
269
+ "isOverride": false,
270
+ "isSealed": false,
271
+ "arity": 0,
272
+ "parameterCount": 4,
273
+ "isExtensionMethod": false
274
+ }
275
+ ],
276
+ "properties": [
277
+ {
278
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelEventSource::Logger:Microsoft.IdentityModel.Logging.IdentityModelEventSource",
279
+ "clrName": "Logger",
280
+ "tsEmitName": "logger",
281
+ "normalizedSignature": "Logger|:Microsoft.IdentityModel.Logging.IdentityModelEventSource|static=true|accessor=get",
282
+ "provenance": "Original",
283
+ "emitScope": "ClassSurface",
284
+ "isStatic": true,
285
+ "isAbstract": false,
286
+ "isVirtual": false,
287
+ "isOverride": false,
288
+ "isIndexer": false,
289
+ "hasGetter": true,
290
+ "hasSetter": false
291
+ },
292
+ {
293
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelEventSource::ShowPII:System.Boolean",
294
+ "clrName": "ShowPII",
295
+ "tsEmitName": "showPII",
296
+ "normalizedSignature": "ShowPII|:System.Boolean|static=true|accessor=getset",
297
+ "provenance": "Original",
298
+ "emitScope": "ClassSurface",
299
+ "isStatic": true,
300
+ "isAbstract": false,
301
+ "isVirtual": false,
302
+ "isOverride": false,
303
+ "isIndexer": false,
304
+ "hasGetter": true,
305
+ "hasSetter": true
306
+ },
307
+ {
308
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelEventSource::LogCompleteSecurityArtifact:System.Boolean",
309
+ "clrName": "LogCompleteSecurityArtifact",
310
+ "tsEmitName": "logCompleteSecurityArtifact",
311
+ "normalizedSignature": "LogCompleteSecurityArtifact|:System.Boolean|static=true|accessor=getset",
312
+ "provenance": "Original",
313
+ "emitScope": "ClassSurface",
314
+ "isStatic": true,
315
+ "isAbstract": false,
316
+ "isVirtual": false,
317
+ "isOverride": false,
318
+ "isIndexer": false,
319
+ "hasGetter": true,
320
+ "hasSetter": true
321
+ },
322
+ {
323
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelEventSource::HiddenPIIString:System.String",
324
+ "clrName": "HiddenPIIString",
325
+ "tsEmitName": "hiddenPIIString",
326
+ "normalizedSignature": "HiddenPIIString|:System.String|static=true|accessor=get",
327
+ "provenance": "Original",
328
+ "emitScope": "ClassSurface",
329
+ "isStatic": true,
330
+ "isAbstract": false,
331
+ "isVirtual": false,
332
+ "isOverride": false,
333
+ "isIndexer": false,
334
+ "hasGetter": true,
335
+ "hasSetter": false
336
+ },
337
+ {
338
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelEventSource::HiddenSecurityArtifactString:System.String",
339
+ "clrName": "HiddenSecurityArtifactString",
340
+ "tsEmitName": "hiddenSecurityArtifactString",
341
+ "normalizedSignature": "HiddenSecurityArtifactString|:System.String|static=true|accessor=get",
342
+ "provenance": "Original",
343
+ "emitScope": "ClassSurface",
344
+ "isStatic": true,
345
+ "isAbstract": false,
346
+ "isVirtual": false,
347
+ "isOverride": false,
348
+ "isIndexer": false,
349
+ "hasGetter": true,
350
+ "hasSetter": false
351
+ },
352
+ {
353
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelEventSource::HeaderWritten:System.Boolean",
354
+ "clrName": "HeaderWritten",
355
+ "tsEmitName": "headerWritten",
356
+ "normalizedSignature": "HeaderWritten|:System.Boolean|static=true|accessor=getset",
357
+ "provenance": "Original",
358
+ "emitScope": "ClassSurface",
359
+ "isStatic": true,
360
+ "isAbstract": false,
361
+ "isVirtual": false,
362
+ "isOverride": false,
363
+ "isIndexer": false,
364
+ "hasGetter": true,
365
+ "hasSetter": true
366
+ },
367
+ {
368
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelEventSource::LogLevel:System.Diagnostics.Tracing.EventLevel",
369
+ "clrName": "LogLevel",
370
+ "tsEmitName": "logLevel",
371
+ "normalizedSignature": "LogLevel|:System.Diagnostics.Tracing.EventLevel|static=false|accessor=getset",
372
+ "provenance": "Original",
373
+ "emitScope": "ClassSurface",
374
+ "isStatic": false,
375
+ "isAbstract": false,
376
+ "isVirtual": false,
377
+ "isOverride": false,
378
+ "isIndexer": false,
379
+ "hasGetter": true,
380
+ "hasSetter": true
381
+ }
382
+ ],
383
+ "fields": [],
384
+ "events": [],
385
+ "constructors": []
386
+ },
387
+ {
388
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LoggerContext",
389
+ "clrName": "Microsoft.IdentityModel.Logging.LoggerContext",
390
+ "tsEmitName": "LoggerContext",
391
+ "kind": "Class",
392
+ "accessibility": "Public",
393
+ "isAbstract": false,
394
+ "isSealed": false,
395
+ "isStatic": false,
396
+ "arity": 0,
397
+ "methods": [],
398
+ "properties": [
399
+ {
400
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LoggerContext::ActivityId:System.Guid",
401
+ "clrName": "ActivityId",
402
+ "tsEmitName": "activityId",
403
+ "normalizedSignature": "ActivityId|:System.Guid|static=false|accessor=getset",
404
+ "provenance": "Original",
405
+ "emitScope": "ClassSurface",
406
+ "isStatic": false,
407
+ "isAbstract": false,
408
+ "isVirtual": false,
409
+ "isOverride": false,
410
+ "isIndexer": false,
411
+ "hasGetter": true,
412
+ "hasSetter": true
413
+ },
414
+ {
415
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LoggerContext::CaptureLogs:System.Boolean",
416
+ "clrName": "CaptureLogs",
417
+ "tsEmitName": "captureLogs",
418
+ "normalizedSignature": "CaptureLogs|:System.Boolean|static=false|accessor=getset",
419
+ "provenance": "Original",
420
+ "emitScope": "ClassSurface",
421
+ "isStatic": false,
422
+ "isAbstract": false,
423
+ "isVirtual": false,
424
+ "isOverride": false,
425
+ "isIndexer": false,
426
+ "hasGetter": true,
427
+ "hasSetter": true
428
+ },
429
+ {
430
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LoggerContext::DebugId:System.String",
431
+ "clrName": "DebugId",
432
+ "tsEmitName": "debugId",
433
+ "normalizedSignature": "DebugId|:System.String|static=false|accessor=getset",
434
+ "provenance": "Original",
435
+ "emitScope": "ClassSurface",
436
+ "isStatic": false,
437
+ "isAbstract": false,
438
+ "isVirtual": true,
439
+ "isOverride": false,
440
+ "isIndexer": false,
441
+ "hasGetter": true,
442
+ "hasSetter": true
443
+ },
444
+ {
445
+ "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]]",
446
+ "clrName": "Logs",
447
+ "tsEmitName": "logs",
448
+ "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",
449
+ "provenance": "Original",
450
+ "emitScope": "ClassSurface",
451
+ "isStatic": false,
452
+ "isAbstract": false,
453
+ "isVirtual": false,
454
+ "isOverride": false,
455
+ "isIndexer": false,
456
+ "hasGetter": true,
457
+ "hasSetter": false
458
+ },
459
+ {
460
+ "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]]",
461
+ "clrName": "PropertyBag",
462
+ "tsEmitName": "propertyBag",
463
+ "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",
464
+ "provenance": "Original",
465
+ "emitScope": "ClassSurface",
466
+ "isStatic": false,
467
+ "isAbstract": false,
468
+ "isVirtual": false,
469
+ "isOverride": false,
470
+ "isIndexer": false,
471
+ "hasGetter": true,
472
+ "hasSetter": true
473
+ }
474
+ ],
475
+ "fields": [],
476
+ "events": [],
477
+ "constructors": [
478
+ {
479
+ "normalizedSignature": "constructor|():void|static=false",
480
+ "isStatic": false,
481
+ "parameterCount": 0
482
+ },
483
+ {
484
+ "normalizedSignature": "constructor|(System.Guid):void|static=false",
485
+ "isStatic": false,
486
+ "parameterCount": 1
487
+ }
488
+ ]
489
+ },
490
+ {
491
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper",
492
+ "clrName": "Microsoft.IdentityModel.Logging.LogHelper",
493
+ "tsEmitName": "LogHelper",
494
+ "kind": "Class",
495
+ "accessibility": "Public",
496
+ "isAbstract": false,
497
+ "isSealed": false,
498
+ "isStatic": false,
499
+ "arity": 0,
500
+ "methods": [
501
+ {
502
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::IsEnabled(Microsoft.IdentityModel.Abstractions.EventLogLevel):System.Boolean",
503
+ "clrName": "IsEnabled",
504
+ "tsEmitName": "isEnabled",
505
+ "normalizedSignature": "IsEnabled|(Microsoft.IdentityModel.Abstractions.EventLogLevel):System.Boolean|static=true",
506
+ "provenance": "Original",
507
+ "emitScope": "ClassSurface",
508
+ "isStatic": true,
509
+ "isAbstract": false,
510
+ "isVirtual": false,
511
+ "isOverride": false,
512
+ "isSealed": false,
513
+ "arity": 0,
514
+ "parameterCount": 1,
515
+ "isExtensionMethod": false
516
+ },
517
+ {
518
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::LogArgumentNullException(System.String):System.ArgumentNullException",
519
+ "clrName": "LogArgumentNullException",
520
+ "tsEmitName": "logArgumentNullException",
521
+ "normalizedSignature": "LogArgumentNullException|(System.String):System.ArgumentNullException|static=true",
522
+ "provenance": "Original",
523
+ "emitScope": "ClassSurface",
524
+ "isStatic": true,
525
+ "isAbstract": false,
526
+ "isVirtual": false,
527
+ "isOverride": false,
528
+ "isSealed": false,
529
+ "arity": 0,
530
+ "parameterCount": 1,
531
+ "isExtensionMethod": false
532
+ },
533
+ {
534
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::LogException(System.String):T",
535
+ "clrName": "LogException",
536
+ "tsEmitName": "logException",
537
+ "normalizedSignature": "LogException|(System.String):T|static=true",
538
+ "provenance": "Original",
539
+ "emitScope": "ClassSurface",
540
+ "isStatic": true,
541
+ "isAbstract": false,
542
+ "isVirtual": false,
543
+ "isOverride": false,
544
+ "isSealed": false,
545
+ "arity": 1,
546
+ "parameterCount": 1,
547
+ "isExtensionMethod": false
548
+ },
549
+ {
550
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::LogArgumentException(System.String,System.String):T",
551
+ "clrName": "LogArgumentException",
552
+ "tsEmitName": "logArgumentException",
553
+ "normalizedSignature": "LogArgumentException|(System.String,System.String):T|static=true",
554
+ "provenance": "Original",
555
+ "emitScope": "ClassSurface",
556
+ "isStatic": true,
557
+ "isAbstract": false,
558
+ "isVirtual": false,
559
+ "isOverride": false,
560
+ "isSealed": false,
561
+ "arity": 1,
562
+ "parameterCount": 2,
563
+ "isExtensionMethod": false
564
+ },
565
+ {
566
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::LogException(System.String,System.Object[]):T",
567
+ "clrName": "LogException",
568
+ "tsEmitName": "logException",
569
+ "normalizedSignature": "LogException|(System.String,System.Object[]):T|static=true",
570
+ "provenance": "Original",
571
+ "emitScope": "ClassSurface",
572
+ "isStatic": true,
573
+ "isAbstract": false,
574
+ "isVirtual": false,
575
+ "isOverride": false,
576
+ "isSealed": false,
577
+ "arity": 1,
578
+ "parameterCount": 2,
579
+ "isExtensionMethod": false
580
+ },
581
+ {
582
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::LogArgumentException(System.String,System.String,System.Object[]):T",
583
+ "clrName": "LogArgumentException",
584
+ "tsEmitName": "logArgumentException",
585
+ "normalizedSignature": "LogArgumentException|(System.String,System.String,System.Object[]):T|static=true",
586
+ "provenance": "Original",
587
+ "emitScope": "ClassSurface",
588
+ "isStatic": true,
589
+ "isAbstract": false,
590
+ "isVirtual": false,
591
+ "isOverride": false,
592
+ "isSealed": false,
593
+ "arity": 1,
594
+ "parameterCount": 3,
595
+ "isExtensionMethod": false
596
+ },
597
+ {
598
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::LogException(System.Exception,System.String):T",
599
+ "clrName": "LogException",
600
+ "tsEmitName": "logException",
601
+ "normalizedSignature": "LogException|(System.Exception,System.String):T|static=true",
602
+ "provenance": "Original",
603
+ "emitScope": "ClassSurface",
604
+ "isStatic": true,
605
+ "isAbstract": false,
606
+ "isVirtual": false,
607
+ "isOverride": false,
608
+ "isSealed": false,
609
+ "arity": 1,
610
+ "parameterCount": 2,
611
+ "isExtensionMethod": false
612
+ },
613
+ {
614
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::LogArgumentException(System.String,System.Exception,System.String):T",
615
+ "clrName": "LogArgumentException",
616
+ "tsEmitName": "logArgumentException",
617
+ "normalizedSignature": "LogArgumentException|(System.String,System.Exception,System.String):T|static=true",
618
+ "provenance": "Original",
619
+ "emitScope": "ClassSurface",
620
+ "isStatic": true,
621
+ "isAbstract": false,
622
+ "isVirtual": false,
623
+ "isOverride": false,
624
+ "isSealed": false,
625
+ "arity": 1,
626
+ "parameterCount": 3,
627
+ "isExtensionMethod": false
628
+ },
629
+ {
630
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::LogException(System.Exception,System.String,System.Object[]):T",
631
+ "clrName": "LogException",
632
+ "tsEmitName": "logException",
633
+ "normalizedSignature": "LogException|(System.Exception,System.String,System.Object[]):T|static=true",
634
+ "provenance": "Original",
635
+ "emitScope": "ClassSurface",
636
+ "isStatic": true,
637
+ "isAbstract": false,
638
+ "isVirtual": false,
639
+ "isOverride": false,
640
+ "isSealed": false,
641
+ "arity": 1,
642
+ "parameterCount": 3,
643
+ "isExtensionMethod": false
644
+ },
645
+ {
646
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::LogArgumentException(System.String,System.Exception,System.String,System.Object[]):T",
647
+ "clrName": "LogArgumentException",
648
+ "tsEmitName": "logArgumentException",
649
+ "normalizedSignature": "LogArgumentException|(System.String,System.Exception,System.String,System.Object[]):T|static=true",
650
+ "provenance": "Original",
651
+ "emitScope": "ClassSurface",
652
+ "isStatic": true,
653
+ "isAbstract": false,
654
+ "isVirtual": false,
655
+ "isOverride": false,
656
+ "isSealed": false,
657
+ "arity": 1,
658
+ "parameterCount": 4,
659
+ "isExtensionMethod": false
660
+ },
661
+ {
662
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::LogException(System.Diagnostics.Tracing.EventLevel,System.String):T",
663
+ "clrName": "LogException",
664
+ "tsEmitName": "logException",
665
+ "normalizedSignature": "LogException|(System.Diagnostics.Tracing.EventLevel,System.String):T|static=true",
666
+ "provenance": "Original",
667
+ "emitScope": "ClassSurface",
668
+ "isStatic": true,
669
+ "isAbstract": false,
670
+ "isVirtual": false,
671
+ "isOverride": false,
672
+ "isSealed": false,
673
+ "arity": 1,
674
+ "parameterCount": 2,
675
+ "isExtensionMethod": false
676
+ },
677
+ {
678
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::LogArgumentException(System.Diagnostics.Tracing.EventLevel,System.String,System.String):T",
679
+ "clrName": "LogArgumentException",
680
+ "tsEmitName": "logArgumentException",
681
+ "normalizedSignature": "LogArgumentException|(System.Diagnostics.Tracing.EventLevel,System.String,System.String):T|static=true",
682
+ "provenance": "Original",
683
+ "emitScope": "ClassSurface",
684
+ "isStatic": true,
685
+ "isAbstract": false,
686
+ "isVirtual": false,
687
+ "isOverride": false,
688
+ "isSealed": false,
689
+ "arity": 1,
690
+ "parameterCount": 3,
691
+ "isExtensionMethod": false
692
+ },
693
+ {
694
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::LogException(System.Diagnostics.Tracing.EventLevel,System.String,System.Object[]):T",
695
+ "clrName": "LogException",
696
+ "tsEmitName": "logException",
697
+ "normalizedSignature": "LogException|(System.Diagnostics.Tracing.EventLevel,System.String,System.Object[]):T|static=true",
698
+ "provenance": "Original",
699
+ "emitScope": "ClassSurface",
700
+ "isStatic": true,
701
+ "isAbstract": false,
702
+ "isVirtual": false,
703
+ "isOverride": false,
704
+ "isSealed": false,
705
+ "arity": 1,
706
+ "parameterCount": 3,
707
+ "isExtensionMethod": false
708
+ },
709
+ {
710
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::LogArgumentException(System.Diagnostics.Tracing.EventLevel,System.String,System.String,System.Object[]):T",
711
+ "clrName": "LogArgumentException",
712
+ "tsEmitName": "logArgumentException",
713
+ "normalizedSignature": "LogArgumentException|(System.Diagnostics.Tracing.EventLevel,System.String,System.String,System.Object[]):T|static=true",
714
+ "provenance": "Original",
715
+ "emitScope": "ClassSurface",
716
+ "isStatic": true,
717
+ "isAbstract": false,
718
+ "isVirtual": false,
719
+ "isOverride": false,
720
+ "isSealed": false,
721
+ "arity": 1,
722
+ "parameterCount": 4,
723
+ "isExtensionMethod": false
724
+ },
725
+ {
726
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::LogException(System.Diagnostics.Tracing.EventLevel,System.Exception,System.String):T",
727
+ "clrName": "LogException",
728
+ "tsEmitName": "logException",
729
+ "normalizedSignature": "LogException|(System.Diagnostics.Tracing.EventLevel,System.Exception,System.String):T|static=true",
730
+ "provenance": "Original",
731
+ "emitScope": "ClassSurface",
732
+ "isStatic": true,
733
+ "isAbstract": false,
734
+ "isVirtual": false,
735
+ "isOverride": false,
736
+ "isSealed": false,
737
+ "arity": 1,
738
+ "parameterCount": 3,
739
+ "isExtensionMethod": false
740
+ },
741
+ {
742
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::LogArgumentException(System.Diagnostics.Tracing.EventLevel,System.String,System.Exception,System.String):T",
743
+ "clrName": "LogArgumentException",
744
+ "tsEmitName": "logArgumentException",
745
+ "normalizedSignature": "LogArgumentException|(System.Diagnostics.Tracing.EventLevel,System.String,System.Exception,System.String):T|static=true",
746
+ "provenance": "Original",
747
+ "emitScope": "ClassSurface",
748
+ "isStatic": true,
749
+ "isAbstract": false,
750
+ "isVirtual": false,
751
+ "isOverride": false,
752
+ "isSealed": false,
753
+ "arity": 1,
754
+ "parameterCount": 4,
755
+ "isExtensionMethod": false
756
+ },
757
+ {
758
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::LogException(System.Diagnostics.Tracing.EventLevel,System.Exception,System.String,System.Object[]):T",
759
+ "clrName": "LogException",
760
+ "tsEmitName": "logException",
761
+ "normalizedSignature": "LogException|(System.Diagnostics.Tracing.EventLevel,System.Exception,System.String,System.Object[]):T|static=true",
762
+ "provenance": "Original",
763
+ "emitScope": "ClassSurface",
764
+ "isStatic": true,
765
+ "isAbstract": false,
766
+ "isVirtual": false,
767
+ "isOverride": false,
768
+ "isSealed": false,
769
+ "arity": 1,
770
+ "parameterCount": 4,
771
+ "isExtensionMethod": false
772
+ },
773
+ {
774
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::LogArgumentException(System.Diagnostics.Tracing.EventLevel,System.String,System.Exception,System.String,System.Object[]):T",
775
+ "clrName": "LogArgumentException",
776
+ "tsEmitName": "logArgumentException",
777
+ "normalizedSignature": "LogArgumentException|(System.Diagnostics.Tracing.EventLevel,System.String,System.Exception,System.String,System.Object[]):T|static=true",
778
+ "provenance": "Original",
779
+ "emitScope": "ClassSurface",
780
+ "isStatic": true,
781
+ "isAbstract": false,
782
+ "isVirtual": false,
783
+ "isOverride": false,
784
+ "isSealed": false,
785
+ "arity": 1,
786
+ "parameterCount": 5,
787
+ "isExtensionMethod": false
788
+ },
789
+ {
790
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::LogExceptionMessage(System.Exception):System.Exception",
791
+ "clrName": "LogExceptionMessage",
792
+ "tsEmitName": "logExceptionMessage",
793
+ "normalizedSignature": "LogExceptionMessage|(System.Exception):System.Exception|static=true",
794
+ "provenance": "Original",
795
+ "emitScope": "ClassSurface",
796
+ "isStatic": true,
797
+ "isAbstract": false,
798
+ "isVirtual": false,
799
+ "isOverride": false,
800
+ "isSealed": false,
801
+ "arity": 0,
802
+ "parameterCount": 1,
803
+ "isExtensionMethod": false
804
+ },
805
+ {
806
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::LogExceptionMessage(System.Diagnostics.Tracing.EventLevel,System.Exception):System.Exception",
807
+ "clrName": "LogExceptionMessage",
808
+ "tsEmitName": "logExceptionMessage",
809
+ "normalizedSignature": "LogExceptionMessage|(System.Diagnostics.Tracing.EventLevel,System.Exception):System.Exception|static=true",
810
+ "provenance": "Original",
811
+ "emitScope": "ClassSurface",
812
+ "isStatic": true,
813
+ "isAbstract": false,
814
+ "isVirtual": false,
815
+ "isOverride": false,
816
+ "isSealed": false,
817
+ "arity": 0,
818
+ "parameterCount": 2,
819
+ "isExtensionMethod": false
820
+ },
821
+ {
822
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::LogInformation(System.String,System.Object[]):System.Void",
823
+ "clrName": "LogInformation",
824
+ "tsEmitName": "logInformation",
825
+ "normalizedSignature": "LogInformation|(System.String,System.Object[]):System.Void|static=true",
826
+ "provenance": "Original",
827
+ "emitScope": "ClassSurface",
828
+ "isStatic": true,
829
+ "isAbstract": false,
830
+ "isVirtual": false,
831
+ "isOverride": false,
832
+ "isSealed": false,
833
+ "arity": 0,
834
+ "parameterCount": 2,
835
+ "isExtensionMethod": false
836
+ },
837
+ {
838
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::LogVerbose(System.String,System.Object[]):System.Void",
839
+ "clrName": "LogVerbose",
840
+ "tsEmitName": "logVerbose",
841
+ "normalizedSignature": "LogVerbose|(System.String,System.Object[]):System.Void|static=true",
842
+ "provenance": "Original",
843
+ "emitScope": "ClassSurface",
844
+ "isStatic": true,
845
+ "isAbstract": false,
846
+ "isVirtual": false,
847
+ "isOverride": false,
848
+ "isSealed": false,
849
+ "arity": 0,
850
+ "parameterCount": 2,
851
+ "isExtensionMethod": false
852
+ },
853
+ {
854
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::LogWarning(System.String,System.Object[]):System.Void",
855
+ "clrName": "LogWarning",
856
+ "tsEmitName": "logWarning",
857
+ "normalizedSignature": "LogWarning|(System.String,System.Object[]):System.Void|static=true",
858
+ "provenance": "Original",
859
+ "emitScope": "ClassSurface",
860
+ "isStatic": true,
861
+ "isAbstract": false,
862
+ "isVirtual": false,
863
+ "isOverride": false,
864
+ "isSealed": false,
865
+ "arity": 0,
866
+ "parameterCount": 2,
867
+ "isExtensionMethod": false
868
+ },
869
+ {
870
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::FormatInvariant(System.String,System.Object[]):System.String",
871
+ "clrName": "FormatInvariant",
872
+ "tsEmitName": "formatInvariant",
873
+ "normalizedSignature": "FormatInvariant|(System.String,System.Object[]):System.String|static=true",
874
+ "provenance": "Original",
875
+ "emitScope": "ClassSurface",
876
+ "isStatic": true,
877
+ "isAbstract": false,
878
+ "isVirtual": false,
879
+ "isOverride": false,
880
+ "isSealed": false,
881
+ "arity": 0,
882
+ "parameterCount": 2,
883
+ "isExtensionMethod": false
884
+ },
885
+ {
886
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::MarkAsNonPII(System.Object):System.Object",
887
+ "clrName": "MarkAsNonPII",
888
+ "tsEmitName": "markAsNonPII",
889
+ "normalizedSignature": "MarkAsNonPII|(System.Object):System.Object|static=true",
890
+ "provenance": "Original",
891
+ "emitScope": "ClassSurface",
892
+ "isStatic": true,
893
+ "isAbstract": false,
894
+ "isVirtual": false,
895
+ "isOverride": false,
896
+ "isSealed": false,
897
+ "arity": 0,
898
+ "parameterCount": 1,
899
+ "isExtensionMethod": false
900
+ },
901
+ {
902
+ "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",
903
+ "clrName": "MarkAsSecurityArtifact",
904
+ "tsEmitName": "markAsSecurityArtifact",
905
+ "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",
906
+ "provenance": "Original",
907
+ "emitScope": "ClassSurface",
908
+ "isStatic": true,
909
+ "isAbstract": false,
910
+ "isVirtual": false,
911
+ "isOverride": false,
912
+ "isSealed": false,
913
+ "arity": 0,
914
+ "parameterCount": 2,
915
+ "isExtensionMethod": false
916
+ },
917
+ {
918
+ "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",
919
+ "clrName": "MarkAsSecurityArtifact",
920
+ "tsEmitName": "markAsSecurityArtifact",
921
+ "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",
922
+ "provenance": "Original",
923
+ "emitScope": "ClassSurface",
924
+ "isStatic": true,
925
+ "isAbstract": false,
926
+ "isVirtual": false,
927
+ "isOverride": false,
928
+ "isSealed": false,
929
+ "arity": 0,
930
+ "parameterCount": 3,
931
+ "isExtensionMethod": false
932
+ },
933
+ {
934
+ "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",
935
+ "clrName": "MarkAsUnsafeSecurityArtifact",
936
+ "tsEmitName": "markAsUnsafeSecurityArtifact",
937
+ "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",
938
+ "provenance": "Original",
939
+ "emitScope": "ClassSurface",
940
+ "isStatic": true,
941
+ "isAbstract": false,
942
+ "isVirtual": false,
943
+ "isOverride": false,
944
+ "isSealed": false,
945
+ "arity": 0,
946
+ "parameterCount": 2,
947
+ "isExtensionMethod": false
948
+ }
949
+ ],
950
+ "properties": [
951
+ {
952
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::Logger:Microsoft.IdentityModel.Abstractions.IIdentityLogger",
953
+ "clrName": "Logger",
954
+ "tsEmitName": "logger",
955
+ "normalizedSignature": "Logger|:Microsoft.IdentityModel.Abstractions.IIdentityLogger|static=true|accessor=getset",
956
+ "provenance": "Original",
957
+ "emitScope": "ClassSurface",
958
+ "isStatic": true,
959
+ "isAbstract": false,
960
+ "isVirtual": false,
961
+ "isOverride": false,
962
+ "isIndexer": false,
963
+ "hasGetter": true,
964
+ "hasSetter": true
965
+ }
966
+ ],
967
+ "fields": [],
968
+ "events": [],
969
+ "constructors": [
970
+ {
971
+ "normalizedSignature": "constructor|():void|static=false",
972
+ "isStatic": false,
973
+ "parameterCount": 0
974
+ }
975
+ ]
976
+ },
977
+ {
978
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.TextWriterEventListener",
979
+ "clrName": "Microsoft.IdentityModel.Logging.TextWriterEventListener",
980
+ "tsEmitName": "TextWriterEventListener",
981
+ "kind": "Class",
982
+ "accessibility": "Public",
983
+ "isAbstract": false,
984
+ "isSealed": false,
985
+ "isStatic": false,
986
+ "arity": 0,
987
+ "methods": [
988
+ {
989
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.TextWriterEventListener::Dispose():System.Void",
990
+ "clrName": "Dispose",
991
+ "tsEmitName": "dispose",
992
+ "normalizedSignature": "Dispose|():System.Void|static=false",
993
+ "provenance": "Original",
994
+ "emitScope": "ClassSurface",
995
+ "isStatic": false,
996
+ "isAbstract": false,
997
+ "isVirtual": true,
998
+ "isOverride": true,
999
+ "isSealed": false,
1000
+ "arity": 0,
1001
+ "parameterCount": 0,
1002
+ "isExtensionMethod": false
1003
+ }
1004
+ ],
1005
+ "properties": [],
1006
+ "fields": [
1007
+ {
1008
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.TextWriterEventListener::DefaultLogFileNameSystem.String",
1009
+ "clrName": "DefaultLogFileName",
1010
+ "tsEmitName": "defaultLogFileName",
1011
+ "normalizedSignature": "DefaultLogFileName|System.String|static=true|const=false",
1012
+ "isStatic": true,
1013
+ "isReadOnly": true,
1014
+ "isLiteral": false
1015
+ }
1016
+ ],
1017
+ "events": [],
1018
+ "constructors": [
1019
+ {
1020
+ "normalizedSignature": "constructor|():void|static=false",
1021
+ "isStatic": false,
1022
+ "parameterCount": 0
1023
+ },
1024
+ {
1025
+ "normalizedSignature": "constructor|(System.String):void|static=false",
1026
+ "isStatic": false,
1027
+ "parameterCount": 1
1028
+ },
1029
+ {
1030
+ "normalizedSignature": "constructor|(System.IO.StreamWriter):void|static=false",
1031
+ "isStatic": false,
1032
+ "parameterCount": 1
1033
+ }
1034
+ ]
1035
+ },
1036
+ {
1037
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelTelemetryUtil",
1038
+ "clrName": "Microsoft.IdentityModel.Logging.IdentityModelTelemetryUtil",
1039
+ "tsEmitName": "IdentityModelTelemetryUtil",
1040
+ "kind": "StaticNamespace",
1041
+ "accessibility": "Public",
1042
+ "isAbstract": true,
1043
+ "isSealed": true,
1044
+ "isStatic": true,
1045
+ "arity": 0,
1046
+ "methods": [
1047
+ {
1048
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelTelemetryUtil::AddTelemetryData(System.String,System.String):System.Boolean",
1049
+ "clrName": "AddTelemetryData",
1050
+ "tsEmitName": "addTelemetryData",
1051
+ "normalizedSignature": "AddTelemetryData|(System.String,System.String):System.Boolean|static=true",
1052
+ "provenance": "Original",
1053
+ "emitScope": "ClassSurface",
1054
+ "isStatic": true,
1055
+ "isAbstract": false,
1056
+ "isVirtual": false,
1057
+ "isOverride": false,
1058
+ "isSealed": false,
1059
+ "arity": 0,
1060
+ "parameterCount": 2,
1061
+ "isExtensionMethod": false
1062
+ },
1063
+ {
1064
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelTelemetryUtil::RemoveTelemetryData(System.String):System.Boolean",
1065
+ "clrName": "RemoveTelemetryData",
1066
+ "tsEmitName": "removeTelemetryData",
1067
+ "normalizedSignature": "RemoveTelemetryData|(System.String):System.Boolean|static=true",
1068
+ "provenance": "Original",
1069
+ "emitScope": "ClassSurface",
1070
+ "isStatic": true,
1071
+ "isAbstract": false,
1072
+ "isVirtual": false,
1073
+ "isOverride": false,
1074
+ "isSealed": false,
1075
+ "arity": 0,
1076
+ "parameterCount": 1,
1077
+ "isExtensionMethod": false
1078
+ }
1079
+ ],
1080
+ "properties": [
1081
+ {
1082
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelTelemetryUtil::ClientSku:System.String",
1083
+ "clrName": "ClientSku",
1084
+ "tsEmitName": "clientSku",
1085
+ "normalizedSignature": "ClientSku|:System.String|static=true|accessor=get",
1086
+ "provenance": "Original",
1087
+ "emitScope": "ClassSurface",
1088
+ "isStatic": true,
1089
+ "isAbstract": false,
1090
+ "isVirtual": false,
1091
+ "isOverride": false,
1092
+ "isIndexer": false,
1093
+ "hasGetter": true,
1094
+ "hasSetter": false
1095
+ },
1096
+ {
1097
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelTelemetryUtil::ClientVer:System.String",
1098
+ "clrName": "ClientVer",
1099
+ "tsEmitName": "clientVer",
1100
+ "normalizedSignature": "ClientVer|:System.String|static=true|accessor=get",
1101
+ "provenance": "Original",
1102
+ "emitScope": "ClassSurface",
1103
+ "isStatic": true,
1104
+ "isAbstract": false,
1105
+ "isVirtual": false,
1106
+ "isOverride": false,
1107
+ "isIndexer": false,
1108
+ "hasGetter": true,
1109
+ "hasSetter": false
1110
+ }
1111
+ ],
1112
+ "fields": [],
1113
+ "events": [],
1114
+ "constructors": []
1115
+ }
1116
+ ]
1117
+ }