@tsonic/aspnetcore 10.0.1 → 10.0.2

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 (312) 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 +1 -1
  4. package/Microsoft.AspNetCore.Authentication/bindings.json +2048 -91
  5. package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +103 -65
  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 +12 -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 +26 -13
  13. package/Microsoft.AspNetCore.Authentication.OAuth.Claims/bindings.json +63 -0
  14. package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +1 -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 +17 -16
  19. package/Microsoft.AspNetCore.Authorization.Infrastructure/bindings.json +295 -0
  20. package/Microsoft.AspNetCore.Authorization.Policy/bindings.json +50 -8
  21. package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +5 -5
  22. package/Microsoft.AspNetCore.Builder/bindings.json +970 -13
  23. package/Microsoft.AspNetCore.Builder/internal/index.d.ts +32 -38
  24. package/Microsoft.AspNetCore.Builder.Extensions/bindings.json +33 -0
  25. package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +3 -3
  26. package/Microsoft.AspNetCore.Components/bindings.json +2005 -166
  27. package/Microsoft.AspNetCore.Components/internal/index.d.ts +77 -47
  28. package/Microsoft.AspNetCore.Components.Authorization/bindings.json +403 -2
  29. package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +33 -17
  30. package/Microsoft.AspNetCore.Components.Authorization.d.ts +4 -2
  31. package/Microsoft.AspNetCore.Components.CompilerServices/bindings.json +13 -0
  32. package/Microsoft.AspNetCore.Components.Endpoints/bindings.json +27 -0
  33. package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/bindings.json +25 -1
  34. package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +1 -1
  35. package/Microsoft.AspNetCore.Components.Forms/bindings.json +2327 -51
  36. package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +104 -44
  37. package/Microsoft.AspNetCore.Components.Forms.Mapping/bindings.json +32 -4
  38. package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +5 -6
  39. package/Microsoft.AspNetCore.Components.Forms.d.ts +4 -3
  40. package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/bindings.json +155 -0
  41. package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +13 -3
  42. package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.d.ts +5 -3
  43. package/Microsoft.AspNetCore.Components.Infrastructure/bindings.json +27 -0
  44. package/Microsoft.AspNetCore.Components.RenderTree/bindings.json +774 -2
  45. package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +25 -10
  46. package/Microsoft.AspNetCore.Components.RenderTree.d.ts +3 -2
  47. package/Microsoft.AspNetCore.Components.Rendering/bindings.json +99 -0
  48. package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +1 -0
  49. package/Microsoft.AspNetCore.Components.Routing/bindings.json +368 -2
  50. package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +26 -15
  51. package/Microsoft.AspNetCore.Components.Routing.d.ts +3 -2
  52. package/Microsoft.AspNetCore.Components.Sections/bindings.json +41 -0
  53. package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +6 -5
  54. package/Microsoft.AspNetCore.Components.Server/bindings.json +130 -1
  55. package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +8 -5
  56. package/Microsoft.AspNetCore.Components.Server.Circuits/bindings.json +33 -1
  57. package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +1 -3
  58. package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/bindings.json +28 -0
  59. package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +1 -1
  60. package/Microsoft.AspNetCore.Components.Server.d.ts +1 -0
  61. package/Microsoft.AspNetCore.Components.Web/bindings.json +559 -0
  62. package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +24 -11
  63. package/Microsoft.AspNetCore.Components.Web.HtmlRendering/bindings.json +7 -0
  64. package/Microsoft.AspNetCore.Components.Web.Infrastructure/bindings.json +67 -1
  65. package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +4 -1
  66. package/Microsoft.AspNetCore.Components.Web.Infrastructure.d.ts +2 -1
  67. package/Microsoft.AspNetCore.Components.Web.Internal/bindings.json +2 -0
  68. package/Microsoft.AspNetCore.Components.Web.Virtualization/bindings.json +156 -0
  69. package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +15 -9
  70. package/Microsoft.AspNetCore.Components.Web.Virtualization.d.ts +3 -2
  71. package/Microsoft.AspNetCore.Components.Web.d.ts +1 -1
  72. package/Microsoft.AspNetCore.Components.d.ts +1 -1
  73. package/Microsoft.AspNetCore.Connections/bindings.json +439 -4
  74. package/Microsoft.AspNetCore.Connections/internal/index.d.ts +15 -13
  75. package/Microsoft.AspNetCore.Connections.Abstractions/bindings.json +2 -0
  76. package/Microsoft.AspNetCore.Connections.Features/bindings.json +35 -0
  77. package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +4 -3
  78. package/Microsoft.AspNetCore.CookiePolicy/bindings.json +64 -8
  79. package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +4 -4
  80. package/Microsoft.AspNetCore.Cors/bindings.json +52 -0
  81. package/Microsoft.AspNetCore.Cors/internal/index.d.ts +1 -1
  82. package/Microsoft.AspNetCore.Cors.Infrastructure/bindings.json +140 -0
  83. package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +2 -2
  84. package/Microsoft.AspNetCore.Cryptography.KeyDerivation/bindings.json +31 -0
  85. package/Microsoft.AspNetCore.DataProtection/bindings.json +151 -0
  86. package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +1 -1
  87. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/bindings.json +108 -0
  88. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/bindings.json +173 -1
  89. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +4 -4
  90. package/Microsoft.AspNetCore.DataProtection.Infrastructure/bindings.json +1 -0
  91. package/Microsoft.AspNetCore.DataProtection.Internal/bindings.json +1 -0
  92. package/Microsoft.AspNetCore.DataProtection.KeyManagement/bindings.json +65 -0
  93. package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +3 -3
  94. package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/bindings.json +20 -0
  95. package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +0 -1
  96. package/Microsoft.AspNetCore.DataProtection.Repositories/bindings.json +59 -0
  97. package/Microsoft.AspNetCore.DataProtection.XmlEncryption/bindings.json +158 -0
  98. package/Microsoft.AspNetCore.Diagnostics/bindings.json +190 -8
  99. package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +16 -14
  100. package/Microsoft.AspNetCore.Diagnostics.HealthChecks/bindings.json +15 -0
  101. package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +1 -1
  102. package/Microsoft.AspNetCore.HostFiltering/bindings.json +14 -0
  103. package/Microsoft.AspNetCore.Hosting/bindings.json +297 -1
  104. package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +2 -3
  105. package/Microsoft.AspNetCore.Hosting.Builder/bindings.json +14 -0
  106. package/Microsoft.AspNetCore.Hosting.Infrastructure/bindings.json +5 -0
  107. package/Microsoft.AspNetCore.Hosting.Server/bindings.json +32 -0
  108. package/Microsoft.AspNetCore.Hosting.Server.Abstractions/bindings.json +4 -0
  109. package/Microsoft.AspNetCore.Hosting.Server.Features/bindings.json +17 -0
  110. package/Microsoft.AspNetCore.Hosting.StaticWebAssets/bindings.json +6 -0
  111. package/Microsoft.AspNetCore.Html/bindings.json +110 -0
  112. package/Microsoft.AspNetCore.Html/internal/index.d.ts +1 -1
  113. package/Microsoft.AspNetCore.Http/bindings.json +1845 -33
  114. package/Microsoft.AspNetCore.Http/internal/index.d.ts +61 -52
  115. package/Microsoft.AspNetCore.Http.Connections/bindings.json +118 -0
  116. package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +14 -9
  117. package/Microsoft.AspNetCore.Http.Connections.Features/bindings.json +2 -0
  118. package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +1 -1
  119. package/Microsoft.AspNetCore.Http.Extensions/bindings.json +49 -0
  120. package/Microsoft.AspNetCore.Http.Features/bindings.json +477 -4
  121. package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +18 -17
  122. package/Microsoft.AspNetCore.Http.Features.Authentication/bindings.json +14 -0
  123. package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +4 -2
  124. package/Microsoft.AspNetCore.Http.Headers/bindings.json +56 -0
  125. package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +17 -13
  126. package/Microsoft.AspNetCore.Http.HttpResults/bindings.json +1462 -96
  127. package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +93 -123
  128. package/Microsoft.AspNetCore.Http.Json/bindings.json +6 -0
  129. package/Microsoft.AspNetCore.Http.Metadata/bindings.json +60 -0
  130. package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +6 -6
  131. package/Microsoft.AspNetCore.Http.Timeouts/bindings.json +33 -0
  132. package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +3 -2
  133. package/Microsoft.AspNetCore.HttpLogging/bindings.json +151 -4
  134. package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +2 -3
  135. package/Microsoft.AspNetCore.HttpOverrides/bindings.json +77 -0
  136. package/Microsoft.AspNetCore.HttpsPolicy/bindings.json +30 -0
  137. package/Microsoft.AspNetCore.Identity/bindings.json +3156 -69
  138. package/Microsoft.AspNetCore.Identity/internal/index.d.ts +111 -69
  139. package/Microsoft.AspNetCore.Identity.Data/bindings.json +77 -0
  140. package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +8 -7
  141. package/Microsoft.AspNetCore.Identity.UI.Services/bindings.json +14 -0
  142. package/Microsoft.AspNetCore.Identity.d.ts +2 -2
  143. package/Microsoft.AspNetCore.Localization/bindings.json +147 -2
  144. package/Microsoft.AspNetCore.Localization/internal/index.d.ts +4 -2
  145. package/Microsoft.AspNetCore.Localization.Routing/bindings.json +16 -0
  146. package/Microsoft.AspNetCore.Mvc/bindings.json +3044 -12
  147. package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +160 -106
  148. package/Microsoft.AspNetCore.Mvc.Abstractions/bindings.json +47 -0
  149. package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +9 -5
  150. package/Microsoft.AspNetCore.Mvc.ActionConstraints/bindings.json +102 -1
  151. package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +3 -2
  152. package/Microsoft.AspNetCore.Mvc.ApiExplorer/bindings.json +224 -0
  153. package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +20 -13
  154. package/Microsoft.AspNetCore.Mvc.ApplicationModels/bindings.json +785 -3
  155. package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +31 -18
  156. package/Microsoft.AspNetCore.Mvc.ApplicationParts/bindings.json +138 -2
  157. package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +2 -2
  158. package/Microsoft.AspNetCore.Mvc.Authorization/bindings.json +51 -0
  159. package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +1 -1
  160. package/Microsoft.AspNetCore.Mvc.Controllers/bindings.json +127 -0
  161. package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +4 -2
  162. package/Microsoft.AspNetCore.Mvc.Controllers.d.ts +1 -1
  163. package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/bindings.json +7 -0
  164. package/Microsoft.AspNetCore.Mvc.Cors/bindings.json +29 -0
  165. package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +1 -1
  166. package/Microsoft.AspNetCore.Mvc.DataAnnotations/bindings.json +203 -1
  167. package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +10 -10
  168. package/Microsoft.AspNetCore.Mvc.DataAnnotations.d.ts +3 -2
  169. package/Microsoft.AspNetCore.Mvc.Diagnostics/bindings.json +3849 -22
  170. package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +107 -4
  171. package/Microsoft.AspNetCore.Mvc.Diagnostics.d.ts +1 -1
  172. package/Microsoft.AspNetCore.Mvc.Filters/bindings.json +551 -3
  173. package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +36 -24
  174. package/Microsoft.AspNetCore.Mvc.Formatters/bindings.json +1202 -27
  175. package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +40 -13
  176. package/Microsoft.AspNetCore.Mvc.Formatters.Xml/bindings.json +260 -1
  177. package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +4 -1
  178. package/Microsoft.AspNetCore.Mvc.Formatters.Xml.d.ts +1 -1
  179. package/Microsoft.AspNetCore.Mvc.Formatters.d.ts +3 -2
  180. package/Microsoft.AspNetCore.Mvc.Infrastructure/bindings.json +786 -11
  181. package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +27 -11
  182. package/Microsoft.AspNetCore.Mvc.Infrastructure.d.ts +6 -4
  183. package/Microsoft.AspNetCore.Mvc.Localization/bindings.json +189 -0
  184. package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +2 -0
  185. package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +1714 -32
  186. package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +63 -57
  187. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/bindings.json +976 -1
  188. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +20 -5
  189. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders.d.ts +4 -4
  190. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/bindings.json +550 -2
  191. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +43 -32
  192. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/bindings.json +576 -0
  193. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +16 -8
  194. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +1 -1
  195. package/Microsoft.AspNetCore.Mvc.ModelBinding.d.ts +2 -2
  196. package/Microsoft.AspNetCore.Mvc.Razor/bindings.json +492 -4
  197. package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +15 -9
  198. package/Microsoft.AspNetCore.Mvc.Razor.Compilation/bindings.json +27 -0
  199. package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +4 -4
  200. package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/bindings.json +8 -2
  201. package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +1 -1
  202. package/Microsoft.AspNetCore.Mvc.Razor.Internal/bindings.json +6 -0
  203. package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +1 -1
  204. package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/bindings.json +263 -0
  205. package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +8 -3
  206. package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers.d.ts +2 -1
  207. package/Microsoft.AspNetCore.Mvc.Razor.d.ts +1 -0
  208. package/Microsoft.AspNetCore.Mvc.RazorPages/bindings.json +614 -5
  209. package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +12 -10
  210. package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/bindings.json +217 -1
  211. package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +11 -9
  212. package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.d.ts +5 -5
  213. package/Microsoft.AspNetCore.Mvc.Rendering/bindings.json +639 -0
  214. package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +3 -3
  215. package/Microsoft.AspNetCore.Mvc.Routing/bindings.json +393 -3
  216. package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +36 -25
  217. package/Microsoft.AspNetCore.Mvc.Routing.d.ts +1 -1
  218. package/Microsoft.AspNetCore.Mvc.TagHelpers/bindings.json +1095 -0
  219. package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +21 -32
  220. package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/bindings.json +74 -0
  221. package/Microsoft.AspNetCore.Mvc.TagHelpers.d.ts +2 -1
  222. package/Microsoft.AspNetCore.Mvc.ViewComponents/bindings.json +246 -0
  223. package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +7 -3
  224. package/Microsoft.AspNetCore.Mvc.ViewEngines/bindings.json +51 -6
  225. package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +4 -4
  226. package/Microsoft.AspNetCore.Mvc.ViewFeatures/bindings.json +1966 -56
  227. package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +36 -7
  228. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/bindings.json +10 -0
  229. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/bindings.json +20 -1
  230. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +2 -2
  231. package/Microsoft.AspNetCore.Mvc.ViewFeatures.d.ts +2 -2
  232. package/Microsoft.AspNetCore.OutputCaching/bindings.json +97 -2
  233. package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +8 -8
  234. package/Microsoft.AspNetCore.RateLimiting/bindings.json +42 -0
  235. package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +2 -2
  236. package/Microsoft.AspNetCore.Razor.Hosting/bindings.json +126 -1
  237. package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +7 -6
  238. package/Microsoft.AspNetCore.Razor.Hosting.d.ts +1 -1
  239. package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/bindings.json +34 -4
  240. package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +2 -2
  241. package/Microsoft.AspNetCore.Razor.TagHelpers/bindings.json +536 -11
  242. package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +11 -12
  243. package/Microsoft.AspNetCore.RequestDecompression/bindings.json +8 -0
  244. package/Microsoft.AspNetCore.ResponseCaching/bindings.json +28 -0
  245. package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +2 -2
  246. package/Microsoft.AspNetCore.ResponseCompression/bindings.json +165 -0
  247. package/Microsoft.AspNetCore.Rewrite/bindings.json +86 -0
  248. package/Microsoft.AspNetCore.Routing/bindings.json +1025 -18
  249. package/Microsoft.AspNetCore.Routing/internal/index.d.ts +35 -26
  250. package/Microsoft.AspNetCore.Routing.Constraints/bindings.json +615 -10
  251. package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +5 -5
  252. package/Microsoft.AspNetCore.Routing.Internal/bindings.json +6 -0
  253. package/Microsoft.AspNetCore.Routing.Matching/bindings.json +227 -5
  254. package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +8 -6
  255. package/Microsoft.AspNetCore.Routing.Patterns/bindings.json +175 -1
  256. package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +2 -8
  257. package/Microsoft.AspNetCore.Routing.Template/bindings.json +115 -17
  258. package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +12 -10
  259. package/Microsoft.AspNetCore.Routing.Tree/bindings.json +87 -0
  260. package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +4 -10
  261. package/Microsoft.AspNetCore.Server.HttpSys/bindings.json +290 -0
  262. package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +3 -9
  263. package/Microsoft.AspNetCore.Server.IIS/bindings.json +31 -0
  264. package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +0 -1
  265. package/Microsoft.AspNetCore.Server.IISIntegration/bindings.json +28 -0
  266. package/Microsoft.AspNetCore.Server.Kestrel/bindings.json +32 -2
  267. package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +1 -3
  268. package/Microsoft.AspNetCore.Server.Kestrel.Core/bindings.json +203 -4
  269. package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +5 -7
  270. package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/bindings.json +8 -0
  271. package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +2 -2
  272. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/bindings.json +129 -0
  273. package/Microsoft.AspNetCore.Server.Kestrel.Https/bindings.json +77 -10
  274. package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +13 -12
  275. package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/bindings.json +20 -0
  276. package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +2 -2
  277. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/bindings.json +12 -0
  278. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/bindings.json +56 -0
  279. package/Microsoft.AspNetCore.Session/bindings.json +67 -0
  280. package/Microsoft.AspNetCore.SignalR/bindings.json +616 -5
  281. package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +11 -10
  282. package/Microsoft.AspNetCore.SignalR.Protocol/bindings.json +228 -5
  283. package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +11 -11
  284. package/Microsoft.AspNetCore.StaticAssets/bindings.json +45 -0
  285. package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +0 -1
  286. package/Microsoft.AspNetCore.StaticAssets.Infrastructure/bindings.json +6 -0
  287. package/Microsoft.AspNetCore.StaticFiles/bindings.json +58 -2
  288. package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +1 -1
  289. package/Microsoft.AspNetCore.StaticFiles.Infrastructure/bindings.json +47 -1
  290. package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +3 -3
  291. package/Microsoft.AspNetCore.WebSockets/bindings.json +19 -0
  292. package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +1 -1
  293. package/Microsoft.AspNetCore.WebUtilities/bindings.json +435 -4
  294. package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +12 -6
  295. package/Microsoft.Extensions.DependencyInjection/bindings.json +489 -0
  296. package/Microsoft.Extensions.Hosting/bindings.json +19 -0
  297. package/Microsoft.JSInterop/bindings.json +545 -3
  298. package/Microsoft.JSInterop/internal/index.d.ts +20 -5
  299. package/Microsoft.JSInterop.Implementation/bindings.json +178 -3
  300. package/Microsoft.JSInterop.Implementation/internal/index.d.ts +3 -6
  301. package/Microsoft.JSInterop.Implementation.d.ts +1 -1
  302. package/Microsoft.JSInterop.Infrastructure/bindings.json +62 -0
  303. package/Microsoft.JSInterop.d.ts +4 -2
  304. package/Microsoft.Net.Http.Headers/bindings.json +441 -6
  305. package/Microsoft.Net.Http.Headers/internal/index.d.ts +4 -6
  306. package/System.Formats.Cbor/bindings.json +251 -0
  307. package/System.Formats.Cbor/internal/index.d.ts +1 -1
  308. package/System.Formats.Cbor.d.ts +1 -1
  309. package/System.Security.Claims/bindings.json +5 -0
  310. package/System.Threading.RateLimiting/bindings.json +1001 -10
  311. package/System.Threading.RateLimiting/internal/index.d.ts +33 -4
  312. package/package.json +1 -1
