@tsonic/efcore-sqlserver 10.0.1 → 10.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Azure/bindings.json +686 -17
- package/Azure/internal/index.d.ts +37 -15
- package/Azure.Core/bindings.json +1048 -19
- package/Azure.Core/internal/index.d.ts +61 -23
- package/Azure.Core.Cryptography/bindings.json +5 -0
- package/Azure.Core.Cryptography/internal/index.d.ts +4 -0
- package/Azure.Core.Diagnostics/bindings.json +56 -0
- package/Azure.Core.Diagnostics/internal/index.d.ts +6 -2
- package/Azure.Core.Diagnostics.d.ts +2 -2
- package/Azure.Core.Extensions/bindings.json +17 -0
- package/Azure.Core.Extensions/internal/index.d.ts +8 -0
- package/Azure.Core.GeoJson/bindings.json +362 -0
- package/Azure.Core.GeoJson/internal/index.d.ts +43 -7
- package/Azure.Core.Pipeline/bindings.json +450 -3
- package/Azure.Core.Pipeline/internal/index.d.ts +24 -9
- package/Azure.Core.Pipeline.d.ts +2 -2
- package/Azure.Core.Serialization/bindings.json +89 -1
- package/Azure.Core.Serialization/internal/index.d.ts +8 -2
- package/Azure.Core.d.ts +1 -1
- package/Azure.Identity/bindings.json +1039 -58
- package/Azure.Identity/internal/index.d.ts +97 -35
- package/Azure.Identity.d.ts +1 -1
- package/Azure.Messaging/bindings.json +69 -0
- package/Azure.Messaging/internal/index.d.ts +6 -5
- package/Azure.d.ts +1 -1
- package/Microsoft.Data/bindings.json +16 -0
- package/Microsoft.Data/internal/index.d.ts +2 -1
- package/Microsoft.Data.Sql/bindings.json +16 -0
- package/Microsoft.Data.SqlClient/bindings.json +2482 -38
- package/Microsoft.Data.SqlClient/internal/index.d.ts +140 -38
- package/Microsoft.Data.SqlClient.DataClassification/bindings.json +66 -0
- package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +639 -0
- package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +90 -15
- package/Microsoft.Data.SqlClient.Server/bindings.json +163 -0
- package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +2 -0
- package/Microsoft.Data.SqlTypes/bindings.json +73 -0
- package/Microsoft.Data.SqlTypes/internal/index.d.ts +8 -1
- package/Microsoft.EntityFrameworkCore/bindings.json +700 -2
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +6 -1
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +35 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +107 -1
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +11 -1
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +27 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +78 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +2 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +853 -10
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +87 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +10 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +917 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +53 -5
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +41 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +9 -1
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +9 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +122 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +9 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +28 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +27 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +421 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +34 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +87 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +56 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +2 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +95 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +11 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +2415 -31
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +183 -9
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +39 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +6 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +32 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +1816 -67
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +102 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +397 -4
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +33 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +138 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +21 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +3 -1
- package/Microsoft.EntityFrameworkCore.d.ts +4 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +10 -0
- package/Microsoft.Extensions.DependencyInjection.d.ts +3 -0
- package/Microsoft.Identity.Client/bindings.json +1941 -39
- package/Microsoft.Identity.Client/internal/index.d.ts +113 -47
- package/Microsoft.Identity.Client.Advanced/bindings.json +5 -0
- package/Microsoft.Identity.Client.AppConfig/bindings.json +21 -0
- package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +0 -1
- package/Microsoft.Identity.Client.AuthScheme/bindings.json +6 -0
- package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +2 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +3 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +2 -0
- package/Microsoft.Identity.Client.Cache/bindings.json +34 -0
- package/Microsoft.Identity.Client.Extensibility/bindings.json +80 -10
- package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +7 -5
- package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +117 -0
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +5 -4
- package/Microsoft.Identity.Client.Extensions.Msal.d.ts +1 -1
- package/Microsoft.Identity.Client.Kerberos/bindings.json +77 -0
- package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +1 -1
- package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +31 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +18 -1
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +1 -1
- package/Microsoft.Identity.Client.RP/bindings.json +10 -0
- package/Microsoft.Identity.Client.Region/bindings.json +29 -0
- package/Microsoft.Identity.Client.SSHCertificates/bindings.json +6 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +6 -0
- package/Microsoft.Identity.Client.Utils/bindings.json +10 -0
- package/Microsoft.Identity.Client.Utils/internal/index.d.ts +0 -1
- package/Microsoft.Identity.Client.Utils.Windows/bindings.json +6 -0
- package/Microsoft.IdentityModel.Abstractions/bindings.json +135 -1
- package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +13 -6
- package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +252 -6
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +11 -6
- package/Microsoft.IdentityModel.JsonWebTokens.d.ts +1 -1
- package/Microsoft.IdentityModel.Logging/bindings.json +122 -2
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +9 -3
- package/Microsoft.IdentityModel.Logging.d.ts +1 -1
- package/Microsoft.IdentityModel.Protocols/bindings.json +155 -1
- package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +17 -1
- package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +30 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +3 -1
- package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +1 -1
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +645 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +19 -3
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +17 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +2 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +1 -1
- package/Microsoft.IdentityModel.Tokens/bindings.json +2486 -77
- package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +145 -44
- package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +10 -0
- package/Microsoft.IdentityModel.Tokens.d.ts +4 -1
- package/Microsoft.SqlServer.Server/bindings.json +144 -0
- package/Microsoft.SqlServer.Server/internal/index.d.ts +4 -1
- package/System/bindings.json +63 -0
- package/System.ClientModel/bindings.json +256 -11
- package/System.ClientModel/internal/index.d.ts +21 -12
- package/System.ClientModel.Primitives/bindings.json +1673 -120
- package/System.ClientModel.Primitives/internal/index.d.ts +101 -32
- package/System.ClientModel.Primitives.d.ts +5 -2
- package/System.Configuration/bindings.json +5382 -321
- package/System.Configuration/internal/index.d.ts +292 -59
- package/System.Configuration.Internal/bindings.json +193 -1
- package/System.Configuration.Internal/internal/index.d.ts +23 -2
- package/System.Configuration.Provider/bindings.json +69 -1
- package/System.Configuration.Provider/internal/index.d.ts +8 -3
- package/System.Configuration.Provider.d.ts +1 -1
- package/System.Configuration.d.ts +3 -3
- package/System.Diagnostics/bindings.json +5 -0
- package/System.Drawing.Configuration/bindings.json +25 -0
- package/System.Drawing.Configuration/internal/index.d.ts +6 -2
- package/System.Drawing.Configuration.d.ts +5 -2
- package/System.IdentityModel.Tokens.Jwt/bindings.json +646 -36
- package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +56 -20
- package/System.Security.Cryptography/bindings.json +31 -0
- package/System.Text.Json.Serialization/bindings.json +10 -0
- package/__internal/extensions/index.d.ts +915 -14
- package/package.json +1 -1
|
@@ -103,14 +103,25 @@ export const JwtRegisteredClaimNames: {
|
|
|
103
103
|
export type JwtRegisteredClaimNames = JwtRegisteredClaimNames$instance;
|
|
104
104
|
|
|
105
105
|
export interface JwtHeader$instance extends Dictionary<System_Internal.String, unknown> {
|
|
106
|
-
readonly
|
|
107
|
-
readonly
|
|
108
|
-
readonly
|
|
109
|
-
readonly
|
|
106
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
107
|
+
readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
|
|
108
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
109
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
110
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyDictionary_2: never;
|
|
111
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
112
|
+
readonly __tsonic_iface_System_Collections_IDictionary: never;
|
|
113
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
114
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
115
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
116
|
+
|
|
117
|
+
Alg: string;
|
|
118
|
+
Cty: string;
|
|
119
|
+
Enc: string;
|
|
120
|
+
EncryptingCredentials: EncryptingCredentials;
|
|
110
121
|
readonly IV: string;
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
122
|
+
Kid: string;
|
|
123
|
+
SigningCredentials: SigningCredentials;
|
|
124
|
+
Typ: string;
|
|
114
125
|
readonly X5c: string;
|
|
115
126
|
readonly X5t: string;
|
|
116
127
|
readonly Zip: string;
|
|
@@ -136,6 +147,17 @@ export const JwtHeader: {
|
|
|
136
147
|
export type JwtHeader = JwtHeader$instance;
|
|
137
148
|
|
|
138
149
|
export interface JwtPayload$instance extends Dictionary<System_Internal.String, unknown> {
|
|
150
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
151
|
+
readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
|
|
152
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
153
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
154
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyDictionary_2: never;
|
|
155
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
156
|
+
readonly __tsonic_iface_System_Collections_IDictionary: never;
|
|
157
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
158
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
159
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
160
|
+
|
|
139
161
|
readonly Acr: string;
|
|
140
162
|
readonly Actort: string;
|
|
141
163
|
readonly Amr: IList<System_Internal.String>;
|
|
@@ -177,34 +199,36 @@ export const JwtPayload: {
|
|
|
177
199
|
export type JwtPayload = JwtPayload$instance;
|
|
178
200
|
|
|
179
201
|
export interface JwtSecurityToken$instance extends SecurityToken {
|
|
202
|
+
readonly __tsonic_iface_Microsoft_IdentityModel_Logging_ISafeLogSecurityArtifact: never;
|
|
203
|
+
|
|
180
204
|
readonly Actor: string;
|
|
181
205
|
readonly Audiences: IEnumerable__System_Collections_Generic<System_Internal.String>;
|
|
182
206
|
readonly Claims: IEnumerable__System_Collections_Generic<Claim>;
|
|
183
207
|
readonly EncodedHeader: string;
|
|
184
208
|
readonly EncodedPayload: string;
|
|
185
209
|
readonly EncryptingCredentials: EncryptingCredentials;
|
|
186
|
-
|
|
210
|
+
Header: JwtHeader;
|
|
187
211
|
readonly Id: string;
|
|
188
|
-
|
|
212
|
+
InnerToken: JwtSecurityToken;
|
|
189
213
|
readonly IssuedAt: DateTime;
|
|
190
214
|
readonly Issuer: string;
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
215
|
+
Payload: JwtPayload;
|
|
216
|
+
RawAuthenticationTag: string;
|
|
217
|
+
RawCiphertext: string;
|
|
218
|
+
RawData: string;
|
|
219
|
+
RawEncryptedKey: string;
|
|
220
|
+
RawHeader: string;
|
|
221
|
+
RawInitializationVector: string;
|
|
222
|
+
RawPayload: string;
|
|
223
|
+
RawSignature: string;
|
|
200
224
|
readonly SecurityKey: SecurityKey;
|
|
201
225
|
readonly SignatureAlgorithm: string;
|
|
202
226
|
readonly SigningCredentials: SigningCredentials;
|
|
203
227
|
SigningKey: SecurityKey;
|
|
204
|
-
readonly Subject: string
|
|
228
|
+
readonly Subject: string;
|
|
205
229
|
readonly ValidFrom: DateTime;
|
|
206
230
|
readonly ValidTo: DateTime;
|
|
207
|
-
ToString(): string
|
|
231
|
+
ToString(): string;
|
|
208
232
|
UnsafeToString(): string;
|
|
209
233
|
}
|
|
210
234
|
|
|
@@ -226,6 +250,8 @@ export type JwtSecurityToken = JwtSecurityToken$instance & __JwtSecurityToken$vi
|
|
|
226
250
|
|
|
227
251
|
|
|
228
252
|
export interface JwtSecurityTokenHandler$instance extends SecurityTokenHandler {
|
|
253
|
+
readonly __tsonic_iface_Microsoft_IdentityModel_Tokens_ISecurityTokenValidator: never;
|
|
254
|
+
|
|
229
255
|
readonly CanValidateToken: boolean;
|
|
230
256
|
readonly CanWriteToken: boolean;
|
|
231
257
|
InboundClaimFilter: ISet<System_Internal.String>;
|
|
@@ -236,6 +262,8 @@ export interface JwtSecurityTokenHandler$instance extends SecurityTokenHandler {
|
|
|
236
262
|
readonly TokenType: Type;
|
|
237
263
|
CanReadToken(token: string): boolean;
|
|
238
264
|
CanReadToken(reader: XmlReader): boolean;
|
|
265
|
+
CreateActorValue(actor: ClaimsIdentity): string;
|
|
266
|
+
CreateClaimsIdentity(jwtToken: JwtSecurityToken, issuer: string, validationParameters: TokenValidationParameters): ClaimsIdentity;
|
|
239
267
|
CreateEncodedJwt(tokenDescriptor: SecurityTokenDescriptor): string;
|
|
240
268
|
CreateEncodedJwt(issuer: string, audience: string, subject: ClaimsIdentity, notBefore: Nullable<DateTime>, expires: Nullable<DateTime>, issuedAt: Nullable<DateTime>, signingCredentials: SigningCredentials): string;
|
|
241
269
|
CreateEncodedJwt(issuer: string, audience: string, subject: ClaimsIdentity, notBefore: Nullable<DateTime>, expires: Nullable<DateTime>, issuedAt: Nullable<DateTime>, signingCredentials: SigningCredentials, encryptingCredentials: EncryptingCredentials): string;
|
|
@@ -249,11 +277,19 @@ export interface JwtSecurityTokenHandler$instance extends SecurityTokenHandler {
|
|
|
249
277
|
ReadToken(token: string): SecurityToken;
|
|
250
278
|
ReadToken(reader: XmlReader, validationParameters: TokenValidationParameters): SecurityToken;
|
|
251
279
|
ReadToken(reader: XmlReader): SecurityToken;
|
|
280
|
+
ResolveIssuerSigningKey(token: string, jwtToken: JwtSecurityToken, validationParameters: TokenValidationParameters): SecurityKey;
|
|
281
|
+
ResolveTokenDecryptionKey(token: string, jwtToken: JwtSecurityToken, validationParameters: TokenValidationParameters): SecurityKey;
|
|
282
|
+
ValidateAudience(audiences: IEnumerable__System_Collections_Generic<System_Internal.String>, jwtToken: JwtSecurityToken, validationParameters: TokenValidationParameters): void;
|
|
283
|
+
ValidateIssuer(issuer: string, jwtToken: JwtSecurityToken, validationParameters: TokenValidationParameters): string;
|
|
284
|
+
ValidateIssuerSecurityKey(key: SecurityKey, securityToken: JwtSecurityToken, validationParameters: TokenValidationParameters): void;
|
|
285
|
+
ValidateLifetime(notBefore: Nullable<DateTime>, expires: Nullable<DateTime>, jwtToken: JwtSecurityToken, validationParameters: TokenValidationParameters): void;
|
|
286
|
+
ValidateSignature(token: string, validationParameters: TokenValidationParameters): JwtSecurityToken;
|
|
252
287
|
ValidateToken(token: string, validationParameters: TokenValidationParameters, validatedToken: SecurityToken): ClaimsPrincipal;
|
|
253
288
|
ValidateToken(reader: XmlReader, validationParameters: TokenValidationParameters, validatedToken: SecurityToken): ClaimsPrincipal;
|
|
254
289
|
ValidateTokenAsync(token: string, validationParameters: TokenValidationParameters): Task<TokenValidationResult>;
|
|
255
290
|
ValidateTokenAsync(token: string, validationParameters: TokenValidationParameters): Task<TokenValidationResult>;
|
|
256
291
|
ValidateTokenAsync(token: SecurityToken, validationParameters: TokenValidationParameters): Task<TokenValidationResult>;
|
|
292
|
+
ValidateTokenReplay(expires: Nullable<DateTime>, securityToken: string, validationParameters: TokenValidationParameters): void;
|
|
257
293
|
WriteToken(token: SecurityToken): string;
|
|
258
294
|
WriteToken(writer: XmlWriter, token: SecurityToken): void;
|
|
259
295
|
}
|
|
@@ -18,6 +18,28 @@
|
|
|
18
18
|
"isSealed": true,
|
|
19
19
|
"isStatic": false,
|
|
20
20
|
"arity": 0,
|
|
21
|
+
"baseType": {
|
|
22
|
+
"stableId": "System.Private.CoreLib:System.Enum",
|
|
23
|
+
"clrName": "System.Enum"
|
|
24
|
+
},
|
|
25
|
+
"interfaces": [
|
|
26
|
+
{
|
|
27
|
+
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
28
|
+
"clrName": "System.IComparable"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
32
|
+
"clrName": "System.ISpanFormattable"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
36
|
+
"clrName": "System.IFormattable"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
40
|
+
"clrName": "System.IConvertible"
|
|
41
|
+
}
|
|
42
|
+
],
|
|
21
43
|
"methods": [],
|
|
22
44
|
"properties": [],
|
|
23
45
|
"fields": [
|
|
@@ -29,6 +51,7 @@
|
|
|
29
51
|
"isStatic": false,
|
|
30
52
|
"isReadOnly": false,
|
|
31
53
|
"isLiteral": false,
|
|
54
|
+
"visibility": "Public",
|
|
32
55
|
"declaringClrType": "System.Security.Cryptography.DataProtectionScope",
|
|
33
56
|
"declaringAssemblyName": "System.Security.Cryptography.ProtectedData"
|
|
34
57
|
},
|
|
@@ -40,6 +63,7 @@
|
|
|
40
63
|
"isStatic": true,
|
|
41
64
|
"isReadOnly": false,
|
|
42
65
|
"isLiteral": true,
|
|
66
|
+
"visibility": "Public",
|
|
43
67
|
"declaringClrType": "System.Security.Cryptography.DataProtectionScope",
|
|
44
68
|
"declaringAssemblyName": "System.Security.Cryptography.ProtectedData"
|
|
45
69
|
},
|
|
@@ -51,6 +75,7 @@
|
|
|
51
75
|
"isStatic": true,
|
|
52
76
|
"isReadOnly": false,
|
|
53
77
|
"isLiteral": true,
|
|
78
|
+
"visibility": "Public",
|
|
54
79
|
"declaringClrType": "System.Security.Cryptography.DataProtectionScope",
|
|
55
80
|
"declaringAssemblyName": "System.Security.Cryptography.ProtectedData"
|
|
56
81
|
}
|
|
@@ -69,6 +94,10 @@
|
|
|
69
94
|
"isSealed": true,
|
|
70
95
|
"isStatic": true,
|
|
71
96
|
"arity": 0,
|
|
97
|
+
"baseType": {
|
|
98
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
99
|
+
"clrName": "System.Object"
|
|
100
|
+
},
|
|
72
101
|
"methods": [
|
|
73
102
|
{
|
|
74
103
|
"stableId": "System.Security.Cryptography.ProtectedData:System.Security.Cryptography.ProtectedData::Protect(System.Byte[],System.Byte[],System.Security.Cryptography.DataProtectionScope):System.Byte[]",
|
|
@@ -85,6 +114,7 @@
|
|
|
85
114
|
"isVirtual": false,
|
|
86
115
|
"isOverride": false,
|
|
87
116
|
"isSealed": false,
|
|
117
|
+
"visibility": "Public",
|
|
88
118
|
"declaringClrType": "System.Security.Cryptography.ProtectedData",
|
|
89
119
|
"declaringAssemblyName": "System.Security.Cryptography.ProtectedData",
|
|
90
120
|
"isExtensionMethod": false
|
|
@@ -104,6 +134,7 @@
|
|
|
104
134
|
"isVirtual": false,
|
|
105
135
|
"isOverride": false,
|
|
106
136
|
"isSealed": false,
|
|
137
|
+
"visibility": "Public",
|
|
107
138
|
"declaringClrType": "System.Security.Cryptography.ProtectedData",
|
|
108
139
|
"declaringAssemblyName": "System.Security.Cryptography.ProtectedData",
|
|
109
140
|
"isExtensionMethod": false
|
|
@@ -16,6 +16,13 @@
|
|
|
16
16
|
"isSealed": true,
|
|
17
17
|
"isStatic": false,
|
|
18
18
|
"arity": 0,
|
|
19
|
+
"baseType": {
|
|
20
|
+
"stableId": "System.Text.Json:System.Text.Json.Serialization.JsonConverter\u00601",
|
|
21
|
+
"clrName": "System.Text.Json.Serialization.JsonConverter\u00601",
|
|
22
|
+
"typeArguments": [
|
|
23
|
+
"BinaryData"
|
|
24
|
+
]
|
|
25
|
+
},
|
|
19
26
|
"methods": [
|
|
20
27
|
{
|
|
21
28
|
"stableId": "System.Memory.Data:System.Text.Json.Serialization.BinaryDataJsonConverter::Read(System.Text.Json.Utf8JsonReader\u0026,System.Type,System.Text.Json.JsonSerializerOptions):System.BinaryData",
|
|
@@ -32,6 +39,7 @@
|
|
|
32
39
|
"isVirtual": true,
|
|
33
40
|
"isOverride": true,
|
|
34
41
|
"isSealed": false,
|
|
42
|
+
"visibility": "Public",
|
|
35
43
|
"declaringClrType": "System.Text.Json.Serialization.BinaryDataJsonConverter",
|
|
36
44
|
"declaringAssemblyName": "System.Memory.Data",
|
|
37
45
|
"isExtensionMethod": false,
|
|
@@ -57,6 +65,7 @@
|
|
|
57
65
|
"isVirtual": true,
|
|
58
66
|
"isOverride": true,
|
|
59
67
|
"isSealed": false,
|
|
68
|
+
"visibility": "Public",
|
|
60
69
|
"declaringClrType": "System.Text.Json.Serialization.BinaryDataJsonConverter",
|
|
61
70
|
"declaringAssemblyName": "System.Memory.Data",
|
|
62
71
|
"isExtensionMethod": false
|
|
@@ -73,6 +82,7 @@
|
|
|
73
82
|
"normalizedSignature": "constructor|():void|static=false",
|
|
74
83
|
"isStatic": false,
|
|
75
84
|
"parameterCount": 0,
|
|
85
|
+
"visibility": "Public",
|
|
76
86
|
"declaringClrType": "System.Text.Json.Serialization.BinaryDataJsonConverter",
|
|
77
87
|
"declaringAssemblyName": "System.Memory.Data"
|
|
78
88
|
}
|