@tsonic/aspnetcore 10.0.1 → 10.0.5

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 (349) hide show
  1. package/Microsoft.AspNetCore/bindings.json +12 -0
  2. package/Microsoft.AspNetCore.Antiforgery/bindings.json +54 -0
  3. package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +13 -1
  4. package/Microsoft.AspNetCore.Authentication/bindings.json +2048 -91
  5. package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +172 -66
  6. package/Microsoft.AspNetCore.Authentication.BearerToken/bindings.json +40 -0
  7. package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +1 -1
  8. package/Microsoft.AspNetCore.Authentication.Cookies/bindings.json +402 -1
  9. package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +24 -3
  10. package/Microsoft.AspNetCore.Authentication.Cookies.d.ts +1 -1
  11. package/Microsoft.AspNetCore.Authentication.OAuth/bindings.json +365 -1
  12. package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +31 -13
  13. package/Microsoft.AspNetCore.Authentication.OAuth.Claims/bindings.json +63 -0
  14. package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +4 -2
  15. package/Microsoft.AspNetCore.Authentication.OAuth.d.ts +3 -3
  16. package/Microsoft.AspNetCore.Authentication.d.ts +2 -2
  17. package/Microsoft.AspNetCore.Authorization/bindings.json +339 -12
  18. package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +57 -16
  19. package/Microsoft.AspNetCore.Authorization.Infrastructure/bindings.json +295 -0
  20. package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +19 -0
  21. package/Microsoft.AspNetCore.Authorization.Policy/bindings.json +50 -8
  22. package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +11 -5
  23. package/Microsoft.AspNetCore.Builder/bindings.json +970 -13
  24. package/Microsoft.AspNetCore.Builder/internal/index.d.ts +72 -40
  25. package/Microsoft.AspNetCore.Builder.Extensions/bindings.json +33 -0
  26. package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +3 -3
  27. package/Microsoft.AspNetCore.Components/bindings.json +2005 -166
  28. package/Microsoft.AspNetCore.Components/internal/index.d.ts +150 -47
  29. package/Microsoft.AspNetCore.Components.Authorization/bindings.json +403 -2
  30. package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +50 -17
  31. package/Microsoft.AspNetCore.Components.Authorization.d.ts +4 -2
  32. package/Microsoft.AspNetCore.Components.CompilerServices/bindings.json +13 -0
  33. package/Microsoft.AspNetCore.Components.Endpoints/bindings.json +27 -0
  34. package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +4 -0
  35. package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/bindings.json +25 -1
  36. package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +1 -1
  37. package/Microsoft.AspNetCore.Components.Forms/bindings.json +2327 -51
  38. package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +209 -44
  39. package/Microsoft.AspNetCore.Components.Forms.Mapping/bindings.json +32 -4
  40. package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +7 -6
  41. package/Microsoft.AspNetCore.Components.Forms.Mapping.d.ts +3 -0
  42. package/Microsoft.AspNetCore.Components.Forms.d.ts +4 -3
  43. package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/bindings.json +155 -0
  44. package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +16 -3
  45. package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.d.ts +5 -3
  46. package/Microsoft.AspNetCore.Components.Infrastructure/bindings.json +27 -0
  47. package/Microsoft.AspNetCore.Components.Infrastructure.d.ts +3 -0
  48. package/Microsoft.AspNetCore.Components.RenderTree/bindings.json +774 -2
  49. package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +34 -10
  50. package/Microsoft.AspNetCore.Components.RenderTree.d.ts +3 -2
  51. package/Microsoft.AspNetCore.Components.Rendering/bindings.json +99 -0
  52. package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +5 -0
  53. package/Microsoft.AspNetCore.Components.Routing/bindings.json +368 -2
  54. package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +53 -17
  55. package/Microsoft.AspNetCore.Components.Routing.d.ts +3 -2
  56. package/Microsoft.AspNetCore.Components.Sections/bindings.json +41 -0
  57. package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +14 -7
  58. package/Microsoft.AspNetCore.Components.Server/bindings.json +130 -1
  59. package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +17 -5
  60. package/Microsoft.AspNetCore.Components.Server.Circuits/bindings.json +33 -1
  61. package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +1 -3
  62. package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/bindings.json +28 -0
  63. package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +1 -1
  64. package/Microsoft.AspNetCore.Components.Server.d.ts +1 -0
  65. package/Microsoft.AspNetCore.Components.Web/bindings.json +559 -0
  66. package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +54 -11
  67. package/Microsoft.AspNetCore.Components.Web.HtmlRendering/bindings.json +7 -0
  68. package/Microsoft.AspNetCore.Components.Web.Infrastructure/bindings.json +67 -1
  69. package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +4 -1
  70. package/Microsoft.AspNetCore.Components.Web.Infrastructure.d.ts +2 -1
  71. package/Microsoft.AspNetCore.Components.Web.Internal/bindings.json +2 -0
  72. package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +2 -0
  73. package/Microsoft.AspNetCore.Components.Web.Virtualization/bindings.json +156 -0
  74. package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +21 -9
  75. package/Microsoft.AspNetCore.Components.Web.Virtualization.d.ts +3 -2
  76. package/Microsoft.AspNetCore.Components.Web.d.ts +1 -1
  77. package/Microsoft.AspNetCore.Components.d.ts +1 -1
  78. package/Microsoft.AspNetCore.Connections/bindings.json +439 -4
  79. package/Microsoft.AspNetCore.Connections/internal/index.d.ts +69 -14
  80. package/Microsoft.AspNetCore.Connections.Abstractions/bindings.json +2 -0
  81. package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +2 -0
  82. package/Microsoft.AspNetCore.Connections.Features/bindings.json +35 -0
  83. package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +48 -3
  84. package/Microsoft.AspNetCore.CookiePolicy/bindings.json +64 -8
  85. package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +4 -4
  86. package/Microsoft.AspNetCore.Cors/bindings.json +52 -0
  87. package/Microsoft.AspNetCore.Cors/internal/index.d.ts +10 -1
  88. package/Microsoft.AspNetCore.Cors.Infrastructure/bindings.json +140 -0
  89. package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +18 -2
  90. package/Microsoft.AspNetCore.Cryptography.KeyDerivation/bindings.json +31 -0
  91. package/Microsoft.AspNetCore.DataProtection/bindings.json +151 -0
  92. package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +20 -1
  93. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/bindings.json +108 -0
  94. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +12 -0
  95. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/bindings.json +173 -1
  96. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +24 -4
  97. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.d.ts +3 -0
  98. package/Microsoft.AspNetCore.DataProtection.Infrastructure/bindings.json +1 -0
  99. package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +2 -0
  100. package/Microsoft.AspNetCore.DataProtection.Internal/bindings.json +1 -0
  101. package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +2 -0
  102. package/Microsoft.AspNetCore.DataProtection.KeyManagement/bindings.json +65 -0
  103. package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +14 -3
  104. package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/bindings.json +20 -0
  105. package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +10 -1
  106. package/Microsoft.AspNetCore.DataProtection.Repositories/bindings.json +59 -0
  107. package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +12 -0
  108. package/Microsoft.AspNetCore.DataProtection.XmlEncryption/bindings.json +158 -0
  109. package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +24 -0
  110. package/Microsoft.AspNetCore.Diagnostics/bindings.json +190 -8
  111. package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +37 -14
  112. package/Microsoft.AspNetCore.Diagnostics.HealthChecks/bindings.json +15 -0
  113. package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +1 -1
  114. package/Microsoft.AspNetCore.HostFiltering/bindings.json +14 -0
  115. package/Microsoft.AspNetCore.Hosting/bindings.json +297 -1
  116. package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +34 -3
  117. package/Microsoft.AspNetCore.Hosting.Builder/bindings.json +14 -0
  118. package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +4 -0
  119. package/Microsoft.AspNetCore.Hosting.Infrastructure/bindings.json +5 -0
  120. package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +4 -0
  121. package/Microsoft.AspNetCore.Hosting.Server/bindings.json +32 -0
  122. package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +10 -0
  123. package/Microsoft.AspNetCore.Hosting.Server.Abstractions/bindings.json +4 -0
  124. package/Microsoft.AspNetCore.Hosting.Server.Abstractions/internal/index.d.ts +2 -0
  125. package/Microsoft.AspNetCore.Hosting.Server.Features/bindings.json +17 -0
  126. package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +4 -0
  127. package/Microsoft.AspNetCore.Hosting.StaticWebAssets/bindings.json +6 -0
  128. package/Microsoft.AspNetCore.Html/bindings.json +110 -0
  129. package/Microsoft.AspNetCore.Html/internal/index.d.ts +17 -1
  130. package/Microsoft.AspNetCore.Http/bindings.json +1845 -33
  131. package/Microsoft.AspNetCore.Http/internal/index.d.ts +197 -53
  132. package/Microsoft.AspNetCore.Http.Connections/bindings.json +118 -0
  133. package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +16 -9
  134. package/Microsoft.AspNetCore.Http.Connections.Features/bindings.json +2 -0
  135. package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +5 -1
  136. package/Microsoft.AspNetCore.Http.Extensions/bindings.json +49 -0
  137. package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +3 -0
  138. package/Microsoft.AspNetCore.Http.Features/bindings.json +477 -4
  139. package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +131 -18
  140. package/Microsoft.AspNetCore.Http.Features.Authentication/bindings.json +14 -0
  141. package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +8 -2
  142. package/Microsoft.AspNetCore.Http.Headers/bindings.json +56 -0
  143. package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +17 -13
  144. package/Microsoft.AspNetCore.Http.HttpResults/bindings.json +1462 -96
  145. package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +300 -125
  146. package/Microsoft.AspNetCore.Http.Json/bindings.json +6 -0
  147. package/Microsoft.AspNetCore.Http.Metadata/bindings.json +60 -0
  148. package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +52 -6
  149. package/Microsoft.AspNetCore.Http.Timeouts/bindings.json +33 -0
  150. package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +5 -2
  151. package/Microsoft.AspNetCore.HttpLogging/bindings.json +151 -4
  152. package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +4 -3
  153. package/Microsoft.AspNetCore.HttpOverrides/bindings.json +77 -0
  154. package/Microsoft.AspNetCore.HttpsPolicy/bindings.json +30 -0
  155. package/Microsoft.AspNetCore.Identity/bindings.json +3156 -69
  156. package/Microsoft.AspNetCore.Identity/internal/index.d.ts +264 -69
  157. package/Microsoft.AspNetCore.Identity.Data/bindings.json +77 -0
  158. package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +8 -7
  159. package/Microsoft.AspNetCore.Identity.UI.Services/bindings.json +14 -0
  160. package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +4 -0
  161. package/Microsoft.AspNetCore.Identity.d.ts +2 -2
  162. package/Microsoft.AspNetCore.Localization/bindings.json +147 -2
  163. package/Microsoft.AspNetCore.Localization/internal/index.d.ts +20 -2
  164. package/Microsoft.AspNetCore.Localization.Routing/bindings.json +16 -0
  165. package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +2 -0
  166. package/Microsoft.AspNetCore.Mvc/bindings.json +3044 -12
  167. package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +508 -107
  168. package/Microsoft.AspNetCore.Mvc.Abstractions/bindings.json +47 -0
  169. package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +15 -5
  170. package/Microsoft.AspNetCore.Mvc.ActionConstraints/bindings.json +102 -1
  171. package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +17 -2
  172. package/Microsoft.AspNetCore.Mvc.ApiExplorer/bindings.json +224 -0
  173. package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +42 -13
  174. package/Microsoft.AspNetCore.Mvc.ApplicationModels/bindings.json +785 -3
  175. package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +128 -18
  176. package/Microsoft.AspNetCore.Mvc.ApplicationParts/bindings.json +138 -2
  177. package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +16 -2
  178. package/Microsoft.AspNetCore.Mvc.Authorization/bindings.json +51 -0
  179. package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +10 -1
  180. package/Microsoft.AspNetCore.Mvc.Controllers/bindings.json +127 -0
  181. package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +23 -2
  182. package/Microsoft.AspNetCore.Mvc.Controllers.d.ts +1 -1
  183. package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/bindings.json +7 -0
  184. package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +2 -0
  185. package/Microsoft.AspNetCore.Mvc.Cors/bindings.json +29 -0
  186. package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +6 -1
  187. package/Microsoft.AspNetCore.Mvc.DataAnnotations/bindings.json +203 -1
  188. package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +27 -10
  189. package/Microsoft.AspNetCore.Mvc.DataAnnotations.d.ts +3 -2
  190. package/Microsoft.AspNetCore.Mvc.Diagnostics/bindings.json +3849 -22
  191. package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +366 -4
  192. package/Microsoft.AspNetCore.Mvc.Diagnostics.d.ts +1 -1
  193. package/Microsoft.AspNetCore.Mvc.Filters/bindings.json +551 -3
  194. package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +100 -24
  195. package/Microsoft.AspNetCore.Mvc.Formatters/bindings.json +1202 -27
  196. package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +111 -13
  197. package/Microsoft.AspNetCore.Mvc.Formatters.Xml/bindings.json +260 -1
  198. package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +40 -4
  199. package/Microsoft.AspNetCore.Mvc.Formatters.Xml.d.ts +4 -1
  200. package/Microsoft.AspNetCore.Mvc.Formatters.d.ts +3 -2
  201. package/Microsoft.AspNetCore.Mvc.Infrastructure/bindings.json +786 -11
  202. package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +97 -11
  203. package/Microsoft.AspNetCore.Mvc.Infrastructure.d.ts +6 -4
  204. package/Microsoft.AspNetCore.Mvc.Localization/bindings.json +189 -0
  205. package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +23 -0
  206. package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +1714 -32
  207. package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +234 -58
  208. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/bindings.json +976 -1
  209. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +101 -5
  210. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders.d.ts +4 -4
  211. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/bindings.json +550 -2
  212. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +75 -32
  213. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.d.ts +3 -0
  214. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/bindings.json +576 -0
  215. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +45 -8
  216. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +4 -1
  217. package/Microsoft.AspNetCore.Mvc.ModelBinding.d.ts +2 -2
  218. package/Microsoft.AspNetCore.Mvc.Razor/bindings.json +492 -4
  219. package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +50 -9
  220. package/Microsoft.AspNetCore.Mvc.Razor.Compilation/bindings.json +27 -0
  221. package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +8 -4
  222. package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/bindings.json +8 -2
  223. package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +1 -1
  224. package/Microsoft.AspNetCore.Mvc.Razor.Internal/bindings.json +6 -0
  225. package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +1 -1
  226. package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/bindings.json +263 -0
  227. package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +27 -3
  228. package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers.d.ts +2 -1
  229. package/Microsoft.AspNetCore.Mvc.Razor.d.ts +1 -0
  230. package/Microsoft.AspNetCore.Mvc.RazorPages/bindings.json +614 -5
  231. package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +33 -10
  232. package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/bindings.json +217 -1
  233. package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +32 -9
  234. package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.d.ts +5 -5
  235. package/Microsoft.AspNetCore.Mvc.Rendering/bindings.json +639 -0
  236. package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +19 -3
  237. package/Microsoft.AspNetCore.Mvc.Routing/bindings.json +393 -3
  238. package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +58 -25
  239. package/Microsoft.AspNetCore.Mvc.Routing.d.ts +1 -1
  240. package/Microsoft.AspNetCore.Mvc.TagHelpers/bindings.json +1095 -0
  241. package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +84 -32
  242. package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/bindings.json +74 -0
  243. package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +14 -0
  244. package/Microsoft.AspNetCore.Mvc.TagHelpers.d.ts +2 -1
  245. package/Microsoft.AspNetCore.Mvc.ViewComponents/bindings.json +246 -0
  246. package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +43 -3
  247. package/Microsoft.AspNetCore.Mvc.ViewEngines/bindings.json +51 -6
  248. package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +13 -4
  249. package/Microsoft.AspNetCore.Mvc.ViewFeatures/bindings.json +1966 -56
  250. package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +114 -7
  251. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/bindings.json +10 -0
  252. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +2 -0
  253. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/bindings.json +20 -1
  254. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +2 -2
  255. package/Microsoft.AspNetCore.Mvc.ViewFeatures.d.ts +2 -2
  256. package/Microsoft.AspNetCore.OutputCaching/bindings.json +97 -2
  257. package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +16 -8
  258. package/Microsoft.AspNetCore.RateLimiting/bindings.json +42 -0
  259. package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +4 -2
  260. package/Microsoft.AspNetCore.Razor.Hosting/bindings.json +126 -1
  261. package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +11 -6
  262. package/Microsoft.AspNetCore.Razor.Hosting.d.ts +1 -1
  263. package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/bindings.json +34 -4
  264. package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +2 -2
  265. package/Microsoft.AspNetCore.Razor.TagHelpers/bindings.json +536 -11
  266. package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +52 -12
  267. package/Microsoft.AspNetCore.RequestDecompression/bindings.json +8 -0
  268. package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +4 -0
  269. package/Microsoft.AspNetCore.ResponseCaching/bindings.json +28 -0
  270. package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +6 -2
  271. package/Microsoft.AspNetCore.ResponseCompression/bindings.json +165 -0
  272. package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +23 -0
  273. package/Microsoft.AspNetCore.Rewrite/bindings.json +86 -0
  274. package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +2 -0
  275. package/Microsoft.AspNetCore.Routing/bindings.json +1025 -18
  276. package/Microsoft.AspNetCore.Routing/internal/index.d.ts +139 -26
  277. package/Microsoft.AspNetCore.Routing.Constraints/bindings.json +615 -10
  278. package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +117 -5
  279. package/Microsoft.AspNetCore.Routing.Internal/bindings.json +6 -0
  280. package/Microsoft.AspNetCore.Routing.Matching/bindings.json +227 -5
  281. package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +28 -6
  282. package/Microsoft.AspNetCore.Routing.Patterns/bindings.json +175 -1
  283. package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +4 -8
  284. package/Microsoft.AspNetCore.Routing.Template/bindings.json +115 -17
  285. package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +12 -10
  286. package/Microsoft.AspNetCore.Routing.Tree/bindings.json +87 -0
  287. package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +6 -10
  288. package/Microsoft.AspNetCore.Server.HttpSys/bindings.json +290 -0
  289. package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +21 -9
  290. package/Microsoft.AspNetCore.Server.IIS/bindings.json +31 -0
  291. package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +4 -1
  292. package/Microsoft.AspNetCore.Server.IISIntegration/bindings.json +28 -0
  293. package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +2 -0
  294. package/Microsoft.AspNetCore.Server.Kestrel/bindings.json +32 -2
  295. package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +1 -3
  296. package/Microsoft.AspNetCore.Server.Kestrel.Core/bindings.json +203 -4
  297. package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +13 -7
  298. package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/bindings.json +8 -0
  299. package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +16 -2
  300. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/bindings.json +129 -0
  301. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +6 -0
  302. package/Microsoft.AspNetCore.Server.Kestrel.Https/bindings.json +77 -10
  303. package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +13 -12
  304. package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/bindings.json +20 -0
  305. package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +2 -2
  306. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/bindings.json +12 -0
  307. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/bindings.json +56 -0
  308. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +5 -0
  309. package/Microsoft.AspNetCore.Session/bindings.json +67 -0
  310. package/Microsoft.AspNetCore.Session/internal/index.d.ts +8 -0
  311. package/Microsoft.AspNetCore.SignalR/bindings.json +616 -5
  312. package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +63 -10
  313. package/Microsoft.AspNetCore.SignalR.Protocol/bindings.json +228 -5
  314. package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +15 -11
  315. package/Microsoft.AspNetCore.StaticAssets/bindings.json +45 -0
  316. package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +2 -1
  317. package/Microsoft.AspNetCore.StaticAssets.Infrastructure/bindings.json +6 -0
  318. package/Microsoft.AspNetCore.StaticFiles/bindings.json +58 -2
  319. package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +9 -1
  320. package/Microsoft.AspNetCore.StaticFiles.Infrastructure/bindings.json +47 -1
  321. package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +3 -3
  322. package/Microsoft.AspNetCore.WebSockets/bindings.json +19 -0
  323. package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +1 -1
  324. package/Microsoft.AspNetCore.WebSockets.d.ts +3 -0
  325. package/Microsoft.AspNetCore.WebUtilities/bindings.json +435 -4
  326. package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +28 -6
  327. package/Microsoft.Extensions.DependencyInjection/bindings.json +489 -0
  328. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +10 -0
  329. package/Microsoft.Extensions.Hosting/bindings.json +19 -0
  330. package/Microsoft.Extensions.Hosting.d.ts +3 -0
  331. package/Microsoft.JSInterop/bindings.json +545 -3
  332. package/Microsoft.JSInterop/internal/index.d.ts +52 -6
  333. package/Microsoft.JSInterop.Implementation/bindings.json +178 -3
  334. package/Microsoft.JSInterop.Implementation/internal/index.d.ts +15 -6
  335. package/Microsoft.JSInterop.Implementation.d.ts +1 -1
  336. package/Microsoft.JSInterop.Infrastructure/bindings.json +62 -0
  337. package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +2 -0
  338. package/Microsoft.JSInterop.d.ts +4 -2
  339. package/Microsoft.Net.Http.Headers/bindings.json +441 -6
  340. package/Microsoft.Net.Http.Headers/internal/index.d.ts +8 -6
  341. package/System.Formats.Cbor/bindings.json +251 -0
  342. package/System.Formats.Cbor/internal/index.d.ts +3 -1
  343. package/System.Formats.Cbor.d.ts +1 -1
  344. package/System.Security.Claims/bindings.json +5 -0
  345. package/System.Security.Claims.d.ts +3 -0
  346. package/System.Threading.RateLimiting/bindings.json +1001 -10
  347. package/System.Threading.RateLimiting/internal/index.d.ts +58 -4
  348. package/__internal/extensions/index.d.ts +818 -529
  349. package/package.json +1 -1