@@ -31,6 +31,7 @@
31
31
  "isVirtual": true,
32
32
  "isOverride": false,
33
33
  "isSealed": false,
34
+ "visibility": "Public",
34
35
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.ICookieManager",
35
36
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
36
37
  "isExtensionMethod": false
@@ -50,6 +51,7 @@
50
51
  "isVirtual": true,
51
52
  "isOverride": false,
52
53
  "isSealed": false,
54
+ "visibility": "Public",
53
55
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.ICookieManager",
54
56
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
55
57
  "isExtensionMethod": false
@@ -69,6 +71,7 @@
69
71
  "isVirtual": true,
70
72
  "isOverride": false,
71
73
  "isSealed": false,
74
+ "visibility": "Public",
72
75
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.ICookieManager",
73
76
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
74
77
  "isExtensionMethod": false
@@ -106,6 +109,7 @@
106
109
  "isVirtual": true,
107
110
  "isOverride": false,
108
111
  "isSealed": false,
112
+ "visibility": "Public",
109
113
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.ITicketStore",
110
114
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
111
115
  "isExtensionMethod": false
@@ -125,6 +129,7 @@
125
129
  "isVirtual": true,
126
130
  "isOverride": false,
127
131
  "isSealed": false,
132
+ "visibility": "Public",
128
133
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.ITicketStore",
129
134
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
130
135
  "isExtensionMethod": false
