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