@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
@@ -34,6 +34,7 @@
34
34
  "isAbstract": true,
35
35
  "isVirtual": true,
36
36
  "isOverride": false,
37
+ "visibility": "Public",
37
38
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder",
38
39
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
39
40
  }
@@ -69,6 +70,7 @@
69
70
  "isVirtual": true,
70
71
  "isOverride": false,
71
72
  "isSealed": false,
73
+ "visibility": "Public",
72
74
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.IDataProtectionProvider",
73
75
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection.Abstractions",
74
76
  "isExtensionMethod": false
@@ -90,6 +92,12 @@
90
92
  "isSealed": false,
91
93
  "isStatic": false,
92
94
  "arity": 0,
95
+ "interfaces": [
96
+ {
97
+ "stableId": "Microsoft.AspNetCore.DataProtection.Abstractions:Microsoft.AspNetCore.DataProtection.IDataProtectionProvider",
98
+ "clrName": "Microsoft.AspNetCore.DataProtection.IDataProtectionProvider"
99
+ }
100
+ ],
93
101
  "methods": [
94
102
  {
95
103
  "stableId": "Microsoft.AspNetCore.DataProtection.Abstractions:Microsoft.AspNetCore.DataProtection.IDataProtector::Protect(System.Byte[]):System.Byte[]",
@@ -106,6 +114,7 @@
106
114
  "isVirtual": true,
107
115
  "isOverride": false,
108
116
  "isSealed": false,
117
+ "visibility": "Public",
109
118
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.IDataProtector",
110
119
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection.Abstractions",
111
120
  "isExtensionMethod": false
@@ -125,6 +134,7 @@
125
134
  "isVirtual": true,
126
135
  "isOverride": false,
127
136
  "isSealed": false,
137
+ "visibility": "Public",
128
138
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.IDataProtectionProvider",
129
139
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection.Abstractions",
130
140
  "isExtensionMethod": false
@@ -146,6 +156,16 @@
146
156
  "isSealed": false,
147
157
  "isStatic": false,
148
158
  "arity": 0,
159
+ "interfaces": [
160
+ {
161
+ "stableId": "Microsoft.AspNetCore.DataProtection.Abstractions:Microsoft.AspNetCore.DataProtection.IDataProtector",
162
+ "clrName": "Microsoft.AspNetCore.DataProtection.IDataProtector"
163
+ },
164
+ {
165
+ "stableId": "Microsoft.AspNetCore.DataProtection.Abstractions:Microsoft.AspNetCore.DataProtection.IDataProtectionProvider",
166
+ "clrName": "Microsoft.AspNetCore.DataProtection.IDataProtectionProvider"
167
+ }
168
+ ],
149
169
  "methods": [
150
170
  {
151
171
  "stableId": "Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection.IPersistedDataProtector::DangerousUnprotect(System.Byte[],System.Boolean,System.Boolean\u0026,System.Boolean\u0026):System.Byte[]",
@@ -162,6 +182,7 @@
162
182
  "isVirtual": true,
163
183
  "isOverride": false,
164
184
  "isSealed": false,
185
+ "visibility": "Public",
165
186
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.IPersistedDataProtector",
166
187
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
167
188
  "isExtensionMethod": false,
@@ -191,6 +212,7 @@
191
212
  "isVirtual": true,
192
213
  "isOverride": false,
193
214
  "isSealed": false,
215
+ "visibility": "Public",
194
216
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.IDataProtector",
195
217
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection.Abstractions",
196
218
  "isExtensionMethod": false
@@ -210,6 +232,7 @@
210
232
  "isVirtual": true,
211
233
  "isOverride": false,
212
234
  "isSealed": false,
235
+ "visibility": "Public",
213
236
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.IDataProtectionProvider",
214
237
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection.Abstractions",
215
238
  "isExtensionMethod": false
@@ -231,6 +254,12 @@
231
254
  "isSealed": false,
232
255
  "isStatic": false,
233
256
  "arity": 0,
257
+ "interfaces": [
258
+ {
259
+ "stableId": "System.Private.CoreLib:System.IDisposable",
260
+ "clrName": "System.IDisposable"
261
+ }
262
+ ],
234
263
  "methods": [
235
264
  {
236
265
  "stableId": "Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection.ISecret::WriteSecretIntoBuffer(System.ArraySegment_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
@@ -247,6 +276,7 @@
247
276
  "isVirtual": true,
248
277
  "isOverride": false,
249
278
  "isSealed": false,
279
+ "visibility": "Public",
250
280
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.ISecret",
251
281
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
252
282
  "isExtensionMethod": false
@@ -268,6 +298,7 @@
268
298
  "isAbstract": true,
269
299
  "isVirtual": true,
270
300
  "isOverride": false,
301
+ "visibility": "Public",
271
302
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.ISecret",
272
303
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
273
304
  }
@@ -287,6 +318,16 @@
287
318
  "isSealed": false,
288
319
  "isStatic": false,
289
320
  "arity": 0,
321
+ "interfaces": [
322
+ {
323
+ "stableId": "Microsoft.AspNetCore.DataProtection.Abstractions:Microsoft.AspNetCore.DataProtection.IDataProtector",
324
+ "clrName": "Microsoft.AspNetCore.DataProtection.IDataProtector"
325
+ },
326
+ {
327
+ "stableId": "Microsoft.AspNetCore.DataProtection.Abstractions:Microsoft.AspNetCore.DataProtection.IDataProtectionProvider",
328
+ "clrName": "Microsoft.AspNetCore.DataProtection.IDataProtectionProvider"
329
+ }
330
+ ],
290
331
  "methods": [
291
332
  {
292
333
  "stableId": "Microsoft.AspNetCore.DataProtection.Extensions:Microsoft.AspNetCore.DataProtection.ITimeLimitedDataProtector::CreateProtector(System.String):Microsoft.AspNetCore.DataProtection.ITimeLimitedDataProtector",
@@ -303,6 +344,7 @@
303
344
  "isVirtual": true,
304
345
  "isOverride": false,
305
346
  "isSealed": false,
347
+ "visibility": "Public",
306
348
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.ITimeLimitedDataProtector",
307
349
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection.Extensions",
308
350
  "isExtensionMethod": false
@@ -322,6 +364,7 @@
322
364
  "isVirtual": true,
323
365
  "isOverride": false,
324
366
  "isSealed": false,
367
+ "visibility": "Public",
325
368
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.ITimeLimitedDataProtector",
326
369
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection.Extensions",
327
370
  "isExtensionMethod": false
@@ -341,6 +384,7 @@
341
384
  "isVirtual": true,
342
385
  "isOverride": false,
343
386
  "isSealed": false,
387
+ "visibility": "Public",
344
388
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.ITimeLimitedDataProtector",
345
389
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection.Extensions",
346
390
  "isExtensionMethod": false,
@@ -366,6 +410,7 @@
366
410
  "isVirtual": true,
367
411
  "isOverride": false,
368
412
  "isSealed": false,
413
+ "visibility": "Public",
369
414
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.IDataProtector",
370
415
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection.Abstractions",
371
416
  "isExtensionMethod": false
@@ -385,6 +430,7 @@
385
430
  "isVirtual": true,
386
431
  "isOverride": false,
387
432
  "isSealed": false,
433
+ "visibility": "Public",
388
434
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.IDataProtectionProvider",
389
435
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection.Abstractions",
390
436
  "isExtensionMethod": false
@@ -406,6 +452,10 @@
406
452
  "isSealed": false,
407
453
  "isStatic": false,
408
454
  "arity": 0,
455
+ "baseType": {
456
+ "stableId": "System.Private.CoreLib:System.Object",
457
+ "clrName": "System.Object"
458
+ },
409
459
  "methods": [],
410
460
  "properties": [
411
461
  {
@@ -423,6 +473,7 @@
423
473
  "isAbstract": false,
424
474
  "isVirtual": false,
425
475
  "isOverride": false,
476
+ "visibility": "Public",
426
477
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.DataProtectionOptions",
427
478
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
428
479
  }
@@ -437,6 +488,7 @@
437
488
  "normalizedSignature": "constructor|():void|static=false",
438
489
  "isStatic": false,
439
490
  "parameterCount": 0,
491
+ "visibility": "Public",
440
492
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.DataProtectionOptions",
441
493
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
442
494
  }
@@ -453,6 +505,16 @@
453
505
  "isSealed": true,
454
506
  "isStatic": false,
455
507
  "arity": 0,
508
+ "baseType": {
509
+ "stableId": "System.Private.CoreLib:System.Object",
510
+ "clrName": "System.Object"
511
+ },
512
+ "interfaces": [
513
+ {
514
+ "stableId": "Microsoft.AspNetCore.DataProtection.Abstractions:Microsoft.AspNetCore.DataProtection.IDataProtectionProvider",
515
+ "clrName": "Microsoft.AspNetCore.DataProtection.IDataProtectionProvider"
516
+ }
517
+ ],
456
518
  "methods": [
457
519
  {
458
520
  "stableId": "Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection.EphemeralDataProtectionProvider::CreateProtector(System.String):Microsoft.AspNetCore.DataProtection.IDataProtector",
@@ -469,6 +531,7 @@
469
531
  "isVirtual": true,
470
532
  "isOverride": false,
471
533
  "isSealed": true,
534
+ "visibility": "Public",
472
535
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.EphemeralDataProtectionProvider",
473
536
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
474
537
  "isExtensionMethod": false
@@ -488,6 +551,7 @@
488
551
  "isVirtual": true,
489
552
  "isOverride": false,
490
553
  "isSealed": false,
554
+ "visibility": "Public",
491
555
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.IDataProtectionProvider",
492
556
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection.Abstractions",
493
557
  "isExtensionMethod": false,
@@ -505,6 +569,7 @@
505
569
  "normalizedSignature": "constructor|():void|static=false",
506
570
  "isStatic": false,
507
571
  "parameterCount": 0,
572
+ "visibility": "Public",
508
573
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.EphemeralDataProtectionProvider",
509
574
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
510
575
  },
@@ -515,6 +580,7 @@
515
580
  "normalizedSignature": "constructor|(Microsoft.Extensions.Logging.ILoggerFactory):void|static=false",
516
581
  "isStatic": false,
517
582
  "parameterCount": 1,
583
+ "visibility": "Public",
518
584
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.EphemeralDataProtectionProvider",
519
585
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
520
586
  }
@@ -531,6 +597,20 @@
531
597
  "isSealed": true,
532
598
  "isStatic": false,
533
599
  "arity": 0,
600
+ "baseType": {
601
+ "stableId": "System.Private.CoreLib:System.Object",
602
+ "clrName": "System.Object"
603
+ },
604
+ "interfaces": [
605
+ {
606
+ "stableId": "System.Private.CoreLib:System.IDisposable",
607
+ "clrName": "System.IDisposable"
608
+ },
609
+ {
610
+ "stableId": "Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection.ISecret",
611
+ "clrName": "Microsoft.AspNetCore.DataProtection.ISecret"
612
+ }
613
+ ],
534
614
  "methods": [
535
615
  {
536
616
  "stableId": "Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection.Secret::Dispose():System.Void",
@@ -547,6 +627,7 @@
547
627
  "isVirtual": true,
548
628
  "isOverride": false,
549
629
  "isSealed": true,
630
+ "visibility": "Public",
550
631
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.Secret",
551
632
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
552
633
  "isExtensionMethod": false
@@ -566,6 +647,7 @@
566
647
  "isVirtual": false,
567
648
  "isOverride": false,
568
649
  "isSealed": false,
650
+ "visibility": "Public",
569
651
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.Secret",
570
652
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
571
653
  "isExtensionMethod": false
@@ -585,6 +667,7 @@
585
667
  "isVirtual": true,
586
668
  "isOverride": false,
587
669
  "isSealed": true,
670
+ "visibility": "Public",
588
671
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.Secret",
589
672
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
590
673
  "isExtensionMethod": false
@@ -604,6 +687,7 @@
604
687
  "isVirtual": false,
605
688
  "isOverride": false,
606
689
  "isSealed": false,
690
+ "visibility": "Public",
607
691
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.Secret",
608
692
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
609
693
  "isExtensionMethod": false
@@ -623,6 +707,7 @@
623
707
  "isVirtual": true,
624
708
  "isOverride": false,
625
709
  "isSealed": false,
710
+ "visibility": "Public",
626
711
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.ISecret",
627
712
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
628
713
  "isExtensionMethod": false,
@@ -645,6 +730,7 @@
645
730
  "isAbstract": false,
646
731
  "isVirtual": true,
647
732
  "isOverride": false,
733
+ "visibility": "Public",
648
734
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.Secret",
649
735
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
650
736
  },
@@ -663,6 +749,7 @@
663
749
  "isAbstract": false,
664
750
  "isVirtual": true,
665
751
  "isOverride": false,
752
+ "visibility": "Public",
666
753
  "sourceInterface": "Microsoft.AspNetCore.DataProtection.ISecret",
667
754
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.ISecret",
668
755
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
@@ -678,6 +765,7 @@
678
765
  "normalizedSignature": "constructor|(System.ArraySegment_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
679
766
  "isStatic": false,
680
767
  "parameterCount": 1,
768
+ "visibility": "Public",
681
769
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.Secret",
682
770
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
683
771
  },
@@ -688,6 +776,7 @@
688
776
  "normalizedSignature": "constructor|(System.Byte[]):void|static=false",
689
777
  "isStatic": false,
690
778
  "parameterCount": 1,
779
+ "visibility": "Public",
691
780
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.Secret",
692
781
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
693
782
  },
@@ -698,6 +787,7 @@
698
787
  "normalizedSignature": "constructor|(System.Byte*,System.Int32):void|static=false",
699
788
  "isStatic": false,
700
789
  "parameterCount": 2,
790
+ "visibility": "Public",
701
791
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.Secret",
702
792
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
703
793
  },
@@ -708,6 +798,7 @@
708
798
  "normalizedSignature": "constructor|(Microsoft.AspNetCore.DataProtection.ISecret):void|static=false",
709
799
  "isStatic": false,
710
800
  "parameterCount": 1,
801
+ "visibility": "Public",
711
802
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.Secret",
712
803
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
713
804
  }
@@ -724,6 +815,10 @@
724
815
  "isSealed": true,
725
816
  "isStatic": true,
726
817
  "arity": 0,
818
+ "baseType": {
819
+ "stableId": "System.Private.CoreLib:System.Object",
820
+ "clrName": "System.Object"
821
+ },
727
822
  "methods": [
728
823
  {
729
824
  "stableId": "Microsoft.AspNetCore.DataProtection.Extensions:Microsoft.AspNetCore.DataProtection.DataProtectionAdvancedExtensions::Protect(Microsoft.AspNetCore.DataProtection.ITimeLimitedDataProtector,System.Byte[],System.TimeSpan):System.Byte[]",
@@ -740,6 +835,7 @@
740
835
  "isVirtual": false,
741
836
  "isOverride": false,
742
837
  "isSealed": false,
838
+ "visibility": "Public",
743
839
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.DataProtectionAdvancedExtensions",
744
840
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection.Extensions",
745
841
  "isExtensionMethod": true
@@ -759,6 +855,7 @@
759
855
  "isVirtual": false,
760
856
  "isOverride": false,
761
857
  "isSealed": false,
858
+ "visibility": "Public",
762
859
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.DataProtectionAdvancedExtensions",
763
860
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection.Extensions",
764
861
  "isExtensionMethod": true
@@ -778,6 +875,7 @@
778
875
  "isVirtual": false,
779
876
  "isOverride": false,
780
877
  "isSealed": false,
878
+ "visibility": "Public",
781
879
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.DataProtectionAdvancedExtensions",
782
880
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection.Extensions",
783
881
  "isExtensionMethod": true
@@ -797,6 +895,7 @@
797
895
  "isVirtual": false,
798
896
  "isOverride": false,
799
897
  "isSealed": false,
898
+ "visibility": "Public",
800
899
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.DataProtectionAdvancedExtensions",
801
900
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection.Extensions",
802
901
  "isExtensionMethod": true
@@ -816,6 +915,7 @@
816
915
  "isVirtual": false,
817
916
  "isOverride": false,
818
917
  "isSealed": false,
918
+ "visibility": "Public",
819
919
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.DataProtectionAdvancedExtensions",
820
920
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection.Extensions",
821
921
  "isExtensionMethod": true,
@@ -843,6 +943,10 @@
843
943
  "isSealed": true,
844
944
  "isStatic": true,
845
945
  "arity": 0,
946
+ "baseType": {
947
+ "stableId": "System.Private.CoreLib:System.Object",
948
+ "clrName": "System.Object"
949
+ },
846
950
  "methods": [
847
951
  {
848
952
  "stableId": "Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection.DataProtectionBuilderExtensions::SetApplicationName(Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder,System.String):Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder",
@@ -859,6 +963,7 @@
859
963
  "isVirtual": false,
860
964
  "isOverride": false,
861
965
  "isSealed": false,
966
+ "visibility": "Public",
862
967
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.DataProtectionBuilderExtensions",
863
968
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
864
969
  "isExtensionMethod": true
@@ -878,6 +983,7 @@
878
983
  "isVirtual": false,
879
984
  "isOverride": false,
880
985
  "isSealed": false,
986
+ "visibility": "Public",
881
987
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.DataProtectionBuilderExtensions",
882
988
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
883
989
  "isExtensionMethod": true
@@ -897,6 +1003,7 @@
897
1003
  "isVirtual": false,
898
1004
  "isOverride": false,
899
1005
  "isSealed": false,
1006
+ "visibility": "Public",
900
1007
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.DataProtectionBuilderExtensions",
901
1008
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
902
1009
  "isExtensionMethod": true
@@ -916,6 +1023,7 @@
916
1023
  "isVirtual": false,
917
1024
  "isOverride": false,
918
1025
  "isSealed": false,
1026
+ "visibility": "Public",
919
1027
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.DataProtectionBuilderExtensions",
920
1028
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
921
1029
  "isExtensionMethod": true
@@ -935,6 +1043,7 @@
935
1043
  "isVirtual": false,
936
1044
  "isOverride": false,
937
1045
  "isSealed": false,
1046
+ "visibility": "Public",
938
1047
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.DataProtectionBuilderExtensions",
939
1048
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
940
1049
  "isExtensionMethod": true
@@ -954,6 +1063,7 @@
954
1063
  "isVirtual": false,
955
1064
  "isOverride": false,
956
1065
  "isSealed": false,
1066
+ "visibility": "Public",
957
1067
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.DataProtectionBuilderExtensions",
958
1068
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
959
1069
  "isExtensionMethod": true
@@ -973,6 +1083,7 @@
973
1083
  "isVirtual": false,
974
1084
  "isOverride": false,
975
1085
  "isSealed": false,
1086
+ "visibility": "Public",
976
1087
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.DataProtectionBuilderExtensions",
977
1088
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
978
1089
  "isExtensionMethod": true
@@ -992,6 +1103,7 @@
992
1103
  "isVirtual": false,
993
1104
  "isOverride": false,
994
1105
  "isSealed": false,
1106
+ "visibility": "Public",
995
1107
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.DataProtectionBuilderExtensions",
996
1108
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
997
1109
  "isExtensionMethod": true
@@ -1011,6 +1123,7 @@
1011
1123
  "isVirtual": false,
1012
1124
  "isOverride": false,
1013
1125
  "isSealed": false,
1126
+ "visibility": "Public",
1014
1127
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.DataProtectionBuilderExtensions",
1015
1128
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
1016
1129
  "isExtensionMethod": true
@@ -1030,6 +1143,7 @@
1030
1143
  "isVirtual": false,
1031
1144
  "isOverride": false,
1032
1145
  "isSealed": false,
1146
+ "visibility": "Public",
1033
1147
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.DataProtectionBuilderExtensions",
1034
1148
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
1035
1149
  "isExtensionMethod": true
@@ -1049,6 +1163,7 @@
1049
1163
  "isVirtual": false,
1050
1164
  "isOverride": false,
1051
1165
  "isSealed": false,
1166
+ "visibility": "Public",
1052
1167
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.DataProtectionBuilderExtensions",
1053
1168
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
1054
1169
  "isExtensionMethod": true
@@ -1068,6 +1183,7 @@
1068
1183
  "isVirtual": false,
1069
1184
  "isOverride": false,
1070
1185
  "isSealed": false,
1186
+ "visibility": "Public",
1071
1187
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.DataProtectionBuilderExtensions",
1072
1188
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
1073
1189
  "isExtensionMethod": true
@@ -1087,6 +1203,7 @@
1087
1203
  "isVirtual": false,
1088
1204
  "isOverride": false,
1089
1205
  "isSealed": false,
1206
+ "visibility": "Public",
1090
1207
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.DataProtectionBuilderExtensions",
1091
1208
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
1092
1209
  "isExtensionMethod": true
@@ -1106,6 +1223,7 @@
1106
1223
  "isVirtual": false,
1107
1224
  "isOverride": false,
1108
1225
  "isSealed": false,
1226
+ "visibility": "Public",
1109
1227
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.DataProtectionBuilderExtensions",
1110
1228
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
1111
1229
  "isExtensionMethod": true
@@ -1125,6 +1243,7 @@
1125
1243
  "isVirtual": false,
1126
1244
  "isOverride": false,
1127
1245
  "isSealed": false,
1246
+ "visibility": "Public",
1128
1247
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.DataProtectionBuilderExtensions",
1129
1248
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
1130
1249
  "isExtensionMethod": true
@@ -1144,6 +1263,7 @@
1144
1263
  "isVirtual": false,
1145
1264
  "isOverride": false,
1146
1265
  "isSealed": false,
1266
+ "visibility": "Public",
1147
1267
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.DataProtectionBuilderExtensions",
1148
1268
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
1149
1269
  "isExtensionMethod": true
@@ -1163,6 +1283,7 @@
1163
1283
  "isVirtual": false,
1164
1284
  "isOverride": false,
1165
1285
  "isSealed": false,
1286
+ "visibility": "Public",
1166
1287
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.DataProtectionBuilderExtensions",
1167
1288
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
1168
1289
  "isExtensionMethod": true
@@ -1182,6 +1303,7 @@
1182
1303
  "isVirtual": false,
1183
1304
  "isOverride": false,
1184
1305
  "isSealed": false,
1306
+ "visibility": "Public",
1185
1307
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.DataProtectionBuilderExtensions",
1186
1308
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
1187
1309
  "isExtensionMethod": true
@@ -1201,6 +1323,7 @@
1201
1323
  "isVirtual": false,
1202
1324
  "isOverride": false,
1203
1325
  "isSealed": false,
1326
+ "visibility": "Public",
1204
1327
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.DataProtectionBuilderExtensions",
1205
1328
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
1206
1329
  "isExtensionMethod": true
@@ -1220,6 +1343,7 @@
1220
1343
  "isVirtual": false,
1221
1344
  "isOverride": false,
1222
1345
  "isSealed": false,
1346
+ "visibility": "Public",
1223
1347
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.DataProtectionBuilderExtensions",
1224
1348
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
1225
1349
  "isExtensionMethod": true
@@ -1239,6 +1363,7 @@
1239
1363
  "isVirtual": false,
1240
1364
  "isOverride": false,
1241
1365
  "isSealed": false,
1366
+ "visibility": "Public",
1242
1367
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.DataProtectionBuilderExtensions",
1243
1368
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
1244
1369
  "isExtensionMethod": true
@@ -1260,6 +1385,10 @@
1260
1385
  "isSealed": true,
1261
1386
  "isStatic": true,
1262
1387
  "arity": 0,
1388
+ "baseType": {
1389
+ "stableId": "System.Private.CoreLib:System.Object",
1390
+ "clrName": "System.Object"
1391
+ },
1263
1392
  "methods": [
1264
1393
  {
1265
1394
  "stableId": "Microsoft.AspNetCore.DataProtection.Abstractions:Microsoft.AspNetCore.DataProtection.DataProtectionCommonExtensions::CreateProtector(Microsoft.AspNetCore.DataProtection.IDataProtectionProvider,System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.AspNetCore.DataProtection.IDataProtector",
@@ -1276,6 +1405,7 @@
1276
1405
  "isVirtual": false,
1277
1406
  "isOverride": false,
1278
1407
  "isSealed": false,
1408
+ "visibility": "Public",
1279
1409
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.DataProtectionCommonExtensions",
1280
1410
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection.Abstractions",
1281
1411
  "isExtensionMethod": true
@@ -1295,6 +1425,7 @@
1295
1425
  "isVirtual": false,
1296
1426
  "isOverride": false,
1297
1427
  "isSealed": false,
1428
+ "visibility": "Public",
1298
1429
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.DataProtectionCommonExtensions",
1299
1430
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection.Abstractions",
1300
1431
  "isExtensionMethod": true
@@ -1314,6 +1445,7 @@
1314
1445
  "isVirtual": false,
1315
1446
  "isOverride": false,
1316
1447
  "isSealed": false,
1448
+ "visibility": "Public",
1317
1449
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.DataProtectionCommonExtensions",
1318
1450
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection.Abstractions",
1319
1451
  "isExtensionMethod": true
@@ -1333,6 +1465,7 @@
1333
1465
  "isVirtual": false,
1334
1466
  "isOverride": false,
1335
1467
  "isSealed": false,
1468
+ "visibility": "Public",
1336
1469
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.DataProtectionCommonExtensions",
1337
1470
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection.Abstractions",
1338
1471
  "isExtensionMethod": true
@@ -1352,6 +1485,7 @@
1352
1485
  "isVirtual": false,
1353
1486
  "isOverride": false,
1354
1487
  "isSealed": false,
1488
+ "visibility": "Public",
1355
1489
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.DataProtectionCommonExtensions",
1356
1490
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection.Abstractions",
1357
1491
  "isExtensionMethod": true
@@ -1371,6 +1505,7 @@
1371
1505
  "isVirtual": false,
1372
1506
  "isOverride": false,
1373
1507
  "isSealed": false,
1508
+ "visibility": "Public",
1374
1509
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.DataProtectionCommonExtensions",
1375
1510
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection.Abstractions",
1376
1511
  "isExtensionMethod": true
@@ -1390,6 +1525,7 @@
1390
1525
  "isVirtual": false,
1391
1526
  "isOverride": false,
1392
1527
  "isSealed": false,
1528
+ "visibility": "Public",
1393
1529
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.DataProtectionCommonExtensions",
1394
1530
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection.Abstractions",
1395
1531
  "isExtensionMethod": true
@@ -1411,6 +1547,10 @@
1411
1547
  "isSealed": true,
1412
1548
  "isStatic": true,
1413
1549
  "arity": 0,
1550
+ "baseType": {
1551
+ "stableId": "System.Private.CoreLib:System.Object",
1552
+ "clrName": "System.Object"
1553
+ },
1414
1554
  "methods": [
1415
1555
  {
1416
1556
  "stableId": "Microsoft.AspNetCore.DataProtection.Extensions:Microsoft.AspNetCore.DataProtection.DataProtectionProvider::Create(System.String):Microsoft.AspNetCore.DataProtection.IDataProtectionProvider",
@@ -1427,6 +1567,7 @@
1427
1567
  "isVirtual": false,
1428
1568
  "isOverride": false,
1429
1569
  "isSealed": false,
1570
+ "visibility": "Public",
1430
1571
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.DataProtectionProvider",
1431
1572
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection.Extensions",
1432
1573
  "isExtensionMethod": false
@@ -1446,6 +1587,7 @@
1446
1587
  "isVirtual": false,
1447
1588
  "isOverride": false,
1448
1589
  "isSealed": false,
1590
+ "visibility": "Public",
1449
1591
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.DataProtectionProvider",
1450
1592
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection.Extensions",
1451
1593
  "isExtensionMethod": false
@@ -1465,6 +1607,7 @@
1465
1607
  "isVirtual": false,
1466
1608
  "isOverride": false,
1467
1609
  "isSealed": false,
1610
+ "visibility": "Public",
1468
1611
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.DataProtectionProvider",
1469
1612
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection.Extensions",
1470
1613
  "isExtensionMethod": false
@@ -1484,6 +1627,7 @@
1484
1627
  "isVirtual": false,
1485
1628
  "isOverride": false,
1486
1629
  "isSealed": false,
1630
+ "visibility": "Public",
1487
1631
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.DataProtectionProvider",
1488
1632
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection.Extensions",
1489
1633
  "isExtensionMethod": false
@@ -1503,6 +1647,7 @@
1503
1647
  "isVirtual": false,
1504
1648
  "isOverride": false,
1505
1649
  "isSealed": false,
1650
+ "visibility": "Public",
1506
1651
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.DataProtectionProvider",
1507
1652
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection.Extensions",
1508
1653
  "isExtensionMethod": false
@@ -1522,6 +1667,7 @@
1522
1667
  "isVirtual": false,
1523
1668
  "isOverride": false,
1524
1669
  "isSealed": false,
1670
+ "visibility": "Public",
1525
1671
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.DataProtectionProvider",
1526
1672
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection.Extensions",
1527
1673
  "isExtensionMethod": false
@@ -1543,6 +1689,10 @@
1543
1689
  "isSealed": true,
1544
1690
  "isStatic": true,
1545
1691
  "arity": 0,
1692
+ "baseType": {
1693
+ "stableId": "System.Private.CoreLib:System.Object",
1694
+ "clrName": "System.Object"
1695
+ },
1546
1696
  "methods": [
1547
1697
  {
1548
1698
  "stableId": "Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection.DataProtectionUtilityExtensions::GetApplicationUniqueIdentifier(System.IServiceProvider):System.String",
@@ -1559,6 +1709,7 @@
1559
1709
  "isVirtual": false,
1560
1710
  "isOverride": false,
1561
1711
  "isSealed": false,
1712
+ "visibility": "Public",
1562
1713
  "declaringClrType": "Microsoft.AspNetCore.DataProtection.DataProtectionUtilityExtensions",
1563
1714
  "declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
1564
1715
  "isExtensionMethod": true