@@ -144,6 +149,7 @@
144
149
  "isVirtual": true,
145
150
  "isOverride": false,
146
151
  "isSealed": false,
152
+ "visibility": "Public",
147
153
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.ITicketStore",
148
154
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
149
155
  "isExtensionMethod": false
@@ -163,6 +169,7 @@
163
169
  "isVirtual": true,
164
170
  "isOverride": false,
165
171
  "isSealed": false,
172
+ "visibility": "Public",
166
173
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.ITicketStore",
167
174
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
168
175
  "isExtensionMethod": false
@@ -182,6 +189,7 @@
182
189
  "isVirtual": true,
183
190
  "isOverride": false,
184
191
  "isSealed": false,
192
+ "visibility": "Public",
185
193
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.ITicketStore",
186
194
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
187
195
  "isExtensionMethod": false
@@ -201,6 +209,7 @@
201
209
  "isVirtual": true,
202
210
  "isOverride": false,
203
211
  "isSealed": false,
212
+ "visibility": "Public",
204
213
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.ITicketStore",
205
214
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
206
215
  "isExtensionMethod": false
@@ -220,6 +229,7 @@
220
229
  "isVirtual": true,
221
230
  "isOverride": false,
222
231
  "isSealed": false,
232
+ "visibility": "Public",
223
233
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.ITicketStore",
224
234
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
225
235
  "isExtensionMethod": false
@@ -239,6 +249,7 @@
239
249
  "isVirtual": true,
240
250
  "isOverride": false,
241
251
  "isSealed": false,
252
+ "visibility": "Public",
242
253
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.ITicketStore",
243
254
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
244
255
  "isExtensionMethod": false
@@ -258,6 +269,7 @@
258
269
  "isVirtual": true,
259
270
  "isOverride": false,
260
271
  "isSealed": false,
272
+ "visibility": "Public",
261
273
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.ITicketStore",
262
274
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
263
275
  "isExtensionMethod": false
@@ -277,6 +289,7 @@
277
289
  "isVirtual": true,
278
290
  "isOverride": false,
279
291
  "isSealed": false,
292
+ "visibility": "Public",
280
293
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.ITicketStore",
281
294
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
282
295
  "isExtensionMethod": false
@@ -296,6 +309,7 @@
296
309
  "isVirtual": true,
297
310
  "isOverride": false,
298
311
  "isSealed": false,
312
+ "visibility": "Public",
299
313
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.ITicketStore",
300
314
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
301
315
  "isExtensionMethod": false
@@ -315,6 +329,7 @@
315
329
  "isVirtual": true,
316
330
  "isOverride": false,
317
331
  "isSealed": false,
332
+ "visibility": "Public",
318
333
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.ITicketStore",
319
334
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
320
335
  "isExtensionMethod": false
@@ -336,6 +351,16 @@
336
351
  "isSealed": false,
337
352
  "isStatic": false,
338
353
  "arity": 0,
