@tsonic/aspnetcore 10.0.1 → 10.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.AspNetCore/bindings.json +12 -0
- package/Microsoft.AspNetCore.Antiforgery/bindings.json +54 -0
- package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +13 -1
- package/Microsoft.AspNetCore.Authentication/bindings.json +2048 -91
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +172 -66
- 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 +24 -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 +31 -13
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/bindings.json +63 -0
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +4 -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 +57 -16
- package/Microsoft.AspNetCore.Authorization.Infrastructure/bindings.json +295 -0
- package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +19 -0
- package/Microsoft.AspNetCore.Authorization.Policy/bindings.json +50 -8
- package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +11 -5
- package/Microsoft.AspNetCore.Builder/bindings.json +970 -13
- package/Microsoft.AspNetCore.Builder/internal/index.d.ts +72 -40
- 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 +150 -47
- package/Microsoft.AspNetCore.Components.Authorization/bindings.json +403 -2
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +50 -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/internal/index.d.ts +4 -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 +209 -44
- package/Microsoft.AspNetCore.Components.Forms.Mapping/bindings.json +32 -4
- package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Components.Forms.Mapping.d.ts +3 -0
- 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 +16 -3
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.d.ts +5 -3
- package/Microsoft.AspNetCore.Components.Infrastructure/bindings.json +27 -0
- package/Microsoft.AspNetCore.Components.Infrastructure.d.ts +3 -0
- package/Microsoft.AspNetCore.Components.RenderTree/bindings.json +774 -2
- package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +34 -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 +5 -0
- package/Microsoft.AspNetCore.Components.Routing/bindings.json +368 -2
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +53 -17
- 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 +14 -7
- package/Microsoft.AspNetCore.Components.Server/bindings.json +130 -1
- package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +17 -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 +54 -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.Internal/internal/index.d.ts +2 -0
- package/Microsoft.AspNetCore.Components.Web.Virtualization/bindings.json +156 -0
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +21 -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 +69 -14
- package/Microsoft.AspNetCore.Connections.Abstractions/bindings.json +2 -0
- package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +2 -0
- package/Microsoft.AspNetCore.Connections.Features/bindings.json +35 -0
- package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +48 -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 +10 -1
- package/Microsoft.AspNetCore.Cors.Infrastructure/bindings.json +140 -0
- package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +18 -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 +20 -1
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/bindings.json +108 -0
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +12 -0
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/bindings.json +173 -1
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +24 -4
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.d.ts +3 -0
- package/Microsoft.AspNetCore.DataProtection.Infrastructure/bindings.json +1 -0
- package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +2 -0
- package/Microsoft.AspNetCore.DataProtection.Internal/bindings.json +1 -0
- package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +2 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/bindings.json +65 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +14 -3
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/bindings.json +20 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +10 -1
- package/Microsoft.AspNetCore.DataProtection.Repositories/bindings.json +59 -0
- package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +12 -0
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption/bindings.json +158 -0
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +24 -0
- package/Microsoft.AspNetCore.Diagnostics/bindings.json +190 -8
- package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +37 -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 +34 -3
- package/Microsoft.AspNetCore.Hosting.Builder/bindings.json +14 -0
- package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.Infrastructure/bindings.json +5 -0
- package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.Server/bindings.json +32 -0
- package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +10 -0
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions/bindings.json +4 -0
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions/internal/index.d.ts +2 -0
- package/Microsoft.AspNetCore.Hosting.Server.Features/bindings.json +17 -0
- package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +4 -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 +17 -1
- package/Microsoft.AspNetCore.Http/bindings.json +1845 -33
- package/Microsoft.AspNetCore.Http/internal/index.d.ts +197 -53
- package/Microsoft.AspNetCore.Http.Connections/bindings.json +118 -0
- package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +16 -9
- package/Microsoft.AspNetCore.Http.Connections.Features/bindings.json +2 -0
- package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +5 -1
- package/Microsoft.AspNetCore.Http.Extensions/bindings.json +49 -0
- package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +3 -0
- package/Microsoft.AspNetCore.Http.Features/bindings.json +477 -4
- package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +131 -18
- package/Microsoft.AspNetCore.Http.Features.Authentication/bindings.json +14 -0
- package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +8 -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 +300 -125
- 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 +52 -6
- package/Microsoft.AspNetCore.Http.Timeouts/bindings.json +33 -0
- package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +5 -2
- package/Microsoft.AspNetCore.HttpLogging/bindings.json +151 -4
- package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +4 -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 +264 -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.UI.Services/internal/index.d.ts +4 -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 +20 -2
- package/Microsoft.AspNetCore.Localization.Routing/bindings.json +16 -0
- package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +2 -0
- package/Microsoft.AspNetCore.Mvc/bindings.json +3044 -12
- package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +508 -107
- package/Microsoft.AspNetCore.Mvc.Abstractions/bindings.json +47 -0
- package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +15 -5
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/bindings.json +102 -1
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +17 -2
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/bindings.json +224 -0
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +42 -13
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/bindings.json +785 -3
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +128 -18
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/bindings.json +138 -2
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +16 -2
- package/Microsoft.AspNetCore.Mvc.Authorization/bindings.json +51 -0
- package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +10 -1
- package/Microsoft.AspNetCore.Mvc.Controllers/bindings.json +127 -0
- package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +23 -2
- package/Microsoft.AspNetCore.Mvc.Controllers.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/bindings.json +7 -0
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +2 -0
- package/Microsoft.AspNetCore.Mvc.Cors/bindings.json +29 -0
- package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +6 -1
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/bindings.json +203 -1
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +27 -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 +366 -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 +100 -24
- package/Microsoft.AspNetCore.Mvc.Formatters/bindings.json +1202 -27
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +111 -13
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/bindings.json +260 -1
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +40 -4
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml.d.ts +4 -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 +97 -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 +23 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +1714 -32
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +234 -58
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/bindings.json +976 -1
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +101 -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 +75 -32
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.d.ts +3 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/bindings.json +576 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +45 -8
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +4 -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 +50 -9
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/bindings.json +27 -0
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +8 -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 +27 -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 +33 -10
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/bindings.json +217 -1
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +32 -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 +19 -3
- package/Microsoft.AspNetCore.Mvc.Routing/bindings.json +393 -3
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +58 -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 +84 -32
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/bindings.json +74 -0
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +14 -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 +43 -3
- package/Microsoft.AspNetCore.Mvc.ViewEngines/bindings.json +51 -6
- package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +13 -4
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/bindings.json +1966 -56
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +114 -7
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/bindings.json +10 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +2 -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 +16 -8
- package/Microsoft.AspNetCore.RateLimiting/bindings.json +42 -0
- package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +4 -2
- package/Microsoft.AspNetCore.Razor.Hosting/bindings.json +126 -1
- package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +11 -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 +52 -12
- package/Microsoft.AspNetCore.RequestDecompression/bindings.json +8 -0
- package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +4 -0
- package/Microsoft.AspNetCore.ResponseCaching/bindings.json +28 -0
- package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +6 -2
- package/Microsoft.AspNetCore.ResponseCompression/bindings.json +165 -0
- package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +23 -0
- package/Microsoft.AspNetCore.Rewrite/bindings.json +86 -0
- package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +2 -0
- package/Microsoft.AspNetCore.Routing/bindings.json +1025 -18
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +139 -26
- package/Microsoft.AspNetCore.Routing.Constraints/bindings.json +615 -10
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +117 -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 +28 -6
- package/Microsoft.AspNetCore.Routing.Patterns/bindings.json +175 -1
- package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +4 -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 +6 -10
- package/Microsoft.AspNetCore.Server.HttpSys/bindings.json +290 -0
- package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +21 -9
- package/Microsoft.AspNetCore.Server.IIS/bindings.json +31 -0
- package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +4 -1
- package/Microsoft.AspNetCore.Server.IISIntegration/bindings.json +28 -0
- package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +2 -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 +13 -7
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/bindings.json +8 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +16 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/bindings.json +129 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +6 -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.Server.Kestrel.Transport.Sockets/internal/index.d.ts +5 -0
- package/Microsoft.AspNetCore.Session/bindings.json +67 -0
- package/Microsoft.AspNetCore.Session/internal/index.d.ts +8 -0
- package/Microsoft.AspNetCore.SignalR/bindings.json +616 -5
- package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +63 -10
- package/Microsoft.AspNetCore.SignalR.Protocol/bindings.json +228 -5
- package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +15 -11
- package/Microsoft.AspNetCore.StaticAssets/bindings.json +45 -0
- package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +2 -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 +9 -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.WebSockets.d.ts +3 -0
- package/Microsoft.AspNetCore.WebUtilities/bindings.json +435 -4
- package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +28 -6
- package/Microsoft.Extensions.DependencyInjection/bindings.json +489 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +10 -0
- package/Microsoft.Extensions.Hosting/bindings.json +19 -0
- package/Microsoft.Extensions.Hosting.d.ts +3 -0
- package/Microsoft.JSInterop/bindings.json +545 -3
- package/Microsoft.JSInterop/internal/index.d.ts +52 -6
- package/Microsoft.JSInterop.Implementation/bindings.json +178 -3
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +15 -6
- package/Microsoft.JSInterop.Implementation.d.ts +1 -1
- package/Microsoft.JSInterop.Infrastructure/bindings.json +62 -0
- package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +2 -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 +8 -6
- package/System.Formats.Cbor/bindings.json +251 -0
- package/System.Formats.Cbor/internal/index.d.ts +3 -1
- package/System.Formats.Cbor.d.ts +1 -1
- package/System.Security.Claims/bindings.json +5 -0
- package/System.Security.Claims.d.ts +3 -0
- package/System.Threading.RateLimiting/bindings.json +1001 -10
- package/System.Threading.RateLimiting/internal/index.d.ts +58 -4
- package/__internal/extensions/index.d.ts +818 -529
- package/package.json +1 -1
package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/bindings.json
CHANGED
|
@@ -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.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor",
|
|
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.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptorDeserializer",
|
|
72
74
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
|
|
73
75
|
"isExtensionMethod": false
|
|
@@ -89,6 +91,10 @@
|
|
|
89
91
|
"isSealed": false,
|
|
90
92
|
"isStatic": false,
|
|
91
93
|
"arity": 0,
|
|
94
|
+
"baseType": {
|
|
95
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
96
|
+
"clrName": "System.Object"
|
|
97
|
+
},
|
|
92
98
|
"methods": [
|
|
93
99
|
{
|
|
94
100
|
"stableId": "Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AlgorithmConfiguration::CreateNewDescriptor():Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor",
|
|
@@ -105,6 +111,7 @@
|
|
|
105
111
|
"isVirtual": true,
|
|
106
112
|
"isOverride": false,
|
|
107
113
|
"isSealed": false,
|
|
114
|
+
"visibility": "Public",
|
|
108
115
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AlgorithmConfiguration",
|
|
109
116
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
|
|
110
117
|
"isExtensionMethod": false
|
|
@@ -113,7 +120,19 @@
|
|
|
113
120
|
"properties": [],
|
|
114
121
|
"fields": [],
|
|
115
122
|
"events": [],
|
|
116
|
-
"constructors": [
|
|
123
|
+
"constructors": [
|
|
124
|
+
{
|
|
125
|
+
"stableId": "Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AlgorithmConfiguration::.ctor():void",
|
|
126
|
+
"metadataToken": 100663915,
|
|
127
|
+
"canonicalSignature": "():void",
|
|
128
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
129
|
+
"isStatic": false,
|
|
130
|
+
"parameterCount": 0,
|
|
131
|
+
"visibility": "Protected",
|
|
132
|
+
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AlgorithmConfiguration",
|
|
133
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
|
|
134
|
+
}
|
|
135
|
+
]
|
|
117
136
|
},
|
|
118
137
|
{
|
|
119
138
|
"stableId": "Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorConfiguration",
|
|
@@ -126,6 +145,10 @@
|
|
|
126
145
|
"isSealed": true,
|
|
127
146
|
"isStatic": false,
|
|
128
147
|
"arity": 0,
|
|
148
|
+
"baseType": {
|
|
149
|
+
"stableId": "Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AlgorithmConfiguration",
|
|
150
|
+
"clrName": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AlgorithmConfiguration"
|
|
151
|
+
},
|
|
129
152
|
"methods": [
|
|
130
153
|
{
|
|
131
154
|
"stableId": "Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorConfiguration::CreateNewDescriptor():Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor",
|
|
@@ -142,6 +165,7 @@
|
|
|
142
165
|
"isVirtual": true,
|
|
143
166
|
"isOverride": true,
|
|
144
167
|
"isSealed": false,
|
|
168
|
+
"visibility": "Public",
|
|
145
169
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorConfiguration",
|
|
146
170
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
|
|
147
171
|
"isExtensionMethod": false
|
|
@@ -163,6 +187,7 @@
|
|
|
163
187
|
"isAbstract": false,
|
|
164
188
|
"isVirtual": false,
|
|
165
189
|
"isOverride": false,
|
|
190
|
+
"visibility": "Public",
|
|
166
191
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorConfiguration",
|
|
167
192
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
|
|
168
193
|
},
|
|
@@ -181,6 +206,7 @@
|
|
|
181
206
|
"isAbstract": false,
|
|
182
207
|
"isVirtual": false,
|
|
183
208
|
"isOverride": false,
|
|
209
|
+
"visibility": "Public",
|
|
184
210
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorConfiguration",
|
|
185
211
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
|
|
186
212
|
}
|
|
@@ -195,6 +221,7 @@
|
|
|
195
221
|
"normalizedSignature": "constructor|():void|static=false",
|
|
196
222
|
"isStatic": false,
|
|
197
223
|
"parameterCount": 0,
|
|
224
|
+
"visibility": "Public",
|
|
198
225
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorConfiguration",
|
|
199
226
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
|
|
200
227
|
}
|
|
@@ -211,6 +238,16 @@
|
|
|
211
238
|
"isSealed": true,
|
|
212
239
|
"isStatic": false,
|
|
213
240
|
"arity": 0,
|
|
241
|
+
"baseType": {
|
|
242
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
243
|
+
"clrName": "System.Object"
|
|
244
|
+
},
|
|
245
|
+
"interfaces": [
|
|
246
|
+
{
|
|
247
|
+
"stableId": "Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor",
|
|
248
|
+
"clrName": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor"
|
|
249
|
+
}
|
|
250
|
+
],
|
|
214
251
|
"methods": [
|
|
215
252
|
{
|
|
216
253
|
"stableId": "Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptor::ExportToXml():Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.XmlSerializedDescriptorInfo",
|
|
@@ -227,6 +264,7 @@
|
|
|
227
264
|
"isVirtual": true,
|
|
228
265
|
"isOverride": false,
|
|
229
266
|
"isSealed": true,
|
|
267
|
+
"visibility": "Public",
|
|
230
268
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptor",
|
|
231
269
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
|
|
232
270
|
"isExtensionMethod": false
|
|
@@ -246,6 +284,7 @@
|
|
|
246
284
|
"isVirtual": true,
|
|
247
285
|
"isOverride": false,
|
|
248
286
|
"isSealed": false,
|
|
287
|
+
"visibility": "Public",
|
|
249
288
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor",
|
|
250
289
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
|
|
251
290
|
"isExtensionMethod": false,
|
|
@@ -263,6 +302,7 @@
|
|
|
263
302
|
"normalizedSignature": "constructor|(Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorConfiguration,Microsoft.AspNetCore.DataProtection.ISecret):void|static=false",
|
|
264
303
|
"isStatic": false,
|
|
265
304
|
"parameterCount": 2,
|
|
305
|
+
"visibility": "Public",
|
|
266
306
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptor",
|
|
267
307
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
|
|
268
308
|
}
|
|
@@ -279,6 +319,16 @@
|
|
|
279
319
|
"isSealed": true,
|
|
280
320
|
"isStatic": false,
|
|
281
321
|
"arity": 0,
|
|
322
|
+
"baseType": {
|
|
323
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
324
|
+
"clrName": "System.Object"
|
|
325
|
+
},
|
|
326
|
+
"interfaces": [
|
|
327
|
+
{
|
|
328
|
+
"stableId": "Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptorDeserializer",
|
|
329
|
+
"clrName": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptorDeserializer"
|
|
330
|
+
}
|
|
331
|
+
],
|
|
282
332
|
"methods": [
|
|
283
333
|
{
|
|
284
334
|
"stableId": "Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer::ImportFromXml(System.Xml.Linq.XElement):Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor",
|
|
@@ -295,6 +345,7 @@
|
|
|
295
345
|
"isVirtual": true,
|
|
296
346
|
"isOverride": false,
|
|
297
347
|
"isSealed": true,
|
|
348
|
+
"visibility": "Public",
|
|
298
349
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer",
|
|
299
350
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
|
|
300
351
|
"isExtensionMethod": false
|
|
@@ -314,6 +365,7 @@
|
|
|
314
365
|
"isVirtual": true,
|
|
315
366
|
"isOverride": false,
|
|
316
367
|
"isSealed": false,
|
|
368
|
+
"visibility": "Public",
|
|
317
369
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptorDeserializer",
|
|
318
370
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
|
|
319
371
|
"isExtensionMethod": false,
|
|
@@ -331,6 +383,7 @@
|
|
|
331
383
|
"normalizedSignature": "constructor|():void|static=false",
|
|
332
384
|
"isStatic": false,
|
|
333
385
|
"parameterCount": 0,
|
|
386
|
+
"visibility": "Public",
|
|
334
387
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer",
|
|
335
388
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
|
|
336
389
|
}
|
|
@@ -347,6 +400,10 @@
|
|
|
347
400
|
"isSealed": true,
|
|
348
401
|
"isStatic": false,
|
|
349
402
|
"arity": 0,
|
|
403
|
+
"baseType": {
|
|
404
|
+
"stableId": "Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AlgorithmConfiguration",
|
|
405
|
+
"clrName": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AlgorithmConfiguration"
|
|
406
|
+
},
|
|
350
407
|
"methods": [
|
|
351
408
|
{
|
|
352
409
|
"stableId": "Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.CngCbcAuthenticatedEncryptorConfiguration::CreateNewDescriptor():Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor",
|
|
@@ -363,6 +420,7 @@
|
|
|
363
420
|
"isVirtual": true,
|
|
364
421
|
"isOverride": true,
|
|
365
422
|
"isSealed": false,
|
|
423
|
+
"visibility": "Public",
|
|
366
424
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.CngCbcAuthenticatedEncryptorConfiguration",
|
|
367
425
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
|
|
368
426
|
"isExtensionMethod": false
|
|
@@ -384,6 +442,7 @@
|
|
|
384
442
|
"isAbstract": false,
|
|
385
443
|
"isVirtual": false,
|
|
386
444
|
"isOverride": false,
|
|
445
|
+
"visibility": "Public",
|
|
387
446
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.CngCbcAuthenticatedEncryptorConfiguration",
|
|
388
447
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
|
|
389
448
|
},
|
|
@@ -402,6 +461,7 @@
|
|
|
402
461
|
"isAbstract": false,
|
|
403
462
|
"isVirtual": false,
|
|
404
463
|
"isOverride": false,
|
|
464
|
+
"visibility": "Public",
|
|
405
465
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.CngCbcAuthenticatedEncryptorConfiguration",
|
|
406
466
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
|
|
407
467
|
},
|
|
@@ -420,6 +480,7 @@
|
|
|
420
480
|
"isAbstract": false,
|
|
421
481
|
"isVirtual": false,
|
|
422
482
|
"isOverride": false,
|
|
483
|
+
"visibility": "Public",
|
|
423
484
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.CngCbcAuthenticatedEncryptorConfiguration",
|
|
424
485
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
|
|
425
486
|
},
|
|
@@ -438,6 +499,7 @@
|
|
|
438
499
|
"isAbstract": false,
|
|
439
500
|
"isVirtual": false,
|
|
440
501
|
"isOverride": false,
|
|
502
|
+
"visibility": "Public",
|
|
441
503
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.CngCbcAuthenticatedEncryptorConfiguration",
|
|
442
504
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
|
|
443
505
|
},
|
|
@@ -456,6 +518,7 @@
|
|
|
456
518
|
"isAbstract": false,
|
|
457
519
|
"isVirtual": false,
|
|
458
520
|
"isOverride": false,
|
|
521
|
+
"visibility": "Public",
|
|
459
522
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.CngCbcAuthenticatedEncryptorConfiguration",
|
|
460
523
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
|
|
461
524
|
}
|
|
@@ -470,6 +533,7 @@
|
|
|
470
533
|
"normalizedSignature": "constructor|():void|static=false",
|
|
471
534
|
"isStatic": false,
|
|
472
535
|
"parameterCount": 0,
|
|
536
|
+
"visibility": "Public",
|
|
473
537
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.CngCbcAuthenticatedEncryptorConfiguration",
|
|
474
538
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
|
|
475
539
|
}
|
|
@@ -486,6 +550,16 @@
|
|
|
486
550
|
"isSealed": true,
|
|
487
551
|
"isStatic": false,
|
|
488
552
|
"arity": 0,
|
|
553
|
+
"baseType": {
|
|
554
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
555
|
+
"clrName": "System.Object"
|
|
556
|
+
},
|
|
557
|
+
"interfaces": [
|
|
558
|
+
{
|
|
559
|
+
"stableId": "Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor",
|
|
560
|
+
"clrName": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor"
|
|
561
|
+
}
|
|
562
|
+
],
|
|
489
563
|
"methods": [
|
|
490
564
|
{
|
|
491
565
|
"stableId": "Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.CngCbcAuthenticatedEncryptorDescriptor::ExportToXml():Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.XmlSerializedDescriptorInfo",
|
|
@@ -502,6 +576,7 @@
|
|
|
502
576
|
"isVirtual": true,
|
|
503
577
|
"isOverride": false,
|
|
504
578
|
"isSealed": true,
|
|
579
|
+
"visibility": "Public",
|
|
505
580
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.CngCbcAuthenticatedEncryptorDescriptor",
|
|
506
581
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
|
|
507
582
|
"isExtensionMethod": false
|
|
@@ -521,6 +596,7 @@
|
|
|
521
596
|
"isVirtual": true,
|
|
522
597
|
"isOverride": false,
|
|
523
598
|
"isSealed": false,
|
|
599
|
+
"visibility": "Public",
|
|
524
600
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor",
|
|
525
601
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
|
|
526
602
|
"isExtensionMethod": false,
|
|
@@ -538,6 +614,7 @@
|
|
|
538
614
|
"normalizedSignature": "constructor|(Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.CngCbcAuthenticatedEncryptorConfiguration,Microsoft.AspNetCore.DataProtection.ISecret):void|static=false",
|
|
539
615
|
"isStatic": false,
|
|
540
616
|
"parameterCount": 2,
|
|
617
|
+
"visibility": "Public",
|
|
541
618
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.CngCbcAuthenticatedEncryptorDescriptor",
|
|
542
619
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
|
|
543
620
|
}
|
|
@@ -554,6 +631,16 @@
|
|
|
554
631
|
"isSealed": true,
|
|
555
632
|
"isStatic": false,
|
|
556
633
|
"arity": 0,
|
|
634
|
+
"baseType": {
|
|
635
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
636
|
+
"clrName": "System.Object"
|
|
637
|
+
},
|
|
638
|
+
"interfaces": [
|
|
639
|
+
{
|
|
640
|
+
"stableId": "Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptorDeserializer",
|
|
641
|
+
"clrName": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptorDeserializer"
|
|
642
|
+
}
|
|
643
|
+
],
|
|
557
644
|
"methods": [
|
|
558
645
|
{
|
|
559
646
|
"stableId": "Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.CngCbcAuthenticatedEncryptorDescriptorDeserializer::ImportFromXml(System.Xml.Linq.XElement):Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor",
|
|
@@ -570,6 +657,7 @@
|
|
|
570
657
|
"isVirtual": true,
|
|
571
658
|
"isOverride": false,
|
|
572
659
|
"isSealed": true,
|
|
660
|
+
"visibility": "Public",
|
|
573
661
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.CngCbcAuthenticatedEncryptorDescriptorDeserializer",
|
|
574
662
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
|
|
575
663
|
"isExtensionMethod": false
|
|
@@ -589,6 +677,7 @@
|
|
|
589
677
|
"isVirtual": true,
|
|
590
678
|
"isOverride": false,
|
|
591
679
|
"isSealed": false,
|
|
680
|
+
"visibility": "Public",
|
|
592
681
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptorDeserializer",
|
|
593
682
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
|
|
594
683
|
"isExtensionMethod": false,
|
|
@@ -606,6 +695,7 @@
|
|
|
606
695
|
"normalizedSignature": "constructor|():void|static=false",
|
|
607
696
|
"isStatic": false,
|
|
608
697
|
"parameterCount": 0,
|
|
698
|
+
"visibility": "Public",
|
|
609
699
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.CngCbcAuthenticatedEncryptorDescriptorDeserializer",
|
|
610
700
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
|
|
611
701
|
}
|
|
@@ -622,6 +712,10 @@
|
|
|
622
712
|
"isSealed": true,
|
|
623
713
|
"isStatic": false,
|
|
624
714
|
"arity": 0,
|
|
715
|
+
"baseType": {
|
|
716
|
+
"stableId": "Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AlgorithmConfiguration",
|
|
717
|
+
"clrName": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AlgorithmConfiguration"
|
|
718
|
+
},
|
|
625
719
|
"methods": [
|
|
626
720
|
{
|
|
627
721
|
"stableId": "Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.CngGcmAuthenticatedEncryptorConfiguration::CreateNewDescriptor():Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor",
|
|
@@ -638,6 +732,7 @@
|
|
|
638
732
|
"isVirtual": true,
|
|
639
733
|
"isOverride": true,
|
|
640
734
|
"isSealed": false,
|
|
735
|
+
"visibility": "Public",
|
|
641
736
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.CngGcmAuthenticatedEncryptorConfiguration",
|
|
642
737
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
|
|
643
738
|
"isExtensionMethod": false
|
|
@@ -659,6 +754,7 @@
|
|
|
659
754
|
"isAbstract": false,
|
|
660
755
|
"isVirtual": false,
|
|
661
756
|
"isOverride": false,
|
|
757
|
+
"visibility": "Public",
|
|
662
758
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.CngGcmAuthenticatedEncryptorConfiguration",
|
|
663
759
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
|
|
664
760
|
},
|
|
@@ -677,6 +773,7 @@
|
|
|
677
773
|
"isAbstract": false,
|
|
678
774
|
"isVirtual": false,
|
|
679
775
|
"isOverride": false,
|
|
776
|
+
"visibility": "Public",
|
|
680
777
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.CngGcmAuthenticatedEncryptorConfiguration",
|
|
681
778
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
|
|
682
779
|
},
|
|
@@ -695,6 +792,7 @@
|
|
|
695
792
|
"isAbstract": false,
|
|
696
793
|
"isVirtual": false,
|
|
697
794
|
"isOverride": false,
|
|
795
|
+
"visibility": "Public",
|
|
698
796
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.CngGcmAuthenticatedEncryptorConfiguration",
|
|
699
797
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
|
|
700
798
|
}
|
|
@@ -709,6 +807,7 @@
|
|
|
709
807
|
"normalizedSignature": "constructor|():void|static=false",
|
|
710
808
|
"isStatic": false,
|
|
711
809
|
"parameterCount": 0,
|
|
810
|
+
"visibility": "Public",
|
|
712
811
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.CngGcmAuthenticatedEncryptorConfiguration",
|
|
713
812
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
|
|
714
813
|
}
|
|
@@ -725,6 +824,16 @@
|
|
|
725
824
|
"isSealed": true,
|
|
726
825
|
"isStatic": false,
|
|
727
826
|
"arity": 0,
|
|
827
|
+
"baseType": {
|
|
828
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
829
|
+
"clrName": "System.Object"
|
|
830
|
+
},
|
|
831
|
+
"interfaces": [
|
|
832
|
+
{
|
|
833
|
+
"stableId": "Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor",
|
|
834
|
+
"clrName": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor"
|
|
835
|
+
}
|
|
836
|
+
],
|
|
728
837
|
"methods": [
|
|
729
838
|
{
|
|
730
839
|
"stableId": "Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.CngGcmAuthenticatedEncryptorDescriptor::ExportToXml():Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.XmlSerializedDescriptorInfo",
|
|
@@ -741,6 +850,7 @@
|
|
|
741
850
|
"isVirtual": true,
|
|
742
851
|
"isOverride": false,
|
|
743
852
|
"isSealed": true,
|
|
853
|
+
"visibility": "Public",
|
|
744
854
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.CngGcmAuthenticatedEncryptorDescriptor",
|
|
745
855
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
|
|
746
856
|
"isExtensionMethod": false
|
|
@@ -760,6 +870,7 @@
|
|
|
760
870
|
"isVirtual": true,
|
|
761
871
|
"isOverride": false,
|
|
762
872
|
"isSealed": false,
|
|
873
|
+
"visibility": "Public",
|
|
763
874
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor",
|
|
764
875
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
|
|
765
876
|
"isExtensionMethod": false,
|
|
@@ -777,6 +888,7 @@
|
|
|
777
888
|
"normalizedSignature": "constructor|(Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.CngGcmAuthenticatedEncryptorConfiguration,Microsoft.AspNetCore.DataProtection.ISecret):void|static=false",
|
|
778
889
|
"isStatic": false,
|
|
779
890
|
"parameterCount": 2,
|
|
891
|
+
"visibility": "Public",
|
|
780
892
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.CngGcmAuthenticatedEncryptorDescriptor",
|
|
781
893
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
|
|
782
894
|
}
|
|
@@ -793,6 +905,16 @@
|
|
|
793
905
|
"isSealed": true,
|
|
794
906
|
"isStatic": false,
|
|
795
907
|
"arity": 0,
|
|
908
|
+
"baseType": {
|
|
909
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
910
|
+
"clrName": "System.Object"
|
|
911
|
+
},
|
|
912
|
+
"interfaces": [
|
|
913
|
+
{
|
|
914
|
+
"stableId": "Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptorDeserializer",
|
|
915
|
+
"clrName": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptorDeserializer"
|
|
916
|
+
}
|
|
917
|
+
],
|
|
796
918
|
"methods": [
|
|
797
919
|
{
|
|
798
920
|
"stableId": "Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.CngGcmAuthenticatedEncryptorDescriptorDeserializer::ImportFromXml(System.Xml.Linq.XElement):Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor",
|
|
@@ -809,6 +931,7 @@
|
|
|
809
931
|
"isVirtual": true,
|
|
810
932
|
"isOverride": false,
|
|
811
933
|
"isSealed": true,
|
|
934
|
+
"visibility": "Public",
|
|
812
935
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.CngGcmAuthenticatedEncryptorDescriptorDeserializer",
|
|
813
936
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
|
|
814
937
|
"isExtensionMethod": false
|
|
@@ -828,6 +951,7 @@
|
|
|
828
951
|
"isVirtual": true,
|
|
829
952
|
"isOverride": false,
|
|
830
953
|
"isSealed": false,
|
|
954
|
+
"visibility": "Public",
|
|
831
955
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptorDeserializer",
|
|
832
956
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
|
|
833
957
|
"isExtensionMethod": false,
|
|
@@ -845,6 +969,7 @@
|
|
|
845
969
|
"normalizedSignature": "constructor|():void|static=false",
|
|
846
970
|
"isStatic": false,
|
|
847
971
|
"parameterCount": 0,
|
|
972
|
+
"visibility": "Public",
|
|
848
973
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.CngGcmAuthenticatedEncryptorDescriptorDeserializer",
|
|
849
974
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
|
|
850
975
|
}
|
|
@@ -861,6 +986,10 @@
|
|
|
861
986
|
"isSealed": true,
|
|
862
987
|
"isStatic": false,
|
|
863
988
|
"arity": 0,
|
|
989
|
+
"baseType": {
|
|
990
|
+
"stableId": "Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AlgorithmConfiguration",
|
|
991
|
+
"clrName": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AlgorithmConfiguration"
|
|
992
|
+
},
|
|
864
993
|
"methods": [
|
|
865
994
|
{
|
|
866
995
|
"stableId": "Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.ManagedAuthenticatedEncryptorConfiguration::CreateNewDescriptor():Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor",
|
|
@@ -877,6 +1006,7 @@
|
|
|
877
1006
|
"isVirtual": true,
|
|
878
1007
|
"isOverride": true,
|
|
879
1008
|
"isSealed": false,
|
|
1009
|
+
"visibility": "Public",
|
|
880
1010
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.ManagedAuthenticatedEncryptorConfiguration",
|
|
881
1011
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
|
|
882
1012
|
"isExtensionMethod": false
|
|
@@ -898,6 +1028,7 @@
|
|
|
898
1028
|
"isAbstract": false,
|
|
899
1029
|
"isVirtual": false,
|
|
900
1030
|
"isOverride": false,
|
|
1031
|
+
"visibility": "Public",
|
|
901
1032
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.ManagedAuthenticatedEncryptorConfiguration",
|
|
902
1033
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
|
|
903
1034
|
},
|
|
@@ -916,6 +1047,7 @@
|
|
|
916
1047
|
"isAbstract": false,
|
|
917
1048
|
"isVirtual": false,
|
|
918
1049
|
"isOverride": false,
|
|
1050
|
+
"visibility": "Public",
|
|
919
1051
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.ManagedAuthenticatedEncryptorConfiguration",
|
|
920
1052
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
|
|
921
1053
|
},
|
|
@@ -934,6 +1066,7 @@
|
|
|
934
1066
|
"isAbstract": false,
|
|
935
1067
|
"isVirtual": false,
|
|
936
1068
|
"isOverride": false,
|
|
1069
|
+
"visibility": "Public",
|
|
937
1070
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.ManagedAuthenticatedEncryptorConfiguration",
|
|
938
1071
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
|
|
939
1072
|
}
|
|
@@ -948,6 +1081,7 @@
|
|
|
948
1081
|
"normalizedSignature": "constructor|():void|static=false",
|
|
949
1082
|
"isStatic": false,
|
|
950
1083
|
"parameterCount": 0,
|
|
1084
|
+
"visibility": "Public",
|
|
951
1085
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.ManagedAuthenticatedEncryptorConfiguration",
|
|
952
1086
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
|
|
953
1087
|
}
|
|
@@ -964,6 +1098,16 @@
|
|
|
964
1098
|
"isSealed": true,
|
|
965
1099
|
"isStatic": false,
|
|
966
1100
|
"arity": 0,
|
|
1101
|
+
"baseType": {
|
|
1102
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1103
|
+
"clrName": "System.Object"
|
|
1104
|
+
},
|
|
1105
|
+
"interfaces": [
|
|
1106
|
+
{
|
|
1107
|
+
"stableId": "Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor",
|
|
1108
|
+
"clrName": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor"
|
|
1109
|
+
}
|
|
1110
|
+
],
|
|
967
1111
|
"methods": [
|
|
968
1112
|
{
|
|
969
1113
|
"stableId": "Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.ManagedAuthenticatedEncryptorDescriptor::ExportToXml():Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.XmlSerializedDescriptorInfo",
|
|
@@ -980,6 +1124,7 @@
|
|
|
980
1124
|
"isVirtual": true,
|
|
981
1125
|
"isOverride": false,
|
|
982
1126
|
"isSealed": true,
|
|
1127
|
+
"visibility": "Public",
|
|
983
1128
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.ManagedAuthenticatedEncryptorDescriptor",
|
|
984
1129
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
|
|
985
1130
|
"isExtensionMethod": false
|
|
@@ -999,6 +1144,7 @@
|
|
|
999
1144
|
"isVirtual": true,
|
|
1000
1145
|
"isOverride": false,
|
|
1001
1146
|
"isSealed": false,
|
|
1147
|
+
"visibility": "Public",
|
|
1002
1148
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor",
|
|
1003
1149
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
|
|
1004
1150
|
"isExtensionMethod": false,
|
|
@@ -1016,6 +1162,7 @@
|
|
|
1016
1162
|
"normalizedSignature": "constructor|(Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.ManagedAuthenticatedEncryptorConfiguration,Microsoft.AspNetCore.DataProtection.ISecret):void|static=false",
|
|
1017
1163
|
"isStatic": false,
|
|
1018
1164
|
"parameterCount": 2,
|
|
1165
|
+
"visibility": "Public",
|
|
1019
1166
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.ManagedAuthenticatedEncryptorDescriptor",
|
|
1020
1167
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
|
|
1021
1168
|
}
|
|
@@ -1032,6 +1179,16 @@
|
|
|
1032
1179
|
"isSealed": true,
|
|
1033
1180
|
"isStatic": false,
|
|
1034
1181
|
"arity": 0,
|
|
1182
|
+
"baseType": {
|
|
1183
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1184
|
+
"clrName": "System.Object"
|
|
1185
|
+
},
|
|
1186
|
+
"interfaces": [
|
|
1187
|
+
{
|
|
1188
|
+
"stableId": "Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptorDeserializer",
|
|
1189
|
+
"clrName": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptorDeserializer"
|
|
1190
|
+
}
|
|
1191
|
+
],
|
|
1035
1192
|
"methods": [
|
|
1036
1193
|
{
|
|
1037
1194
|
"stableId": "Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.ManagedAuthenticatedEncryptorDescriptorDeserializer::ImportFromXml(System.Xml.Linq.XElement):Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor",
|
|
@@ -1048,6 +1205,7 @@
|
|
|
1048
1205
|
"isVirtual": true,
|
|
1049
1206
|
"isOverride": false,
|
|
1050
1207
|
"isSealed": true,
|
|
1208
|
+
"visibility": "Public",
|
|
1051
1209
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.ManagedAuthenticatedEncryptorDescriptorDeserializer",
|
|
1052
1210
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
|
|
1053
1211
|
"isExtensionMethod": false
|
|
@@ -1067,6 +1225,7 @@
|
|
|
1067
1225
|
"isVirtual": true,
|
|
1068
1226
|
"isOverride": false,
|
|
1069
1227
|
"isSealed": false,
|
|
1228
|
+
"visibility": "Public",
|
|
1070
1229
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptorDeserializer",
|
|
1071
1230
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
|
|
1072
1231
|
"isExtensionMethod": false,
|
|
@@ -1084,6 +1243,7 @@
|
|
|
1084
1243
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1085
1244
|
"isStatic": false,
|
|
1086
1245
|
"parameterCount": 0,
|
|
1246
|
+
"visibility": "Public",
|
|
1087
1247
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.ManagedAuthenticatedEncryptorDescriptorDeserializer",
|
|
1088
1248
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
|
|
1089
1249
|
}
|
|
@@ -1100,6 +1260,10 @@
|
|
|
1100
1260
|
"isSealed": true,
|
|
1101
1261
|
"isStatic": false,
|
|
1102
1262
|
"arity": 0,
|
|
1263
|
+
"baseType": {
|
|
1264
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1265
|
+
"clrName": "System.Object"
|
|
1266
|
+
},
|
|
1103
1267
|
"methods": [],
|
|
1104
1268
|
"properties": [
|
|
1105
1269
|
{
|
|
@@ -1117,6 +1281,7 @@
|
|
|
1117
1281
|
"isAbstract": false,
|
|
1118
1282
|
"isVirtual": false,
|
|
1119
1283
|
"isOverride": false,
|
|
1284
|
+
"visibility": "Public",
|
|
1120
1285
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.XmlSerializedDescriptorInfo",
|
|
1121
1286
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
|
|
1122
1287
|
},
|
|
@@ -1135,6 +1300,7 @@
|
|
|
1135
1300
|
"isAbstract": false,
|
|
1136
1301
|
"isVirtual": false,
|
|
1137
1302
|
"isOverride": false,
|
|
1303
|
+
"visibility": "Public",
|
|
1138
1304
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.XmlSerializedDescriptorInfo",
|
|
1139
1305
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
|
|
1140
1306
|
}
|
|
@@ -1149,6 +1315,7 @@
|
|
|
1149
1315
|
"normalizedSignature": "constructor|(System.Xml.Linq.XElement,System.Type):void|static=false",
|
|
1150
1316
|
"isStatic": false,
|
|
1151
1317
|
"parameterCount": 2,
|
|
1318
|
+
"visibility": "Public",
|
|
1152
1319
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.XmlSerializedDescriptorInfo",
|
|
1153
1320
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection"
|
|
1154
1321
|
}
|
|
@@ -1165,6 +1332,10 @@
|
|
|
1165
1332
|
"isSealed": true,
|
|
1166
1333
|
"isStatic": true,
|
|
1167
1334
|
"arity": 0,
|
|
1335
|
+
"baseType": {
|
|
1336
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1337
|
+
"clrName": "System.Object"
|
|
1338
|
+
},
|
|
1168
1339
|
"methods": [
|
|
1169
1340
|
{
|
|
1170
1341
|
"stableId": "Microsoft.AspNetCore.DataProtection:Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.XmlExtensions::MarkAsRequiresEncryption(System.Xml.Linq.XElement):System.Void",
|
|
@@ -1181,6 +1352,7 @@
|
|
|
1181
1352
|
"isVirtual": false,
|
|
1182
1353
|
"isOverride": false,
|
|
1183
1354
|
"isSealed": false,
|
|
1355
|
+
"visibility": "Public",
|
|
1184
1356
|
"declaringClrType": "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.XmlExtensions",
|
|
1185
1357
|
"declaringAssemblyName": "Microsoft.AspNetCore.DataProtection",
|
|
1186
1358
|
"isExtensionMethod": true
|