@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
|
@@ -15,6 +15,20 @@
|
|
|
15
15
|
"isSealed": false,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
20
|
+
"clrName": "System.Object"
|
|
21
|
+
},
|
|
22
|
+
"interfaces": [
|
|
23
|
+
{
|
|
24
|
+
"stableId": "Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization.IAuthorizationHandler",
|
|
25
|
+
"clrName": "Microsoft.AspNetCore.Authorization.IAuthorizationHandler"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"stableId": "Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization.IAuthorizationRequirement",
|
|
29
|
+
"clrName": "Microsoft.AspNetCore.Authorization.IAuthorizationRequirement"
|
|
30
|
+
}
|
|
31
|
+
],
|
|
18
32
|
"methods": [
|
|
19
33
|
{
|
|
20
34
|
"stableId": "Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization.Infrastructure.AssertionRequirement::HandleAsync(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext):System.Threading.Tasks.Task",
|
|
@@ -31,6 +45,7 @@
|
|
|
31
45
|
"isVirtual": true,
|
|
32
46
|
"isOverride": false,
|
|
33
47
|
"isSealed": true,
|
|
48
|
+
"visibility": "Public",
|
|
34
49
|
"declaringClrType": "Microsoft.AspNetCore.Authorization.Infrastructure.AssertionRequirement",
|
|
35
50
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization",
|
|
36
51
|
"isExtensionMethod": false
|
|
@@ -50,6 +65,7 @@
|
|
|
50
65
|
"isVirtual": true,
|
|
51
66
|
"isOverride": true,
|
|
52
67
|
"isSealed": false,
|
|
68
|
+
"visibility": "Public",
|
|
53
69
|
"declaringClrType": "Microsoft.AspNetCore.Authorization.Infrastructure.AssertionRequirement",
|
|
54
70
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization",
|
|
55
71
|
"isExtensionMethod": false
|
|
@@ -69,6 +85,7 @@
|
|
|
69
85
|
"isVirtual": true,
|
|
70
86
|
"isOverride": false,
|
|
71
87
|
"isSealed": false,
|
|
88
|
+
"visibility": "Public",
|
|
72
89
|
"declaringClrType": "Microsoft.AspNetCore.Authorization.IAuthorizationHandler",
|
|
73
90
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization",
|
|
74
91
|
"isExtensionMethod": false,
|
|
@@ -91,6 +108,7 @@
|
|
|
91
108
|
"isAbstract": false,
|
|
92
109
|
"isVirtual": false,
|
|
93
110
|
"isOverride": false,
|
|
111
|
+
"visibility": "Public",
|
|
94
112
|
"declaringClrType": "Microsoft.AspNetCore.Authorization.Infrastructure.AssertionRequirement",
|
|
95
113
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization"
|
|
96
114
|
}
|
|
@@ -105,6 +123,7 @@
|
|
|
105
123
|
"normalizedSignature": "constructor|(System.Func_2[[Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,Microsoft.AspNetCore.Authorization,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
106
124
|
"isStatic": false,
|
|
107
125
|
"parameterCount": 1,
|
|
126
|
+
"visibility": "Public",
|
|
108
127
|
"declaringClrType": "Microsoft.AspNetCore.Authorization.Infrastructure.AssertionRequirement",
|
|
109
128
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization"
|
|
110
129
|
},
|
|
@@ -115,6 +134,7 @@
|
|
|
115
134
|
"normalizedSignature": "constructor|(System.Func_2[[Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,Microsoft.AspNetCore.Authorization,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Threading.Tasks.Task_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
116
135
|
"isStatic": false,
|
|
117
136
|
"parameterCount": 1,
|
|
137
|
+
"visibility": "Public",
|
|
118
138
|
"declaringClrType": "Microsoft.AspNetCore.Authorization.Infrastructure.AssertionRequirement",
|
|
119
139
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization"
|
|
120
140
|
}
|
|
@@ -131,7 +151,44 @@
|
|
|
131
151
|
"isSealed": false,
|
|
132
152
|
"isStatic": false,
|
|
133
153
|
"arity": 0,
|
|
154
|
+
"baseType": {
|
|
155
|
+
"stableId": "Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization.AuthorizationHandler\u00601",
|
|
156
|
+
"clrName": "Microsoft.AspNetCore.Authorization.AuthorizationHandler\u00601",
|
|
157
|
+
"typeArguments": [
|
|
158
|
+
"ClaimsAuthorizationRequirement"
|
|
159
|
+
]
|
|
160
|
+
},
|
|
161
|
+
"interfaces": [
|
|
162
|
+
{
|
|
163
|
+
"stableId": "Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization.IAuthorizationHandler",
|
|
164
|
+
"clrName": "Microsoft.AspNetCore.Authorization.IAuthorizationHandler"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"stableId": "Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization.IAuthorizationRequirement",
|
|
168
|
+
"clrName": "Microsoft.AspNetCore.Authorization.IAuthorizationRequirement"
|
|
169
|
+
}
|
|
170
|
+
],
|
|
134
171
|
"methods": [
|
|
172
|
+
{
|
|
173
|
+
"stableId": "Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization.Infrastructure.ClaimsAuthorizationRequirement::HandleRequirementAsync(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,Microsoft.AspNetCore.Authorization.Infrastructure.ClaimsAuthorizationRequirement):System.Threading.Tasks.Task",
|
|
174
|
+
"clrName": "HandleRequirementAsync",
|
|
175
|
+
"metadataToken": 100663469,
|
|
176
|
+
"canonicalSignature": "(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,Microsoft.AspNetCore.Authorization.Infrastructure.ClaimsAuthorizationRequirement):System.Threading.Tasks.Task",
|
|
177
|
+
"normalizedSignature": "HandleRequirementAsync|(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,Microsoft.AspNetCore.Authorization.Infrastructure.ClaimsAuthorizationRequirement):System.Threading.Tasks.Task|static=false",
|
|
178
|
+
"emitScope": "ClassSurface",
|
|
179
|
+
"provenance": "Original",
|
|
180
|
+
"arity": 0,
|
|
181
|
+
"parameterCount": 2,
|
|
182
|
+
"isStatic": false,
|
|
183
|
+
"isAbstract": false,
|
|
184
|
+
"isVirtual": true,
|
|
185
|
+
"isOverride": true,
|
|
186
|
+
"isSealed": false,
|
|
187
|
+
"visibility": "Protected",
|
|
188
|
+
"declaringClrType": "Microsoft.AspNetCore.Authorization.Infrastructure.ClaimsAuthorizationRequirement",
|
|
189
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization",
|
|
190
|
+
"isExtensionMethod": false
|
|
191
|
+
},
|
|
135
192
|
{
|
|
136
193
|
"stableId": "Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization.Infrastructure.ClaimsAuthorizationRequirement::ToString():System.String",
|
|
137
194
|
"clrName": "ToString",
|
|
@@ -147,6 +204,7 @@
|
|
|
147
204
|
"isVirtual": true,
|
|
148
205
|
"isOverride": true,
|
|
149
206
|
"isSealed": false,
|
|
207
|
+
"visibility": "Public",
|
|
150
208
|
"declaringClrType": "Microsoft.AspNetCore.Authorization.Infrastructure.ClaimsAuthorizationRequirement",
|
|
151
209
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization",
|
|
152
210
|
"isExtensionMethod": false
|
|
@@ -166,6 +224,7 @@
|
|
|
166
224
|
"isVirtual": true,
|
|
167
225
|
"isOverride": false,
|
|
168
226
|
"isSealed": false,
|
|
227
|
+
"visibility": "Public",
|
|
169
228
|
"declaringClrType": "Microsoft.AspNetCore.Authorization.IAuthorizationHandler",
|
|
170
229
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization",
|
|
171
230
|
"isExtensionMethod": false,
|
|
@@ -186,6 +245,27 @@
|
|
|
186
245
|
"isVirtual": true,
|
|
187
246
|
"isOverride": false,
|
|
188
247
|
"isSealed": false,
|
|
248
|
+
"visibility": "Public",
|
|
249
|
+
"declaringClrType": "Microsoft.AspNetCore.Authorization.Infrastructure.ClaimsAuthorizationRequirement",
|
|
250
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization",
|
|
251
|
+
"isExtensionMethod": false
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"stableId": "Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization.Infrastructure.ClaimsAuthorizationRequirement::HandleRequirementAsync(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,TRequirement):System.Threading.Tasks.Task",
|
|
255
|
+
"clrName": "HandleRequirementAsync",
|
|
256
|
+
"metadataToken": 0,
|
|
257
|
+
"canonicalSignature": "(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,TRequirement):System.Threading.Tasks.Task",
|
|
258
|
+
"normalizedSignature": "HandleRequirementAsync|(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,TRequirement):System.Threading.Tasks.Task|static=false",
|
|
259
|
+
"emitScope": "ClassSurface",
|
|
260
|
+
"provenance": "BaseOverload",
|
|
261
|
+
"arity": 0,
|
|
262
|
+
"parameterCount": 2,
|
|
263
|
+
"isStatic": false,
|
|
264
|
+
"isAbstract": true,
|
|
265
|
+
"isVirtual": true,
|
|
266
|
+
"isOverride": false,
|
|
267
|
+
"isSealed": false,
|
|
268
|
+
"visibility": "Protected",
|
|
189
269
|
"declaringClrType": "Microsoft.AspNetCore.Authorization.Infrastructure.ClaimsAuthorizationRequirement",
|
|
190
270
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization",
|
|
191
271
|
"isExtensionMethod": false
|
|
@@ -207,6 +287,7 @@
|
|
|
207
287
|
"isAbstract": false,
|
|
208
288
|
"isVirtual": false,
|
|
209
289
|
"isOverride": false,
|
|
290
|
+
"visibility": "Public",
|
|
210
291
|
"declaringClrType": "Microsoft.AspNetCore.Authorization.Infrastructure.ClaimsAuthorizationRequirement",
|
|
211
292
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization"
|
|
212
293
|
},
|
|
@@ -225,6 +306,7 @@
|
|
|
225
306
|
"isAbstract": false,
|
|
226
307
|
"isVirtual": false,
|
|
227
308
|
"isOverride": false,
|
|
309
|
+
"visibility": "Public",
|
|
228
310
|
"declaringClrType": "Microsoft.AspNetCore.Authorization.Infrastructure.ClaimsAuthorizationRequirement",
|
|
229
311
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization"
|
|
230
312
|
}
|
|
@@ -239,6 +321,7 @@
|
|
|
239
321
|
"normalizedSignature": "constructor|(System.String,System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
240
322
|
"isStatic": false,
|
|
241
323
|
"parameterCount": 2,
|
|
324
|
+
"visibility": "Public",
|
|
242
325
|
"declaringClrType": "Microsoft.AspNetCore.Authorization.Infrastructure.ClaimsAuthorizationRequirement",
|
|
243
326
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization"
|
|
244
327
|
}
|
|
@@ -255,7 +338,44 @@
|
|
|
255
338
|
"isSealed": false,
|
|
256
339
|
"isStatic": false,
|
|
257
340
|
"arity": 0,
|
|
341
|
+
"baseType": {
|
|
342
|
+
"stableId": "Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization.AuthorizationHandler\u00601",
|
|
343
|
+
"clrName": "Microsoft.AspNetCore.Authorization.AuthorizationHandler\u00601",
|
|
344
|
+
"typeArguments": [
|
|
345
|
+
"DenyAnonymousAuthorizationRequirement"
|
|
346
|
+
]
|
|
347
|
+
},
|
|
348
|
+
"interfaces": [
|
|
349
|
+
{
|
|
350
|
+
"stableId": "Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization.IAuthorizationHandler",
|
|
351
|
+
"clrName": "Microsoft.AspNetCore.Authorization.IAuthorizationHandler"
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"stableId": "Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization.IAuthorizationRequirement",
|
|
355
|
+
"clrName": "Microsoft.AspNetCore.Authorization.IAuthorizationRequirement"
|
|
356
|
+
}
|
|
357
|
+
],
|
|
258
358
|
"methods": [
|
|
359
|
+
{
|
|
360
|
+
"stableId": "Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization.Infrastructure.DenyAnonymousAuthorizationRequirement::HandleRequirementAsync(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,Microsoft.AspNetCore.Authorization.Infrastructure.DenyAnonymousAuthorizationRequirement):System.Threading.Tasks.Task",
|
|
361
|
+
"clrName": "HandleRequirementAsync",
|
|
362
|
+
"metadataToken": 100663471,
|
|
363
|
+
"canonicalSignature": "(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,Microsoft.AspNetCore.Authorization.Infrastructure.DenyAnonymousAuthorizationRequirement):System.Threading.Tasks.Task",
|
|
364
|
+
"normalizedSignature": "HandleRequirementAsync|(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,Microsoft.AspNetCore.Authorization.Infrastructure.DenyAnonymousAuthorizationRequirement):System.Threading.Tasks.Task|static=false",
|
|
365
|
+
"emitScope": "ClassSurface",
|
|
366
|
+
"provenance": "Original",
|
|
367
|
+
"arity": 0,
|
|
368
|
+
"parameterCount": 2,
|
|
369
|
+
"isStatic": false,
|
|
370
|
+
"isAbstract": false,
|
|
371
|
+
"isVirtual": true,
|
|
372
|
+
"isOverride": true,
|
|
373
|
+
"isSealed": false,
|
|
374
|
+
"visibility": "Protected",
|
|
375
|
+
"declaringClrType": "Microsoft.AspNetCore.Authorization.Infrastructure.DenyAnonymousAuthorizationRequirement",
|
|
376
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization",
|
|
377
|
+
"isExtensionMethod": false
|
|
378
|
+
},
|
|
259
379
|
{
|
|
260
380
|
"stableId": "Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization.Infrastructure.DenyAnonymousAuthorizationRequirement::ToString():System.String",
|
|
261
381
|
"clrName": "ToString",
|
|
@@ -271,6 +391,7 @@
|
|
|
271
391
|
"isVirtual": true,
|
|
272
392
|
"isOverride": true,
|
|
273
393
|
"isSealed": false,
|
|
394
|
+
"visibility": "Public",
|
|
274
395
|
"declaringClrType": "Microsoft.AspNetCore.Authorization.Infrastructure.DenyAnonymousAuthorizationRequirement",
|
|
275
396
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization",
|
|
276
397
|
"isExtensionMethod": false
|
|
@@ -290,6 +411,7 @@
|
|
|
290
411
|
"isVirtual": true,
|
|
291
412
|
"isOverride": false,
|
|
292
413
|
"isSealed": false,
|
|
414
|
+
"visibility": "Public",
|
|
293
415
|
"declaringClrType": "Microsoft.AspNetCore.Authorization.IAuthorizationHandler",
|
|
294
416
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization",
|
|
295
417
|
"isExtensionMethod": false,
|
|
@@ -310,6 +432,27 @@
|
|
|
310
432
|
"isVirtual": true,
|
|
311
433
|
"isOverride": false,
|
|
312
434
|
"isSealed": false,
|
|
435
|
+
"visibility": "Public",
|
|
436
|
+
"declaringClrType": "Microsoft.AspNetCore.Authorization.Infrastructure.DenyAnonymousAuthorizationRequirement",
|
|
437
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization",
|
|
438
|
+
"isExtensionMethod": false
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"stableId": "Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization.Infrastructure.DenyAnonymousAuthorizationRequirement::HandleRequirementAsync(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,TRequirement):System.Threading.Tasks.Task",
|
|
442
|
+
"clrName": "HandleRequirementAsync",
|
|
443
|
+
"metadataToken": 0,
|
|
444
|
+
"canonicalSignature": "(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,TRequirement):System.Threading.Tasks.Task",
|
|
445
|
+
"normalizedSignature": "HandleRequirementAsync|(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,TRequirement):System.Threading.Tasks.Task|static=false",
|
|
446
|
+
"emitScope": "ClassSurface",
|
|
447
|
+
"provenance": "BaseOverload",
|
|
448
|
+
"arity": 0,
|
|
449
|
+
"parameterCount": 2,
|
|
450
|
+
"isStatic": false,
|
|
451
|
+
"isAbstract": true,
|
|
452
|
+
"isVirtual": true,
|
|
453
|
+
"isOverride": false,
|
|
454
|
+
"isSealed": false,
|
|
455
|
+
"visibility": "Protected",
|
|
313
456
|
"declaringClrType": "Microsoft.AspNetCore.Authorization.Infrastructure.DenyAnonymousAuthorizationRequirement",
|
|
314
457
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization",
|
|
315
458
|
"isExtensionMethod": false
|
|
@@ -326,6 +469,7 @@
|
|
|
326
469
|
"normalizedSignature": "constructor|():void|static=false",
|
|
327
470
|
"isStatic": false,
|
|
328
471
|
"parameterCount": 0,
|
|
472
|
+
"visibility": "Public",
|
|
329
473
|
"declaringClrType": "Microsoft.AspNetCore.Authorization.Infrastructure.DenyAnonymousAuthorizationRequirement",
|
|
330
474
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization"
|
|
331
475
|
}
|
|
@@ -342,7 +486,44 @@
|
|
|
342
486
|
"isSealed": false,
|
|
343
487
|
"isStatic": false,
|
|
344
488
|
"arity": 0,
|
|
489
|
+
"baseType": {
|
|
490
|
+
"stableId": "Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization.AuthorizationHandler\u00601",
|
|
491
|
+
"clrName": "Microsoft.AspNetCore.Authorization.AuthorizationHandler\u00601",
|
|
492
|
+
"typeArguments": [
|
|
493
|
+
"NameAuthorizationRequirement"
|
|
494
|
+
]
|
|
495
|
+
},
|
|
496
|
+
"interfaces": [
|
|
497
|
+
{
|
|
498
|
+
"stableId": "Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization.IAuthorizationHandler",
|
|
499
|
+
"clrName": "Microsoft.AspNetCore.Authorization.IAuthorizationHandler"
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"stableId": "Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization.IAuthorizationRequirement",
|
|
503
|
+
"clrName": "Microsoft.AspNetCore.Authorization.IAuthorizationRequirement"
|
|
504
|
+
}
|
|
505
|
+
],
|
|
345
506
|
"methods": [
|
|
507
|
+
{
|
|
508
|
+
"stableId": "Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization.Infrastructure.NameAuthorizationRequirement::HandleRequirementAsync(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,Microsoft.AspNetCore.Authorization.Infrastructure.NameAuthorizationRequirement):System.Threading.Tasks.Task",
|
|
509
|
+
"clrName": "HandleRequirementAsync",
|
|
510
|
+
"metadataToken": 100663476,
|
|
511
|
+
"canonicalSignature": "(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,Microsoft.AspNetCore.Authorization.Infrastructure.NameAuthorizationRequirement):System.Threading.Tasks.Task",
|
|
512
|
+
"normalizedSignature": "HandleRequirementAsync|(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,Microsoft.AspNetCore.Authorization.Infrastructure.NameAuthorizationRequirement):System.Threading.Tasks.Task|static=false",
|
|
513
|
+
"emitScope": "ClassSurface",
|
|
514
|
+
"provenance": "Original",
|
|
515
|
+
"arity": 0,
|
|
516
|
+
"parameterCount": 2,
|
|
517
|
+
"isStatic": false,
|
|
518
|
+
"isAbstract": false,
|
|
519
|
+
"isVirtual": true,
|
|
520
|
+
"isOverride": true,
|
|
521
|
+
"isSealed": false,
|
|
522
|
+
"visibility": "Protected",
|
|
523
|
+
"declaringClrType": "Microsoft.AspNetCore.Authorization.Infrastructure.NameAuthorizationRequirement",
|
|
524
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization",
|
|
525
|
+
"isExtensionMethod": false
|
|
526
|
+
},
|
|
346
527
|
{
|
|
347
528
|
"stableId": "Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization.Infrastructure.NameAuthorizationRequirement::ToString():System.String",
|
|
348
529
|
"clrName": "ToString",
|
|
@@ -358,6 +539,7 @@
|
|
|
358
539
|
"isVirtual": true,
|
|
359
540
|
"isOverride": true,
|
|
360
541
|
"isSealed": false,
|
|
542
|
+
"visibility": "Public",
|
|
361
543
|
"declaringClrType": "Microsoft.AspNetCore.Authorization.Infrastructure.NameAuthorizationRequirement",
|
|
362
544
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization",
|
|
363
545
|
"isExtensionMethod": false
|
|
@@ -377,6 +559,7 @@
|
|
|
377
559
|
"isVirtual": true,
|
|
378
560
|
"isOverride": false,
|
|
379
561
|
"isSealed": false,
|
|
562
|
+
"visibility": "Public",
|
|
380
563
|
"declaringClrType": "Microsoft.AspNetCore.Authorization.IAuthorizationHandler",
|
|
381
564
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization",
|
|
382
565
|
"isExtensionMethod": false,
|
|
@@ -397,6 +580,27 @@
|
|
|
397
580
|
"isVirtual": true,
|
|
398
581
|
"isOverride": false,
|
|
399
582
|
"isSealed": false,
|
|
583
|
+
"visibility": "Public",
|
|
584
|
+
"declaringClrType": "Microsoft.AspNetCore.Authorization.Infrastructure.NameAuthorizationRequirement",
|
|
585
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization",
|
|
586
|
+
"isExtensionMethod": false
|
|
587
|
+
},
|
|
588
|
+
{
|
|
589
|
+
"stableId": "Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization.Infrastructure.NameAuthorizationRequirement::HandleRequirementAsync(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,TRequirement):System.Threading.Tasks.Task",
|
|
590
|
+
"clrName": "HandleRequirementAsync",
|
|
591
|
+
"metadataToken": 0,
|
|
592
|
+
"canonicalSignature": "(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,TRequirement):System.Threading.Tasks.Task",
|
|
593
|
+
"normalizedSignature": "HandleRequirementAsync|(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,TRequirement):System.Threading.Tasks.Task|static=false",
|
|
594
|
+
"emitScope": "ClassSurface",
|
|
595
|
+
"provenance": "BaseOverload",
|
|
596
|
+
"arity": 0,
|
|
597
|
+
"parameterCount": 2,
|
|
598
|
+
"isStatic": false,
|
|
599
|
+
"isAbstract": true,
|
|
600
|
+
"isVirtual": true,
|
|
601
|
+
"isOverride": false,
|
|
602
|
+
"isSealed": false,
|
|
603
|
+
"visibility": "Protected",
|
|
400
604
|
"declaringClrType": "Microsoft.AspNetCore.Authorization.Infrastructure.NameAuthorizationRequirement",
|
|
401
605
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization",
|
|
402
606
|
"isExtensionMethod": false
|
|
@@ -418,6 +622,7 @@
|
|
|
418
622
|
"isAbstract": false,
|
|
419
623
|
"isVirtual": false,
|
|
420
624
|
"isOverride": false,
|
|
625
|
+
"visibility": "Public",
|
|
421
626
|
"declaringClrType": "Microsoft.AspNetCore.Authorization.Infrastructure.NameAuthorizationRequirement",
|
|
422
627
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization"
|
|
423
628
|
}
|
|
@@ -432,6 +637,7 @@
|
|
|
432
637
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
433
638
|
"isStatic": false,
|
|
434
639
|
"parameterCount": 1,
|
|
640
|
+
"visibility": "Public",
|
|
435
641
|
"declaringClrType": "Microsoft.AspNetCore.Authorization.Infrastructure.NameAuthorizationRequirement",
|
|
436
642
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization"
|
|
437
643
|
}
|
|
@@ -448,6 +654,16 @@
|
|
|
448
654
|
"isSealed": false,
|
|
449
655
|
"isStatic": false,
|
|
450
656
|
"arity": 0,
|
|
657
|
+
"baseType": {
|
|
658
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
659
|
+
"clrName": "System.Object"
|
|
660
|
+
},
|
|
661
|
+
"interfaces": [
|
|
662
|
+
{
|
|
663
|
+
"stableId": "Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization.IAuthorizationRequirement",
|
|
664
|
+
"clrName": "Microsoft.AspNetCore.Authorization.IAuthorizationRequirement"
|
|
665
|
+
}
|
|
666
|
+
],
|
|
451
667
|
"methods": [
|
|
452
668
|
{
|
|
453
669
|
"stableId": "Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization.Infrastructure.OperationAuthorizationRequirement::ToString():System.String",
|
|
@@ -464,6 +680,7 @@
|
|
|
464
680
|
"isVirtual": true,
|
|
465
681
|
"isOverride": true,
|
|
466
682
|
"isSealed": false,
|
|
683
|
+
"visibility": "Public",
|
|
467
684
|
"declaringClrType": "Microsoft.AspNetCore.Authorization.Infrastructure.OperationAuthorizationRequirement",
|
|
468
685
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization",
|
|
469
686
|
"isExtensionMethod": false
|
|
@@ -485,6 +702,7 @@
|
|
|
485
702
|
"isAbstract": false,
|
|
486
703
|
"isVirtual": false,
|
|
487
704
|
"isOverride": false,
|
|
705
|
+
"visibility": "Public",
|
|
488
706
|
"declaringClrType": "Microsoft.AspNetCore.Authorization.Infrastructure.OperationAuthorizationRequirement",
|
|
489
707
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization"
|
|
490
708
|
}
|
|
@@ -499,6 +717,7 @@
|
|
|
499
717
|
"normalizedSignature": "constructor|():void|static=false",
|
|
500
718
|
"isStatic": false,
|
|
501
719
|
"parameterCount": 0,
|
|
720
|
+
"visibility": "Public",
|
|
502
721
|
"declaringClrType": "Microsoft.AspNetCore.Authorization.Infrastructure.OperationAuthorizationRequirement",
|
|
503
722
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization"
|
|
504
723
|
}
|
|
@@ -515,6 +734,16 @@
|
|
|
515
734
|
"isSealed": false,
|
|
516
735
|
"isStatic": false,
|
|
517
736
|
"arity": 0,
|
|
737
|
+
"baseType": {
|
|
738
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
739
|
+
"clrName": "System.Object"
|
|
740
|
+
},
|
|
741
|
+
"interfaces": [
|
|
742
|
+
{
|
|
743
|
+
"stableId": "Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization.IAuthorizationHandler",
|
|
744
|
+
"clrName": "Microsoft.AspNetCore.Authorization.IAuthorizationHandler"
|
|
745
|
+
}
|
|
746
|
+
],
|
|
518
747
|
"methods": [
|
|
519
748
|
{
|
|
520
749
|
"stableId": "Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization.Infrastructure.PassThroughAuthorizationHandler::HandleAsync(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext):System.Threading.Tasks.Task",
|
|
@@ -531,6 +760,7 @@
|
|
|
531
760
|
"isVirtual": true,
|
|
532
761
|
"isOverride": false,
|
|
533
762
|
"isSealed": true,
|
|
763
|
+
"visibility": "Public",
|
|
534
764
|
"declaringClrType": "Microsoft.AspNetCore.Authorization.Infrastructure.PassThroughAuthorizationHandler",
|
|
535
765
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization",
|
|
536
766
|
"isExtensionMethod": false
|
|
@@ -550,6 +780,7 @@
|
|
|
550
780
|
"isVirtual": true,
|
|
551
781
|
"isOverride": false,
|
|
552
782
|
"isSealed": false,
|
|
783
|
+
"visibility": "Public",
|
|
553
784
|
"declaringClrType": "Microsoft.AspNetCore.Authorization.IAuthorizationHandler",
|
|
554
785
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization",
|
|
555
786
|
"isExtensionMethod": false,
|
|
@@ -567,6 +798,7 @@
|
|
|
567
798
|
"normalizedSignature": "constructor|():void|static=false",
|
|
568
799
|
"isStatic": false,
|
|
569
800
|
"parameterCount": 0,
|
|
801
|
+
"visibility": "Public",
|
|
570
802
|
"declaringClrType": "Microsoft.AspNetCore.Authorization.Infrastructure.PassThroughAuthorizationHandler",
|
|
571
803
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization"
|
|
572
804
|
},
|
|
@@ -577,6 +809,7 @@
|
|
|
577
809
|
"normalizedSignature": "constructor|(Microsoft.Extensions.Options.IOptions_1[[Microsoft.AspNetCore.Authorization.AuthorizationOptions,Microsoft.AspNetCore.Authorization,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void|static=false",
|
|
578
810
|
"isStatic": false,
|
|
579
811
|
"parameterCount": 1,
|
|
812
|
+
"visibility": "Public",
|
|
580
813
|
"declaringClrType": "Microsoft.AspNetCore.Authorization.Infrastructure.PassThroughAuthorizationHandler",
|
|
581
814
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization"
|
|
582
815
|
}
|
|
@@ -593,7 +826,44 @@
|
|
|
593
826
|
"isSealed": false,
|
|
594
827
|
"isStatic": false,
|
|
595
828
|
"arity": 0,
|
|
829
|
+
"baseType": {
|
|
830
|
+
"stableId": "Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization.AuthorizationHandler\u00601",
|
|
831
|
+
"clrName": "Microsoft.AspNetCore.Authorization.AuthorizationHandler\u00601",
|
|
832
|
+
"typeArguments": [
|
|
833
|
+
"RolesAuthorizationRequirement"
|
|
834
|
+
]
|
|
835
|
+
},
|
|
836
|
+
"interfaces": [
|
|
837
|
+
{
|
|
838
|
+
"stableId": "Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization.IAuthorizationHandler",
|
|
839
|
+
"clrName": "Microsoft.AspNetCore.Authorization.IAuthorizationHandler"
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
"stableId": "Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization.IAuthorizationRequirement",
|
|
843
|
+
"clrName": "Microsoft.AspNetCore.Authorization.IAuthorizationRequirement"
|
|
844
|
+
}
|
|
845
|
+
],
|
|
596
846
|
"methods": [
|
|
847
|
+
{
|
|
848
|
+
"stableId": "Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization.Infrastructure.RolesAuthorizationRequirement::HandleRequirementAsync(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,Microsoft.AspNetCore.Authorization.Infrastructure.RolesAuthorizationRequirement):System.Threading.Tasks.Task",
|
|
849
|
+
"clrName": "HandleRequirementAsync",
|
|
850
|
+
"metadataToken": 100663487,
|
|
851
|
+
"canonicalSignature": "(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,Microsoft.AspNetCore.Authorization.Infrastructure.RolesAuthorizationRequirement):System.Threading.Tasks.Task",
|
|
852
|
+
"normalizedSignature": "HandleRequirementAsync|(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,Microsoft.AspNetCore.Authorization.Infrastructure.RolesAuthorizationRequirement):System.Threading.Tasks.Task|static=false",
|
|
853
|
+
"emitScope": "ClassSurface",
|
|
854
|
+
"provenance": "Original",
|
|
855
|
+
"arity": 0,
|
|
856
|
+
"parameterCount": 2,
|
|
857
|
+
"isStatic": false,
|
|
858
|
+
"isAbstract": false,
|
|
859
|
+
"isVirtual": true,
|
|
860
|
+
"isOverride": true,
|
|
861
|
+
"isSealed": false,
|
|
862
|
+
"visibility": "Protected",
|
|
863
|
+
"declaringClrType": "Microsoft.AspNetCore.Authorization.Infrastructure.RolesAuthorizationRequirement",
|
|
864
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization",
|
|
865
|
+
"isExtensionMethod": false
|
|
866
|
+
},
|
|
597
867
|
{
|
|
598
868
|
"stableId": "Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization.Infrastructure.RolesAuthorizationRequirement::ToString():System.String",
|
|
599
869
|
"clrName": "ToString",
|
|
@@ -609,6 +879,7 @@
|
|
|
609
879
|
"isVirtual": true,
|
|
610
880
|
"isOverride": true,
|
|
611
881
|
"isSealed": false,
|
|
882
|
+
"visibility": "Public",
|
|
612
883
|
"declaringClrType": "Microsoft.AspNetCore.Authorization.Infrastructure.RolesAuthorizationRequirement",
|
|
613
884
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization",
|
|
614
885
|
"isExtensionMethod": false
|
|
@@ -628,6 +899,7 @@
|
|
|
628
899
|
"isVirtual": true,
|
|
629
900
|
"isOverride": false,
|
|
630
901
|
"isSealed": false,
|
|
902
|
+
"visibility": "Public",
|
|
631
903
|
"declaringClrType": "Microsoft.AspNetCore.Authorization.IAuthorizationHandler",
|
|
632
904
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization",
|
|
633
905
|
"isExtensionMethod": false,
|
|
@@ -648,6 +920,27 @@
|
|
|
648
920
|
"isVirtual": true,
|
|
649
921
|
"isOverride": false,
|
|
650
922
|
"isSealed": false,
|
|
923
|
+
"visibility": "Public",
|
|
924
|
+
"declaringClrType": "Microsoft.AspNetCore.Authorization.Infrastructure.RolesAuthorizationRequirement",
|
|
925
|
+
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization",
|
|
926
|
+
"isExtensionMethod": false
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"stableId": "Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization.Infrastructure.RolesAuthorizationRequirement::HandleRequirementAsync(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,TRequirement):System.Threading.Tasks.Task",
|
|
930
|
+
"clrName": "HandleRequirementAsync",
|
|
931
|
+
"metadataToken": 0,
|
|
932
|
+
"canonicalSignature": "(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,TRequirement):System.Threading.Tasks.Task",
|
|
933
|
+
"normalizedSignature": "HandleRequirementAsync|(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,TRequirement):System.Threading.Tasks.Task|static=false",
|
|
934
|
+
"emitScope": "ClassSurface",
|
|
935
|
+
"provenance": "BaseOverload",
|
|
936
|
+
"arity": 0,
|
|
937
|
+
"parameterCount": 2,
|
|
938
|
+
"isStatic": false,
|
|
939
|
+
"isAbstract": true,
|
|
940
|
+
"isVirtual": true,
|
|
941
|
+
"isOverride": false,
|
|
942
|
+
"isSealed": false,
|
|
943
|
+
"visibility": "Protected",
|
|
651
944
|
"declaringClrType": "Microsoft.AspNetCore.Authorization.Infrastructure.RolesAuthorizationRequirement",
|
|
652
945
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization",
|
|
653
946
|
"isExtensionMethod": false
|
|
@@ -669,6 +962,7 @@
|
|
|
669
962
|
"isAbstract": false,
|
|
670
963
|
"isVirtual": false,
|
|
671
964
|
"isOverride": false,
|
|
965
|
+
"visibility": "Public",
|
|
672
966
|
"declaringClrType": "Microsoft.AspNetCore.Authorization.Infrastructure.RolesAuthorizationRequirement",
|
|
673
967
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization"
|
|
674
968
|
}
|
|
@@ -683,6 +977,7 @@
|
|
|
683
977
|
"normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
684
978
|
"isStatic": false,
|
|
685
979
|
"parameterCount": 1,
|
|
980
|
+
"visibility": "Public",
|
|
686
981
|
"declaringClrType": "Microsoft.AspNetCore.Authorization.Infrastructure.RolesAuthorizationRequirement",
|
|
687
982
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization"
|
|
688
983
|
}
|
|
@@ -15,6 +15,9 @@ import type { Task } from "@tsonic/dotnet/System.Threading.Tasks.js";
|
|
|
15
15
|
import type { IOptions } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Options.js";
|
|
16
16
|
|
|
17
17
|
export interface AssertionRequirement$instance extends IAuthorizationRequirement {
|
|
18
|
+
readonly __tsonic_iface_Microsoft_AspNetCore_Authorization_IAuthorizationHandler: never;
|
|
19
|
+
readonly __tsonic_iface_Microsoft_AspNetCore_Authorization_IAuthorizationRequirement: never;
|
|
20
|
+
|
|
18
21
|
readonly Handler: Func<AuthorizationHandlerContext, Task<System_Internal.Boolean>>;
|
|
19
22
|
HandleAsync(context: AuthorizationHandlerContext): Task;
|
|
20
23
|
ToString(): string;
|
|
@@ -37,6 +40,9 @@ export type AssertionRequirement = AssertionRequirement$instance & __AssertionRe
|
|
|
37
40
|
|
|
38
41
|
|
|
39
42
|
export interface ClaimsAuthorizationRequirement$instance extends AuthorizationHandler_1<ClaimsAuthorizationRequirement>, IAuthorizationRequirement {
|
|
43
|
+
readonly __tsonic_iface_Microsoft_AspNetCore_Authorization_IAuthorizationHandler: never;
|
|
44
|
+
readonly __tsonic_iface_Microsoft_AspNetCore_Authorization_IAuthorizationRequirement: never;
|
|
45
|
+
|
|
40
46
|
readonly AllowedValues: IEnumerable<System_Internal.String> | undefined;
|
|
41
47
|
readonly ClaimType: string;
|
|
42
48
|
HandleAsync(context: AuthorizationHandlerContext): Task;
|
|
@@ -59,6 +65,9 @@ export type ClaimsAuthorizationRequirement = ClaimsAuthorizationRequirement$inst
|
|
|
59
65
|
|
|
60
66
|
|
|
61
67
|
export interface DenyAnonymousAuthorizationRequirement$instance extends AuthorizationHandler_1<DenyAnonymousAuthorizationRequirement>, IAuthorizationRequirement {
|
|
68
|
+
readonly __tsonic_iface_Microsoft_AspNetCore_Authorization_IAuthorizationHandler: never;
|
|
69
|
+
readonly __tsonic_iface_Microsoft_AspNetCore_Authorization_IAuthorizationRequirement: never;
|
|
70
|
+
|
|
62
71
|
HandleAsync(context: AuthorizationHandlerContext): Task;
|
|
63
72
|
ToString(): string;
|
|
64
73
|
}
|
|
@@ -79,6 +88,9 @@ export type DenyAnonymousAuthorizationRequirement = DenyAnonymousAuthorizationRe
|
|
|
79
88
|
|
|
80
89
|
|
|
81
90
|
export interface NameAuthorizationRequirement$instance extends AuthorizationHandler_1<NameAuthorizationRequirement>, IAuthorizationRequirement {
|
|
91
|
+
readonly __tsonic_iface_Microsoft_AspNetCore_Authorization_IAuthorizationHandler: never;
|
|
92
|
+
readonly __tsonic_iface_Microsoft_AspNetCore_Authorization_IAuthorizationRequirement: never;
|
|
93
|
+
|
|
82
94
|
readonly RequiredName: string;
|
|
83
95
|
HandleAsync(context: AuthorizationHandlerContext): Task;
|
|
84
96
|
ToString(): string;
|
|
@@ -100,6 +112,8 @@ export type NameAuthorizationRequirement = NameAuthorizationRequirement$instance
|
|
|
100
112
|
|
|
101
113
|
|
|
102
114
|
export interface OperationAuthorizationRequirement$instance extends IAuthorizationRequirement {
|
|
115
|
+
readonly __tsonic_iface_Microsoft_AspNetCore_Authorization_IAuthorizationRequirement: never;
|
|
116
|
+
|
|
103
117
|
Name: string;
|
|
104
118
|
ToString(): string;
|
|
105
119
|
}
|
|
@@ -113,6 +127,8 @@ export const OperationAuthorizationRequirement: {
|
|
|
113
127
|
export type OperationAuthorizationRequirement = OperationAuthorizationRequirement$instance;
|
|
114
128
|
|
|
115
129
|
export interface PassThroughAuthorizationHandler$instance {
|
|
130
|
+
readonly __tsonic_iface_Microsoft_AspNetCore_Authorization_IAuthorizationHandler: never;
|
|
131
|
+
|
|
116
132
|
HandleAsync(context: AuthorizationHandlerContext): Task;
|
|
117
133
|
}
|
|
118
134
|
|
|
@@ -133,6 +149,9 @@ export type PassThroughAuthorizationHandler = PassThroughAuthorizationHandler$in
|
|
|
133
149
|
|
|
134
150
|
|
|
135
151
|
export interface RolesAuthorizationRequirement$instance extends AuthorizationHandler_1<RolesAuthorizationRequirement>, IAuthorizationRequirement {
|
|
152
|
+
readonly __tsonic_iface_Microsoft_AspNetCore_Authorization_IAuthorizationHandler: never;
|
|
153
|
+
readonly __tsonic_iface_Microsoft_AspNetCore_Authorization_IAuthorizationRequirement: never;
|
|
154
|
+
|
|
136
155
|
readonly AllowedRoles: IEnumerable<System_Internal.String>;
|
|
137
156
|
HandleAsync(context: AuthorizationHandlerContext): Task;
|
|
138
157
|
ToString(): string;
|