354
+ "baseType": {
355
+ "stableId": "System.Private.CoreLib:System.Object",
356
+ "clrName": "System.Object"
357
+ },
358
+ "interfaces": [
359
+ {
360
+ "stableId": "Microsoft.AspNetCore.Authentication.Cookies:Microsoft.AspNetCore.Authentication.Cookies.ICookieManager",
361
+ "clrName": "Microsoft.AspNetCore.Authentication.Cookies.ICookieManager"
362
+ }
363
+ ],
339
364
  "methods": [
340
365
  {
341
366
  "stableId": "Microsoft.AspNetCore.Authentication.Cookies:Microsoft.AspNetCore.Authentication.Cookies.ChunkingCookieManager::GetRequestCookie(Microsoft.AspNetCore.Http.HttpContext,System.String):System.String",
@@ -352,6 +377,7 @@
352
377
  "isVirtual": true,
353
378
  "isOverride": false,
354
379
  "isSealed": true,
380
+ "visibility": "Public",
355
381
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.ChunkingCookieManager",
356
382
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
357
383
  "isExtensionMethod": false
@@ -371,6 +397,7 @@
371
397
  "isVirtual": true,
372
398
  "isOverride": false,
373
399
  "isSealed": true,
400
+ "visibility": "Public",
374
401
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.ChunkingCookieManager",
375
402
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
376
403
  "isExtensionMethod": false
@@ -390,6 +417,7 @@
390
417
  "isVirtual": true,
391
418
  "isOverride": false,
392
419
  "isSealed": true,
420
+ "visibility": "Public",
393
421
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.ChunkingCookieManager",
394
422
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
395
423
  "isExtensionMethod": false
@@ -409,6 +437,7 @@
409
437
  "isVirtual": true,
410
438
  "isOverride": false,
411
439
  "isSealed": false,
440
+ "visibility": "Public",
412
441
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.ICookieManager",
413
442
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
414
443
  "isExtensionMethod": false,
@@ -429,6 +458,7 @@
429
458
  "isVirtual": true,
430
459
  "isOverride": false,
431
460
  "isSealed": false,
461
+ "visibility": "Public",
432
462
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.ICookieManager",
433
463
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
434
464
  "isExtensionMethod": false,
@@ -449,6 +479,7 @@
449
479
  "isVirtual": true,
450
480
  "isOverride": false,
451
481
  "isSealed": false,
482
+ "visibility": "Public",
452
483
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.ICookieManager",
453
484
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
454
485
  "isExtensionMethod": false,
@@ -471,6 +502,7 @@
471
502
  "isAbstract": false,
472
503
  "isVirtual": false,
473
504
  "isOverride": false,
505
+ "visibility": "Public",
474
506
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.ChunkingCookieManager",
475
507
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
476
508
  },
@@ -489,6 +521,7 @@
489
521
  "isAbstract": false,
490
522
  "isVirtual": false,
491
523
  "isOverride": false,
524
+ "visibility": "Public",
492
525
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.ChunkingCookieManager",
493
526
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
494
527
  }
@@ -502,6 +535,7 @@
502
535
  "isStatic": true,
503
536
  "isReadOnly": false,
504
537
  "isLiteral": true,
538
+ "visibility": "Public",
505
539
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.ChunkingCookieManager",
506
540
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
507
541
  }
@@ -515,6 +549,7 @@
515
549
  "normalizedSignature": "constructor|():void|static=false",
516
550
  "isStatic": false,
517
551
  "parameterCount": 0,
552
+ "visibility": "Public",
518
553
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.ChunkingCookieManager",
519
554
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
520
555
  }
@@ -531,6 +566,10 @@
531
566
  "isSealed": false,
532
567
  "isStatic": false,
533
568
  "arity": 0,
569
+ "baseType": {
570
+ "stableId": "System.Private.CoreLib:System.Object",
571
+ "clrName": "System.Object"
572
+ },
534
573
  "methods": [
535
574
  {
536
575
  "stableId": "Microsoft.AspNetCore.Authentication.Cookies:Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationEvents::ValidatePrincipal(Microsoft.AspNetCore.Authentication.Cookies.CookieValidatePrincipalContext):System.Threading.Tasks.Task",
@@ -547,6 +586,7 @@
547
586
  "isVirtual": true,
548
587
  "isOverride": false,
549
588
  "isSealed": false,
589
+ "visibility": "Public",
550
590
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationEvents",
551
591
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
552
592
  "isExtensionMethod": false
@@ -566,6 +606,7 @@
566
606
  "isVirtual": true,
567
607
  "isOverride": false,
568
608
  "isSealed": false,
609
+ "visibility": "Public",
569
610
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationEvents",
570
611
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
571
612
  "isExtensionMethod": false
@@ -585,6 +626,7 @@
585
626
  "isVirtual": true,
586
627
  "isOverride": false,
587
628
  "isSealed": false,
629
+ "visibility": "Public",
588
630
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationEvents",
589
631
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
590
632
  "isExtensionMethod": false
@@ -604,6 +646,7 @@
604
646
  "isVirtual": true,
605
647
  "isOverride": false,
606
648
  "isSealed": false,
649
+ "visibility": "Public",
607
650
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationEvents",
608
651
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
609
652
  "isExtensionMethod": false
@@ -623,6 +666,7 @@
623
666
  "isVirtual": true,
624
667
  "isOverride": false,
625
668
  "isSealed": false,
669
+ "visibility": "Public",
626
670
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationEvents",
627
671
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
628
672
  "isExtensionMethod": false
@@ -642,6 +686,7 @@
642
686
  "isVirtual": true,
643
687
  "isOverride": false,
644
688
  "isSealed": false,
689
+ "visibility": "Public",
645
690
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationEvents",
646
691
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
647
692
  "isExtensionMethod": false
@@ -661,6 +706,7 @@
661
706
  "isVirtual": true,
662
707
  "isOverride": false,
663
708
  "isSealed": false,
709
+ "visibility": "Public",
664
710
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationEvents",
665
711
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
666
712
  "isExtensionMethod": false
@@ -680,6 +726,7 @@
680
726
  "isVirtual": true,
681
727
  "isOverride": false,
682
728
  "isSealed": false,
729
+ "visibility": "Public",
683
730
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationEvents",
684
731
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
685
732
  "isExtensionMethod": false
@@ -699,6 +746,7 @@
699
746
  "isVirtual": true,
700
747
  "isOverride": false,
701
748
  "isSealed": false,
749
+ "visibility": "Public",
702
750
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationEvents",
703
751
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
704
752
  "isExtensionMethod": false
@@ -720,6 +768,7 @@
720
768
  "isAbstract": false,
721
769
  "isVirtual": false,
722
770
  "isOverride": false,
771
+ "visibility": "Public",
723
772
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationEvents",
724
773
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
725
774
  },
@@ -738,6 +787,7 @@
738
787
  "isAbstract": false,
739
788
  "isVirtual": false,
740
789
  "isOverride": false,
790
+ "visibility": "Public",
741
791
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationEvents",
742
792
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
743
793
  },
@@ -756,6 +806,7 @@
756
806
  "isAbstract": false,
757
807
  "isVirtual": false,
758
808
  "isOverride": false,
809
+ "visibility": "Public",
759
810
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationEvents",
760
811
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
761
812
  },
@@ -774,6 +825,7 @@
774
825
  "isAbstract": false,
775
826
  "isVirtual": false,
776
827
  "isOverride": false,
828
+ "visibility": "Public",
777
829
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationEvents",
778
830
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
779
831
  },
@@ -792,6 +844,7 @@
792
844
  "isAbstract": false,
793
845
  "isVirtual": false,
794
846
  "isOverride": false,
847
+ "visibility": "Public",
795
848
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationEvents",
796
849
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
797
850
  },
@@ -810,6 +863,7 @@
810
863
  "isAbstract": false,
811
864
  "isVirtual": false,
812
865
  "isOverride": false,
866
+ "visibility": "Public",
813
867
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationEvents",
814
868
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
815
869
  },
@@ -828,6 +882,7 @@
828
882
  "isAbstract": false,
829
883
  "isVirtual": false,
830
884
  "isOverride": false,
885
+ "visibility": "Public",
831
886
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationEvents",
832
887
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
833
888
  },
@@ -846,6 +901,7 @@
846
901
  "isAbstract": false,
847
902
  "isVirtual": false,
848
903
  "isOverride": false,
904
+ "visibility": "Public",
849
905
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationEvents",
850
906
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
851
907
  },
@@ -864,6 +920,7 @@
864
920
  "isAbstract": false,
865
921
  "isVirtual": false,
866
922
  "isOverride": false,
923
+ "visibility": "Public",
867
924
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationEvents",
868
925
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
869
926
  }
@@ -878,6 +935,7 @@
878
935
  "normalizedSignature": "constructor|():void|static=false",
879
936
  "isStatic": false,
880
937
  "parameterCount": 0,
938
+ "visibility": "Public",
881
939
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationEvents",
882
940
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
883
941
  }
@@ -894,7 +952,188 @@
894
952
  "isSealed": false,
895
953
  "isStatic": false,
896
954
  "arity": 0,
