@tsonic/efcore-sqlserver 10.0.1 → 10.0.2
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 -7
- package/Azure.Core/bindings.json +1048 -19
- package/Azure.Core/internal/index.d.ts +40 -9
- package/Azure.Core.Cryptography/bindings.json +5 -0
- package/Azure.Core.Diagnostics/bindings.json +56 -0
- package/Azure.Core.Diagnostics/internal/index.d.ts +9 -3
- package/Azure.Core.Diagnostics.d.ts +2 -2
- package/Azure.Core.Extensions/bindings.json +17 -0
- package/Azure.Core.GeoJson/bindings.json +362 -0
- package/Azure.Core.Pipeline/bindings.json +450 -3
- package/Azure.Core.Pipeline/internal/index.d.ts +27 -4
- package/Azure.Core.Pipeline.d.ts +2 -2
- package/Azure.Core.Serialization/bindings.json +89 -1
- package/Azure.Core.Serialization/internal/index.d.ts +1 -0
- package/Azure.Core.d.ts +1 -1
- package/Azure.Identity/bindings.json +1039 -58
- package/Azure.Identity/internal/index.d.ts +51 -30
- package/Azure.Identity.d.ts +1 -1
- package/Azure.Messaging/bindings.json +69 -0
- package/Azure.Messaging/internal/index.d.ts +6 -1
- package/Azure.d.ts +1 -1
- package/Microsoft.Data/bindings.json +16 -0
- package/Microsoft.Data.Sql/bindings.json +16 -0
- package/Microsoft.Data.SqlClient/bindings.json +2482 -38
- package/Microsoft.Data.SqlClient/internal/index.d.ts +114 -22
- package/Microsoft.Data.SqlClient.DataClassification/bindings.json +66 -0
- package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +639 -0
- package/Microsoft.Data.SqlClient.Server/bindings.json +163 -0
- package/Microsoft.Data.SqlTypes/bindings.json +73 -0
- package/Microsoft.EntityFrameworkCore/bindings.json +700 -2
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +9 -2
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +35 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +107 -1
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +1 -0
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +27 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +78 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +853 -10
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +85 -13
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +10 -0
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +917 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +56 -6
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +41 -0
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +6 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +122 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +10 -2
- 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.Infrastructure.Internal/bindings.json +421 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +34 -10
- 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.Migrations.Internal/bindings.json +95 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +8 -2
- 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 +209 -30
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +39 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +8 -3
- 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.Storage.Internal/bindings.json +1816 -67
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +197 -27
- 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 +38 -7
- 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 +16 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +3 -1
- package/Microsoft.EntityFrameworkCore.d.ts +1 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +10 -0
- package/Microsoft.Identity.Client/bindings.json +1941 -39
- package/Microsoft.Identity.Client/internal/index.d.ts +94 -28
- package/Microsoft.Identity.Client.Advanced/bindings.json +5 -0
- package/Microsoft.Identity.Client.AppConfig/bindings.json +21 -0
- package/Microsoft.Identity.Client.AuthScheme/bindings.json +6 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +3 -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 +6 -5
- package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +117 -0
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +2 -1
- package/Microsoft.Identity.Client.Extensions.Msal.d.ts +1 -1
- package/Microsoft.Identity.Client.Kerberos/bindings.json +77 -0
- 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 -0
- 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.Windows/bindings.json +6 -0
- package/Microsoft.IdentityModel.Abstractions/bindings.json +135 -1
- package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +1 -0
- package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +252 -6
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +12 -5
- package/Microsoft.IdentityModel.JsonWebTokens.d.ts +1 -1
- package/Microsoft.IdentityModel.Logging/bindings.json +122 -2
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +8 -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 +1 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +30 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +2 -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 +17 -2
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +17 -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 +135 -35
- package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +10 -0
- package/Microsoft.IdentityModel.Tokens.d.ts +1 -1
- package/Microsoft.SqlServer.Server/bindings.json +144 -0
- package/System/bindings.json +63 -0
- package/System.ClientModel/bindings.json +256 -11
- package/System.ClientModel/internal/index.d.ts +22 -6
- package/System.ClientModel.Primitives/bindings.json +1673 -120
- package/System.ClientModel.Primitives/internal/index.d.ts +111 -17
- package/System.ClientModel.Primitives.d.ts +2 -2
- package/System.Configuration/bindings.json +5382 -321
- package/System.Configuration/internal/index.d.ts +323 -51
- package/System.Configuration.Internal/bindings.json +193 -1
- package/System.Configuration.Provider/bindings.json +69 -1
- package/System.Configuration.Provider/internal/index.d.ts +3 -1
- 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 +11 -3
- 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 +33 -19
- package/System.Security.Cryptography/bindings.json +31 -0
- package/System.Text.Json.Serialization/bindings.json +10 -0
- package/package.json +1 -1
|
@@ -15,6 +15,10 @@
|
|
|
15
15
|
"isSealed": false,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "System.Private.CoreLib:System.EventArgs",
|
|
20
|
+
"clrName": "System.EventArgs"
|
|
21
|
+
},
|
|
18
22
|
"methods": [],
|
|
19
23
|
"properties": [],
|
|
20
24
|
"fields": [
|
|
@@ -26,6 +30,7 @@
|
|
|
26
30
|
"isStatic": false,
|
|
27
31
|
"isReadOnly": true,
|
|
28
32
|
"isLiteral": false,
|
|
33
|
+
"visibility": "Public",
|
|
29
34
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.CacheChangedEventArgs",
|
|
30
35
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal"
|
|
31
36
|
},
|
|
@@ -37,6 +42,7 @@
|
|
|
37
42
|
"isStatic": false,
|
|
38
43
|
"isReadOnly": true,
|
|
39
44
|
"isLiteral": false,
|
|
45
|
+
"visibility": "Public",
|
|
40
46
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.CacheChangedEventArgs",
|
|
41
47
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal"
|
|
42
48
|
}
|
|
@@ -50,6 +56,7 @@
|
|
|
50
56
|
"normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
51
57
|
"isStatic": false,
|
|
52
58
|
"parameterCount": 2,
|
|
59
|
+
"visibility": "Public",
|
|
53
60
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.CacheChangedEventArgs",
|
|
54
61
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal"
|
|
55
62
|
}
|
|
@@ -66,6 +73,16 @@
|
|
|
66
73
|
"isSealed": true,
|
|
67
74
|
"isStatic": false,
|
|
68
75
|
"arity": 0,
|
|
76
|
+
"baseType": {
|
|
77
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
78
|
+
"clrName": "System.Object"
|
|
79
|
+
},
|
|
80
|
+
"interfaces": [
|
|
81
|
+
{
|
|
82
|
+
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
83
|
+
"clrName": "System.IDisposable"
|
|
84
|
+
}
|
|
85
|
+
],
|
|
69
86
|
"methods": [
|
|
70
87
|
{
|
|
71
88
|
"stableId": "Microsoft.Identity.Client.Extensions.Msal:Microsoft.Identity.Client.Extensions.Msal.CrossPlatLock::Dispose():System.Void",
|
|
@@ -82,6 +99,7 @@
|
|
|
82
99
|
"isVirtual": true,
|
|
83
100
|
"isOverride": false,
|
|
84
101
|
"isSealed": true,
|
|
102
|
+
"visibility": "Public",
|
|
85
103
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.CrossPlatLock",
|
|
86
104
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal",
|
|
87
105
|
"isExtensionMethod": false
|
|
@@ -98,6 +116,7 @@
|
|
|
98
116
|
"normalizedSignature": "constructor|(System.String,System.Int32,System.Int32):void|static=false",
|
|
99
117
|
"isStatic": false,
|
|
100
118
|
"parameterCount": 3,
|
|
119
|
+
"visibility": "Public",
|
|
101
120
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.CrossPlatLock",
|
|
102
121
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal"
|
|
103
122
|
}
|
|
@@ -114,6 +133,10 @@
|
|
|
114
133
|
"isSealed": false,
|
|
115
134
|
"isStatic": false,
|
|
116
135
|
"arity": 0,
|
|
136
|
+
"baseType": {
|
|
137
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
138
|
+
"clrName": "System.Object"
|
|
139
|
+
},
|
|
117
140
|
"methods": [
|
|
118
141
|
{
|
|
119
142
|
"stableId": "Microsoft.Identity.Client.Extensions.Msal:Microsoft.Identity.Client.Extensions.Msal.MsalCacheHelper::CreateAsync(Microsoft.Identity.Client.Extensions.Msal.StorageCreationProperties,System.Diagnostics.TraceSource):System.Threading.Tasks.Task_1[[Microsoft.Identity.Client.Extensions.Msal.MsalCacheHelper,Microsoft.Identity.Client.Extensions.Msal,Version=4.73.1.0,Culture=neutral,PublicKeyToken=0a613f4dd989e8ae]]",
|
|
@@ -130,6 +153,7 @@
|
|
|
130
153
|
"isVirtual": false,
|
|
131
154
|
"isOverride": false,
|
|
132
155
|
"isSealed": false,
|
|
156
|
+
"visibility": "Public",
|
|
133
157
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.MsalCacheHelper",
|
|
134
158
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal",
|
|
135
159
|
"isExtensionMethod": false
|
|
@@ -149,6 +173,7 @@
|
|
|
149
173
|
"isVirtual": false,
|
|
150
174
|
"isOverride": false,
|
|
151
175
|
"isSealed": false,
|
|
176
|
+
"visibility": "Public",
|
|
152
177
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.MsalCacheHelper",
|
|
153
178
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal",
|
|
154
179
|
"isExtensionMethod": false
|
|
@@ -168,6 +193,7 @@
|
|
|
168
193
|
"isVirtual": false,
|
|
169
194
|
"isOverride": false,
|
|
170
195
|
"isSealed": false,
|
|
196
|
+
"visibility": "Public",
|
|
171
197
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.MsalCacheHelper",
|
|
172
198
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal",
|
|
173
199
|
"isExtensionMethod": false
|
|
@@ -187,6 +213,7 @@
|
|
|
187
213
|
"isVirtual": false,
|
|
188
214
|
"isOverride": false,
|
|
189
215
|
"isSealed": false,
|
|
216
|
+
"visibility": "Public",
|
|
190
217
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.MsalCacheHelper",
|
|
191
218
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal",
|
|
192
219
|
"isExtensionMethod": false
|
|
@@ -206,6 +233,7 @@
|
|
|
206
233
|
"isVirtual": false,
|
|
207
234
|
"isOverride": false,
|
|
208
235
|
"isSealed": false,
|
|
236
|
+
"visibility": "Public",
|
|
209
237
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.MsalCacheHelper",
|
|
210
238
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal",
|
|
211
239
|
"isExtensionMethod": false
|
|
@@ -225,6 +253,7 @@
|
|
|
225
253
|
"isVirtual": false,
|
|
226
254
|
"isOverride": false,
|
|
227
255
|
"isSealed": false,
|
|
256
|
+
"visibility": "Public",
|
|
228
257
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.MsalCacheHelper",
|
|
229
258
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal",
|
|
230
259
|
"isExtensionMethod": false
|
|
@@ -244,6 +273,7 @@
|
|
|
244
273
|
"isVirtual": false,
|
|
245
274
|
"isOverride": false,
|
|
246
275
|
"isSealed": false,
|
|
276
|
+
"visibility": "Public",
|
|
247
277
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.MsalCacheHelper",
|
|
248
278
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal",
|
|
249
279
|
"isExtensionMethod": false
|
|
@@ -265,6 +295,7 @@
|
|
|
265
295
|
"isAbstract": false,
|
|
266
296
|
"isVirtual": false,
|
|
267
297
|
"isOverride": false,
|
|
298
|
+
"visibility": "Public",
|
|
268
299
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.MsalCacheHelper",
|
|
269
300
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal"
|
|
270
301
|
}
|
|
@@ -278,6 +309,7 @@
|
|
|
278
309
|
"isStatic": true,
|
|
279
310
|
"isReadOnly": false,
|
|
280
311
|
"isLiteral": true,
|
|
312
|
+
"visibility": "Public",
|
|
281
313
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.MsalCacheHelper",
|
|
282
314
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal"
|
|
283
315
|
},
|
|
@@ -289,6 +321,7 @@
|
|
|
289
321
|
"isStatic": true,
|
|
290
322
|
"isReadOnly": false,
|
|
291
323
|
"isLiteral": true,
|
|
324
|
+
"visibility": "Public",
|
|
292
325
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.MsalCacheHelper",
|
|
293
326
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal"
|
|
294
327
|
}
|
|
@@ -300,6 +333,7 @@
|
|
|
300
333
|
"metadataToken": 335544321,
|
|
301
334
|
"normalizedSignature": "CacheChanged|System.EventHandler\u00601[[Microsoft.Identity.Client.Extensions.Msal.CacheChangedEventArgs, Microsoft.Identity.Client.Extensions.Msal, Version=4.73.1.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae]]|static=false",
|
|
302
335
|
"isStatic": false,
|
|
336
|
+
"visibility": "Public",
|
|
303
337
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.MsalCacheHelper",
|
|
304
338
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal"
|
|
305
339
|
}
|
|
@@ -317,6 +351,16 @@
|
|
|
317
351
|
"isSealed": false,
|
|
318
352
|
"isStatic": false,
|
|
319
353
|
"arity": 0,
|
|
354
|
+
"baseType": {
|
|
355
|
+
"stableId": "System.Private.CoreLib:System.Exception",
|
|
356
|
+
"clrName": "System.Exception"
|
|
357
|
+
},
|
|
358
|
+
"interfaces": [
|
|
359
|
+
{
|
|
360
|
+
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
361
|
+
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
362
|
+
}
|
|
363
|
+
],
|
|
320
364
|
"methods": [],
|
|
321
365
|
"properties": [],
|
|
322
366
|
"fields": [],
|
|
@@ -329,6 +373,7 @@
|
|
|
329
373
|
"normalizedSignature": "constructor|():void|static=false",
|
|
330
374
|
"isStatic": false,
|
|
331
375
|
"parameterCount": 0,
|
|
376
|
+
"visibility": "Public",
|
|
332
377
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.MsalCachePersistenceException",
|
|
333
378
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal"
|
|
334
379
|
},
|
|
@@ -339,6 +384,7 @@
|
|
|
339
384
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
340
385
|
"isStatic": false,
|
|
341
386
|
"parameterCount": 1,
|
|
387
|
+
"visibility": "Public",
|
|
342
388
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.MsalCachePersistenceException",
|
|
343
389
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal"
|
|
344
390
|
},
|
|
@@ -349,6 +395,18 @@
|
|
|
349
395
|
"normalizedSignature": "constructor|(System.String,System.Exception):void|static=false",
|
|
350
396
|
"isStatic": false,
|
|
351
397
|
"parameterCount": 2,
|
|
398
|
+
"visibility": "Public",
|
|
399
|
+
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.MsalCachePersistenceException",
|
|
400
|
+
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal"
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"stableId": "Microsoft.Identity.Client.Extensions.Msal:Microsoft.Identity.Client.Extensions.Msal.MsalCachePersistenceException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
|
|
404
|
+
"metadataToken": 100663403,
|
|
405
|
+
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
|
|
406
|
+
"normalizedSignature": "constructor|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void|static=false",
|
|
407
|
+
"isStatic": false,
|
|
408
|
+
"parameterCount": 2,
|
|
409
|
+
"visibility": "Protected",
|
|
352
410
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.MsalCachePersistenceException",
|
|
353
411
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal"
|
|
354
412
|
}
|
|
@@ -365,6 +423,10 @@
|
|
|
365
423
|
"isSealed": false,
|
|
366
424
|
"isStatic": false,
|
|
367
425
|
"arity": 0,
|
|
426
|
+
"baseType": {
|
|
427
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
428
|
+
"clrName": "System.Object"
|
|
429
|
+
},
|
|
368
430
|
"methods": [
|
|
369
431
|
{
|
|
370
432
|
"stableId": "Microsoft.Identity.Client.Extensions.Msal:Microsoft.Identity.Client.Extensions.Msal.Storage::Create(Microsoft.Identity.Client.Extensions.Msal.StorageCreationProperties,System.Diagnostics.TraceSource):Microsoft.Identity.Client.Extensions.Msal.Storage",
|
|
@@ -381,6 +443,7 @@
|
|
|
381
443
|
"isVirtual": false,
|
|
382
444
|
"isOverride": false,
|
|
383
445
|
"isSealed": false,
|
|
446
|
+
"visibility": "Public",
|
|
384
447
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.Storage",
|
|
385
448
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal",
|
|
386
449
|
"isExtensionMethod": false
|
|
@@ -400,6 +463,7 @@
|
|
|
400
463
|
"isVirtual": false,
|
|
401
464
|
"isOverride": false,
|
|
402
465
|
"isSealed": false,
|
|
466
|
+
"visibility": "Public",
|
|
403
467
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.Storage",
|
|
404
468
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal",
|
|
405
469
|
"isExtensionMethod": false
|
|
@@ -419,6 +483,7 @@
|
|
|
419
483
|
"isVirtual": false,
|
|
420
484
|
"isOverride": false,
|
|
421
485
|
"isSealed": false,
|
|
486
|
+
"visibility": "Public",
|
|
422
487
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.Storage",
|
|
423
488
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal",
|
|
424
489
|
"isExtensionMethod": false
|
|
@@ -438,6 +503,7 @@
|
|
|
438
503
|
"isVirtual": false,
|
|
439
504
|
"isOverride": false,
|
|
440
505
|
"isSealed": false,
|
|
506
|
+
"visibility": "Public",
|
|
441
507
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.Storage",
|
|
442
508
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal",
|
|
443
509
|
"isExtensionMethod": false
|
|
@@ -457,6 +523,7 @@
|
|
|
457
523
|
"isVirtual": false,
|
|
458
524
|
"isOverride": false,
|
|
459
525
|
"isSealed": false,
|
|
526
|
+
"visibility": "Public",
|
|
460
527
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.Storage",
|
|
461
528
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal",
|
|
462
529
|
"isExtensionMethod": false
|
|
@@ -478,6 +545,10 @@
|
|
|
478
545
|
"isSealed": false,
|
|
479
546
|
"isStatic": false,
|
|
480
547
|
"arity": 0,
|
|
548
|
+
"baseType": {
|
|
549
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
550
|
+
"clrName": "System.Object"
|
|
551
|
+
},
|
|
481
552
|
"methods": [],
|
|
482
553
|
"properties": [
|
|
483
554
|
{
|
|
@@ -495,6 +566,7 @@
|
|
|
495
566
|
"isAbstract": false,
|
|
496
567
|
"isVirtual": false,
|
|
497
568
|
"isOverride": false,
|
|
569
|
+
"visibility": "Public",
|
|
498
570
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.StorageCreationProperties",
|
|
499
571
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal"
|
|
500
572
|
},
|
|
@@ -513,6 +585,7 @@
|
|
|
513
585
|
"isAbstract": false,
|
|
514
586
|
"isVirtual": false,
|
|
515
587
|
"isOverride": false,
|
|
588
|
+
"visibility": "Public",
|
|
516
589
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.StorageCreationProperties",
|
|
517
590
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal"
|
|
518
591
|
},
|
|
@@ -531,6 +604,7 @@
|
|
|
531
604
|
"isAbstract": false,
|
|
532
605
|
"isVirtual": false,
|
|
533
606
|
"isOverride": false,
|
|
607
|
+
"visibility": "Public",
|
|
534
608
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.StorageCreationProperties",
|
|
535
609
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal"
|
|
536
610
|
}
|
|
@@ -544,6 +618,7 @@
|
|
|
544
618
|
"isStatic": false,
|
|
545
619
|
"isReadOnly": true,
|
|
546
620
|
"isLiteral": false,
|
|
621
|
+
"visibility": "Public",
|
|
547
622
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.StorageCreationProperties",
|
|
548
623
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal"
|
|
549
624
|
},
|
|
@@ -555,6 +630,7 @@
|
|
|
555
630
|
"isStatic": false,
|
|
556
631
|
"isReadOnly": true,
|
|
557
632
|
"isLiteral": false,
|
|
633
|
+
"visibility": "Public",
|
|
558
634
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.StorageCreationProperties",
|
|
559
635
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal"
|
|
560
636
|
},
|
|
@@ -566,6 +642,7 @@
|
|
|
566
642
|
"isStatic": false,
|
|
567
643
|
"isReadOnly": true,
|
|
568
644
|
"isLiteral": false,
|
|
645
|
+
"visibility": "Public",
|
|
569
646
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.StorageCreationProperties",
|
|
570
647
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal"
|
|
571
648
|
},
|
|
@@ -577,6 +654,7 @@
|
|
|
577
654
|
"isStatic": false,
|
|
578
655
|
"isReadOnly": true,
|
|
579
656
|
"isLiteral": false,
|
|
657
|
+
"visibility": "Public",
|
|
580
658
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.StorageCreationProperties",
|
|
581
659
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal"
|
|
582
660
|
},
|
|
@@ -588,6 +666,7 @@
|
|
|
588
666
|
"isStatic": false,
|
|
589
667
|
"isReadOnly": true,
|
|
590
668
|
"isLiteral": false,
|
|
669
|
+
"visibility": "Public",
|
|
591
670
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.StorageCreationProperties",
|
|
592
671
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal"
|
|
593
672
|
},
|
|
@@ -599,6 +678,7 @@
|
|
|
599
678
|
"isStatic": false,
|
|
600
679
|
"isReadOnly": true,
|
|
601
680
|
"isLiteral": false,
|
|
681
|
+
"visibility": "Public",
|
|
602
682
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.StorageCreationProperties",
|
|
603
683
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal"
|
|
604
684
|
},
|
|
@@ -610,6 +690,7 @@
|
|
|
610
690
|
"isStatic": false,
|
|
611
691
|
"isReadOnly": true,
|
|
612
692
|
"isLiteral": false,
|
|
693
|
+
"visibility": "Public",
|
|
613
694
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.StorageCreationProperties",
|
|
614
695
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal"
|
|
615
696
|
},
|
|
@@ -621,6 +702,7 @@
|
|
|
621
702
|
"isStatic": false,
|
|
622
703
|
"isReadOnly": true,
|
|
623
704
|
"isLiteral": false,
|
|
705
|
+
"visibility": "Public",
|
|
624
706
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.StorageCreationProperties",
|
|
625
707
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal"
|
|
626
708
|
},
|
|
@@ -632,6 +714,7 @@
|
|
|
632
714
|
"isStatic": false,
|
|
633
715
|
"isReadOnly": true,
|
|
634
716
|
"isLiteral": false,
|
|
717
|
+
"visibility": "Public",
|
|
635
718
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.StorageCreationProperties",
|
|
636
719
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal"
|
|
637
720
|
},
|
|
@@ -643,6 +726,7 @@
|
|
|
643
726
|
"isStatic": false,
|
|
644
727
|
"isReadOnly": true,
|
|
645
728
|
"isLiteral": false,
|
|
729
|
+
"visibility": "Public",
|
|
646
730
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.StorageCreationProperties",
|
|
647
731
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal"
|
|
648
732
|
},
|
|
@@ -654,6 +738,7 @@
|
|
|
654
738
|
"isStatic": false,
|
|
655
739
|
"isReadOnly": true,
|
|
656
740
|
"isLiteral": false,
|
|
741
|
+
"visibility": "Public",
|
|
657
742
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.StorageCreationProperties",
|
|
658
743
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal"
|
|
659
744
|
},
|
|
@@ -665,6 +750,7 @@
|
|
|
665
750
|
"isStatic": false,
|
|
666
751
|
"isReadOnly": true,
|
|
667
752
|
"isLiteral": false,
|
|
753
|
+
"visibility": "Public",
|
|
668
754
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.StorageCreationProperties",
|
|
669
755
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal"
|
|
670
756
|
},
|
|
@@ -676,6 +762,7 @@
|
|
|
676
762
|
"isStatic": false,
|
|
677
763
|
"isReadOnly": true,
|
|
678
764
|
"isLiteral": false,
|
|
765
|
+
"visibility": "Public",
|
|
679
766
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.StorageCreationProperties",
|
|
680
767
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal"
|
|
681
768
|
}
|
|
@@ -694,6 +781,10 @@
|
|
|
694
781
|
"isSealed": false,
|
|
695
782
|
"isStatic": false,
|
|
696
783
|
"arity": 0,
|
|
784
|
+
"baseType": {
|
|
785
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
786
|
+
"clrName": "System.Object"
|
|
787
|
+
},
|
|
697
788
|
"methods": [
|
|
698
789
|
{
|
|
699
790
|
"stableId": "Microsoft.Identity.Client.Extensions.Msal:Microsoft.Identity.Client.Extensions.Msal.StorageCreationPropertiesBuilder::Build():Microsoft.Identity.Client.Extensions.Msal.StorageCreationProperties",
|
|
@@ -710,6 +801,7 @@
|
|
|
710
801
|
"isVirtual": false,
|
|
711
802
|
"isOverride": false,
|
|
712
803
|
"isSealed": false,
|
|
804
|
+
"visibility": "Public",
|
|
713
805
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.StorageCreationPropertiesBuilder",
|
|
714
806
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal",
|
|
715
807
|
"isExtensionMethod": false
|
|
@@ -729,6 +821,7 @@
|
|
|
729
821
|
"isVirtual": false,
|
|
730
822
|
"isOverride": false,
|
|
731
823
|
"isSealed": false,
|
|
824
|
+
"visibility": "Public",
|
|
732
825
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.StorageCreationPropertiesBuilder",
|
|
733
826
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal",
|
|
734
827
|
"isExtensionMethod": false
|
|
@@ -748,6 +841,7 @@
|
|
|
748
841
|
"isVirtual": false,
|
|
749
842
|
"isOverride": false,
|
|
750
843
|
"isSealed": false,
|
|
844
|
+
"visibility": "Public",
|
|
751
845
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.StorageCreationPropertiesBuilder",
|
|
752
846
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal",
|
|
753
847
|
"isExtensionMethod": false
|
|
@@ -767,6 +861,7 @@
|
|
|
767
861
|
"isVirtual": false,
|
|
768
862
|
"isOverride": false,
|
|
769
863
|
"isSealed": false,
|
|
864
|
+
"visibility": "Public",
|
|
770
865
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.StorageCreationPropertiesBuilder",
|
|
771
866
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal",
|
|
772
867
|
"isExtensionMethod": false
|
|
@@ -786,6 +881,7 @@
|
|
|
786
881
|
"isVirtual": false,
|
|
787
882
|
"isOverride": false,
|
|
788
883
|
"isSealed": false,
|
|
884
|
+
"visibility": "Public",
|
|
789
885
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.StorageCreationPropertiesBuilder",
|
|
790
886
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal",
|
|
791
887
|
"isExtensionMethod": false
|
|
@@ -805,6 +901,7 @@
|
|
|
805
901
|
"isVirtual": false,
|
|
806
902
|
"isOverride": false,
|
|
807
903
|
"isSealed": false,
|
|
904
|
+
"visibility": "Public",
|
|
808
905
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.StorageCreationPropertiesBuilder",
|
|
809
906
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal",
|
|
810
907
|
"isExtensionMethod": false
|
|
@@ -824,6 +921,7 @@
|
|
|
824
921
|
"isVirtual": false,
|
|
825
922
|
"isOverride": false,
|
|
826
923
|
"isSealed": false,
|
|
924
|
+
"visibility": "Public",
|
|
827
925
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.StorageCreationPropertiesBuilder",
|
|
828
926
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal",
|
|
829
927
|
"isExtensionMethod": false
|
|
@@ -840,6 +938,7 @@
|
|
|
840
938
|
"normalizedSignature": "constructor|(System.String,System.String,System.String):void|static=false",
|
|
841
939
|
"isStatic": false,
|
|
842
940
|
"parameterCount": 3,
|
|
941
|
+
"visibility": "Public",
|
|
843
942
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.StorageCreationPropertiesBuilder",
|
|
844
943
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal"
|
|
845
944
|
},
|
|
@@ -850,6 +949,7 @@
|
|
|
850
949
|
"normalizedSignature": "constructor|(System.String,System.String):void|static=false",
|
|
851
950
|
"isStatic": false,
|
|
852
951
|
"parameterCount": 2,
|
|
952
|
+
"visibility": "Public",
|
|
853
953
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.StorageCreationPropertiesBuilder",
|
|
854
954
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal"
|
|
855
955
|
}
|
|
@@ -866,6 +966,10 @@
|
|
|
866
966
|
"isSealed": false,
|
|
867
967
|
"isStatic": false,
|
|
868
968
|
"arity": 0,
|
|
969
|
+
"baseType": {
|
|
970
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
971
|
+
"clrName": "System.Object"
|
|
972
|
+
},
|
|
869
973
|
"methods": [
|
|
870
974
|
{
|
|
871
975
|
"stableId": "Microsoft.Identity.Client.Extensions.Msal:Microsoft.Identity.Client.Extensions.Msal.TraceSourceLogger::LogInformation(System.String):System.Void",
|
|
@@ -882,6 +986,7 @@
|
|
|
882
986
|
"isVirtual": false,
|
|
883
987
|
"isOverride": false,
|
|
884
988
|
"isSealed": false,
|
|
989
|
+
"visibility": "Public",
|
|
885
990
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.TraceSourceLogger",
|
|
886
991
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal",
|
|
887
992
|
"isExtensionMethod": false
|
|
@@ -901,6 +1006,7 @@
|
|
|
901
1006
|
"isVirtual": false,
|
|
902
1007
|
"isOverride": false,
|
|
903
1008
|
"isSealed": false,
|
|
1009
|
+
"visibility": "Public",
|
|
904
1010
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.TraceSourceLogger",
|
|
905
1011
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal",
|
|
906
1012
|
"isExtensionMethod": false
|
|
@@ -920,6 +1026,7 @@
|
|
|
920
1026
|
"isVirtual": false,
|
|
921
1027
|
"isOverride": false,
|
|
922
1028
|
"isSealed": false,
|
|
1029
|
+
"visibility": "Public",
|
|
923
1030
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.TraceSourceLogger",
|
|
924
1031
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal",
|
|
925
1032
|
"isExtensionMethod": false
|
|
@@ -941,6 +1048,7 @@
|
|
|
941
1048
|
"isAbstract": false,
|
|
942
1049
|
"isVirtual": false,
|
|
943
1050
|
"isOverride": false,
|
|
1051
|
+
"visibility": "Public",
|
|
944
1052
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.TraceSourceLogger",
|
|
945
1053
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal"
|
|
946
1054
|
}
|
|
@@ -955,6 +1063,7 @@
|
|
|
955
1063
|
"normalizedSignature": "constructor|(System.Diagnostics.TraceSource):void|static=false",
|
|
956
1064
|
"isStatic": false,
|
|
957
1065
|
"parameterCount": 1,
|
|
1066
|
+
"visibility": "Public",
|
|
958
1067
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.TraceSourceLogger",
|
|
959
1068
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal"
|
|
960
1069
|
}
|
|
@@ -971,6 +1080,10 @@
|
|
|
971
1080
|
"isSealed": true,
|
|
972
1081
|
"isStatic": true,
|
|
973
1082
|
"arity": 0,
|
|
1083
|
+
"baseType": {
|
|
1084
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1085
|
+
"clrName": "System.Object"
|
|
1086
|
+
},
|
|
974
1087
|
"methods": [
|
|
975
1088
|
{
|
|
976
1089
|
"stableId": "Microsoft.Identity.Client.Extensions.Msal:Microsoft.Identity.Client.Extensions.Msal.SharedUtilities::IsWindowsPlatform():System.Boolean",
|
|
@@ -987,6 +1100,7 @@
|
|
|
987
1100
|
"isVirtual": false,
|
|
988
1101
|
"isOverride": false,
|
|
989
1102
|
"isSealed": false,
|
|
1103
|
+
"visibility": "Public",
|
|
990
1104
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.SharedUtilities",
|
|
991
1105
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal",
|
|
992
1106
|
"isExtensionMethod": false
|
|
@@ -1006,6 +1120,7 @@
|
|
|
1006
1120
|
"isVirtual": false,
|
|
1007
1121
|
"isOverride": false,
|
|
1008
1122
|
"isSealed": false,
|
|
1123
|
+
"visibility": "Public",
|
|
1009
1124
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.SharedUtilities",
|
|
1010
1125
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal",
|
|
1011
1126
|
"isExtensionMethod": false
|
|
@@ -1025,6 +1140,7 @@
|
|
|
1025
1140
|
"isVirtual": false,
|
|
1026
1141
|
"isOverride": false,
|
|
1027
1142
|
"isSealed": false,
|
|
1143
|
+
"visibility": "Public",
|
|
1028
1144
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.SharedUtilities",
|
|
1029
1145
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal",
|
|
1030
1146
|
"isExtensionMethod": false
|
|
@@ -1044,6 +1160,7 @@
|
|
|
1044
1160
|
"isVirtual": false,
|
|
1045
1161
|
"isOverride": false,
|
|
1046
1162
|
"isSealed": false,
|
|
1163
|
+
"visibility": "Public",
|
|
1047
1164
|
"declaringClrType": "Microsoft.Identity.Client.Extensions.Msal.SharedUtilities",
|
|
1048
1165
|
"declaringAssemblyName": "Microsoft.Identity.Client.Extensions.Msal",
|
|
1049
1166
|
"isExtensionMethod": false
|
|
@@ -12,7 +12,7 @@ import type { TraceSource } from "@tsonic/dotnet/System.Diagnostics.js";
|
|
|
12
12
|
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
13
13
|
import type { Boolean as ClrBoolean, Byte, EventArgs, EventHandler, Exception, IDisposable, Int32, Object as ClrObject, String as ClrString, Void } from "@tsonic/dotnet/System.js";
|
|
14
14
|
import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization.js";
|
|
15
|
-
import type { ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization.js";
|
|
15
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from "@tsonic/dotnet/System.Runtime.Serialization.js";
|
|
16
16
|
import type { Task } from "@tsonic/dotnet/System.Threading.Tasks.js";
|
|
17
17
|
|
|
18
18
|
export interface CacheChangedEventArgs$instance extends EventArgs {
|
|
@@ -69,6 +69,7 @@ export const MsalCachePersistenceException: {
|
|
|
69
69
|
new(): MsalCachePersistenceException;
|
|
70
70
|
new(message: string): MsalCachePersistenceException;
|
|
71
71
|
new(message: string, innerException: Exception): MsalCachePersistenceException;
|
|
72
|
+
new(info: SerializationInfo, context: StreamingContext): MsalCachePersistenceException;
|
|
72
73
|
};
|
|
73
74
|
|
|
74
75
|
|
|
@@ -10,7 +10,7 @@ import type { ITokenCache } from './Microsoft.Identity.Client/internal/index.js'
|
|
|
10
10
|
import type { IEnumerable, KeyValuePair } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
11
11
|
import type { TraceSource } from '@tsonic/dotnet/System.Diagnostics.js';
|
|
12
12
|
import type { Boolean as ClrBoolean, Byte, EventArgs, EventHandler, Exception, IDisposable, Int32, Object as ClrObject, String as ClrString, Void } from '@tsonic/dotnet/System.js';
|
|
13
|
-
import type { ISerializable } from '@tsonic/dotnet/System.Runtime.Serialization.js';
|
|
13
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from '@tsonic/dotnet/System.Runtime.Serialization.js';
|
|
14
14
|
import type { Task } from '@tsonic/dotnet/System.Threading.Tasks.js';
|
|
15
15
|
|
|
16
16
|
// Public API exports (curated - no internal $instance/$views leakage)
|