@tsonic/efcore-sqlserver 10.0.2 → 10.0.7
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/Azure/internal/index.d.ts +119 -85
- package/Azure.Core/internal/index.d.ts +151 -92
- package/Azure.Core.Cryptography/internal/index.d.ts +10 -6
- package/Azure.Core.Diagnostics/internal/index.d.ts +12 -12
- package/Azure.Core.Extensions/internal/index.d.ts +12 -4
- package/Azure.Core.GeoJson/internal/index.d.ts +102 -42
- package/Azure.Core.Pipeline/internal/index.d.ts +75 -59
- package/Azure.Core.Serialization/internal/index.d.ts +29 -20
- package/Azure.Identity/internal/index.d.ts +265 -118
- package/Azure.Messaging/internal/index.d.ts +16 -16
- package/Microsoft.Data/internal/index.d.ts +9 -6
- package/Microsoft.Data.Sql/internal/index.d.ts +9 -5
- package/Microsoft.Data.SqlClient/internal/index.d.ts +272 -172
- package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +20 -10
- package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +157 -52
- package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +11 -5
- package/Microsoft.Data.SqlTypes/internal/index.d.ts +23 -10
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +333 -333
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +9 -7
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +35 -16
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +20 -6
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +135 -98
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +57 -57
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +20 -8
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +29 -23
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +4 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +28 -28
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +43 -35
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +15 -11
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +34 -24
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +343 -226
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +18 -17
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +19 -11
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +187 -211
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +50 -41
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +38 -25
- package/Microsoft.EntityFrameworkCore.d.ts +3 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +7 -7
- package/Microsoft.Extensions.DependencyInjection.d.ts +3 -0
- package/Microsoft.Identity.Client/internal/index.d.ts +377 -263
- package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +4 -4
- package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +7 -4
- package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +5 -3
- package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +3 -1
- package/Microsoft.Identity.Client.Cache/internal/index.d.ts +4 -2
- package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +28 -19
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +34 -18
- package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +5 -3
- package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +2 -2
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +5 -4
- package/Microsoft.Identity.Client.RP/internal/index.d.ts +3 -3
- package/Microsoft.Identity.Client.Region/internal/index.d.ts +2 -2
- package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +2 -2
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +4 -2
- package/Microsoft.Identity.Client.Utils/internal/index.d.ts +6 -5
- package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +2 -2
- package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +29 -19
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +41 -33
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +25 -16
- package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +59 -32
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +12 -7
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +83 -64
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +6 -4
- package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +316 -191
- package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +7 -5
- package/Microsoft.IdentityModel.Tokens.d.ts +3 -0
- package/Microsoft.SqlServer.Server/internal/index.d.ts +21 -6
- package/System/internal/index.d.ts +19 -17
- package/System.ClientModel/internal/index.d.ts +54 -43
- package/System.ClientModel.Primitives/internal/index.d.ts +220 -177
- package/System.ClientModel.Primitives.d.ts +3 -0
- package/System.Configuration/internal/index.d.ts +529 -340
- package/System.Configuration.Internal/internal/index.d.ts +33 -8
- package/System.Configuration.Provider/internal/index.d.ts +20 -11
- package/System.Diagnostics/internal/index.d.ts +2 -2
- package/System.Drawing.Configuration/internal/index.d.ts +7 -9
- package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +102 -68
- package/System.Security.Cryptography/internal/index.d.ts +2 -2
- package/System.Text.Json.Serialization/internal/index.d.ts +7 -5
- package/__internal/extensions/index.d.ts +1004 -53
- package/package.json +5 -5
|
@@ -10,12 +10,12 @@ import type { ptr } from "@tsonic/core/types.js";
|
|
|
10
10
|
|
|
11
11
|
// Import types from other namespaces
|
|
12
12
|
import type { Configuration, ConfigurationAllowDefinition, ConfigurationAllowExeDefinition, ProtectedConfigurationProvider, ProtectedConfigurationSection } from "../../System.Configuration/internal/index.js";
|
|
13
|
-
import type { Stream } from "@tsonic/dotnet/System.IO.js";
|
|
14
|
-
import * as
|
|
15
|
-
import type {
|
|
16
|
-
import
|
|
17
|
-
import
|
|
18
|
-
import type {
|
|
13
|
+
import type { Stream } from "@tsonic/dotnet/System.IO/internal/index.js";
|
|
14
|
+
import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
|
|
15
|
+
import type { ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
|
|
16
|
+
import type { PermissionSet } from "@tsonic/dotnet/System.Security/internal/index.js";
|
|
17
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
18
|
+
import type { AsyncCallback, Boolean as ClrBoolean, EventArgs, IAsyncResult, ICloneable, IDisposable, Int32, IntPtr, MulticastDelegate, Object as ClrObject, String as ClrString, Type, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
19
19
|
|
|
20
20
|
export type InternalConfigEventHandler = (sender: unknown, e: InternalConfigEventArgs) => void;
|
|
21
21
|
|
|
@@ -24,6 +24,8 @@ export type StreamChangeCallback = (streamName: string) => void;
|
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
export interface IConfigErrorInfo$instance {
|
|
27
|
+
readonly __tsonic_iface_System_Configuration_Internal_IConfigErrorInfo: never;
|
|
28
|
+
|
|
27
29
|
readonly Filename: string;
|
|
28
30
|
readonly LineNumber: int;
|
|
29
31
|
}
|
|
@@ -32,6 +34,8 @@ export interface IConfigErrorInfo$instance {
|
|
|
32
34
|
export type IConfigErrorInfo = IConfigErrorInfo$instance;
|
|
33
35
|
|
|
34
36
|
export interface IConfigSystem$instance {
|
|
37
|
+
readonly __tsonic_iface_System_Configuration_Internal_IConfigSystem: never;
|
|
38
|
+
|
|
35
39
|
readonly Host: IInternalConfigHost;
|
|
36
40
|
readonly Root: IInternalConfigRoot;
|
|
37
41
|
Init(typeConfigHost: Type, ...hostInitParams: unknown[]): void;
|
|
@@ -41,6 +45,8 @@ export interface IConfigSystem$instance {
|
|
|
41
45
|
export type IConfigSystem = IConfigSystem$instance;
|
|
42
46
|
|
|
43
47
|
export interface IConfigurationManagerHelper$instance {
|
|
48
|
+
readonly __tsonic_iface_System_Configuration_Internal_IConfigurationManagerHelper: never;
|
|
49
|
+
|
|
44
50
|
EnsureNetConfigLoaded(): void;
|
|
45
51
|
}
|
|
46
52
|
|
|
@@ -48,6 +54,8 @@ export interface IConfigurationManagerHelper$instance {
|
|
|
48
54
|
export type IConfigurationManagerHelper = IConfigurationManagerHelper$instance;
|
|
49
55
|
|
|
50
56
|
export interface IConfigurationManagerInternal$instance {
|
|
57
|
+
readonly __tsonic_iface_System_Configuration_Internal_IConfigurationManagerInternal: never;
|
|
58
|
+
|
|
51
59
|
readonly SupportsUserConfig: boolean;
|
|
52
60
|
readonly SetConfigurationSystemInProgress: boolean;
|
|
53
61
|
readonly MachineConfigPath: string;
|
|
@@ -65,6 +73,8 @@ export interface IConfigurationManagerInternal$instance {
|
|
|
65
73
|
export type IConfigurationManagerInternal = IConfigurationManagerInternal$instance;
|
|
66
74
|
|
|
67
75
|
export interface IInternalConfigClientHost$instance {
|
|
76
|
+
readonly __tsonic_iface_System_Configuration_Internal_IInternalConfigClientHost: never;
|
|
77
|
+
|
|
68
78
|
GetExeConfigPath(): string;
|
|
69
79
|
IsExeConfig(configPath: string): boolean;
|
|
70
80
|
}
|
|
@@ -73,6 +83,8 @@ export interface IInternalConfigClientHost$instance {
|
|
|
73
83
|
export type IInternalConfigClientHost = IInternalConfigClientHost$instance;
|
|
74
84
|
|
|
75
85
|
export interface IInternalConfigConfigurationFactory$instance {
|
|
86
|
+
readonly __tsonic_iface_System_Configuration_Internal_IInternalConfigConfigurationFactory: never;
|
|
87
|
+
|
|
76
88
|
Create(typeConfigHost: Type, ...hostInitConfigurationParams: unknown[]): Configuration;
|
|
77
89
|
NormalizeLocationSubPath(subPath: string, errorInfo: IConfigErrorInfo): string;
|
|
78
90
|
}
|
|
@@ -81,6 +93,8 @@ export interface IInternalConfigConfigurationFactory$instance {
|
|
|
81
93
|
export type IInternalConfigConfigurationFactory = IInternalConfigConfigurationFactory$instance;
|
|
82
94
|
|
|
83
95
|
export interface IInternalConfigHost$instance {
|
|
96
|
+
readonly __tsonic_iface_System_Configuration_Internal_IInternalConfigHost: never;
|
|
97
|
+
|
|
84
98
|
readonly SupportsChangeNotifications: boolean;
|
|
85
99
|
readonly SupportsRefresh: boolean;
|
|
86
100
|
readonly SupportsPath: boolean;
|
|
@@ -118,6 +132,8 @@ export interface IInternalConfigHost$instance {
|
|
|
118
132
|
export type IInternalConfigHost = IInternalConfigHost$instance;
|
|
119
133
|
|
|
120
134
|
export interface IInternalConfigRecord$instance {
|
|
135
|
+
readonly __tsonic_iface_System_Configuration_Internal_IInternalConfigRecord: never;
|
|
136
|
+
|
|
121
137
|
readonly ConfigPath: string;
|
|
122
138
|
readonly StreamName: string;
|
|
123
139
|
readonly HasInitErrors: boolean;
|
|
@@ -130,6 +146,8 @@ export interface IInternalConfigRecord$instance {
|
|
|
130
146
|
export type IInternalConfigRecord = IInternalConfigRecord$instance;
|
|
131
147
|
|
|
132
148
|
export interface IInternalConfigRoot$instance {
|
|
149
|
+
readonly __tsonic_iface_System_Configuration_Internal_IInternalConfigRoot: never;
|
|
150
|
+
|
|
133
151
|
readonly IsDesignTime: boolean;
|
|
134
152
|
GetSection(section: string, configPath: string): unknown;
|
|
135
153
|
GetUniqueConfigPath(configPath: string): string;
|
|
@@ -142,6 +160,8 @@ export interface IInternalConfigRoot$instance {
|
|
|
142
160
|
export type IInternalConfigRoot = IInternalConfigRoot$instance;
|
|
143
161
|
|
|
144
162
|
export interface IInternalConfigSettingsFactory$instance {
|
|
163
|
+
readonly __tsonic_iface_System_Configuration_Internal_IInternalConfigSettingsFactory: never;
|
|
164
|
+
|
|
145
165
|
CompleteInit(): void;
|
|
146
166
|
SetConfigurationSystem(internalConfigSystem: IInternalConfigSystem, initComplete: boolean): void;
|
|
147
167
|
}
|
|
@@ -150,6 +170,8 @@ export interface IInternalConfigSettingsFactory$instance {
|
|
|
150
170
|
export type IInternalConfigSettingsFactory = IInternalConfigSettingsFactory$instance;
|
|
151
171
|
|
|
152
172
|
export interface IInternalConfigSystem$instance {
|
|
173
|
+
readonly __tsonic_iface_System_Configuration_Internal_IInternalConfigSystem: never;
|
|
174
|
+
|
|
153
175
|
readonly SupportsUserConfig: boolean;
|
|
154
176
|
GetSection(configKey: string): unknown;
|
|
155
177
|
RefreshConfig(sectionName: string): void;
|
|
@@ -159,6 +181,8 @@ export interface IInternalConfigSystem$instance {
|
|
|
159
181
|
export type IInternalConfigSystem = IInternalConfigSystem$instance;
|
|
160
182
|
|
|
161
183
|
export interface DelegatingConfigHost$instance {
|
|
184
|
+
readonly __tsonic_type_System_Configuration_Internal_DelegatingConfigHost: never;
|
|
185
|
+
|
|
162
186
|
readonly HasLocalConfig: boolean;
|
|
163
187
|
readonly HasRoamingConfig: boolean;
|
|
164
188
|
readonly IsAppConfigHttp: boolean;
|
|
@@ -207,14 +231,15 @@ export interface DelegatingConfigHost$instance {
|
|
|
207
231
|
}
|
|
208
232
|
|
|
209
233
|
|
|
210
|
-
export const DelegatingConfigHost: {
|
|
211
|
-
new(): DelegatingConfigHost;
|
|
234
|
+
export const DelegatingConfigHost: (abstract new() => DelegatingConfigHost) & {
|
|
212
235
|
};
|
|
213
236
|
|
|
214
237
|
|
|
215
238
|
export type DelegatingConfigHost = DelegatingConfigHost$instance;
|
|
216
239
|
|
|
217
240
|
export interface InternalConfigEventArgs$instance extends EventArgs {
|
|
241
|
+
readonly __tsonic_type_System_Configuration_Internal_InternalConfigEventArgs: never;
|
|
242
|
+
|
|
218
243
|
ConfigPath: string;
|
|
219
244
|
}
|
|
220
245
|
|
|
@@ -6,32 +6,38 @@
|
|
|
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
|
|
10
|
-
import
|
|
11
|
-
import type {
|
|
12
|
-
import * as
|
|
13
|
-
import type {
|
|
14
|
-
import * as
|
|
15
|
-
import type {
|
|
9
|
+
import type { NameValueCollection } from "@tsonic/dotnet/System.Collections.Specialized/internal/index.js";
|
|
10
|
+
import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections/internal/index.js";
|
|
11
|
+
import type { ICollection, IEnumerable, IEnumerator } from "@tsonic/dotnet/System.Collections/internal/index.js";
|
|
12
|
+
import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
|
|
13
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
|
|
14
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
15
|
+
import type { Boolean as ClrBoolean, Exception, Int32, Object as ClrObject, String as ClrString, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
16
16
|
|
|
17
17
|
export interface ProviderBase$instance {
|
|
18
|
+
readonly __tsonic_type_System_Configuration_Provider_ProviderBase: never;
|
|
19
|
+
|
|
18
20
|
readonly Description: string;
|
|
19
21
|
readonly Name: string;
|
|
20
22
|
Initialize(name: string, config: NameValueCollection): void;
|
|
21
23
|
}
|
|
22
24
|
|
|
23
25
|
|
|
24
|
-
export const ProviderBase: {
|
|
25
|
-
new(): ProviderBase;
|
|
26
|
+
export const ProviderBase: (abstract new() => ProviderBase) & {
|
|
26
27
|
};
|
|
27
28
|
|
|
28
29
|
|
|
29
30
|
export type ProviderBase = ProviderBase$instance;
|
|
30
31
|
|
|
31
32
|
export interface ProviderCollection$instance {
|
|
33
|
+
readonly __tsonic_type_System_Configuration_Provider_ProviderCollection: never;
|
|
34
|
+
|
|
35
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
36
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
37
|
+
|
|
32
38
|
readonly Count: int;
|
|
33
39
|
readonly IsSynchronized: boolean;
|
|
34
|
-
readonly
|
|
40
|
+
readonly [name: string]: ProviderBase | SettingsProvider;
|
|
35
41
|
readonly SyncRoot: unknown;
|
|
36
42
|
Add(provider: ProviderBase): void;
|
|
37
43
|
Clear(): void;
|
|
@@ -50,6 +56,10 @@ export const ProviderCollection: {
|
|
|
50
56
|
export type ProviderCollection = ProviderCollection$instance;
|
|
51
57
|
|
|
52
58
|
export interface ProviderException$instance extends Exception {
|
|
59
|
+
readonly __tsonic_type_System_Configuration_Provider_ProviderException: never;
|
|
60
|
+
|
|
61
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
62
|
+
|
|
53
63
|
}
|
|
54
64
|
|
|
55
65
|
|
|
@@ -57,7 +67,6 @@ export const ProviderException: {
|
|
|
57
67
|
new(): ProviderException;
|
|
58
68
|
new(message: string): ProviderException;
|
|
59
69
|
new(message: string, innerException: Exception): ProviderException;
|
|
60
|
-
new(info: SerializationInfo, context: StreamingContext): ProviderException;
|
|
61
70
|
};
|
|
62
71
|
|
|
63
72
|
|
|
@@ -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 { Object as ClrObject, Void } from "@tsonic/dotnet/System.js";
|
|
9
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
10
|
+
import type { Object as ClrObject, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
11
11
|
|
|
12
12
|
export abstract class TraceConfiguration$instance {
|
|
13
13
|
static Register(): void;
|
|
@@ -9,18 +9,16 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
9
9
|
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
10
10
|
import * as System_Configuration_Internal from "../../System.Configuration/internal/index.js";
|
|
11
11
|
import type { Configuration, ConfigurationElement, ConfigurationElementProperty, ConfigurationLockCollection, ConfigurationProperty, ConfigurationPropertyCollection, ConfigurationSaveMode, ConfigurationSection, ContextInformation, ElementInformation, SectionInformation } from "../../System.Configuration/internal/index.js";
|
|
12
|
-
import type { IList } from "@tsonic/dotnet/System.Collections.js";
|
|
13
|
-
import type {
|
|
14
|
-
import type {
|
|
15
|
-
import type {
|
|
16
|
-
|
|
17
|
-
export abstract class SystemDrawingSection$protected {
|
|
18
|
-
protected readonly Properties: ConfigurationPropertyCollection;
|
|
19
|
-
}
|
|
12
|
+
import type { IList } from "@tsonic/dotnet/System.Collections/internal/index.js";
|
|
13
|
+
import type { FrameworkName } from "@tsonic/dotnet/System.Runtime.Versioning/internal/index.js";
|
|
14
|
+
import type { XmlReader, XmlWriter } from "@tsonic/dotnet/System.Xml/internal/index.js";
|
|
15
|
+
import type { Boolean as ClrBoolean, Int32, Object as ClrObject, String as ClrString, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
20
16
|
|
|
17
|
+
export interface SystemDrawingSection$instance extends ConfigurationSection {
|
|
18
|
+
readonly __tsonic_type_System_Drawing_Configuration_SystemDrawingSection: never;
|
|
21
19
|
|
|
22
|
-
export interface SystemDrawingSection$instance extends SystemDrawingSection$protected, ConfigurationSection {
|
|
23
20
|
BitmapSuffix: string;
|
|
21
|
+
readonly Properties: ConfigurationPropertyCollection;
|
|
24
22
|
}
|
|
25
23
|
|
|
26
24
|
|
|
@@ -14,19 +14,21 @@ import * as Microsoft_IdentityModel_Logging_Internal from "../../Microsoft.Ident
|
|
|
14
14
|
import type { ISafeLogSecurityArtifact } from "../../Microsoft.IdentityModel.Logging/internal/index.js";
|
|
15
15
|
import * as Microsoft_IdentityModel_Tokens_Internal from "../../Microsoft.IdentityModel.Tokens/internal/index.js";
|
|
16
16
|
import type { EncryptingCredentials, ISecurityTokenValidator, SecurityKey, SecurityKeyIdentifierClause, SecurityToken, SecurityTokenDescriptor, SecurityTokenHandler, SigningCredentials, TokenValidationParameters, TokenValidationResult } from "../../Microsoft.IdentityModel.Tokens/internal/index.js";
|
|
17
|
-
import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
18
|
-
import type {
|
|
19
|
-
import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections.js";
|
|
20
|
-
import type { ICollection, IDictionary, IEnumerable } from "@tsonic/dotnet/System.Collections.js";
|
|
21
|
-
import * as
|
|
22
|
-
import type {
|
|
23
|
-
import
|
|
24
|
-
import type {
|
|
25
|
-
import type {
|
|
26
|
-
import
|
|
27
|
-
import type {
|
|
17
|
+
import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
18
|
+
import type { Dictionary_2, ICollection_1, IDictionary_2, IEnumerable_1, IList_1, IReadOnlyCollection_1, IReadOnlyDictionary_2, ISet_1, KeyValuePair_2 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
19
|
+
import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections/internal/index.js";
|
|
20
|
+
import type { ICollection, IDictionary, IEnumerable } from "@tsonic/dotnet/System.Collections/internal/index.js";
|
|
21
|
+
import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
|
|
22
|
+
import type { IDeserializationCallback, ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
|
|
23
|
+
import type { Claim, ClaimsIdentity, ClaimsPrincipal } from "@tsonic/dotnet/System.Security.Claims/internal/index.js";
|
|
24
|
+
import type { Task_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
25
|
+
import type { XmlReader, XmlWriter } from "@tsonic/dotnet/System.Xml/internal/index.js";
|
|
26
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
27
|
+
import type { Boolean as ClrBoolean, DateTime, Int32, Int64, Nullable_1, Object as ClrObject, String as ClrString, Type, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
28
28
|
|
|
29
29
|
export interface JwtHeaderParameterNames$instance {
|
|
30
|
+
readonly __tsonic_type_System_IdentityModel_Tokens_Jwt_JwtHeaderParameterNames: never;
|
|
31
|
+
|
|
30
32
|
}
|
|
31
33
|
|
|
32
34
|
|
|
@@ -53,6 +55,8 @@ export const JwtHeaderParameterNames: {
|
|
|
53
55
|
export type JwtHeaderParameterNames = JwtHeaderParameterNames$instance;
|
|
54
56
|
|
|
55
57
|
export interface JwtRegisteredClaimNames$instance {
|
|
58
|
+
readonly __tsonic_type_System_IdentityModel_Tokens_Jwt_JwtRegisteredClaimNames: never;
|
|
59
|
+
|
|
56
60
|
}
|
|
57
61
|
|
|
58
62
|
|
|
@@ -102,7 +106,20 @@ export const JwtRegisteredClaimNames: {
|
|
|
102
106
|
|
|
103
107
|
export type JwtRegisteredClaimNames = JwtRegisteredClaimNames$instance;
|
|
104
108
|
|
|
105
|
-
export interface JwtHeader$instance extends
|
|
109
|
+
export interface JwtHeader$instance extends Dictionary_2<System_Internal.String, unknown> {
|
|
110
|
+
readonly __tsonic_type_System_IdentityModel_Tokens_Jwt_JwtHeader: never;
|
|
111
|
+
|
|
112
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
113
|
+
readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
|
|
114
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
115
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
116
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyDictionary_2: never;
|
|
117
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
118
|
+
readonly __tsonic_iface_System_Collections_IDictionary: never;
|
|
119
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
120
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
121
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
122
|
+
|
|
106
123
|
Alg: string;
|
|
107
124
|
Cty: string;
|
|
108
125
|
Enc: string;
|
|
@@ -123,41 +140,54 @@ export const JwtHeader: {
|
|
|
123
140
|
new(): JwtHeader;
|
|
124
141
|
new(signingCredentials: SigningCredentials): JwtHeader;
|
|
125
142
|
new(encryptingCredentials: EncryptingCredentials): JwtHeader;
|
|
126
|
-
new(signingCredentials: SigningCredentials, outboundAlgorithmMap:
|
|
127
|
-
new(signingCredentials: SigningCredentials, outboundAlgorithmMap:
|
|
128
|
-
new(signingCredentials: SigningCredentials, outboundAlgorithmMap:
|
|
129
|
-
new(encryptingCredentials: EncryptingCredentials, outboundAlgorithmMap:
|
|
130
|
-
new(encryptingCredentials: EncryptingCredentials, outboundAlgorithmMap:
|
|
131
|
-
new(encryptingCredentials: EncryptingCredentials, outboundAlgorithmMap:
|
|
143
|
+
new(signingCredentials: SigningCredentials, outboundAlgorithmMap: IDictionary_2<System_Internal.String, System_Internal.String>): JwtHeader;
|
|
144
|
+
new(signingCredentials: SigningCredentials, outboundAlgorithmMap: IDictionary_2<System_Internal.String, System_Internal.String>, tokenType: string): JwtHeader;
|
|
145
|
+
new(signingCredentials: SigningCredentials, outboundAlgorithmMap: IDictionary_2<System_Internal.String, System_Internal.String>, tokenType: string, additionalInnerHeaderClaims: IDictionary_2<System_Internal.String, unknown>): JwtHeader;
|
|
146
|
+
new(encryptingCredentials: EncryptingCredentials, outboundAlgorithmMap: IDictionary_2<System_Internal.String, System_Internal.String>): JwtHeader;
|
|
147
|
+
new(encryptingCredentials: EncryptingCredentials, outboundAlgorithmMap: IDictionary_2<System_Internal.String, System_Internal.String>, tokenType: string): JwtHeader;
|
|
148
|
+
new(encryptingCredentials: EncryptingCredentials, outboundAlgorithmMap: IDictionary_2<System_Internal.String, System_Internal.String>, tokenType: string, additionalHeaderClaims: IDictionary_2<System_Internal.String, unknown>): JwtHeader;
|
|
132
149
|
Base64UrlDeserialize(base64UrlEncodedJsonString: string): JwtHeader;
|
|
133
150
|
};
|
|
134
151
|
|
|
135
152
|
|
|
136
153
|
export type JwtHeader = JwtHeader$instance;
|
|
137
154
|
|
|
138
|
-
export interface JwtPayload$instance extends
|
|
155
|
+
export interface JwtPayload$instance extends Dictionary_2<System_Internal.String, unknown> {
|
|
156
|
+
readonly __tsonic_type_System_IdentityModel_Tokens_Jwt_JwtPayload: never;
|
|
157
|
+
|
|
158
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
159
|
+
readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
|
|
160
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
161
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
162
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyDictionary_2: never;
|
|
163
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
164
|
+
readonly __tsonic_iface_System_Collections_IDictionary: never;
|
|
165
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
166
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
167
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
168
|
+
|
|
139
169
|
readonly Acr: string;
|
|
140
170
|
readonly Actort: string;
|
|
141
|
-
readonly Amr:
|
|
142
|
-
readonly Aud:
|
|
143
|
-
readonly AuthTime:
|
|
171
|
+
readonly Amr: IList_1<System_Internal.String>;
|
|
172
|
+
readonly Aud: IList_1<System_Internal.String>;
|
|
173
|
+
readonly AuthTime: Nullable_1<System_Internal.Int32>;
|
|
144
174
|
readonly Azp: string;
|
|
145
175
|
readonly CHash: string;
|
|
146
|
-
readonly Claims:
|
|
147
|
-
readonly Exp:
|
|
148
|
-
readonly Expiration:
|
|
149
|
-
readonly Iat:
|
|
176
|
+
readonly Claims: IEnumerable_1<Claim>;
|
|
177
|
+
readonly Exp: Nullable_1<System_Internal.Int32>;
|
|
178
|
+
readonly Expiration: Nullable_1<System_Internal.Int64>;
|
|
179
|
+
readonly Iat: Nullable_1<System_Internal.Int32>;
|
|
150
180
|
readonly Iss: string;
|
|
151
181
|
readonly IssuedAt: DateTime;
|
|
152
182
|
readonly Jti: string;
|
|
153
|
-
readonly Nbf:
|
|
183
|
+
readonly Nbf: Nullable_1<System_Internal.Int32>;
|
|
154
184
|
readonly Nonce: string;
|
|
155
|
-
readonly NotBefore:
|
|
185
|
+
readonly NotBefore: Nullable_1<System_Internal.Int64>;
|
|
156
186
|
readonly Sub: string;
|
|
157
187
|
readonly ValidFrom: DateTime;
|
|
158
188
|
readonly ValidTo: DateTime;
|
|
159
189
|
AddClaim(claim: Claim): void;
|
|
160
|
-
AddClaims(claims:
|
|
190
|
+
AddClaims(claims: IEnumerable_1<Claim>): void;
|
|
161
191
|
Base64UrlEncode(): string;
|
|
162
192
|
SerializeToJson(): string;
|
|
163
193
|
}
|
|
@@ -165,10 +195,10 @@ export interface JwtPayload$instance extends Dictionary<System_Internal.String,
|
|
|
165
195
|
|
|
166
196
|
export const JwtPayload: {
|
|
167
197
|
new(): JwtPayload;
|
|
168
|
-
new(claims:
|
|
169
|
-
new(issuer: string, audience: string, claims:
|
|
170
|
-
new(issuer: string, audience: string, claims:
|
|
171
|
-
new(issuer: string, audience: string, claims:
|
|
198
|
+
new(claims: IEnumerable_1<Claim>): JwtPayload;
|
|
199
|
+
new(issuer: string, audience: string, claims: IEnumerable_1<Claim>, notBefore: Nullable_1<DateTime>, expires: Nullable_1<DateTime>): JwtPayload;
|
|
200
|
+
new(issuer: string, audience: string, claims: IEnumerable_1<Claim>, notBefore: Nullable_1<DateTime>, expires: Nullable_1<DateTime>, issuedAt: Nullable_1<DateTime>): JwtPayload;
|
|
201
|
+
new(issuer: string, audience: string, claims: IEnumerable_1<Claim>, claimsCollection: IDictionary_2<System_Internal.String, unknown>, notBefore: Nullable_1<DateTime>, expires: Nullable_1<DateTime>, issuedAt: Nullable_1<DateTime>): JwtPayload;
|
|
172
202
|
Base64UrlDeserialize(base64UrlEncodedJsonString: string): JwtPayload;
|
|
173
203
|
Deserialize(jsonString: string): JwtPayload;
|
|
174
204
|
};
|
|
@@ -177,9 +207,13 @@ export const JwtPayload: {
|
|
|
177
207
|
export type JwtPayload = JwtPayload$instance;
|
|
178
208
|
|
|
179
209
|
export interface JwtSecurityToken$instance extends SecurityToken {
|
|
210
|
+
readonly __tsonic_type_System_IdentityModel_Tokens_Jwt_JwtSecurityToken: never;
|
|
211
|
+
|
|
212
|
+
readonly __tsonic_iface_Microsoft_IdentityModel_Logging_ISafeLogSecurityArtifact: never;
|
|
213
|
+
|
|
180
214
|
readonly Actor: string;
|
|
181
|
-
readonly Audiences:
|
|
182
|
-
readonly Claims:
|
|
215
|
+
readonly Audiences: IEnumerable_1<System_Internal.String>;
|
|
216
|
+
readonly Claims: IEnumerable_1<Claim>;
|
|
183
217
|
readonly EncodedHeader: string;
|
|
184
218
|
readonly EncodedPayload: string;
|
|
185
219
|
readonly EncryptingCredentials: EncryptingCredentials;
|
|
@@ -201,10 +235,10 @@ export interface JwtSecurityToken$instance extends SecurityToken {
|
|
|
201
235
|
readonly SignatureAlgorithm: string;
|
|
202
236
|
readonly SigningCredentials: SigningCredentials;
|
|
203
237
|
SigningKey: SecurityKey;
|
|
204
|
-
readonly Subject: string
|
|
238
|
+
readonly Subject: string;
|
|
205
239
|
readonly ValidFrom: DateTime;
|
|
206
240
|
readonly ValidTo: DateTime;
|
|
207
|
-
ToString(): string
|
|
241
|
+
ToString(): string;
|
|
208
242
|
UnsafeToString(): string;
|
|
209
243
|
}
|
|
210
244
|
|
|
@@ -214,7 +248,7 @@ export const JwtSecurityToken: {
|
|
|
214
248
|
new(header: JwtHeader, payload: JwtPayload, rawHeader: string, rawPayload: string, rawSignature: string): JwtSecurityToken;
|
|
215
249
|
new(header: JwtHeader, innerToken: JwtSecurityToken, rawHeader: string, rawEncryptedKey: string, rawInitializationVector: string, rawCiphertext: string, rawAuthenticationTag: string): JwtSecurityToken;
|
|
216
250
|
new(header: JwtHeader, payload: JwtPayload): JwtSecurityToken;
|
|
217
|
-
new(issuer: string, audience: string, claims:
|
|
251
|
+
new(issuer: string, audience: string, claims: IEnumerable_1<Claim>, notBefore: Nullable_1<DateTime>, expires: Nullable_1<DateTime>, signingCredentials: SigningCredentials): JwtSecurityToken;
|
|
218
252
|
};
|
|
219
253
|
|
|
220
254
|
|
|
@@ -225,49 +259,49 @@ export interface __JwtSecurityToken$views {
|
|
|
225
259
|
export type JwtSecurityToken = JwtSecurityToken$instance & __JwtSecurityToken$views;
|
|
226
260
|
|
|
227
261
|
|
|
228
|
-
export
|
|
229
|
-
|
|
230
|
-
protected CreateClaimsIdentity(jwtToken: JwtSecurityToken, issuer: string, validationParameters: TokenValidationParameters): ClaimsIdentity;
|
|
231
|
-
protected ResolveIssuerSigningKey(token: string, jwtToken: JwtSecurityToken, validationParameters: TokenValidationParameters): SecurityKey;
|
|
232
|
-
protected ResolveTokenDecryptionKey(token: string, jwtToken: JwtSecurityToken, validationParameters: TokenValidationParameters): SecurityKey;
|
|
233
|
-
protected ValidateAudience(audiences: IEnumerable__System_Collections_Generic<System_Internal.String>, jwtToken: JwtSecurityToken, validationParameters: TokenValidationParameters): void;
|
|
234
|
-
protected ValidateIssuer(issuer: string, jwtToken: JwtSecurityToken, validationParameters: TokenValidationParameters): string;
|
|
235
|
-
protected ValidateIssuerSecurityKey(key: SecurityKey, securityToken: JwtSecurityToken, validationParameters: TokenValidationParameters): void;
|
|
236
|
-
protected ValidateLifetime(notBefore: Nullable<DateTime>, expires: Nullable<DateTime>, jwtToken: JwtSecurityToken, validationParameters: TokenValidationParameters): void;
|
|
237
|
-
protected ValidateSignature(token: string, validationParameters: TokenValidationParameters): JwtSecurityToken;
|
|
238
|
-
protected ValidateTokenReplay(expires: Nullable<DateTime>, securityToken: string, validationParameters: TokenValidationParameters): void;
|
|
239
|
-
}
|
|
262
|
+
export interface JwtSecurityTokenHandler$instance extends SecurityTokenHandler {
|
|
263
|
+
readonly __tsonic_type_System_IdentityModel_Tokens_Jwt_JwtSecurityTokenHandler: never;
|
|
240
264
|
|
|
265
|
+
readonly __tsonic_iface_Microsoft_IdentityModel_Tokens_ISecurityTokenValidator: never;
|
|
241
266
|
|
|
242
|
-
export interface JwtSecurityTokenHandler$instance extends JwtSecurityTokenHandler$protected, SecurityTokenHandler {
|
|
243
267
|
readonly CanValidateToken: boolean;
|
|
244
268
|
readonly CanWriteToken: boolean;
|
|
245
|
-
InboundClaimFilter:
|
|
246
|
-
InboundClaimTypeMap:
|
|
269
|
+
InboundClaimFilter: ISet_1<System_Internal.String>;
|
|
270
|
+
InboundClaimTypeMap: IDictionary_2<System_Internal.String, System_Internal.String>;
|
|
247
271
|
MapInboundClaims: boolean;
|
|
248
|
-
readonly OutboundAlgorithmMap:
|
|
249
|
-
OutboundClaimTypeMap:
|
|
272
|
+
readonly OutboundAlgorithmMap: IDictionary_2<System_Internal.String, System_Internal.String>;
|
|
273
|
+
OutboundClaimTypeMap: IDictionary_2<System_Internal.String, System_Internal.String>;
|
|
250
274
|
readonly TokenType: Type;
|
|
251
275
|
CanReadToken(token: string): boolean;
|
|
252
276
|
CanReadToken(reader: XmlReader): boolean;
|
|
277
|
+
CreateActorValue(actor: ClaimsIdentity): string;
|
|
278
|
+
CreateClaimsIdentity(jwtToken: JwtSecurityToken, issuer: string, validationParameters: TokenValidationParameters): ClaimsIdentity;
|
|
253
279
|
CreateEncodedJwt(tokenDescriptor: SecurityTokenDescriptor): string;
|
|
254
|
-
CreateEncodedJwt(issuer: string, audience: string, subject: ClaimsIdentity, notBefore:
|
|
255
|
-
CreateEncodedJwt(issuer: string, audience: string, subject: ClaimsIdentity, notBefore:
|
|
256
|
-
CreateEncodedJwt(issuer: string, audience: string, subject: ClaimsIdentity, notBefore:
|
|
280
|
+
CreateEncodedJwt(issuer: string, audience: string, subject: ClaimsIdentity, notBefore: Nullable_1<DateTime>, expires: Nullable_1<DateTime>, issuedAt: Nullable_1<DateTime>, signingCredentials: SigningCredentials): string;
|
|
281
|
+
CreateEncodedJwt(issuer: string, audience: string, subject: ClaimsIdentity, notBefore: Nullable_1<DateTime>, expires: Nullable_1<DateTime>, issuedAt: Nullable_1<DateTime>, signingCredentials: SigningCredentials, encryptingCredentials: EncryptingCredentials): string;
|
|
282
|
+
CreateEncodedJwt(issuer: string, audience: string, subject: ClaimsIdentity, notBefore: Nullable_1<DateTime>, expires: Nullable_1<DateTime>, issuedAt: Nullable_1<DateTime>, signingCredentials: SigningCredentials, encryptingCredentials: EncryptingCredentials, claimCollection: IDictionary_2<System_Internal.String, unknown>): string;
|
|
257
283
|
CreateJwtSecurityToken(tokenDescriptor: SecurityTokenDescriptor): JwtSecurityToken;
|
|
258
|
-
CreateJwtSecurityToken(issuer: string, audience: string, subject: ClaimsIdentity, notBefore:
|
|
259
|
-
CreateJwtSecurityToken(issuer: string, audience: string, subject: ClaimsIdentity, notBefore:
|
|
260
|
-
CreateJwtSecurityToken(issuer?: string, audience?: string, subject?: ClaimsIdentity, notBefore?:
|
|
284
|
+
CreateJwtSecurityToken(issuer: string, audience: string, subject: ClaimsIdentity, notBefore: Nullable_1<DateTime>, expires: Nullable_1<DateTime>, issuedAt: Nullable_1<DateTime>, signingCredentials: SigningCredentials, encryptingCredentials: EncryptingCredentials): JwtSecurityToken;
|
|
285
|
+
CreateJwtSecurityToken(issuer: string, audience: string, subject: ClaimsIdentity, notBefore: Nullable_1<DateTime>, expires: Nullable_1<DateTime>, issuedAt: Nullable_1<DateTime>, signingCredentials: SigningCredentials, encryptingCredentials: EncryptingCredentials, claimCollection: IDictionary_2<System_Internal.String, unknown>): JwtSecurityToken;
|
|
286
|
+
CreateJwtSecurityToken(issuer?: string, audience?: string, subject?: ClaimsIdentity, notBefore?: Nullable_1<DateTime>, expires?: Nullable_1<DateTime>, issuedAt?: Nullable_1<DateTime>, signingCredentials?: SigningCredentials): JwtSecurityToken;
|
|
261
287
|
CreateToken(tokenDescriptor: SecurityTokenDescriptor): SecurityToken;
|
|
262
288
|
ReadJwtToken(token: string): JwtSecurityToken;
|
|
263
289
|
ReadToken(token: string): SecurityToken;
|
|
264
290
|
ReadToken(reader: XmlReader, validationParameters: TokenValidationParameters): SecurityToken;
|
|
265
291
|
ReadToken(reader: XmlReader): SecurityToken;
|
|
292
|
+
ResolveIssuerSigningKey(token: string, jwtToken: JwtSecurityToken, validationParameters: TokenValidationParameters): SecurityKey;
|
|
293
|
+
ResolveTokenDecryptionKey(token: string, jwtToken: JwtSecurityToken, validationParameters: TokenValidationParameters): SecurityKey;
|
|
294
|
+
ValidateAudience(audiences: IEnumerable_1<System_Internal.String>, jwtToken: JwtSecurityToken, validationParameters: TokenValidationParameters): void;
|
|
295
|
+
ValidateIssuer(issuer: string, jwtToken: JwtSecurityToken, validationParameters: TokenValidationParameters): string;
|
|
296
|
+
ValidateIssuerSecurityKey(key: SecurityKey, securityToken: JwtSecurityToken, validationParameters: TokenValidationParameters): void;
|
|
297
|
+
ValidateLifetime(notBefore: Nullable_1<DateTime>, expires: Nullable_1<DateTime>, jwtToken: JwtSecurityToken, validationParameters: TokenValidationParameters): void;
|
|
298
|
+
ValidateSignature(token: string, validationParameters: TokenValidationParameters): JwtSecurityToken;
|
|
266
299
|
ValidateToken(token: string, validationParameters: TokenValidationParameters, validatedToken: SecurityToken): ClaimsPrincipal;
|
|
267
300
|
ValidateToken(reader: XmlReader, validationParameters: TokenValidationParameters, validatedToken: SecurityToken): ClaimsPrincipal;
|
|
268
|
-
ValidateTokenAsync(token: string, validationParameters: TokenValidationParameters):
|
|
269
|
-
ValidateTokenAsync(token: string, validationParameters: TokenValidationParameters):
|
|
270
|
-
ValidateTokenAsync(token: SecurityToken, validationParameters: TokenValidationParameters):
|
|
301
|
+
ValidateTokenAsync(token: string, validationParameters: TokenValidationParameters): Task_1<TokenValidationResult>;
|
|
302
|
+
ValidateTokenAsync(token: string, validationParameters: TokenValidationParameters): Task_1<TokenValidationResult>;
|
|
303
|
+
ValidateTokenAsync(token: SecurityToken, validationParameters: TokenValidationParameters): Task_1<TokenValidationResult>;
|
|
304
|
+
ValidateTokenReplay(expires: Nullable_1<DateTime>, securityToken: string, validationParameters: TokenValidationParameters): void;
|
|
271
305
|
WriteToken(token: SecurityToken): string;
|
|
272
306
|
WriteToken(writer: XmlWriter, token: SecurityToken): void;
|
|
273
307
|
}
|
|
@@ -275,11 +309,11 @@ export interface JwtSecurityTokenHandler$instance extends JwtSecurityTokenHandle
|
|
|
275
309
|
|
|
276
310
|
export const JwtSecurityTokenHandler: {
|
|
277
311
|
new(): JwtSecurityTokenHandler;
|
|
278
|
-
DefaultInboundClaimTypeMap:
|
|
312
|
+
DefaultInboundClaimTypeMap: IDictionary_2<System_Internal.String, System_Internal.String>;
|
|
279
313
|
DefaultMapInboundClaims: boolean;
|
|
280
|
-
DefaultOutboundClaimTypeMap:
|
|
281
|
-
DefaultInboundClaimFilter:
|
|
282
|
-
DefaultOutboundAlgorithmMap:
|
|
314
|
+
DefaultOutboundClaimTypeMap: IDictionary_2<System_Internal.String, System_Internal.String>;
|
|
315
|
+
DefaultInboundClaimFilter: ISet_1<System_Internal.String>;
|
|
316
|
+
DefaultOutboundAlgorithmMap: IDictionary_2<System_Internal.String, System_Internal.String>;
|
|
283
317
|
ShortClaimTypeProperty: string;
|
|
284
318
|
JsonClaimTypeProperty: string;
|
|
285
319
|
};
|
|
@@ -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 } 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 } from "@tsonic/dotnet/System/internal/index.js";
|
|
11
11
|
|
|
12
12
|
export enum DataProtectionScope {
|
|
13
13
|
CurrentUser = 0,
|
|
@@ -12,12 +12,14 @@ import type { ptr } from "@tsonic/core/types.js";
|
|
|
12
12
|
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
13
13
|
import * as System_Internal from "../../System/internal/index.js";
|
|
14
14
|
import type { BinaryData } from "../../System/internal/index.js";
|
|
15
|
-
import
|
|
16
|
-
import type {
|
|
17
|
-
import
|
|
18
|
-
import type {
|
|
15
|
+
import * as System_Text_Json_Serialization_Internal from "@tsonic/dotnet/System.Text.Json.Serialization/internal/index.js";
|
|
16
|
+
import type { JsonConverter_1 } from "@tsonic/dotnet/System.Text.Json.Serialization/internal/index.js";
|
|
17
|
+
import type { JsonSerializerOptions, Utf8JsonReader, Utf8JsonWriter } from "@tsonic/dotnet/System.Text.Json/internal/index.js";
|
|
18
|
+
import type { Type, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
19
|
+
|
|
20
|
+
export interface BinaryDataJsonConverter$instance extends JsonConverter_1<BinaryData> {
|
|
21
|
+
readonly __tsonic_type_System_Text_Json_Serialization_BinaryDataJsonConverter: never;
|
|
19
22
|
|
|
20
|
-
export interface BinaryDataJsonConverter$instance extends JsonConverter<BinaryData> {
|
|
21
23
|
Read(reader: Utf8JsonReader, typeToConvert: Type, options: JsonSerializerOptions): BinaryData | undefined;
|
|
22
24
|
Write(writer: Utf8JsonWriter, value: BinaryData, options: JsonSerializerOptions): void;
|
|
23
25
|
}
|