@@ -13,6 +13,8 @@ import type { Int32, Object as ClrObject, String as ClrString, Type, Void } from
13
13
  import type { XElement } from "@tsonic/dotnet/System.Xml.Linq.js";
14
14
 
15
15
  export interface IAuthenticatedEncryptorDescriptor$instance {
16
+ readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel_IAuthenticatedEncryptorDescriptor: never;
17
+
16
18
  ExportToXml(): XmlSerializedDescriptorInfo;
17
19
  }
18
20
 
@@ -20,6 +22,8 @@ export interface IAuthenticatedEncryptorDescriptor$instance {
20
22
  export type IAuthenticatedEncryptorDescriptor = IAuthenticatedEncryptorDescriptor$instance;
21
23
 
22
24
  export interface IAuthenticatedEncryptorDescriptorDeserializer$instance {
25
+ readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel_IAuthenticatedEncryptorDescriptorDeserializer: never;
26
+
23
27
  ImportFromXml(element: XElement): IAuthenticatedEncryptorDescriptor;
24
28
  }
25
29
 
@@ -31,7 +35,7 @@ export interface AlgorithmConfiguration$instance {
31
35
  }
32
36
 
33
37
 
34
- export const AlgorithmConfiguration: {
38
+ export const AlgorithmConfiguration: (abstract new() => AlgorithmConfiguration) & {
35
39
  };
36
40
 
37
41
 
@@ -52,6 +56,8 @@ export const AuthenticatedEncryptorConfiguration: {
52
56
  export type AuthenticatedEncryptorConfiguration = AuthenticatedEncryptorConfiguration$instance;
53
57
 
54
58
  export interface AuthenticatedEncryptorDescriptor$instance {
59
+ readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel_IAuthenticatedEncryptorDescriptor: never;
60
+
55
61
  ExportToXml(): XmlSerializedDescriptorInfo;
56
62
  }
57
63
 
@@ -71,6 +77,8 @@ export type AuthenticatedEncryptorDescriptor = AuthenticatedEncryptorDescriptor$
71
77
 
72
78
 
73
79
  export interface AuthenticatedEncryptorDescriptorDeserializer$instance {
80
+ readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel_IAuthenticatedEncryptorDescriptorDeserializer: never;
81
+
74
82
  ImportFromXml(element: XElement): IAuthenticatedEncryptorDescriptor;
75
83
  }
76
84
 
@@ -93,10 +101,10 @@ export interface CngCbcAuthenticatedEncryptorConfiguration$instance extends Algo
93
101
  EncryptionAlgorithm: string;
94
102
  EncryptionAlgorithmKeySize: int;
95
103
  get EncryptionAlgorithmProvider(): string | undefined;
96
- set EncryptionAlgorithmProvider(value: string);
104
+ set EncryptionAlgorithmProvider(value: string | undefined);
97
105
  HashAlgorithm: string;
98
106
  get HashAlgorithmProvider(): string | undefined;
99
- set HashAlgorithmProvider(value: string);
107
+ set HashAlgorithmProvider(value: string | undefined);
100
108
  CreateNewDescriptor(): IAuthenticatedEncryptorDescriptor;
101
109
  }
102
110
 
@@ -109,6 +117,8 @@ export const CngCbcAuthenticatedEncryptorConfiguration: {
109
117
  export type CngCbcAuthenticatedEncryptorConfiguration = CngCbcAuthenticatedEncryptorConfiguration$instance;
110
118
 
111
119
  export interface CngCbcAuthenticatedEncryptorDescriptor$instance {
120
+ readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel_IAuthenticatedEncryptorDescriptor: never;
121
+
112
122
  ExportToXml(): XmlSerializedDescriptorInfo;
113
123
  }
114
124
 
@@ -128,6 +138,8 @@ export type CngCbcAuthenticatedEncryptorDescriptor = CngCbcAuthenticatedEncrypto
128
138
 
129
139
 
130
140
  export interface CngCbcAuthenticatedEncryptorDescriptorDeserializer$instance {
141
+ readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel_IAuthenticatedEncryptorDescriptorDeserializer: never;
142
+
131
143
  ImportFromXml(element: XElement): IAuthenticatedEncryptorDescriptor;
132
144
  }
133
145
 
@@ -150,7 +162,7 @@ export interface CngGcmAuthenticatedEncryptorConfiguration$instance extends Algo
150
162
  EncryptionAlgorithm: string;
151
163
  EncryptionAlgorithmKeySize: int;
152
164
  get EncryptionAlgorithmProvider(): string | undefined;
153
- set EncryptionAlgorithmProvider(value: string);
165
+ set EncryptionAlgorithmProvider(value: string | undefined);
154
166
  CreateNewDescriptor(): IAuthenticatedEncryptorDescriptor;
155
167
  }
156
168
 
@@ -163,6 +175,8 @@ export const CngGcmAuthenticatedEncryptorConfiguration: {
163
175
  export type CngGcmAuthenticatedEncryptorConfiguration = CngGcmAuthenticatedEncryptorConfiguration$instance;
164
176
 
165
177
  export interface CngGcmAuthenticatedEncryptorDescriptor$instance {
178
+ readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel_IAuthenticatedEncryptorDescriptor: never;
179
+
166
180
  ExportToXml(): XmlSerializedDescriptorInfo;
167
181
  }
168
182
 
@@ -182,6 +196,8 @@ export type CngGcmAuthenticatedEncryptorDescriptor = CngGcmAuthenticatedEncrypto
182
196
 
183
197
 
184
198
  export interface CngGcmAuthenticatedEncryptorDescriptorDeserializer$instance {
199
+ readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel_IAuthenticatedEncryptorDescriptorDeserializer: never;
200
+
185
201
  ImportFromXml(element: XElement): IAuthenticatedEncryptorDescriptor;
186
202
  }
187
203
 
@@ -216,6 +232,8 @@ export const ManagedAuthenticatedEncryptorConfiguration: {
216
232
  export type ManagedAuthenticatedEncryptorConfiguration = ManagedAuthenticatedEncryptorConfiguration$instance;
217
233
 
218
234
  export interface ManagedAuthenticatedEncryptorDescriptor$instance {
235
+ readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel_IAuthenticatedEncryptorDescriptor: never;
236
+
219
237
  ExportToXml(): XmlSerializedDescriptorInfo;
220
238
  }
221
239
 
@@ -235,6 +253,8 @@ export type ManagedAuthenticatedEncryptorDescriptor = ManagedAuthenticatedEncryp
235
253
 
236
254
 
237
255
  export interface ManagedAuthenticatedEncryptorDescriptorDeserializer$instance {
256
+ readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel_IAuthenticatedEncryptorDescriptorDeserializer: never;
257
+
238
258
  ImportFromXml(element: XElement): IAuthenticatedEncryptorDescriptor;
239
259
  }
240
260
 
@@ -29,3 +29,6 @@ export { ManagedAuthenticatedEncryptorDescriptor as ManagedAuthenticatedEncrypto
29
29
  export { ManagedAuthenticatedEncryptorDescriptorDeserializer as ManagedAuthenticatedEncryptorDescriptorDeserializer } from './Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.js';
30
30
  export { XmlExtensions$instance as XmlExtensions } from './Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.js';
31
31
  export { XmlSerializedDescriptorInfo as XmlSerializedDescriptorInfo } from './Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.js';
32
+ // Extension methods (C# using semantics)
33
+ export type { ExtensionMethods_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel as ExtensionMethods } from './__internal/extensions/index.js';
34
+
@@ -32,6 +32,7 @@
32
32
  "isAbstract": true,
33
33
  "isVirtual": true,
34
34
  "isOverride": false,
35
+ "visibility": "Public",
35
36
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.Infrastructure.IApplicationDiscriminator",
36
37
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection.Abstractions"
37
38
  }
@@ -10,6 +10,8 @@ import * as System_Internal from "@tsonic/dotnet/System.js";
10
10
  import type { String as ClrString } from "@tsonic/dotnet/System.js";
11
11
 
12
12
  export interface IApplicationDiscriminator$instance {
13
+ readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_Infrastructure_IApplicationDiscriminator: never;
14
+
13
15
  readonly Discriminator: string | undefined;
14
16
  }
15
17
 
@@ -31,6 +31,7 @@
31
31
  "isVirtual": true,
32
32
  "isOverride": false,
33
33
  "isSealed": false,
34
+ "visibility": "Public",
34
35
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.Internal.IActivator",
35
36
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
36
37
  "isExtensionMethod": false
@@ -10,6 +10,8 @@ import * as System_Internal from "@tsonic/dotnet/System.js";
10
10
  import type { Object as ClrObject, String as ClrString, Type } from "@tsonic/dotnet/System.js";
11
11
 
12
12
  export interface IActivator$instance {
13
+ readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_Internal_IActivator: never;
14
+
13
15
  CreateInstance(expectedBaseType: Type, implementationTypeName: string): unknown;
14
16
  }
15
17
 
@@ -15,6 +15,12 @@
15
15
  "isSealed": false,
16
16
  "isStatic": false,
17
17
  "arity": 0,
18
+ "interfaces": [
19
+ {
20
+ "stableId": "Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection.KeyManagement.IKeyManager",
21
+ "clrName": "Microsoft.AspNetCore.DataProtection.KeyManagement.IKeyManager"
22
+ }
23
+ ],
18
24
  "methods": [
19
25
  {
20
26
  "stableId": "Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection.KeyManagement.IDeletableKeyManager::DeleteKeys(System.Func_2[[Microsoft.AspNetCore.DataProtection.KeyManagement.IKey,Microsoft.AspNetCore.DataProtection,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
@@ -31,6 +37,7 @@
31
37
  "isVirtual": true,
32
38
  "isOverride": false,
33
39
  "isSealed": false,
40
+ "visibility": "Public",
34
41
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.KeyManagement.IDeletableKeyManager",
35
42
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
36
43
  "isExtensionMethod": false
@@ -50,6 +57,7 @@
50
57
  "isVirtual": true,
51
58
  "isOverride": false,
52
59
  "isSealed": false,
60
+ "visibility": "Public",
53
61
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.KeyManagement.IKeyManager",
54
62
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
55
63
  "isExtensionMethod": false
@@ -69,6 +77,7 @@
69
77
  "isVirtual": true,
70
78
  "isOverride": false,
71
79
  "isSealed": false,
80
+ "visibility": "Public",
72
81
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.KeyManagement.IKeyManager",
73
82
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
74
83
  "isExtensionMethod": false
@@ -88,6 +97,7 @@
88
97
  "isVirtual": true,
89
98
  "isOverride": false,
90
99
  "isSealed": false,
100
+ "visibility": "Public",
91
101
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.KeyManagement.IKeyManager",
92
102
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
93
103
  "isExtensionMethod": false
@@ -107,6 +117,7 @@
107
117
  "isVirtual": true,
108
118
  "isOverride": false,
109
119
  "isSealed": false,
120
+ "visibility": "Public",
110
121
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.KeyManagement.IKeyManager",
111
122
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
112
123
  "isExtensionMethod": false
@@ -126,6 +137,7 @@
126
137
  "isVirtual": true,
127
138
  "isOverride": false,
128
139
  "isSealed": false,
140
+ "visibility": "Public",
129
141
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.KeyManagement.IKeyManager",
130
142
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
131
143
  "isExtensionMethod": false
@@ -147,6 +159,7 @@
147
159
  "isAbstract": true,
148
160
  "isVirtual": true,
149
161
  "isOverride": false,
162
+ "visibility": "Public",
150
163
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.KeyManagement.IDeletableKeyManager",
151
164
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
152
165
  }
@@ -182,6 +195,7 @@
182
195
  "isVirtual": true,
183
196
  "isOverride": false,
184
197
  "isSealed": false,
198
+ "visibility": "Public",
185
199
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.KeyManagement.IKey",
186
200
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
187
201
  "isExtensionMethod": false
@@ -203,6 +217,7 @@
203
217
  "isAbstract": true,
204
218
  "isVirtual": true,
205
219
  "isOverride": false,
220
+ "visibility": "Public",
206
221
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.KeyManagement.IKey",
207
222
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
208
223
  },
@@ -221,6 +236,7 @@
221
236
  "isAbstract": true,
222
237
  "isVirtual": true,
223
238
  "isOverride": false,
239
+ "visibility": "Public",
224
240
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.KeyManagement.IKey",
225
241
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
226
242
  },
@@ -239,6 +255,7 @@
239
255
  "isAbstract": true,
240
256
  "isVirtual": true,
241
257
  "isOverride": false,
258
+ "visibility": "Public",
242
259
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.KeyManagement.IKey",
243
260
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
244
261
  },
@@ -257,6 +274,7 @@
257
274
  "isAbstract": true,
258
275
  "isVirtual": true,
259
276
  "isOverride": false,
277
+ "visibility": "Public",
260
278
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.KeyManagement.IKey",
261
279
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
262
280
  },
@@ -275,6 +293,7 @@
275
293
  "isAbstract": true,
276
294
  "isVirtual": true,
277
295
  "isOverride": false,
296
+ "visibility": "Public",
278
297
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.KeyManagement.IKey",
279
298
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
280
299
  },