955
+ "baseType": {
956
+ "stableId": "Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication.SignInAuthenticationHandler\u00601",
957
+ "clrName": "Microsoft.AspNetCore.Authentication.SignInAuthenticationHandler\u00601",
958
+ "typeArguments": [
959
+ "CookieAuthenticationOptions"
960
+ ]
961
+ },
962
+ "interfaces": [
963
+ {
964
+ "stableId": "Microsoft.AspNetCore.Authentication.Abstractions:Microsoft.AspNetCore.Authentication.IAuthenticationHandler",
965
+ "clrName": "Microsoft.AspNetCore.Authentication.IAuthenticationHandler"
966
+ },
967
+ {
968
+ "stableId": "Microsoft.AspNetCore.Authentication.Abstractions:Microsoft.AspNetCore.Authentication.IAuthenticationSignOutHandler",
969
+ "clrName": "Microsoft.AspNetCore.Authentication.IAuthenticationSignOutHandler"
970
+ },
971
+ {
972
+ "stableId": "Microsoft.AspNetCore.Authentication.Abstractions:Microsoft.AspNetCore.Authentication.IAuthenticationSignInHandler",
973
+ "clrName": "Microsoft.AspNetCore.Authentication.IAuthenticationSignInHandler"
974
+ }
975
+ ],
897
976
  "methods": [
977
+ {
978
+ "stableId": "Microsoft.AspNetCore.Authentication.Cookies:Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler::InitializeHandlerAsync():System.Threading.Tasks.Task",
979
+ "clrName": "InitializeHandlerAsync",
980
+ "metadataToken": 100663342,
981
+ "canonicalSignature": "():System.Threading.Tasks.Task",
982
+ "normalizedSignature": "InitializeHandlerAsync|():System.Threading.Tasks.Task|static=false",
983
+ "emitScope": "ClassSurface",
984
+ "provenance": "Original",
985
+ "arity": 0,
986
+ "parameterCount": 0,
987
+ "isStatic": false,
988
+ "isAbstract": false,
989
+ "isVirtual": true,
990
+ "isOverride": true,
991
+ "isSealed": false,
992
+ "visibility": "Protected",
993
+ "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler",
994
+ "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
995
+ "isExtensionMethod": false
996
+ },
997
+ {
998
+ "stableId": "Microsoft.AspNetCore.Authentication.Cookies:Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler::CreateEventsAsync():System.Threading.Tasks.Task_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
999
+ "clrName": "CreateEventsAsync",
1000
+ "metadataToken": 100663343,
1001
+ "canonicalSignature": "():System.Threading.Tasks.Task_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1002
+ "normalizedSignature": "CreateEventsAsync|():System.Threading.Tasks.Task_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
1003
+ "emitScope": "ClassSurface",
1004
+ "provenance": "Original",
1005
+ "arity": 0,
1006
+ "parameterCount": 0,
1007
+ "isStatic": false,
1008
+ "isAbstract": false,
1009
+ "isVirtual": true,
1010
+ "isOverride": true,
1011
+ "isSealed": false,
1012
+ "visibility": "Protected",
1013
+ "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler",
1014
+ "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
1015
+ "isExtensionMethod": false
1016
+ },
1017
+ {
1018
+ "stableId": "Microsoft.AspNetCore.Authentication.Cookies:Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler::HandleAuthenticateAsync():System.Threading.Tasks.Task_1[[Microsoft.AspNetCore.Authentication.AuthenticateResult,Microsoft.AspNetCore.Authentication.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
1019
+ "clrName": "HandleAuthenticateAsync",
1020
+ "metadataToken": 100663349,
1021
+ "canonicalSignature": "():System.Threading.Tasks.Task_1[[Microsoft.AspNetCore.Authentication.AuthenticateResult,Microsoft.AspNetCore.Authentication.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
1022
+ "normalizedSignature": "HandleAuthenticateAsync|():System.Threading.Tasks.Task_1[[Microsoft.AspNetCore.Authentication.AuthenticateResult,Microsoft.AspNetCore.Authentication.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
1023
+ "emitScope": "ClassSurface",
1024
+ "provenance": "Original",
1025
+ "arity": 0,
1026
+ "parameterCount": 0,
1027
+ "isStatic": false,
1028
+ "isAbstract": false,
1029
+ "isVirtual": true,
1030
+ "isOverride": true,
1031
+ "isSealed": false,
1032
+ "visibility": "Protected",
1033
+ "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler",
1034
+ "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
1035
+ "isExtensionMethod": false
1036
+ },
1037
+ {
1038
+ "stableId": "Microsoft.AspNetCore.Authentication.Cookies:Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler::FinishResponseAsync():System.Threading.Tasks.Task",
1039
+ "clrName": "FinishResponseAsync",
1040
+ "metadataToken": 100663351,
1041
+ "canonicalSignature": "():System.Threading.Tasks.Task",
1042
+ "normalizedSignature": "FinishResponseAsync|():System.Threading.Tasks.Task|static=false",
1043
+ "emitScope": "ClassSurface",
1044
+ "provenance": "Original",
1045
+ "arity": 0,
1046
+ "parameterCount": 0,
1047
+ "isStatic": false,
1048
+ "isAbstract": false,
1049
+ "isVirtual": true,
1050
+ "isOverride": false,
1051
+ "isSealed": false,
1052
+ "visibility": "Protected",
1053
+ "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler",
1054
+ "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
1055
+ "isExtensionMethod": false
1056
+ },
1057
+ {
1058
+ "stableId": "Microsoft.AspNetCore.Authentication.Cookies:Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler::HandleSignInAsync(System.Security.Claims.ClaimsPrincipal,Microsoft.AspNetCore.Authentication.AuthenticationProperties):System.Threading.Tasks.Task",
1059
+ "clrName": "HandleSignInAsync",
1060
+ "metadataToken": 100663352,
1061
+ "canonicalSignature": "(System.Security.Claims.ClaimsPrincipal,Microsoft.AspNetCore.Authentication.AuthenticationProperties):System.Threading.Tasks.Task",
1062
+ "normalizedSignature": "HandleSignInAsync|(System.Security.Claims.ClaimsPrincipal,Microsoft.AspNetCore.Authentication.AuthenticationProperties):System.Threading.Tasks.Task|static=false",
1063
+ "emitScope": "ClassSurface",
1064
+ "provenance": "Original",
1065
+ "arity": 0,
1066
+ "parameterCount": 2,
1067
+ "isStatic": false,
1068
+ "isAbstract": false,
1069
+ "isVirtual": true,
1070
+ "isOverride": true,
1071
+ "isSealed": false,
1072
+ "visibility": "Protected",
1073
+ "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler",
1074
+ "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
1075
+ "isExtensionMethod": false
1076
+ },
1077
+ {
1078
+ "stableId": "Microsoft.AspNetCore.Authentication.Cookies:Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler::HandleSignOutAsync(Microsoft.AspNetCore.Authentication.AuthenticationProperties):System.Threading.Tasks.Task",
1079
+ "clrName": "HandleSignOutAsync",
1080
+ "metadataToken": 100663353,
1081
+ "canonicalSignature": "(Microsoft.AspNetCore.Authentication.AuthenticationProperties):System.Threading.Tasks.Task",
1082
+ "normalizedSignature": "HandleSignOutAsync|(Microsoft.AspNetCore.Authentication.AuthenticationProperties):System.Threading.Tasks.Task|static=false",
1083
+ "emitScope": "ClassSurface",
1084
+ "provenance": "Original",
1085
+ "arity": 0,
1086
+ "parameterCount": 1,
1087
+ "isStatic": false,
1088
+ "isAbstract": false,
1089
+ "isVirtual": true,
1090
+ "isOverride": true,
1091
+ "isSealed": false,
1092
+ "visibility": "Protected",
1093
+ "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler",
1094
+ "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
1095
+ "isExtensionMethod": false
1096
+ },
1097
+ {
1098
+ "stableId": "Microsoft.AspNetCore.Authentication.Cookies:Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler::HandleForbiddenAsync(Microsoft.AspNetCore.Authentication.AuthenticationProperties):System.Threading.Tasks.Task",
1099
+ "clrName": "HandleForbiddenAsync",
1100
+ "metadataToken": 100663356,
1101
+ "canonicalSignature": "(Microsoft.AspNetCore.Authentication.AuthenticationProperties):System.Threading.Tasks.Task",
1102
+ "normalizedSignature": "HandleForbiddenAsync|(Microsoft.AspNetCore.Authentication.AuthenticationProperties):System.Threading.Tasks.Task|static=false",
1103
+ "emitScope": "ClassSurface",
1104
+ "provenance": "Original",
1105
+ "arity": 0,
1106
+ "parameterCount": 1,
1107
+ "isStatic": false,
1108
+ "isAbstract": false,
1109
+ "isVirtual": true,
1110
+ "isOverride": true,
1111
+ "isSealed": false,
1112
+ "visibility": "Protected",
1113
+ "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler",
1114
+ "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
1115
+ "isExtensionMethod": false
1116
+ },
1117
+ {
1118
+ "stableId": "Microsoft.AspNetCore.Authentication.Cookies:Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler::HandleChallengeAsync(Microsoft.AspNetCore.Authentication.AuthenticationProperties):System.Threading.Tasks.Task",
1119
+ "clrName": "HandleChallengeAsync",
1120
+ "metadataToken": 100663357,
1121
+ "canonicalSignature": "(Microsoft.AspNetCore.Authentication.AuthenticationProperties):System.Threading.Tasks.Task",
1122
+ "normalizedSignature": "HandleChallengeAsync|(Microsoft.AspNetCore.Authentication.AuthenticationProperties):System.Threading.Tasks.Task|static=false",
1123
+ "emitScope": "ClassSurface",
1124
+ "provenance": "Original",
1125
+ "arity": 0,
1126
+ "parameterCount": 1,
1127
+ "isStatic": false,
1128
+ "isAbstract": false,
1129
+ "isVirtual": true,
1130
+ "isOverride": true,
1131
+ "isSealed": false,
1132
+ "visibility": "Protected",
1133
+ "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler",
1134
+ "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
1135
+ "isExtensionMethod": false
1136
+ },
898
1137
  {
899
1138
  "stableId": "Microsoft.AspNetCore.Authentication.Abstractions:Microsoft.AspNetCore.Authentication.IAuthenticationHandler::InitializeAsync(Microsoft.AspNetCore.Authentication.AuthenticationScheme,Microsoft.AspNetCore.Http.HttpContext):System.Threading.Tasks.Task",
900
1139
  "clrName": "InitializeAsync",
@@ -910,6 +1149,7 @@
910
1149
  "isVirtual": true,
911
1150
  "isOverride": false,
912
1151
  "isSealed": false,
1152
+ "visibility": "Public",
913
1153
  "declaringClrType": "Microsoft.AspNetCore.Authentication.IAuthenticationHandler",
914
1154
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Abstractions",
915
1155
  "isExtensionMethod": false,
@@ -930,6 +1170,7 @@
930
1170
  "isVirtual": true,
931
1171
  "isOverride": false,
932
1172
  "isSealed": false,
1173
+ "visibility": "Public",
933
1174
  "declaringClrType": "Microsoft.AspNetCore.Authentication.IAuthenticationHandler",
934
1175
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Abstractions",
935
1176
  "isExtensionMethod": false,
@@ -950,6 +1191,7 @@
950
1191
  "isVirtual": true,
951
1192
  "isOverride": false,
952
1193
  "isSealed": false,
1194
+ "visibility": "Public",
953
1195
  "declaringClrType": "Microsoft.AspNetCore.Authentication.IAuthenticationHandler",
954
1196
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Abstractions",
955
1197
  "isExtensionMethod": false,
@@ -970,6 +1212,7 @@
970
1212
  "isVirtual": true,
971
1213
  "isOverride": false,
972
1214
  "isSealed": false,
1215
+ "visibility": "Public",
973
1216
  "declaringClrType": "Microsoft.AspNetCore.Authentication.IAuthenticationSignInHandler",
974
1217
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Abstractions",
975
1218
  "isExtensionMethod": false,
@@ -990,6 +1233,7 @@
990
1233
  "isVirtual": true,
991
1234
  "isOverride": false,
992
1235
  "isSealed": false,
1236
+ "visibility": "Public",
993
1237
  "declaringClrType": "Microsoft.AspNetCore.Authentication.IAuthenticationSignOutHandler",
994
1238
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Abstractions",
995
1239
  "isExtensionMethod": false,
@@ -1010,6 +1254,7 @@
1010
1254
  "isVirtual": true,
1011
1255
  "isOverride": false,
1012
1256
  "isSealed": false,
1257
+ "visibility": "Public",
1013
1258
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler",
1014
1259
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
1015
1260
  "isExtensionMethod": false
@@ -1029,6 +1274,47 @@
1029
1274
  "isVirtual": true,
1030
1275
  "isOverride": false,
1031
1276
  "isSealed": false,
1277
+ "visibility": "Public",
1278
+ "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler",
1279
+ "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
1280
+ "isExtensionMethod": false
1281
+ },
1282
+ {
1283
+ "stableId": "Microsoft.AspNetCore.Authentication.Cookies:Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler::CreateEventsAsync():System.Threading.Tasks.Task_1",
1284
+ "clrName": "CreateEventsAsync",
1285
+ "metadataToken": 0,
1286
+ "canonicalSignature": "():System.Threading.Tasks.Task_1",
1287
+ "normalizedSignature": "CreateEventsAsync|():System.Threading.Tasks.Task_1|static=false",
1288
+ "emitScope": "ClassSurface",
1289
+ "provenance": "BaseOverload",
1290
+ "arity": 0,
1291
+ "parameterCount": 0,
1292
+ "isStatic": false,
1293
+ "isAbstract": false,
1294
+ "isVirtual": true,
1295
+ "isOverride": false,
1296
+ "isSealed": false,
1297
+ "visibility": "Protected",
1298
+ "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler",
1299
+ "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
1300
+ "isExtensionMethod": false
1301
+ },
1302
+ {
1303
+ "stableId": "Microsoft.AspNetCore.Authentication.Cookies:Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler::HandleAuthenticateAsync():System.Threading.Tasks.Task_1",
1304
+ "clrName": "HandleAuthenticateAsync",
1305
+ "metadataToken": 0,
1306
+ "canonicalSignature": "():System.Threading.Tasks.Task_1",
1307
+ "normalizedSignature": "HandleAuthenticateAsync|():System.Threading.Tasks.Task_1|static=false",
1308
+ "emitScope": "ClassSurface",
1309
+ "provenance": "BaseOverload",
1310
+ "arity": 0,
1311
+ "parameterCount": 0,
1312
+ "isStatic": false,
1313
+ "isAbstract": true,
1314
+ "isVirtual": true,
1315
+ "isOverride": false,
1316
+ "isSealed": false,
1317
+ "visibility": "Protected",
1032
1318
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler",
1033
1319
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
1034
1320
  "isExtensionMethod": false
@@ -1048,6 +1334,7 @@
1048
1334
  "isVirtual": true,
1049
1335
  "isOverride": false,
1050
1336
  "isSealed": false,
1337
+ "visibility": "Public",
1051
1338
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler",
1052
1339
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
1053
1340
  "isExtensionMethod": false
@@ -1067,6 +1354,7 @@
1067
1354
  "isVirtual": true,
1068
1355
  "isOverride": false,
1069
1356
  "isSealed": false,
1357
+ "visibility": "Public",
1070
1358
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler",
1071
1359
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
1072
1360
  "isExtensionMethod": false
@@ -1086,12 +1374,33 @@
1086
1374
  "isVirtual": true,
1087
1375
  "isOverride": false,
1088
1376
  "isSealed": false,
1377
+ "visibility": "Public",
1089
1378
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler",
1090
1379
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
1091
1380
  "isExtensionMethod": false
1092
1381
  }
1093
1382
  ],
