@tsonic/aspnetcore 10.0.5 → 10.0.6
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/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +15 -9
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +183 -113
- package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +13 -5
- package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +52 -34
- package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +42 -28
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +25 -11
- package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +97 -75
- package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +33 -31
- package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +15 -13
- package/Microsoft.AspNetCore.Builder/internal/index.d.ts +183 -139
- package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +15 -5
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +287 -189
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +29 -17
- package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +11 -5
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +6 -4
- package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +131 -105
- package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +13 -9
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +7 -5
- package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +9 -7
- package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +35 -13
- package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +12 -8
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +30 -22
- package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +9 -9
- package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +26 -22
- package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +11 -5
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +13 -5
- package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +75 -37
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +6 -4
- package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +21 -15
- package/Microsoft.AspNetCore.Connections/internal/index.d.ts +77 -49
- package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +20 -20
- package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +13 -7
- package/Microsoft.AspNetCore.Cors/internal/index.d.ts +10 -8
- package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +39 -29
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +24 -20
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +16 -16
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +39 -27
- package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +21 -19
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +9 -5
- package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +19 -15
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +34 -32
- package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +43 -21
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +15 -11
- package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +12 -8
- package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +57 -47
- package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +6 -4
- package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Html/internal/index.d.ts +15 -13
- package/Microsoft.AspNetCore.Http/internal/index.d.ts +278 -204
- package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +32 -16
- package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +18 -16
- package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +97 -89
- package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +31 -27
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +173 -171
- package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +28 -26
- package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +16 -8
- package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +21 -11
- package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +23 -13
- package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +21 -13
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +572 -456
- package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +23 -3
- package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Localization/internal/index.d.ts +41 -27
- package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +377 -205
- package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +21 -13
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +23 -13
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +54 -30
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +147 -125
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +45 -25
- package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +12 -10
- package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +32 -24
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +7 -7
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +26 -18
- package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +172 -68
- package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +76 -44
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +121 -89
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +44 -36
- package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +92 -66
- package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +27 -25
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +211 -135
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +136 -128
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +126 -104
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +71 -43
- package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +70 -56
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +15 -9
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +4 -2
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +24 -18
- package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +60 -42
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +49 -37
- package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +107 -95
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +35 -25
- package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +88 -72
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +27 -23
- package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +58 -48
- package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +15 -11
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +189 -145
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +7 -5
- package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +36 -26
- package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +20 -12
- package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +24 -10
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +17 -11
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +59 -31
- package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +7 -5
- package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +14 -10
- package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +41 -29
- package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +18 -12
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +187 -131
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +79 -79
- package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +41 -25
- package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +38 -20
- package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +25 -9
- package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +27 -13
- package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +32 -18
- package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +8 -4
- package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +15 -11
- package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +16 -12
- package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +48 -36
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +14 -8
- package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +23 -17
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +10 -6
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +6 -4
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +24 -18
- package/Microsoft.AspNetCore.Session/internal/index.d.ts +24 -22
- package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +139 -91
- package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +59 -25
- package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +19 -11
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +30 -22
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +7 -3
- package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +14 -10
- package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +103 -73
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +125 -123
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +10 -8
- package/Microsoft.JSInterop/internal/index.d.ts +65 -53
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +28 -26
- package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +8 -2
- package/Microsoft.Net.Http.Headers/internal/index.d.ts +88 -60
- package/System.Formats.Cbor/internal/index.d.ts +27 -21
- package/System.Security.Claims/internal/index.d.ts +3 -3
- package/System.Threading.RateLimiting/internal/index.d.ts +59 -29
- package/__internal/extensions/index.d.ts +1648 -1351
- package/package.json +4 -4
|
@@ -7,12 +7,12 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
7
7
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
9
|
import type { HttpContext, HttpResponse, RequestDelegate } from "../../Microsoft.AspNetCore.Http/internal/index.js";
|
|
10
|
-
import type {
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import type {
|
|
14
|
-
import type { ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js";
|
|
15
|
-
import type {
|
|
10
|
+
import type { IList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
11
|
+
import type { Task, Task_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
12
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
13
|
+
import type { Action_1, Boolean as ClrBoolean, Func_2, Nullable_1, Object as ClrObject, String as ClrString, TimeSpan, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
14
|
+
import type { ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging/internal/index.js";
|
|
15
|
+
import type { IOptions_1 } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Options/internal/index.js";
|
|
16
16
|
|
|
17
17
|
export interface ICorsMetadata$instance {
|
|
18
18
|
readonly __tsonic_iface_Microsoft_AspNetCore_Cors_Infrastructure_ICorsMetadata: never;
|
|
@@ -36,7 +36,7 @@ export type ICorsPolicyMetadata = ICorsPolicyMetadata$instance;
|
|
|
36
36
|
export interface ICorsPolicyProvider$instance {
|
|
37
37
|
readonly __tsonic_iface_Microsoft_AspNetCore_Cors_Infrastructure_ICorsPolicyProvider: never;
|
|
38
38
|
|
|
39
|
-
GetPolicyAsync(context: HttpContext, policyName: string):
|
|
39
|
+
GetPolicyAsync(context: HttpContext, policyName: string): Task_1<CorsPolicy | undefined>;
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
|
|
@@ -75,6 +75,8 @@ export interface IEnableCorsAttribute$instance extends ICorsMetadata$instance {}
|
|
|
75
75
|
export type IEnableCorsAttribute = IEnableCorsAttribute$instance;
|
|
76
76
|
|
|
77
77
|
export interface CorsMiddleware$instance {
|
|
78
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Cors_Infrastructure_CorsMiddleware: never;
|
|
79
|
+
|
|
78
80
|
Invoke(context: HttpContext, corsPolicyProvider: ICorsPolicyProvider): Task;
|
|
79
81
|
}
|
|
80
82
|
|
|
@@ -89,11 +91,13 @@ export const CorsMiddleware: {
|
|
|
89
91
|
export type CorsMiddleware = CorsMiddleware$instance;
|
|
90
92
|
|
|
91
93
|
export interface CorsOptions$instance {
|
|
94
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Cors_Infrastructure_CorsOptions: never;
|
|
95
|
+
|
|
92
96
|
DefaultPolicyName: string;
|
|
93
97
|
AddDefaultPolicy(policy: CorsPolicy): void;
|
|
94
|
-
AddDefaultPolicy(configurePolicy:
|
|
98
|
+
AddDefaultPolicy(configurePolicy: Action_1<CorsPolicyBuilder>): void;
|
|
95
99
|
AddPolicy(name: string, policy: CorsPolicy): void;
|
|
96
|
-
AddPolicy(name: string, configurePolicy:
|
|
100
|
+
AddPolicy(name: string, configurePolicy: Action_1<CorsPolicyBuilder>): void;
|
|
97
101
|
GetPolicy(name: string): CorsPolicy | undefined;
|
|
98
102
|
}
|
|
99
103
|
|
|
@@ -106,15 +110,17 @@ export const CorsOptions: {
|
|
|
106
110
|
export type CorsOptions = CorsOptions$instance;
|
|
107
111
|
|
|
108
112
|
export interface CorsPolicy$instance {
|
|
113
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Cors_Infrastructure_CorsPolicy: never;
|
|
114
|
+
|
|
109
115
|
readonly AllowAnyHeader: boolean;
|
|
110
116
|
readonly AllowAnyMethod: boolean;
|
|
111
117
|
readonly AllowAnyOrigin: boolean;
|
|
112
|
-
readonly ExposedHeaders:
|
|
113
|
-
readonly Headers:
|
|
114
|
-
IsOriginAllowed:
|
|
115
|
-
readonly Methods:
|
|
116
|
-
readonly Origins:
|
|
117
|
-
PreflightMaxAge:
|
|
118
|
+
readonly ExposedHeaders: IList_1<System_Internal.String>;
|
|
119
|
+
readonly Headers: IList_1<System_Internal.String>;
|
|
120
|
+
IsOriginAllowed: Func_2<System_Internal.String, System_Internal.Boolean>;
|
|
121
|
+
readonly Methods: IList_1<System_Internal.String>;
|
|
122
|
+
readonly Origins: IList_1<System_Internal.String>;
|
|
123
|
+
PreflightMaxAge: Nullable_1<TimeSpan>;
|
|
118
124
|
SupportsCredentials: boolean;
|
|
119
125
|
ToString(): string;
|
|
120
126
|
}
|
|
@@ -128,13 +134,15 @@ export const CorsPolicy: {
|
|
|
128
134
|
export type CorsPolicy = CorsPolicy$instance;
|
|
129
135
|
|
|
130
136
|
export interface CorsPolicyBuilder$instance {
|
|
137
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Cors_Infrastructure_CorsPolicyBuilder: never;
|
|
138
|
+
|
|
131
139
|
AllowAnyHeader(): CorsPolicyBuilder;
|
|
132
140
|
AllowAnyMethod(): CorsPolicyBuilder;
|
|
133
141
|
AllowAnyOrigin(): CorsPolicyBuilder;
|
|
134
142
|
AllowCredentials(): CorsPolicyBuilder;
|
|
135
143
|
Build(): CorsPolicy;
|
|
136
144
|
DisallowCredentials(): CorsPolicyBuilder;
|
|
137
|
-
SetIsOriginAllowed(isOriginAllowed:
|
|
145
|
+
SetIsOriginAllowed(isOriginAllowed: Func_2<System_Internal.String, System_Internal.Boolean>): CorsPolicyBuilder;
|
|
138
146
|
SetIsOriginAllowedToAllowWildcardSubdomains(): CorsPolicyBuilder;
|
|
139
147
|
SetPreflightMaxAge(preflightMaxAge: TimeSpan): CorsPolicyBuilder;
|
|
140
148
|
WithExposedHeaders(...exposedHeaders: string[]): CorsPolicyBuilder;
|
|
@@ -153,14 +161,16 @@ export const CorsPolicyBuilder: {
|
|
|
153
161
|
export type CorsPolicyBuilder = CorsPolicyBuilder$instance;
|
|
154
162
|
|
|
155
163
|
export interface CorsResult$instance {
|
|
156
|
-
readonly
|
|
157
|
-
|
|
158
|
-
readonly
|
|
164
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Cors_Infrastructure_CorsResult: never;
|
|
165
|
+
|
|
166
|
+
readonly AllowedExposedHeaders: IList_1<System_Internal.String>;
|
|
167
|
+
readonly AllowedHeaders: IList_1<System_Internal.String>;
|
|
168
|
+
readonly AllowedMethods: IList_1<System_Internal.String>;
|
|
159
169
|
get AllowedOrigin(): string | undefined;
|
|
160
170
|
set AllowedOrigin(value: string | undefined);
|
|
161
171
|
IsOriginAllowed: boolean;
|
|
162
172
|
IsPreflightRequest: boolean;
|
|
163
|
-
PreflightMaxAge:
|
|
173
|
+
PreflightMaxAge: Nullable_1<TimeSpan>;
|
|
164
174
|
SupportsCredentials: boolean;
|
|
165
175
|
VaryByOrigin: boolean;
|
|
166
176
|
ToString(): string;
|
|
@@ -174,7 +184,9 @@ export const CorsResult: {
|
|
|
174
184
|
|
|
175
185
|
export type CorsResult = CorsResult$instance;
|
|
176
186
|
|
|
177
|
-
export interface CorsService$instance {
|
|
187
|
+
export interface CorsService$instance extends ICorsService$instance {
|
|
188
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Cors_Infrastructure_CorsService: never;
|
|
189
|
+
|
|
178
190
|
readonly __tsonic_iface_Microsoft_AspNetCore_Cors_Infrastructure_ICorsService: never;
|
|
179
191
|
|
|
180
192
|
ApplyResult(result: CorsResult, response: HttpResponse): void;
|
|
@@ -186,7 +198,7 @@ export interface CorsService$instance {
|
|
|
186
198
|
|
|
187
199
|
|
|
188
200
|
export const CorsService: {
|
|
189
|
-
new(options:
|
|
201
|
+
new(options: IOptions_1<CorsOptions>, loggerFactory: ILoggerFactory): CorsService;
|
|
190
202
|
};
|
|
191
203
|
|
|
192
204
|
|
|
@@ -194,20 +206,20 @@ export interface __CorsService$views {
|
|
|
194
206
|
As_ICorsService(): ICorsService$instance;
|
|
195
207
|
}
|
|
196
208
|
|
|
197
|
-
export interface CorsService$instance extends ICorsService$instance {}
|
|
198
|
-
|
|
199
209
|
export type CorsService = CorsService$instance & __CorsService$views;
|
|
200
210
|
|
|
201
211
|
|
|
202
|
-
export interface DefaultCorsPolicyProvider$instance {
|
|
212
|
+
export interface DefaultCorsPolicyProvider$instance extends ICorsPolicyProvider$instance {
|
|
213
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Cors_Infrastructure_DefaultCorsPolicyProvider: never;
|
|
214
|
+
|
|
203
215
|
readonly __tsonic_iface_Microsoft_AspNetCore_Cors_Infrastructure_ICorsPolicyProvider: never;
|
|
204
216
|
|
|
205
|
-
GetPolicyAsync(context: HttpContext, policyName: string):
|
|
217
|
+
GetPolicyAsync(context: HttpContext, policyName: string): Task_1<CorsPolicy | undefined>;
|
|
206
218
|
}
|
|
207
219
|
|
|
208
220
|
|
|
209
221
|
export const DefaultCorsPolicyProvider: {
|
|
210
|
-
new(options:
|
|
222
|
+
new(options: IOptions_1<CorsOptions>): DefaultCorsPolicyProvider;
|
|
211
223
|
};
|
|
212
224
|
|
|
213
225
|
|
|
@@ -215,8 +227,6 @@ export interface __DefaultCorsPolicyProvider$views {
|
|
|
215
227
|
As_ICorsPolicyProvider(): ICorsPolicyProvider$instance;
|
|
216
228
|
}
|
|
217
229
|
|
|
218
|
-
export interface DefaultCorsPolicyProvider$instance extends ICorsPolicyProvider$instance {}
|
|
219
|
-
|
|
220
230
|
export type DefaultCorsPolicyProvider = DefaultCorsPolicyProvider$instance & __DefaultCorsPolicyProvider$views;
|
|
221
231
|
|
|
222
232
|
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
|
-
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
10
|
-
import type { Byte, Enum, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System.js";
|
|
9
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
10
|
+
import type { Byte, Enum, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System/internal/index.js";
|
|
11
11
|
|
|
12
12
|
export enum KeyDerivationPrf {
|
|
13
13
|
HMACSHA1 = 0,
|
|
@@ -12,14 +12,14 @@ import type { ptr } from "@tsonic/core/types.js";
|
|
|
12
12
|
import type { AuthenticatedEncryptorConfiguration, CngCbcAuthenticatedEncryptorConfiguration, CngGcmAuthenticatedEncryptorConfiguration, ManagedAuthenticatedEncryptorConfiguration } from "../../Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.js";
|
|
13
13
|
import type { IKeyEscrowSink, KeyManagementOptions } from "../../Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.js";
|
|
14
14
|
import type { DpapiNGProtectionDescriptorFlags } from "../../Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.js";
|
|
15
|
-
import type { RegistryKey } from "@tsonic/dotnet/Microsoft.Win32.js";
|
|
16
|
-
import type {
|
|
17
|
-
import type { DirectoryInfo } from "@tsonic/dotnet/System.IO.js";
|
|
18
|
-
import
|
|
19
|
-
import
|
|
20
|
-
import type {
|
|
21
|
-
import type { IServiceCollection } from "@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection.js";
|
|
22
|
-
import type { ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js";
|
|
15
|
+
import type { RegistryKey } from "@tsonic/dotnet/Microsoft.Win32/internal/index.js";
|
|
16
|
+
import type { IEnumerable_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
17
|
+
import type { DirectoryInfo } from "@tsonic/dotnet/System.IO/internal/index.js";
|
|
18
|
+
import type { X509Certificate2 } from "@tsonic/dotnet/System.Security.Cryptography.X509Certificates/internal/index.js";
|
|
19
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
20
|
+
import type { Action_1, ArraySegment_1, Boolean as ClrBoolean, Byte, DateTimeOffset, Func_2, IDisposable, Int32, IServiceProvider, Object as ClrObject, String as ClrString, TimeSpan, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
21
|
+
import type { IServiceCollection } from "@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection/internal/index.js";
|
|
22
|
+
import type { ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging/internal/index.js";
|
|
23
23
|
|
|
24
24
|
export interface IDataProtectionBuilder$instance {
|
|
25
25
|
readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_IDataProtectionBuilder: never;
|
|
@@ -66,7 +66,7 @@ export interface ISecret$instance extends IDisposable {
|
|
|
66
66
|
readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_ISecret: never;
|
|
67
67
|
|
|
68
68
|
readonly Length: int;
|
|
69
|
-
WriteSecretIntoBuffer(buffer:
|
|
69
|
+
WriteSecretIntoBuffer(buffer: ArraySegment_1<System_Internal.Byte>): void;
|
|
70
70
|
}
|
|
71
71
|
|
|
72
72
|
|
|
@@ -88,6 +88,8 @@ export interface ITimeLimitedDataProtector$instance extends IDataProtector, IDat
|
|
|
88
88
|
export type ITimeLimitedDataProtector = ITimeLimitedDataProtector$instance;
|
|
89
89
|
|
|
90
90
|
export interface DataProtectionOptions$instance {
|
|
91
|
+
readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_DataProtectionOptions: never;
|
|
92
|
+
|
|
91
93
|
get ApplicationDiscriminator(): string | undefined;
|
|
92
94
|
set ApplicationDiscriminator(value: string | undefined);
|
|
93
95
|
}
|
|
@@ -100,7 +102,9 @@ export const DataProtectionOptions: {
|
|
|
100
102
|
|
|
101
103
|
export type DataProtectionOptions = DataProtectionOptions$instance;
|
|
102
104
|
|
|
103
|
-
export interface EphemeralDataProtectionProvider$instance {
|
|
105
|
+
export interface EphemeralDataProtectionProvider$instance extends IDataProtectionProvider$instance {
|
|
106
|
+
readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_EphemeralDataProtectionProvider: never;
|
|
107
|
+
|
|
104
108
|
readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_IDataProtectionProvider: never;
|
|
105
109
|
|
|
106
110
|
CreateProtector(purpose: string): IDataProtector;
|
|
@@ -117,24 +121,24 @@ export interface __EphemeralDataProtectionProvider$views {
|
|
|
117
121
|
As_IDataProtectionProvider(): IDataProtectionProvider$instance;
|
|
118
122
|
}
|
|
119
123
|
|
|
120
|
-
export interface EphemeralDataProtectionProvider$instance extends IDataProtectionProvider$instance {}
|
|
121
|
-
|
|
122
124
|
export type EphemeralDataProtectionProvider = EphemeralDataProtectionProvider$instance & __EphemeralDataProtectionProvider$views;
|
|
123
125
|
|
|
124
126
|
|
|
125
127
|
export interface Secret$instance {
|
|
128
|
+
readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_Secret: never;
|
|
129
|
+
|
|
126
130
|
readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_ISecret: never;
|
|
127
131
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
128
132
|
|
|
129
133
|
readonly Length: int;
|
|
130
134
|
Dispose(): void;
|
|
131
|
-
WriteSecretIntoBuffer(buffer:
|
|
135
|
+
WriteSecretIntoBuffer(buffer: ArraySegment_1<System_Internal.Byte>): void;
|
|
132
136
|
WriteSecretIntoBuffer(buffer: ptr<byte>, bufferLength: int): void;
|
|
133
137
|
}
|
|
134
138
|
|
|
135
139
|
|
|
136
140
|
export const Secret: {
|
|
137
|
-
new(value:
|
|
141
|
+
new(value: ArraySegment_1<System_Internal.Byte>): Secret;
|
|
138
142
|
new(value: byte[]): Secret;
|
|
139
143
|
new(secret: ptr<byte>, secretLength: int): Secret;
|
|
140
144
|
new(secret: ISecret): Secret;
|
|
@@ -162,9 +166,9 @@ export type DataProtectionAdvancedExtensions = DataProtectionAdvancedExtensions$
|
|
|
162
166
|
|
|
163
167
|
export abstract class DataProtectionBuilderExtensions$instance {
|
|
164
168
|
static AddKeyEscrowSink(builder: IDataProtectionBuilder, sink: IKeyEscrowSink): IDataProtectionBuilder;
|
|
165
|
-
static AddKeyEscrowSink(builder: IDataProtectionBuilder, factory:
|
|
169
|
+
static AddKeyEscrowSink(builder: IDataProtectionBuilder, factory: Func_2<IServiceProvider, IKeyEscrowSink>): IDataProtectionBuilder;
|
|
166
170
|
static AddKeyEscrowSink<TImplementation extends IKeyEscrowSink>(builder: IDataProtectionBuilder): IDataProtectionBuilder;
|
|
167
|
-
static AddKeyManagementOptions(builder: IDataProtectionBuilder, setupAction:
|
|
171
|
+
static AddKeyManagementOptions(builder: IDataProtectionBuilder, setupAction: Action_1<KeyManagementOptions>): IDataProtectionBuilder;
|
|
168
172
|
static DisableAutomaticKeyGeneration(builder: IDataProtectionBuilder): IDataProtectionBuilder;
|
|
169
173
|
static PersistKeysToFileSystem(builder: IDataProtectionBuilder, directory: DirectoryInfo): IDataProtectionBuilder;
|
|
170
174
|
static PersistKeysToRegistry(builder: IDataProtectionBuilder, registryKey: RegistryKey): IDataProtectionBuilder;
|
|
@@ -188,10 +192,10 @@ export abstract class DataProtectionBuilderExtensions$instance {
|
|
|
188
192
|
export type DataProtectionBuilderExtensions = DataProtectionBuilderExtensions$instance;
|
|
189
193
|
|
|
190
194
|
export abstract class DataProtectionCommonExtensions$instance {
|
|
191
|
-
static CreateProtector(provider: IDataProtectionProvider, purposes:
|
|
195
|
+
static CreateProtector(provider: IDataProtectionProvider, purposes: IEnumerable_1<System_Internal.String>): IDataProtector;
|
|
192
196
|
static CreateProtector(provider: IDataProtectionProvider, purpose: string, ...subPurposes: string[]): IDataProtector;
|
|
193
197
|
static GetDataProtectionProvider(services: IServiceProvider): IDataProtectionProvider;
|
|
194
|
-
static GetDataProtector(services: IServiceProvider, purposes:
|
|
198
|
+
static GetDataProtector(services: IServiceProvider, purposes: IEnumerable_1<System_Internal.String>): IDataProtector;
|
|
195
199
|
static GetDataProtector(services: IServiceProvider, purpose: string, ...subPurposes: string[]): IDataProtector;
|
|
196
200
|
static Protect(protector: IDataProtector, plaintext: string): string;
|
|
197
201
|
static Unprotect(protector: IDataProtector, protectedData: string): string;
|
|
@@ -201,8 +205,8 @@ export abstract class DataProtectionCommonExtensions$instance {
|
|
|
201
205
|
export type DataProtectionCommonExtensions = DataProtectionCommonExtensions$instance;
|
|
202
206
|
|
|
203
207
|
export abstract class DataProtectionProvider$instance {
|
|
204
|
-
static Create(keyDirectory: DirectoryInfo, setupAction:
|
|
205
|
-
static Create(keyDirectory: DirectoryInfo, setupAction:
|
|
208
|
+
static Create(keyDirectory: DirectoryInfo, setupAction: Action_1<IDataProtectionBuilder>, certificate: X509Certificate2): IDataProtectionProvider;
|
|
209
|
+
static Create(keyDirectory: DirectoryInfo, setupAction: Action_1<IDataProtectionBuilder>): IDataProtectionProvider;
|
|
206
210
|
static Create(keyDirectory: DirectoryInfo, certificate: X509Certificate2): IDataProtectionProvider;
|
|
207
211
|
static Create(keyDirectory: DirectoryInfo): IDataProtectionProvider;
|
|
208
212
|
static Create(applicationName: string, certificate: X509Certificate2): IDataProtectionProvider;
|
|
@@ -7,9 +7,9 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
7
7
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
9
|
import type { IKey } from "../../Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.js";
|
|
10
|
-
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
11
|
-
import type {
|
|
12
|
-
import type { ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js";
|
|
10
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
11
|
+
import type { ArraySegment_1, Byte, Enum, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable, Object as ClrObject } from "@tsonic/dotnet/System/internal/index.js";
|
|
12
|
+
import type { ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging/internal/index.js";
|
|
13
13
|
|
|
14
14
|
export enum EncryptionAlgorithm {
|
|
15
15
|
AES_128_CBC = 0,
|
|
@@ -30,7 +30,7 @@ export enum ValidationAlgorithm {
|
|
|
30
30
|
export interface IAuthenticatedEncryptor$instance {
|
|
31
31
|
readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_IAuthenticatedEncryptor: never;
|
|
32
32
|
|
|
33
|
-
Decrypt(ciphertext:
|
|
33
|
+
Decrypt(ciphertext: ArraySegment_1<System_Internal.Byte>, additionalAuthenticatedData: ArraySegment_1<System_Internal.Byte>): byte[];
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
|
|
@@ -45,7 +45,9 @@ export interface IAuthenticatedEncryptorFactory$instance {
|
|
|
45
45
|
|
|
46
46
|
export type IAuthenticatedEncryptorFactory = IAuthenticatedEncryptorFactory$instance;
|
|
47
47
|
|
|
48
|
-
export interface AuthenticatedEncryptorFactory$instance {
|
|
48
|
+
export interface AuthenticatedEncryptorFactory$instance extends IAuthenticatedEncryptorFactory$instance {
|
|
49
|
+
readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_AuthenticatedEncryptorFactory: never;
|
|
50
|
+
|
|
49
51
|
readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_IAuthenticatedEncryptorFactory: never;
|
|
50
52
|
|
|
51
53
|
CreateEncryptorInstance(key: IKey): IAuthenticatedEncryptor | undefined;
|
|
@@ -61,12 +63,12 @@ export interface __AuthenticatedEncryptorFactory$views {
|
|
|
61
63
|
As_IAuthenticatedEncryptorFactory(): IAuthenticatedEncryptorFactory$instance;
|
|
62
64
|
}
|
|
63
65
|
|
|
64
|
-
export interface AuthenticatedEncryptorFactory$instance extends IAuthenticatedEncryptorFactory$instance {}
|
|
65
|
-
|
|
66
66
|
export type AuthenticatedEncryptorFactory = AuthenticatedEncryptorFactory$instance & __AuthenticatedEncryptorFactory$views;
|
|
67
67
|
|
|
68
68
|
|
|
69
|
-
export interface CngCbcAuthenticatedEncryptorFactory$instance {
|
|
69
|
+
export interface CngCbcAuthenticatedEncryptorFactory$instance extends IAuthenticatedEncryptorFactory$instance {
|
|
70
|
+
readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_CngCbcAuthenticatedEncryptorFactory: never;
|
|
71
|
+
|
|
70
72
|
readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_IAuthenticatedEncryptorFactory: never;
|
|
71
73
|
|
|
72
74
|
CreateEncryptorInstance(key: IKey): IAuthenticatedEncryptor | undefined;
|
|
@@ -82,12 +84,12 @@ export interface __CngCbcAuthenticatedEncryptorFactory$views {
|
|
|
82
84
|
As_IAuthenticatedEncryptorFactory(): IAuthenticatedEncryptorFactory$instance;
|
|
83
85
|
}
|
|
84
86
|
|
|
85
|
-
export interface CngCbcAuthenticatedEncryptorFactory$instance extends IAuthenticatedEncryptorFactory$instance {}
|
|
86
|
-
|
|
87
87
|
export type CngCbcAuthenticatedEncryptorFactory = CngCbcAuthenticatedEncryptorFactory$instance & __CngCbcAuthenticatedEncryptorFactory$views;
|
|
88
88
|
|
|
89
89
|
|
|
90
|
-
export interface CngGcmAuthenticatedEncryptorFactory$instance {
|
|
90
|
+
export interface CngGcmAuthenticatedEncryptorFactory$instance extends IAuthenticatedEncryptorFactory$instance {
|
|
91
|
+
readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_CngGcmAuthenticatedEncryptorFactory: never;
|
|
92
|
+
|
|
91
93
|
readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_IAuthenticatedEncryptorFactory: never;
|
|
92
94
|
|
|
93
95
|
CreateEncryptorInstance(key: IKey): IAuthenticatedEncryptor | undefined;
|
|
@@ -103,12 +105,12 @@ export interface __CngGcmAuthenticatedEncryptorFactory$views {
|
|
|
103
105
|
As_IAuthenticatedEncryptorFactory(): IAuthenticatedEncryptorFactory$instance;
|
|
104
106
|
}
|
|
105
107
|
|
|
106
|
-
export interface CngGcmAuthenticatedEncryptorFactory$instance extends IAuthenticatedEncryptorFactory$instance {}
|
|
107
|
-
|
|
108
108
|
export type CngGcmAuthenticatedEncryptorFactory = CngGcmAuthenticatedEncryptorFactory$instance & __CngGcmAuthenticatedEncryptorFactory$views;
|
|
109
109
|
|
|
110
110
|
|
|
111
|
-
export interface ManagedAuthenticatedEncryptorFactory$instance {
|
|
111
|
+
export interface ManagedAuthenticatedEncryptorFactory$instance extends IAuthenticatedEncryptorFactory$instance {
|
|
112
|
+
readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ManagedAuthenticatedEncryptorFactory: never;
|
|
113
|
+
|
|
112
114
|
readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_IAuthenticatedEncryptorFactory: never;
|
|
113
115
|
|
|
114
116
|
CreateEncryptorInstance(key: IKey): IAuthenticatedEncryptor | undefined;
|
|
@@ -124,8 +126,6 @@ export interface __ManagedAuthenticatedEncryptorFactory$views {
|
|
|
124
126
|
As_IAuthenticatedEncryptorFactory(): IAuthenticatedEncryptorFactory$instance;
|
|
125
127
|
}
|
|
126
128
|
|
|
127
|
-
export interface ManagedAuthenticatedEncryptorFactory$instance extends IAuthenticatedEncryptorFactory$instance {}
|
|
128
|
-
|
|
129
129
|
export type ManagedAuthenticatedEncryptorFactory = ManagedAuthenticatedEncryptorFactory$instance & __ManagedAuthenticatedEncryptorFactory$views;
|
|
130
130
|
|
|
131
131
|
|
|
@@ -8,9 +8,9 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
9
|
import type { EncryptionAlgorithm, ValidationAlgorithm } from "../../Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.js";
|
|
10
10
|
import type { ISecret } from "../../Microsoft.AspNetCore.DataProtection/internal/index.js";
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import type {
|
|
11
|
+
import type { XElement } from "@tsonic/dotnet/System.Xml.Linq/internal/index.js";
|
|
12
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
13
|
+
import type { Int32, Object as ClrObject, String as ClrString, Type, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
14
14
|
|
|
15
15
|
export interface IAuthenticatedEncryptorDescriptor$instance {
|
|
16
16
|
readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel_IAuthenticatedEncryptorDescriptor: never;
|
|
@@ -31,6 +31,8 @@ export interface IAuthenticatedEncryptorDescriptorDeserializer$instance {
|
|
|
31
31
|
export type IAuthenticatedEncryptorDescriptorDeserializer = IAuthenticatedEncryptorDescriptorDeserializer$instance;
|
|
32
32
|
|
|
33
33
|
export interface AlgorithmConfiguration$instance {
|
|
34
|
+
readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel_AlgorithmConfiguration: never;
|
|
35
|
+
|
|
34
36
|
CreateNewDescriptor(): IAuthenticatedEncryptorDescriptor;
|
|
35
37
|
}
|
|
36
38
|
|
|
@@ -42,6 +44,8 @@ export const AlgorithmConfiguration: (abstract new() => AlgorithmConfiguration)
|
|
|
42
44
|
export type AlgorithmConfiguration = AlgorithmConfiguration$instance;
|
|
43
45
|
|
|
44
46
|
export interface AuthenticatedEncryptorConfiguration$instance extends AlgorithmConfiguration {
|
|
47
|
+
readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel_AuthenticatedEncryptorConfiguration: never;
|
|
48
|
+
|
|
45
49
|
EncryptionAlgorithm: EncryptionAlgorithm;
|
|
46
50
|
ValidationAlgorithm: ValidationAlgorithm;
|
|
47
51
|
CreateNewDescriptor(): IAuthenticatedEncryptorDescriptor;
|
|
@@ -55,7 +59,9 @@ export const AuthenticatedEncryptorConfiguration: {
|
|
|
55
59
|
|
|
56
60
|
export type AuthenticatedEncryptorConfiguration = AuthenticatedEncryptorConfiguration$instance;
|
|
57
61
|
|
|
58
|
-
export interface AuthenticatedEncryptorDescriptor$instance {
|
|
62
|
+
export interface AuthenticatedEncryptorDescriptor$instance extends IAuthenticatedEncryptorDescriptor$instance {
|
|
63
|
+
readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel_AuthenticatedEncryptorDescriptor: never;
|
|
64
|
+
|
|
59
65
|
readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel_IAuthenticatedEncryptorDescriptor: never;
|
|
60
66
|
|
|
61
67
|
ExportToXml(): XmlSerializedDescriptorInfo;
|
|
@@ -71,12 +77,12 @@ export interface __AuthenticatedEncryptorDescriptor$views {
|
|
|
71
77
|
As_IAuthenticatedEncryptorDescriptor(): IAuthenticatedEncryptorDescriptor$instance;
|
|
72
78
|
}
|
|
73
79
|
|
|
74
|
-
export interface AuthenticatedEncryptorDescriptor$instance extends IAuthenticatedEncryptorDescriptor$instance {}
|
|
75
|
-
|
|
76
80
|
export type AuthenticatedEncryptorDescriptor = AuthenticatedEncryptorDescriptor$instance & __AuthenticatedEncryptorDescriptor$views;
|
|
77
81
|
|
|
78
82
|
|
|
79
|
-
export interface AuthenticatedEncryptorDescriptorDeserializer$instance {
|
|
83
|
+
export interface AuthenticatedEncryptorDescriptorDeserializer$instance extends IAuthenticatedEncryptorDescriptorDeserializer$instance {
|
|
84
|
+
readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel_AuthenticatedEncryptorDescriptorDeserializer: never;
|
|
85
|
+
|
|
80
86
|
readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel_IAuthenticatedEncryptorDescriptorDeserializer: never;
|
|
81
87
|
|
|
82
88
|
ImportFromXml(element: XElement): IAuthenticatedEncryptorDescriptor;
|
|
@@ -92,12 +98,12 @@ export interface __AuthenticatedEncryptorDescriptorDeserializer$views {
|
|
|
92
98
|
As_IAuthenticatedEncryptorDescriptorDeserializer(): IAuthenticatedEncryptorDescriptorDeserializer$instance;
|
|
93
99
|
}
|
|
94
100
|
|
|
95
|
-
export interface AuthenticatedEncryptorDescriptorDeserializer$instance extends IAuthenticatedEncryptorDescriptorDeserializer$instance {}
|
|
96
|
-
|
|
97
101
|
export type AuthenticatedEncryptorDescriptorDeserializer = AuthenticatedEncryptorDescriptorDeserializer$instance & __AuthenticatedEncryptorDescriptorDeserializer$views;
|
|
98
102
|
|
|
99
103
|
|
|
100
104
|
export interface CngCbcAuthenticatedEncryptorConfiguration$instance extends AlgorithmConfiguration {
|
|
105
|
+
readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel_CngCbcAuthenticatedEncryptorConfiguration: never;
|
|
106
|
+
|
|
101
107
|
EncryptionAlgorithm: string;
|
|
102
108
|
EncryptionAlgorithmKeySize: int;
|
|
103
109
|
get EncryptionAlgorithmProvider(): string | undefined;
|
|
@@ -116,7 +122,9 @@ export const CngCbcAuthenticatedEncryptorConfiguration: {
|
|
|
116
122
|
|
|
117
123
|
export type CngCbcAuthenticatedEncryptorConfiguration = CngCbcAuthenticatedEncryptorConfiguration$instance;
|
|
118
124
|
|
|
119
|
-
export interface CngCbcAuthenticatedEncryptorDescriptor$instance {
|
|
125
|
+
export interface CngCbcAuthenticatedEncryptorDescriptor$instance extends IAuthenticatedEncryptorDescriptor$instance {
|
|
126
|
+
readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel_CngCbcAuthenticatedEncryptorDescriptor: never;
|
|
127
|
+
|
|
120
128
|
readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel_IAuthenticatedEncryptorDescriptor: never;
|
|
121
129
|
|
|
122
130
|
ExportToXml(): XmlSerializedDescriptorInfo;
|
|
@@ -132,12 +140,12 @@ export interface __CngCbcAuthenticatedEncryptorDescriptor$views {
|
|
|
132
140
|
As_IAuthenticatedEncryptorDescriptor(): IAuthenticatedEncryptorDescriptor$instance;
|
|
133
141
|
}
|
|
134
142
|
|
|
135
|
-
export interface CngCbcAuthenticatedEncryptorDescriptor$instance extends IAuthenticatedEncryptorDescriptor$instance {}
|
|
136
|
-
|
|
137
143
|
export type CngCbcAuthenticatedEncryptorDescriptor = CngCbcAuthenticatedEncryptorDescriptor$instance & __CngCbcAuthenticatedEncryptorDescriptor$views;
|
|
138
144
|
|
|
139
145
|
|
|
140
|
-
export interface CngCbcAuthenticatedEncryptorDescriptorDeserializer$instance {
|
|
146
|
+
export interface CngCbcAuthenticatedEncryptorDescriptorDeserializer$instance extends IAuthenticatedEncryptorDescriptorDeserializer$instance {
|
|
147
|
+
readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel_CngCbcAuthenticatedEncryptorDescriptorDeserializer: never;
|
|
148
|
+
|
|
141
149
|
readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel_IAuthenticatedEncryptorDescriptorDeserializer: never;
|
|
142
150
|
|
|
143
151
|
ImportFromXml(element: XElement): IAuthenticatedEncryptorDescriptor;
|
|
@@ -153,12 +161,12 @@ export interface __CngCbcAuthenticatedEncryptorDescriptorDeserializer$views {
|
|
|
153
161
|
As_IAuthenticatedEncryptorDescriptorDeserializer(): IAuthenticatedEncryptorDescriptorDeserializer$instance;
|
|
154
162
|
}
|
|
155
163
|
|
|
156
|
-
export interface CngCbcAuthenticatedEncryptorDescriptorDeserializer$instance extends IAuthenticatedEncryptorDescriptorDeserializer$instance {}
|
|
157
|
-
|
|
158
164
|
export type CngCbcAuthenticatedEncryptorDescriptorDeserializer = CngCbcAuthenticatedEncryptorDescriptorDeserializer$instance & __CngCbcAuthenticatedEncryptorDescriptorDeserializer$views;
|
|
159
165
|
|
|
160
166
|
|
|
161
167
|
export interface CngGcmAuthenticatedEncryptorConfiguration$instance extends AlgorithmConfiguration {
|
|
168
|
+
readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel_CngGcmAuthenticatedEncryptorConfiguration: never;
|
|
169
|
+
|
|
162
170
|
EncryptionAlgorithm: string;
|
|
163
171
|
EncryptionAlgorithmKeySize: int;
|
|
164
172
|
get EncryptionAlgorithmProvider(): string | undefined;
|
|
@@ -174,7 +182,9 @@ export const CngGcmAuthenticatedEncryptorConfiguration: {
|
|
|
174
182
|
|
|
175
183
|
export type CngGcmAuthenticatedEncryptorConfiguration = CngGcmAuthenticatedEncryptorConfiguration$instance;
|
|
176
184
|
|
|
177
|
-
export interface CngGcmAuthenticatedEncryptorDescriptor$instance {
|
|
185
|
+
export interface CngGcmAuthenticatedEncryptorDescriptor$instance extends IAuthenticatedEncryptorDescriptor$instance {
|
|
186
|
+
readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel_CngGcmAuthenticatedEncryptorDescriptor: never;
|
|
187
|
+
|
|
178
188
|
readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel_IAuthenticatedEncryptorDescriptor: never;
|
|
179
189
|
|
|
180
190
|
ExportToXml(): XmlSerializedDescriptorInfo;
|
|
@@ -190,12 +200,12 @@ export interface __CngGcmAuthenticatedEncryptorDescriptor$views {
|
|
|
190
200
|
As_IAuthenticatedEncryptorDescriptor(): IAuthenticatedEncryptorDescriptor$instance;
|
|
191
201
|
}
|
|
192
202
|
|
|
193
|
-
export interface CngGcmAuthenticatedEncryptorDescriptor$instance extends IAuthenticatedEncryptorDescriptor$instance {}
|
|
194
|
-
|
|
195
203
|
export type CngGcmAuthenticatedEncryptorDescriptor = CngGcmAuthenticatedEncryptorDescriptor$instance & __CngGcmAuthenticatedEncryptorDescriptor$views;
|
|
196
204
|
|
|
197
205
|
|
|
198
|
-
export interface CngGcmAuthenticatedEncryptorDescriptorDeserializer$instance {
|
|
206
|
+
export interface CngGcmAuthenticatedEncryptorDescriptorDeserializer$instance extends IAuthenticatedEncryptorDescriptorDeserializer$instance {
|
|
207
|
+
readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel_CngGcmAuthenticatedEncryptorDescriptorDeserializer: never;
|
|
208
|
+
|
|
199
209
|
readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel_IAuthenticatedEncryptorDescriptorDeserializer: never;
|
|
200
210
|
|
|
201
211
|
ImportFromXml(element: XElement): IAuthenticatedEncryptorDescriptor;
|
|
@@ -211,12 +221,12 @@ export interface __CngGcmAuthenticatedEncryptorDescriptorDeserializer$views {
|
|
|
211
221
|
As_IAuthenticatedEncryptorDescriptorDeserializer(): IAuthenticatedEncryptorDescriptorDeserializer$instance;
|
|
212
222
|
}
|
|
213
223
|
|
|
214
|
-
export interface CngGcmAuthenticatedEncryptorDescriptorDeserializer$instance extends IAuthenticatedEncryptorDescriptorDeserializer$instance {}
|
|
215
|
-
|
|
216
224
|
export type CngGcmAuthenticatedEncryptorDescriptorDeserializer = CngGcmAuthenticatedEncryptorDescriptorDeserializer$instance & __CngGcmAuthenticatedEncryptorDescriptorDeserializer$views;
|
|
217
225
|
|
|
218
226
|
|
|
219
227
|
export interface ManagedAuthenticatedEncryptorConfiguration$instance extends AlgorithmConfiguration {
|
|
228
|
+
readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel_ManagedAuthenticatedEncryptorConfiguration: never;
|
|
229
|
+
|
|
220
230
|
EncryptionAlgorithmKeySize: int;
|
|
221
231
|
EncryptionAlgorithmType: Type;
|
|
222
232
|
ValidationAlgorithmType: Type;
|
|
@@ -231,7 +241,9 @@ export const ManagedAuthenticatedEncryptorConfiguration: {
|
|
|
231
241
|
|
|
232
242
|
export type ManagedAuthenticatedEncryptorConfiguration = ManagedAuthenticatedEncryptorConfiguration$instance;
|
|
233
243
|
|
|
234
|
-
export interface ManagedAuthenticatedEncryptorDescriptor$instance {
|
|
244
|
+
export interface ManagedAuthenticatedEncryptorDescriptor$instance extends IAuthenticatedEncryptorDescriptor$instance {
|
|
245
|
+
readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel_ManagedAuthenticatedEncryptorDescriptor: never;
|
|
246
|
+
|
|
235
247
|
readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel_IAuthenticatedEncryptorDescriptor: never;
|
|
236
248
|
|
|
237
249
|
ExportToXml(): XmlSerializedDescriptorInfo;
|
|
@@ -247,12 +259,12 @@ export interface __ManagedAuthenticatedEncryptorDescriptor$views {
|
|
|
247
259
|
As_IAuthenticatedEncryptorDescriptor(): IAuthenticatedEncryptorDescriptor$instance;
|
|
248
260
|
}
|
|
249
261
|
|
|
250
|
-
export interface ManagedAuthenticatedEncryptorDescriptor$instance extends IAuthenticatedEncryptorDescriptor$instance {}
|
|
251
|
-
|
|
252
262
|
export type ManagedAuthenticatedEncryptorDescriptor = ManagedAuthenticatedEncryptorDescriptor$instance & __ManagedAuthenticatedEncryptorDescriptor$views;
|
|
253
263
|
|
|
254
264
|
|
|
255
|
-
export interface ManagedAuthenticatedEncryptorDescriptorDeserializer$instance {
|
|
265
|
+
export interface ManagedAuthenticatedEncryptorDescriptorDeserializer$instance extends IAuthenticatedEncryptorDescriptorDeserializer$instance {
|
|
266
|
+
readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel_ManagedAuthenticatedEncryptorDescriptorDeserializer: never;
|
|
267
|
+
|
|
256
268
|
readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel_IAuthenticatedEncryptorDescriptorDeserializer: never;
|
|
257
269
|
|
|
258
270
|
ImportFromXml(element: XElement): IAuthenticatedEncryptorDescriptor;
|
|
@@ -268,12 +280,12 @@ export interface __ManagedAuthenticatedEncryptorDescriptorDeserializer$views {
|
|
|
268
280
|
As_IAuthenticatedEncryptorDescriptorDeserializer(): IAuthenticatedEncryptorDescriptorDeserializer$instance;
|
|
269
281
|
}
|
|
270
282
|
|
|
271
|
-
export interface ManagedAuthenticatedEncryptorDescriptorDeserializer$instance extends IAuthenticatedEncryptorDescriptorDeserializer$instance {}
|
|
272
|
-
|
|
273
283
|
export type ManagedAuthenticatedEncryptorDescriptorDeserializer = ManagedAuthenticatedEncryptorDescriptorDeserializer$instance & __ManagedAuthenticatedEncryptorDescriptorDeserializer$views;
|
|
274
284
|
|
|
275
285
|
|
|
276
286
|
export interface XmlSerializedDescriptorInfo$instance {
|
|
287
|
+
readonly __tsonic_type_Microsoft_AspNetCore_DataProtection_AuthenticatedEncryption_ConfigurationModel_XmlSerializedDescriptorInfo: never;
|
|
288
|
+
|
|
277
289
|
readonly DeserializerType: Type;
|
|
278
290
|
readonly SerializedDescriptorElement: XElement;
|
|
279
291
|
}
|
|
@@ -7,7 +7,7 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
7
7
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
9
|
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
10
|
-
import type { String as ClrString } from "@tsonic/dotnet/System.js";
|
|
10
|
+
import type { String as ClrString } from "@tsonic/dotnet/System/internal/index.js";
|
|
11
11
|
|
|
12
12
|
export interface IApplicationDiscriminator$instance {
|
|
13
13
|
readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_Infrastructure_IApplicationDiscriminator: never;
|
|
@@ -7,7 +7,7 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
7
7
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
9
|
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
10
|
-
import type { Object as ClrObject, String as ClrString, Type } from "@tsonic/dotnet/System.js";
|
|
10
|
+
import type { Object as ClrObject, String as ClrString, Type } from "@tsonic/dotnet/System/internal/index.js";
|
|
11
11
|
|
|
12
12
|
export interface IActivator$instance {
|
|
13
13
|
readonly __tsonic_iface_Microsoft_AspNetCore_DataProtection_Internal_IActivator: never;
|