@@ -293,6 +312,7 @@
293
312
  "isAbstract": true,
294
313
  "isVirtual": true,
295
314
  "isOverride": false,
315
+ "visibility": "Public",
296
316
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.KeyManagement.IKey",
297
317
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
298
318
  }
@@ -328,6 +348,7 @@
328
348
  "isVirtual": true,
329
349
  "isOverride": false,
330
350
  "isSealed": false,
351
+ "visibility": "Public",
331
352
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.KeyManagement.IKeyEscrowSink",
332
353
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
333
354
  "isExtensionMethod": false
@@ -365,6 +386,7 @@
365
386
  "isVirtual": true,
366
387
  "isOverride": false,
367
388
  "isSealed": false,
389
+ "visibility": "Public",
368
390
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.KeyManagement.IKeyManager",
369
391
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
370
392
  "isExtensionMethod": false
@@ -384,6 +406,7 @@
384
406
  "isVirtual": true,
385
407
  "isOverride": false,
386
408
  "isSealed": false,
409
+ "visibility": "Public",
387
410
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.KeyManagement.IKeyManager",
388
411
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
389
412
  "isExtensionMethod": false
@@ -403,6 +426,7 @@
403
426
  "isVirtual": true,
404
427
  "isOverride": false,
405
428
  "isSealed": false,