1094
- "properties": [],
1383
+ "properties": [
1384
+ {
1385
+ "stableId": "Microsoft.AspNetCore.Authentication.Cookies:Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler::Events:Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationEvents",
1386
+ "clrName": "Events",
1387
+ "metadataToken": 385875978,
1388
+ "canonicalSignature": ":Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationEvents",
1389
+ "normalizedSignature": "Events|:Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationEvents|static=false|accessor=getset",
1390
+ "emitScope": "ClassSurface",
1391
+ "provenance": "Original",
1392
+ "isIndexer": false,
1393
+ "hasGetter": true,
1394
+ "hasSetter": true,
1395
+ "isStatic": false,
1396
+ "isAbstract": false,
1397
+ "isVirtual": false,
1398
+ "isOverride": false,
1399
+ "visibility": "Protected",
1400
+ "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler",
1401
+ "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
1402
+ }
1403
+ ],
1095
1404
  "fields": [],
1096
1405
  "events": [],
1097
1406
  "constructors": [
@@ -1102,6 +1411,7 @@
1102
1411
  "normalizedSignature": "constructor|(Microsoft.Extensions.Options.IOptionsMonitor_1[[Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions,Microsoft.AspNetCore.Authentication.Cookies,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.Extensions.Logging.ILoggerFactory,System.Text.Encodings.Web.UrlEncoder,Microsoft.AspNetCore.Authentication.ISystemClock):void|static=false",
1103
1412
  "isStatic": false,
1104
1413
  "parameterCount": 4,
1414
+ "visibility": "Public",
1105
1415
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler",
1106
1416
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
1107
1417
  },