429
+ "visibility": "Public",
406
430
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.KeyManagement.IKeyManager",
407
431
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
408
432
  "isExtensionMethod": false
@@ -422,6 +446,7 @@
422
446
  "isVirtual": true,
423
447
  "isOverride": false,
424
448
  "isSealed": false,
449
+ "visibility": "Public",
425
450
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.KeyManagement.IKeyManager",
426
451
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
427
452
  "isExtensionMethod": false
@@ -441,6 +466,7 @@
441
466
  "isVirtual": true,
442
467
  "isOverride": false,
443
468
  "isSealed": false,
469
+ "visibility": "Public",
444
470
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.KeyManagement.IKeyManager",
445
471
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
446
472
  "isExtensionMethod": false
@@ -462,6 +488,10 @@
462
488
  "isSealed": false,
463
489
  "isStatic": false,
464
490
  "arity": 0,
491
+ "baseType": {
492
+ "stableId": "System.Private.CoreLib:System.Object",
493
+ "clrName": "System.Object"
494
+ },
465
495
  "methods": [],
466
496
  "properties": [
467
497
  {
@@ -479,6 +509,7 @@
479
509
  "isAbstract": false,
480
510
  "isVirtual": false,
481
511
  "isOverride": false,
512
+ "visibility": "Public",
482
513
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.KeyManagement.KeyManagementOptions",
483
514
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
484
515
  },
@@ -497,6 +528,7 @@
497
528
  "isAbstract": false,
498
529
  "isVirtual": false,
499
530
  "isOverride": false,
531
+ "visibility": "Public",
500
532
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.KeyManagement.KeyManagementOptions",
501
533
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
502
534
  },
@@ -515,6 +547,7 @@
515
547
  "isAbstract": false,
516
548
  "isVirtual": false,
517
549
  "isOverride": false,
550
+ "visibility": "Public",
518
551
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.KeyManagement.KeyManagementOptions",
519
552
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
520
553
  },
@@ -533,6 +566,7 @@
533
566
  "isAbstract": false,
534
567
  "isVirtual": false,
535
568
  "isOverride": false,
569
+ "visibility": "Public",
536
570
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.KeyManagement.KeyManagementOptions",
537
571
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
538
572
  },
@@ -551,6 +585,7 @@
551
585
  "isAbstract": false,
552
586
  "isVirtual": false,
553
587
  "isOverride": false,
588
+ "visibility": "Public",
554
589
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.KeyManagement.KeyManagementOptions",
555
590
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
556
591
  },
@@ -569,6 +604,7 @@
569
604
  "isAbstract": false,
570
605
  "isVirtual": false,
571
606
  "isOverride": false,
607
+ "visibility": "Public",
572
608
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.KeyManagement.KeyManagementOptions",
573
609
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
574
610
  },
@@ -587,6 +623,7 @@
587
623
  "isAbstract": false,
588
624
  "isVirtual": false,
589
625
  "isOverride": false,
626
+ "visibility": "Public",
590
627
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.KeyManagement.KeyManagementOptions",
591
628
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
592
629
  }