@@ -1112,6 +1422,7 @@
1112
1422
  "normalizedSignature": "constructor|(Microsoft.Extensions.Options.IOptionsMonitor_1[[Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions,Microsoft.AspNetCore.Authentication.Cookies,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.Extensions.Logging.ILoggerFactory,System.Text.Encodings.Web.UrlEncoder):void|static=false",
1113
1423
  "isStatic": false,
1114
1424
  "parameterCount": 3,
1425
+ "visibility": "Public",
1115
1426
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler",
1116
1427
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
1117
1428
  }
@@ -1128,6 +1439,10 @@
1128
1439
  "isSealed": false,
1129
1440
  "isStatic": false,
1130
1441
  "arity": 0,
1442
+ "baseType": {
1443
+ "stableId": "Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication.AuthenticationSchemeOptions",
1444
+ "clrName": "Microsoft.AspNetCore.Authentication.AuthenticationSchemeOptions"
1445
+ },
1131
1446
  "methods": [],
1132
1447
  "properties": [
1133
1448
  {
@@ -1145,6 +1460,7 @@
1145
1460
  "isAbstract": false,
1146
1461
  "isVirtual": false,
1147
1462
  "isOverride": false,
1463
+ "visibility": "Public",
1148
1464
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions",
1149
1465
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
1150
1466
  },
@@ -1163,6 +1479,7 @@
1163
1479
  "isAbstract": false,
1164
1480
  "isVirtual": false,
1165
1481
  "isOverride": false,
1482
+ "visibility": "Public",
1166
1483
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions",
1167
1484
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
1168
1485
  },
@@ -1181,6 +1498,7 @@
1181
1498
  "isAbstract": false,
1182
1499
  "isVirtual": false,
1183
1500
  "isOverride": false,
1501
+ "visibility": "Public",
1184
1502
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions",
1185
1503
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
1186
1504
  },
@@ -1199,6 +1517,7 @@
1199
1517
  "isAbstract": false,
1200
1518
  "isVirtual": false,
1201
1519
  "isOverride": false,
1520
+ "visibility": "Public",
1202
1521
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions",
1203
1522
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
1204
1523
  },
@@ -1217,6 +1536,7 @@
1217
1536
  "isAbstract": false,
1218
1537
  "isVirtual": false,
1219
1538
  "isOverride": false,
1539
+ "visibility": "Public",
1220
1540
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions",
1221
1541
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
1222
1542
  },
@@ -1235,6 +1555,7 @@
1235
1555
  "isAbstract": false,
1236
1556
  "isVirtual": false,
1237
1557
  "isOverride": false,
1558
+ "visibility": "Public",
1238
1559
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions",
1239
1560
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
1240
1561
  },
@@ -1253,6 +1574,7 @@
1253
1574
  "isAbstract": false,
1254
1575
  "isVirtual": false,
1255
1576
  "isOverride": false,
1577
+ "visibility": "Public",
1256
1578
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions",
1257
1579
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
1258
1580
  },
@@ -1271,6 +1593,7 @@
1271
1593
  "isAbstract": false,
1272
1594
  "isVirtual": false,
1273
1595
  "isOverride": false,
1596
+ "visibility": "Public",
1274
1597
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions",
1275
1598
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
1276
1599
  },
@@ -1289,6 +1612,7 @@
1289
1612
  "isAbstract": false,
1290
1613
  "isVirtual": false,
1291
1614
  "isOverride": false,
1615
+ "visibility": "Public",
1292
1616
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions",
1293
1617
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
1294
1618
  },
@@ -1307,6 +1631,7 @@
1307
1631
  "isAbstract": false,
1308
1632
  "isVirtual": false,
1309
1633
  "isOverride": false,
1634
+ "visibility": "Public",
1310
1635
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions",
1311
1636
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
1312
1637
  },
@@ -1325,6 +1650,7 @@
1325
1650
  "isAbstract": false,
1326
1651
  "isVirtual": false,
1327
1652
  "isOverride": false,
1653
+ "visibility": "Public",
1328
1654
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions",
1329
1655
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
1330
1656
  },
@@ -1343,6 +1669,7 @@
1343
1669
  "isAbstract": false,
1344
1670
  "isVirtual": false,
1345
1671
  "isOverride": false,
1672
+ "visibility": "Public",
1346
1673
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions",
1347
1674
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
1348
1675
  }
@@ -1357,6 +1684,7 @@
1357
1684
  "normalizedSignature": "constructor|():void|static=false",
1358
1685
  "isStatic": false,
1359
1686
  "parameterCount": 0,
1687
+ "visibility": "Public",
1360
1688
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions",
1361
1689
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
1362
1690
  }
@@ -1373,6 +1701,13 @@
1373
1701
  "isSealed": false,
1374
1702
  "isStatic": false,
1375
1703
  "arity": 0,
1704
+ "baseType": {
1705
+ "stableId": "Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication.PrincipalContext\u00601",
1706
+ "clrName": "Microsoft.AspNetCore.Authentication.PrincipalContext\u00601",
1707
+ "typeArguments": [
1708
+ "CookieAuthenticationOptions"
1709
+ ]
1710
+ },
1376
1711
  "methods": [],
1377
1712
  "properties": [],
1378
1713
  "fields": [],
@@ -1385,6 +1720,7 @@
1385
1720
  "normalizedSignature": "constructor|(Microsoft.AspNetCore.Http.HttpContext,Microsoft.AspNetCore.Authentication.AuthenticationScheme,System.Security.Claims.ClaimsPrincipal,Microsoft.AspNetCore.Authentication.AuthenticationProperties,Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions):void|static=false",
1386
1721
  "isStatic": false,
1387
1722
  "parameterCount": 5,
1723
+ "visibility": "Public",
1388
1724
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieSignedInContext",
1389
1725
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
1390
1726
  }
@@ -1401,6 +1737,13 @@
1401
1737
  "isSealed": false,
1402
1738
  "isStatic": false,
1403
1739
  "arity": 0,
1740
+ "baseType": {
1741
+ "stableId": "Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication.PrincipalContext\u00601",
1742
+ "clrName": "Microsoft.AspNetCore.Authentication.PrincipalContext\u00601",
1743
+ "typeArguments": [
1744
+ "CookieAuthenticationOptions"
1745
+ ]
1746
+ },
1404
1747
  "methods": [],
1405
1748
  "properties": [
1406
1749
  {
@@ -1418,6 +1761,7 @@
1418
1761
  "isAbstract": false,
1419
1762
  "isVirtual": false,
1420
1763
  "isOverride": false,
1764
+ "visibility": "Public",
1421
1765
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieSigningInContext",
1422
1766
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
1423
1767
  }
@@ -1432,6 +1776,7 @@
1432
1776
  "normalizedSignature": "constructor|(Microsoft.AspNetCore.Http.HttpContext,Microsoft.AspNetCore.Authentication.AuthenticationScheme,Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions,System.Security.Claims.ClaimsPrincipal,Microsoft.AspNetCore.Authentication.AuthenticationProperties,Microsoft.AspNetCore.Http.CookieOptions):void|static=false",
1433
1777
  "isStatic": false,
1434
1778
  "parameterCount": 6,
1779
+ "visibility": "Public",
1435
1780
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieSigningInContext",
1436
1781
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
1437
1782
  }
@@ -1448,6 +1793,13 @@
1448
1793
  "isSealed": false,
1449
1794
  "isStatic": false,
1450
1795
  "arity": 0,
1796
+ "baseType": {
1797
+ "stableId": "Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication.PropertiesContext\u00601",
1798
+ "clrName": "Microsoft.AspNetCore.Authentication.PropertiesContext\u00601",
1799
+ "typeArguments": [
1800
+ "CookieAuthenticationOptions"
1801
+ ]
1802
+ },
1451
1803
  "methods": [],
1452
1804
  "properties": [
1453
1805
  {
@@ -1465,6 +1817,7 @@
1465
1817
  "isAbstract": false,
1466
1818
  "isVirtual": false,
1467
1819
  "isOverride": false,
1820
+ "visibility": "Public",
1468
1821
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieSigningOutContext",
1469
1822
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
1470
1823
  }
@@ -1479,6 +1832,7 @@
1479
1832
  "normalizedSignature": "constructor|(Microsoft.AspNetCore.Http.HttpContext,Microsoft.AspNetCore.Authentication.AuthenticationScheme,Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions,Microsoft.AspNetCore.Authentication.AuthenticationProperties,Microsoft.AspNetCore.Http.CookieOptions):void|static=false",
1480
1833
  "isStatic": false,
1481
1834
  "parameterCount": 5,
1835
+ "visibility": "Public",
1482
1836
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieSigningOutContext",
1483
1837
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
1484
1838
  }