@@ -601,6 +638,7 @@
601
638
  "normalizedSignature": "constructor|():void|static=false",
602
639
  "isStatic": false,
603
640
  "parameterCount": 0,
641
+ "visibility": "Public",
604
642
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.KeyManagement.KeyManagementOptions",
605
643
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
606
644
  }
@@ -617,6 +655,16 @@
617
655
  "isSealed": true,
618
656
  "isStatic": false,
619
657
  "arity": 0,
658
+ "baseType": {
659
+ "stableId": "System.Private.CoreLib:System.Object",
660
+ "clrName": "System.Object"
661
+ },
662
+ "interfaces": [
663
+ {
664
+ "stableId": "Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection.KeyManagement.IKeyManager",
665
+ "clrName": "Microsoft.AspNetCore.DataProtection.KeyManagement.IKeyManager"
666
+ }
667
+ ],
620
668
  "methods": [
621
669
  {
622
670
  "stableId": "Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager::CreateNewKey(System.DateTimeOffset,System.DateTimeOffset):Microsoft.AspNetCore.DataProtection.KeyManagement.IKey",
@@ -633,6 +681,7 @@
633
681
  "isVirtual": true,
634
682
  "isOverride": false,
635
683
  "isSealed": true,
684
+ "visibility": "Public",
636
685
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager",
637
686
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
638
687
  "isExtensionMethod": false
@@ -652,6 +701,7 @@
652
701
  "isVirtual": true,
653
702
  "isOverride": false,
654
703
  "isSealed": true,
704
+ "visibility": "Public",
655
705
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager",
656
706
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
657
707
  "isExtensionMethod": false
@@ -671,6 +721,7 @@
671
721
  "isVirtual": true,
672
722
  "isOverride": false,
673
723
  "isSealed": true,
724
+ "visibility": "Public",
674
725
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager",
675
726
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
676
727
  "isExtensionMethod": false
@@ -690,6 +741,7 @@
690
741
  "isVirtual": true,
691
742
  "isOverride": false,
692
743
  "isSealed": true,
744
+ "visibility": "Public",
693
745
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager",
694
746
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
695
747
  "isExtensionMethod": false
@@ -709,6 +761,7 @@
709
761
  "isVirtual": true,
710
762
  "isOverride": false,
711
763
  "isSealed": true,
764
+ "visibility": "Public",
712
765
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager",
713
766
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
714
767
  "isExtensionMethod": false
@@ -728,6 +781,7 @@
728
781
  "isVirtual": false,
729
782
  "isOverride": false,
730
783
  "isSealed": false,
784
+ "visibility": "Public",
731
785
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager",
732
786
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
733
787
  "isExtensionMethod": false
@@ -747,6 +801,7 @@
747
801
  "isVirtual": true,
748
802
  "isOverride": false,
749
803
  "isSealed": false,
804
+ "visibility": "Public",
750
805
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager",
751
806
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
752
807
  "isExtensionMethod": false,
@@ -767,6 +822,7 @@
767
822
  "isVirtual": true,
768
823
  "isOverride": false,
769
824
  "isSealed": false,
825
+ "visibility": "Public",
770
826
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager",
771
827
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
772
828
  "isExtensionMethod": false,
@@ -787,6 +843,7 @@
787
843
  "isVirtual": true,
788
844
  "isOverride": false,
789
845
  "isSealed": false,
846
+ "visibility": "Public",
790
847
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager",
791
848
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
792
849
  "isExtensionMethod": false,
@@ -807,6 +864,7 @@
807
864
  "isVirtual": true,
808
865
  "isOverride": false,
809
866
  "isSealed": false,
867
+ "visibility": "Public",
810
868
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.KeyManagement.IKeyManager",
811
869
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
812
870
  "isExtensionMethod": false,
@@ -827,6 +885,7 @@
827
885
  "isVirtual": true,
828
886
  "isOverride": false,
829
887
  "isSealed": false,
888
+ "visibility": "Public",
830
889
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.KeyManagement.IKeyManager",
831
890
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
832
891
  "isExtensionMethod": false,
@@ -847,6 +906,7 @@
847
906
  "isVirtual": true,
848
907
  "isOverride": false,
849
908
  "isSealed": false,
909
+ "visibility": "Public",
850
910
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.KeyManagement.IKeyManager",
851
911
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
852
912
  "isExtensionMethod": false,
@@ -867,6 +927,7 @@
867
927
  "isVirtual": true,
868
928
  "isOverride": false,
869
929
  "isSealed": false,
930
+ "visibility": "Public",
870
931
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.KeyManagement.IKeyManager",
871
932
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
872
933
  "isExtensionMethod": false,
@@ -887,6 +948,7 @@
887
948
  "isVirtual": true,
888
949
  "isOverride": false,
889
950
  "isSealed": false,
951
+ "visibility": "Public",
890
952
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.KeyManagement.IKeyManager",
891
953
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
892
954
  "isExtensionMethod": false,
@@ -909,6 +971,7 @@
909
971
  "isAbstract": false,
910
972
  "isVirtual": false,
911
973
  "isOverride": false,
974
+ "visibility": "Public",
912
975
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager",
913
976
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
914
977
  }
@@ -923,6 +986,7 @@
923
986
  "normalizedSignature": "constructor|(Microsoft.Extensions.Options.IOptions_1[[Microsoft.AspNetCore.DataProtection.KeyManagement.KeyManagementOptions,Microsoft.AspNetCore.DataProtection,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.AspNetCore.DataProtection.Internal.IActivator):void|static=false",
924
987
  "isStatic": false,
925
988
  "parameterCount": 2,
989
+ "visibility": "Public",
926
990
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager",
927
991
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
928
992
  },
@@ -933,6 +997,7 @@
933
997
  "normalizedSignature": "constructor|(Microsoft.Extensions.Options.IOptions_1[[Microsoft.AspNetCore.DataProtection.KeyManagement.KeyManagementOptions,Microsoft.AspNetCore.DataProtection,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.AspNetCore.DataProtection.Internal.IActivator,Microsoft.Extensions.Logging.ILoggerFactory):void|static=false",
934
998
  "isStatic": false,
935
999
  "parameterCount": 3,
1000
+ "visibility": "Public",
936
1001
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager",
937
1002
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
938
1003
  }
@@ -20,6 +20,8 @@ import type { ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Exte
20
20
  import type { IOptions } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Options.js";
21
21
 
22
22
  export interface IDeletableKeyManager$instance extends IKeyManager {
23
+ readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_KeyManagement_IDeletableKeyManager: never;
24
+
23
25
  readonly CanDeleteKeys: boolean;
24
26
  CreateNewKey(activationDate: DateTimeOffset, expirationDate: DateTimeOffset): IKey;
25
27
  DeleteKeys(shouldDelete: Func<IKey, System_Internal.Boolean>): boolean;
@@ -35,6 +37,8 @@ export interface IDeletableKeyManager$instance extends IKeyManager$instance {}
35
37
  export type IDeletableKeyManager = IDeletableKeyManager$instance;
36
38
 
37
39
  export interface IKey$instance {
40
+ readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_KeyManagement_IKey: never;
41
+
38
42
  readonly ActivationDate: DateTimeOffset;
39
43
  readonly CreationDate: DateTimeOffset;
40
44
  readonly ExpirationDate: DateTimeOffset;
@@ -48,6 +52,8 @@ export interface IKey$instance {
48
52
  export type IKey = IKey$instance;
49
53
 
50
54
  export interface IKeyEscrowSink$instance {
55
+ readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_KeyManagement_IKeyEscrowSink: never;
56
+
51
57
  Store(keyId: Guid, element: XElement): void;
52
58
  }
53
59
 
@@ -55,6 +61,8 @@ export interface IKeyEscrowSink$instance {
55
61
  export type IKeyEscrowSink = IKeyEscrowSink$instance;
56
62
 
57
63
  export interface IKeyManager$instance {
64
+ readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_KeyManagement_IKeyManager: never;
65
+
58
66
  CreateNewKey(activationDate: DateTimeOffset, expirationDate: DateTimeOffset): IKey;
59
67
  GetAllKeys(): IReadOnlyCollection<IKey>;
60
68
  GetCacheExpirationToken(): CancellationToken;
@@ -67,15 +75,15 @@ export type IKeyManager = IKeyManager$instance;
67
75
 
68
76
  export interface KeyManagementOptions$instance {
69
77
  get AuthenticatedEncryptorConfiguration(): AlgorithmConfiguration | undefined;
70
- set AuthenticatedEncryptorConfiguration(value: AlgorithmConfiguration);
78
+ set AuthenticatedEncryptorConfiguration(value: AlgorithmConfiguration | undefined);
71
79
  readonly AuthenticatedEncryptorFactories: IList<IAuthenticatedEncryptorFactory>;
72
80
  AutoGenerateKeys: boolean;
73
81
  readonly KeyEscrowSinks: IList<IKeyEscrowSink>;
74
82
  NewKeyLifetime: TimeSpan;
75
83
  get XmlEncryptor(): IXmlEncryptor | undefined;
76
- set XmlEncryptor(value: IXmlEncryptor);
84
+ set XmlEncryptor(value: IXmlEncryptor | undefined);
77
85
  get XmlRepository(): IXmlRepository | undefined;
78
- set XmlRepository(value: IXmlRepository);
86
+ set XmlRepository(value: IXmlRepository | undefined);
79
87
  }
80
88
 
81
89
 
@@ -87,6 +95,9 @@ export const KeyManagementOptions: {
87
95
  export type KeyManagementOptions = KeyManagementOptions$instance;
88
96
 
89
97
  export interface XmlKeyManager$instance {
98
+ readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_KeyManagement_IKeyManager: never;
99
+ readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_KeyManagement_Internal_IInternalXmlKeyManager: never;
100
+
90
101
  readonly CanDeleteKeys: boolean;
91
102
  CreateNewKey(activationDate: DateTimeOffset, expirationDate: DateTimeOffset): IKey;
92
103
  DeleteKeys(shouldDelete: Func<IKey, System_Internal.Boolean>): boolean;