@@ -1495,6 +1849,13 @@
1495
1849
  "isSealed": false,
1496
1850
  "isStatic": false,
1497
1851
  "arity": 0,
1852
+ "baseType": {
1853
+ "stableId": "Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication.PrincipalContext\u00601",
1854
+ "clrName": "Microsoft.AspNetCore.Authentication.PrincipalContext\u00601",
1855
+ "typeArguments": [
1856
+ "CookieAuthenticationOptions"
1857
+ ]
1858
+ },
1498
1859
  "methods": [],
1499
1860
  "properties": [
1500
1861
  {
@@ -1512,6 +1873,7 @@
1512
1873
  "isAbstract": false,
1513
1874
  "isVirtual": false,
1514
1875
  "isOverride": false,
1876
+ "visibility": "Public",
1515
1877
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieSlidingExpirationContext",
1516
1878
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
1517
1879
  },
@@ -1530,6 +1892,7 @@
1530
1892
  "isAbstract": false,
1531
1893
  "isVirtual": false,
1532
1894
  "isOverride": false,
1895
+ "visibility": "Public",
1533
1896
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieSlidingExpirationContext",
1534
1897
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
1535
1898
  },
@@ -1548,6 +1911,7 @@
1548
1911
  "isAbstract": false,
1549
1912
  "isVirtual": false,
1550
1913
  "isOverride": false,
1914
+ "visibility": "Public",
1551
1915
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieSlidingExpirationContext",
1552
1916
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
1553
1917
  }
@@ -1562,6 +1926,7 @@
1562
1926
  "normalizedSignature": "constructor|(Microsoft.AspNetCore.Http.HttpContext,Microsoft.AspNetCore.Authentication.AuthenticationScheme,Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions,Microsoft.AspNetCore.Authentication.AuthenticationTicket,System.TimeSpan,System.TimeSpan):void|static=false",
1563
1927
  "isStatic": false,
1564
1928
  "parameterCount": 6,
1929
+ "visibility": "Public",
1565
1930
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieSlidingExpirationContext",
1566
1931
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
1567
1932
  }
@@ -1578,6 +1943,13 @@
1578
1943
  "isSealed": false,
1579
1944
  "isStatic": false,
1580
1945
  "arity": 0,
1946
+ "baseType": {
1947
+ "stableId": "Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication.PrincipalContext\u00601",
1948
+ "clrName": "Microsoft.AspNetCore.Authentication.PrincipalContext\u00601",
1949
+ "typeArguments": [
1950
+ "CookieAuthenticationOptions"
1951
+ ]
1952
+ },
1581
1953
  "methods": [
1582
1954
  {
1583
1955
  "stableId": "Microsoft.AspNetCore.Authentication.Cookies:Microsoft.AspNetCore.Authentication.Cookies.CookieValidatePrincipalContext::ReplacePrincipal(System.Security.Claims.ClaimsPrincipal):System.Void",
@@ -1594,6 +1966,7 @@
1594
1966
  "isVirtual": false,
1595
1967
  "isOverride": false,
1596
1968
  "isSealed": false,
1969
+ "visibility": "Public",
1597
1970
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieValidatePrincipalContext",
1598
1971
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
1599
1972
  "isExtensionMethod": false
@@ -1613,6 +1986,7 @@
1613
1986
  "isVirtual": false,
1614
1987
  "isOverride": false,
1615
1988
  "isSealed": false,
1989
+ "visibility": "Public",
1616
1990
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieValidatePrincipalContext",
1617
1991
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
1618
1992
  "isExtensionMethod": false
@@ -1634,6 +2008,7 @@
1634
2008
  "isAbstract": false,
1635
2009
  "isVirtual": false,
1636
2010
  "isOverride": false,
2011
+ "visibility": "Public",
1637
2012
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieValidatePrincipalContext",
1638
2013
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
1639
2014
  }
@@ -1648,6 +2023,7 @@
1648
2023
  "normalizedSignature": "constructor|(Microsoft.AspNetCore.Http.HttpContext,Microsoft.AspNetCore.Authentication.AuthenticationScheme,Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions,Microsoft.AspNetCore.Authentication.AuthenticationTicket):void|static=false",
1649
2024
  "isStatic": false,
1650
2025
  "parameterCount": 4,
2026
+ "visibility": "Public",
1651
2027
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieValidatePrincipalContext",
1652
2028
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
1653
2029
  }
@@ -1664,6 +2040,19 @@
1664
2040
  "isSealed": false,
1665
2041
  "isStatic": false,
1666
2042
  "arity": 0,
2043
+ "baseType": {
2044
+ "stableId": "System.Private.CoreLib:System.Object",
2045
+ "clrName": "System.Object"
2046
+ },
2047
+ "interfaces": [
2048
+ {
2049
+ "stableId": "Microsoft.Extensions.Options:Microsoft.Extensions.Options.IPostConfigureOptions\u00601",
2050
+ "clrName": "Microsoft.Extensions.Options.IPostConfigureOptions\u00601",
2051
+ "typeArguments": [
2052
+ "CookieAuthenticationOptions"
2053
+ ]
2054
+ }
2055
+ ],
1667
2056
  "methods": [
1668
2057
  {
1669
2058
  "stableId": "Microsoft.AspNetCore.Authentication.Cookies:Microsoft.AspNetCore.Authentication.Cookies.PostConfigureCookieAuthenticationOptions::PostConfigure(System.String,Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions):System.Void",
@@ -1680,6 +2069,7 @@
1680
2069
  "isVirtual": true,
1681
2070
  "isOverride": false,
1682
2071
  "isSealed": true,
2072
+ "visibility": "Public",
1683
2073
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.PostConfigureCookieAuthenticationOptions",
1684
2074
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
1685
2075
  "isExtensionMethod": false
@@ -1696,6 +2086,7 @@
1696
2086
  "normalizedSignature": "constructor|(Microsoft.AspNetCore.DataProtection.IDataProtectionProvider):void|static=false",
1697
2087
  "isStatic": false,
1698
2088
  "parameterCount": 1,
2089
+ "visibility": "Public",
1699
2090
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.PostConfigureCookieAuthenticationOptions",
1700
2091
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
1701
2092
  }
@@ -1712,6 +2103,10 @@
1712
2103
  "isSealed": true,
1713
2104
  "isStatic": true,
1714
2105
  "arity": 0,
2106
+ "baseType": {
2107
+ "stableId": "System.Private.CoreLib:System.Object",
2108
+ "clrName": "System.Object"
2109
+ },
1715
2110
  "methods": [],
1716
2111
  "properties": [],
1717
2112
  "fields": [
@@ -1723,6 +2118,7 @@
1723
2118
  "isStatic": true,
1724
2119
  "isReadOnly": false,
1725
2120
  "isLiteral": true,
2121
+ "visibility": "Public",
1726
2122
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationDefaults",
1727
2123
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
1728
2124
  },
@@ -1734,6 +2130,7 @@
1734
2130
  "isStatic": true,
1735
2131
  "isReadOnly": true,
1736
2132
  "isLiteral": false,
2133
+ "visibility": "Public",
1737
2134
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationDefaults",
1738
2135
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
1739
2136
  },
@@ -1745,6 +2142,7 @@
1745
2142
  "isStatic": true,
1746
2143
  "isReadOnly": true,
1747
2144
  "isLiteral": false,
2145
+ "visibility": "Public",
1748
2146
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationDefaults",
1749
2147
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
1750
2148
  },
@@ -1756,6 +2154,7 @@
1756
2154
  "isStatic": true,
1757
2155
  "isReadOnly": true,
1758
2156
  "isLiteral": false,
2157
+ "visibility": "Public",
1759
2158
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationDefaults",
1760
2159
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
1761
2160
  },
@@ -1767,6 +2166,7 @@
1767
2166
  "isStatic": true,
1768
2167
  "isReadOnly": true,
1769
2168
  "isLiteral": false,
2169
+ "visibility": "Public",
1770
2170
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationDefaults",
1771
2171
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
1772
2172
  },
@@ -1778,6 +2178,7 @@
1778
2178
  "isStatic": true,
1779
2179
  "isReadOnly": true,
1780
2180
  "isLiteral": false,
2181
+ "visibility": "Public",
1781
2182
  "declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationDefaults",
1782
2183
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies"
1783
2184
  }