@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
|
@@ -15,6 +15,28 @@
|
|
|
15
15
|
"isSealed": true,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "System.Private.CoreLib:System.Enum",
|
|
20
|
+
"clrName": "System.Enum"
|
|
21
|
+
},
|
|
22
|
+
"interfaces": [
|
|
23
|
+
{
|
|
24
|
+
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
25
|
+
"clrName": "System.IComparable"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
29
|
+
"clrName": "System.ISpanFormattable"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
33
|
+
"clrName": "System.IFormattable"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
37
|
+
"clrName": "System.IConvertible"
|
|
38
|
+
}
|
|
39
|
+
],
|
|
18
40
|
"methods": [],
|
|
19
41
|
"properties": [],
|
|
20
42
|
"fields": [
|
|
@@ -26,6 +48,7 @@
|
|
|
26
48
|
"isStatic": false,
|
|
27
49
|
"isReadOnly": false,
|
|
28
50
|
"isLiteral": false,
|
|
51
|
+
"visibility": "Public",
|
|
29
52
|
"declaringClrType": "Microsoft.Identity.Client.Kerberos.KerberosKeyTypes",
|
|
30
53
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
31
54
|
},
|
|
@@ -37,6 +60,7 @@
|
|
|
37
60
|
"isStatic": true,
|
|
38
61
|
"isReadOnly": false,
|
|
39
62
|
"isLiteral": true,
|
|
63
|
+
"visibility": "Public",
|
|
40
64
|
"declaringClrType": "Microsoft.Identity.Client.Kerberos.KerberosKeyTypes",
|
|
41
65
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
42
66
|
},
|
|
@@ -48,6 +72,7 @@
|
|
|
48
72
|
"isStatic": true,
|
|
49
73
|
"isReadOnly": false,
|
|
50
74
|
"isLiteral": true,
|
|
75
|
+
"visibility": "Public",
|
|
51
76
|
"declaringClrType": "Microsoft.Identity.Client.Kerberos.KerberosKeyTypes",
|
|
52
77
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
53
78
|
},
|
|
@@ -59,6 +84,7 @@
|
|
|
59
84
|
"isStatic": true,
|
|
60
85
|
"isReadOnly": false,
|
|
61
86
|
"isLiteral": true,
|
|
87
|
+
"visibility": "Public",
|
|
62
88
|
"declaringClrType": "Microsoft.Identity.Client.Kerberos.KerberosKeyTypes",
|
|
63
89
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
64
90
|
},
|
|
@@ -70,6 +96,7 @@
|
|
|
70
96
|
"isStatic": true,
|
|
71
97
|
"isReadOnly": false,
|
|
72
98
|
"isLiteral": true,
|
|
99
|
+
"visibility": "Public",
|
|
73
100
|
"declaringClrType": "Microsoft.Identity.Client.Kerberos.KerberosKeyTypes",
|
|
74
101
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
75
102
|
},
|
|
@@ -81,6 +108,7 @@
|
|
|
81
108
|
"isStatic": true,
|
|
82
109
|
"isReadOnly": false,
|
|
83
110
|
"isLiteral": true,
|
|
111
|
+
"visibility": "Public",
|
|
84
112
|
"declaringClrType": "Microsoft.Identity.Client.Kerberos.KerberosKeyTypes",
|
|
85
113
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
86
114
|
}
|
|
@@ -99,6 +127,28 @@
|
|
|
99
127
|
"isSealed": true,
|
|
100
128
|
"isStatic": false,
|
|
101
129
|
"arity": 0,
|
|
130
|
+
"baseType": {
|
|
131
|
+
"stableId": "System.Private.CoreLib:System.Enum",
|
|
132
|
+
"clrName": "System.Enum"
|
|
133
|
+
},
|
|
134
|
+
"interfaces": [
|
|
135
|
+
{
|
|
136
|
+
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
137
|
+
"clrName": "System.IComparable"
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
141
|
+
"clrName": "System.ISpanFormattable"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
145
|
+
"clrName": "System.IFormattable"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
149
|
+
"clrName": "System.IConvertible"
|
|
150
|
+
}
|
|
151
|
+
],
|
|
102
152
|
"methods": [],
|
|
103
153
|
"properties": [],
|
|
104
154
|
"fields": [
|
|
@@ -110,6 +160,7 @@
|
|
|
110
160
|
"isStatic": false,
|
|
111
161
|
"isReadOnly": false,
|
|
112
162
|
"isLiteral": false,
|
|
163
|
+
"visibility": "Public",
|
|
113
164
|
"declaringClrType": "Microsoft.Identity.Client.Kerberos.KerberosTicketContainer",
|
|
114
165
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
115
166
|
},
|
|
@@ -121,6 +172,7 @@
|
|
|
121
172
|
"isStatic": true,
|
|
122
173
|
"isReadOnly": false,
|
|
123
174
|
"isLiteral": true,
|
|
175
|
+
"visibility": "Public",
|
|
124
176
|
"declaringClrType": "Microsoft.Identity.Client.Kerberos.KerberosTicketContainer",
|
|
125
177
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
126
178
|
},
|
|
@@ -132,6 +184,7 @@
|
|
|
132
184
|
"isStatic": true,
|
|
133
185
|
"isReadOnly": false,
|
|
134
186
|
"isLiteral": true,
|
|
187
|
+
"visibility": "Public",
|
|
135
188
|
"declaringClrType": "Microsoft.Identity.Client.Kerberos.KerberosTicketContainer",
|
|
136
189
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
137
190
|
}
|
|
@@ -150,6 +203,10 @@
|
|
|
150
203
|
"isSealed": false,
|
|
151
204
|
"isStatic": false,
|
|
152
205
|
"arity": 0,
|
|
206
|
+
"baseType": {
|
|
207
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
208
|
+
"clrName": "System.Object"
|
|
209
|
+
},
|
|
153
210
|
"methods": [
|
|
154
211
|
{
|
|
155
212
|
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.Kerberos.KerberosSupplementalTicket::ToString():System.String",
|
|
@@ -166,6 +223,7 @@
|
|
|
166
223
|
"isVirtual": true,
|
|
167
224
|
"isOverride": true,
|
|
168
225
|
"isSealed": false,
|
|
226
|
+
"visibility": "Public",
|
|
169
227
|
"declaringClrType": "Microsoft.Identity.Client.Kerberos.KerberosSupplementalTicket",
|
|
170
228
|
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
171
229
|
"isExtensionMethod": false
|
|
@@ -187,6 +245,7 @@
|
|
|
187
245
|
"isAbstract": false,
|
|
188
246
|
"isVirtual": false,
|
|
189
247
|
"isOverride": false,
|
|
248
|
+
"visibility": "Public",
|
|
190
249
|
"declaringClrType": "Microsoft.Identity.Client.Kerberos.KerberosSupplementalTicket",
|
|
191
250
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
192
251
|
},
|
|
@@ -205,6 +264,7 @@
|
|
|
205
264
|
"isAbstract": false,
|
|
206
265
|
"isVirtual": false,
|
|
207
266
|
"isOverride": false,
|
|
267
|
+
"visibility": "Public",
|
|
208
268
|
"declaringClrType": "Microsoft.Identity.Client.Kerberos.KerberosSupplementalTicket",
|
|
209
269
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
210
270
|
},
|
|
@@ -223,6 +283,7 @@
|
|
|
223
283
|
"isAbstract": false,
|
|
224
284
|
"isVirtual": false,
|
|
225
285
|
"isOverride": false,
|
|
286
|
+
"visibility": "Public",
|
|
226
287
|
"declaringClrType": "Microsoft.Identity.Client.Kerberos.KerberosSupplementalTicket",
|
|
227
288
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
228
289
|
},
|
|
@@ -241,6 +302,7 @@
|
|
|
241
302
|
"isAbstract": false,
|
|
242
303
|
"isVirtual": false,
|
|
243
304
|
"isOverride": false,
|
|
305
|
+
"visibility": "Public",
|
|
244
306
|
"declaringClrType": "Microsoft.Identity.Client.Kerberos.KerberosSupplementalTicket",
|
|
245
307
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
246
308
|
},
|
|
@@ -259,6 +321,7 @@
|
|
|
259
321
|
"isAbstract": false,
|
|
260
322
|
"isVirtual": false,
|
|
261
323
|
"isOverride": false,
|
|
324
|
+
"visibility": "Public",
|
|
262
325
|
"declaringClrType": "Microsoft.Identity.Client.Kerberos.KerberosSupplementalTicket",
|
|
263
326
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
264
327
|
},
|
|
@@ -277,6 +340,7 @@
|
|
|
277
340
|
"isAbstract": false,
|
|
278
341
|
"isVirtual": false,
|
|
279
342
|
"isOverride": false,
|
|
343
|
+
"visibility": "Public",
|
|
280
344
|
"declaringClrType": "Microsoft.Identity.Client.Kerberos.KerberosSupplementalTicket",
|
|
281
345
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
282
346
|
},
|
|
@@ -295,6 +359,7 @@
|
|
|
295
359
|
"isAbstract": false,
|
|
296
360
|
"isVirtual": false,
|
|
297
361
|
"isOverride": false,
|
|
362
|
+
"visibility": "Public",
|
|
298
363
|
"declaringClrType": "Microsoft.Identity.Client.Kerberos.KerberosSupplementalTicket",
|
|
299
364
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
300
365
|
}
|
|
@@ -309,6 +374,7 @@
|
|
|
309
374
|
"normalizedSignature": "constructor|():void|static=false",
|
|
310
375
|
"isStatic": false,
|
|
311
376
|
"parameterCount": 0,
|
|
377
|
+
"visibility": "Public",
|
|
312
378
|
"declaringClrType": "Microsoft.Identity.Client.Kerberos.KerberosSupplementalTicket",
|
|
313
379
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
314
380
|
},
|
|
@@ -319,6 +385,7 @@
|
|
|
319
385
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
320
386
|
"isStatic": false,
|
|
321
387
|
"parameterCount": 1,
|
|
388
|
+
"visibility": "Public",
|
|
322
389
|
"declaringClrType": "Microsoft.Identity.Client.Kerberos.KerberosSupplementalTicket",
|
|
323
390
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
324
391
|
}
|
|
@@ -335,6 +402,10 @@
|
|
|
335
402
|
"isSealed": true,
|
|
336
403
|
"isStatic": true,
|
|
337
404
|
"arity": 0,
|
|
405
|
+
"baseType": {
|
|
406
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
407
|
+
"clrName": "System.Object"
|
|
408
|
+
},
|
|
338
409
|
"methods": [
|
|
339
410
|
{
|
|
340
411
|
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.Kerberos.KerberosSupplementalTicketManager::FromIdToken(System.String):Microsoft.Identity.Client.Kerberos.KerberosSupplementalTicket",
|
|
@@ -351,6 +422,7 @@
|
|
|
351
422
|
"isVirtual": false,
|
|
352
423
|
"isOverride": false,
|
|
353
424
|
"isSealed": false,
|
|
425
|
+
"visibility": "Public",
|
|
354
426
|
"declaringClrType": "Microsoft.Identity.Client.Kerberos.KerberosSupplementalTicketManager",
|
|
355
427
|
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
356
428
|
"isExtensionMethod": false
|
|
@@ -370,6 +442,7 @@
|
|
|
370
442
|
"isVirtual": false,
|
|
371
443
|
"isOverride": false,
|
|
372
444
|
"isSealed": false,
|
|
445
|
+
"visibility": "Public",
|
|
373
446
|
"declaringClrType": "Microsoft.Identity.Client.Kerberos.KerberosSupplementalTicketManager",
|
|
374
447
|
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
375
448
|
"isExtensionMethod": false
|
|
@@ -389,6 +462,7 @@
|
|
|
389
462
|
"isVirtual": false,
|
|
390
463
|
"isOverride": false,
|
|
391
464
|
"isSealed": false,
|
|
465
|
+
"visibility": "Public",
|
|
392
466
|
"declaringClrType": "Microsoft.Identity.Client.Kerberos.KerberosSupplementalTicketManager",
|
|
393
467
|
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
394
468
|
"isExtensionMethod": false
|
|
@@ -408,6 +482,7 @@
|
|
|
408
482
|
"isVirtual": false,
|
|
409
483
|
"isOverride": false,
|
|
410
484
|
"isSealed": false,
|
|
485
|
+
"visibility": "Public",
|
|
411
486
|
"declaringClrType": "Microsoft.Identity.Client.Kerberos.KerberosSupplementalTicketManager",
|
|
412
487
|
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
413
488
|
"isExtensionMethod": false
|
|
@@ -427,6 +502,7 @@
|
|
|
427
502
|
"isVirtual": false,
|
|
428
503
|
"isOverride": false,
|
|
429
504
|
"isSealed": false,
|
|
505
|
+
"visibility": "Public",
|
|
430
506
|
"declaringClrType": "Microsoft.Identity.Client.Kerberos.KerberosSupplementalTicketManager",
|
|
431
507
|
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
432
508
|
"isExtensionMethod": false
|
|
@@ -446,6 +522,7 @@
|
|
|
446
522
|
"isVirtual": false,
|
|
447
523
|
"isOverride": false,
|
|
448
524
|
"isSealed": false,
|
|
525
|
+
"visibility": "Public",
|
|
449
526
|
"declaringClrType": "Microsoft.Identity.Client.Kerberos.KerberosSupplementalTicketManager",
|
|
450
527
|
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
451
528
|
"isExtensionMethod": false
|
|
@@ -15,6 +15,28 @@
|
|
|
15
15
|
"isSealed": true,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "System.Private.CoreLib:System.Enum",
|
|
20
|
+
"clrName": "System.Enum"
|
|
21
|
+
},
|
|
22
|
+
"interfaces": [
|
|
23
|
+
{
|
|
24
|
+
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
25
|
+
"clrName": "System.IComparable"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
29
|
+
"clrName": "System.ISpanFormattable"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
33
|
+
"clrName": "System.IFormattable"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
37
|
+
"clrName": "System.IConvertible"
|
|
38
|
+
}
|
|
39
|
+
],
|
|
18
40
|
"methods": [],
|
|
19
41
|
"properties": [],
|
|
20
42
|
"fields": [
|
|
@@ -26,6 +48,7 @@
|
|
|
26
48
|
"isStatic": false,
|
|
27
49
|
"isReadOnly": false,
|
|
28
50
|
"isLiteral": false,
|
|
51
|
+
"visibility": "Public",
|
|
29
52
|
"declaringClrType": "Microsoft.Identity.Client.ManagedIdentity.ManagedIdentitySource",
|
|
30
53
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
31
54
|
},
|
|
@@ -37,6 +60,7 @@
|
|
|
37
60
|
"isStatic": true,
|
|
38
61
|
"isReadOnly": false,
|
|
39
62
|
"isLiteral": true,
|
|
63
|
+
"visibility": "Public",
|
|
40
64
|
"declaringClrType": "Microsoft.Identity.Client.ManagedIdentity.ManagedIdentitySource",
|
|
41
65
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
42
66
|
},
|
|
@@ -48,6 +72,7 @@
|
|
|
48
72
|
"isStatic": true,
|
|
49
73
|
"isReadOnly": false,
|
|
50
74
|
"isLiteral": true,
|
|
75
|
+
"visibility": "Public",
|
|
51
76
|
"declaringClrType": "Microsoft.Identity.Client.ManagedIdentity.ManagedIdentitySource",
|
|
52
77
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
53
78
|
},
|
|
@@ -59,6 +84,7 @@
|
|
|
59
84
|
"isStatic": true,
|
|
60
85
|
"isReadOnly": false,
|
|
61
86
|
"isLiteral": true,
|
|
87
|
+
"visibility": "Public",
|
|
62
88
|
"declaringClrType": "Microsoft.Identity.Client.ManagedIdentity.ManagedIdentitySource",
|
|
63
89
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
64
90
|
},
|
|
@@ -70,6 +96,7 @@
|
|
|
70
96
|
"isStatic": true,
|
|
71
97
|
"isReadOnly": false,
|
|
72
98
|
"isLiteral": true,
|
|
99
|
+
"visibility": "Public",
|
|
73
100
|
"declaringClrType": "Microsoft.Identity.Client.ManagedIdentity.ManagedIdentitySource",
|
|
74
101
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
75
102
|
},
|
|
@@ -81,6 +108,7 @@
|
|
|
81
108
|
"isStatic": true,
|
|
82
109
|
"isReadOnly": false,
|
|
83
110
|
"isLiteral": true,
|
|
111
|
+
"visibility": "Public",
|
|
84
112
|
"declaringClrType": "Microsoft.Identity.Client.ManagedIdentity.ManagedIdentitySource",
|
|
85
113
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
86
114
|
},
|
|
@@ -92,6 +120,7 @@
|
|
|
92
120
|
"isStatic": true,
|
|
93
121
|
"isReadOnly": false,
|
|
94
122
|
"isLiteral": true,
|
|
123
|
+
"visibility": "Public",
|
|
95
124
|
"declaringClrType": "Microsoft.Identity.Client.ManagedIdentity.ManagedIdentitySource",
|
|
96
125
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
97
126
|
},
|
|
@@ -103,6 +132,7 @@
|
|
|
103
132
|
"isStatic": true,
|
|
104
133
|
"isReadOnly": false,
|
|
105
134
|
"isLiteral": true,
|
|
135
|
+
"visibility": "Public",
|
|
106
136
|
"declaringClrType": "Microsoft.Identity.Client.ManagedIdentity.ManagedIdentitySource",
|
|
107
137
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
108
138
|
},
|
|
@@ -114,6 +144,7 @@
|
|
|
114
144
|
"isStatic": true,
|
|
115
145
|
"isReadOnly": false,
|
|
116
146
|
"isLiteral": true,
|
|
147
|
+
"visibility": "Public",
|
|
117
148
|
"declaringClrType": "Microsoft.Identity.Client.ManagedIdentity.ManagedIdentitySource",
|
|
118
149
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
119
150
|
}
|
|
@@ -15,6 +15,10 @@
|
|
|
15
15
|
"isSealed": false,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
20
|
+
"clrName": "System.Object"
|
|
21
|
+
},
|
|
18
22
|
"methods": [
|
|
19
23
|
{
|
|
20
24
|
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos.Credential::Current():Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos.Credential",
|
|
@@ -31,6 +35,7 @@
|
|
|
31
35
|
"isVirtual": false,
|
|
32
36
|
"isOverride": false,
|
|
33
37
|
"isSealed": false,
|
|
38
|
+
"visibility": "Public",
|
|
34
39
|
"declaringClrType": "Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos.Credential",
|
|
35
40
|
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
36
41
|
"isExtensionMethod": false
|
|
@@ -39,7 +44,19 @@
|
|
|
39
44
|
"properties": [],
|
|
40
45
|
"fields": [],
|
|
41
46
|
"events": [],
|
|
42
|
-
"constructors": [
|
|
47
|
+
"constructors": [
|
|
48
|
+
{
|
|
49
|
+
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos.Credential::.ctor():void",
|
|
50
|
+
"metadataToken": 100664440,
|
|
51
|
+
"canonicalSignature": "():void",
|
|
52
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
53
|
+
"isStatic": false,
|
|
54
|
+
"parameterCount": 0,
|
|
55
|
+
"visibility": "Protected",
|
|
56
|
+
"declaringClrType": "Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos.Credential",
|
|
57
|
+
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
58
|
+
}
|
|
59
|
+
]
|
|
43
60
|
}
|
|
44
61
|
]
|
|
45
62
|
}
|
|
@@ -15,6 +15,10 @@
|
|
|
15
15
|
"isSealed": true,
|
|
16
16
|
"isStatic": true,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
20
|
+
"clrName": "System.Object"
|
|
21
|
+
},
|
|
18
22
|
"methods": [
|
|
19
23
|
{
|
|
20
24
|
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.RP.AcquireTokenForClientParameterBuilderForResourceProviders::WithAccessTokenSha256ToRefresh(Microsoft.Identity.Client.AcquireTokenForClientParameterBuilder,System.String):Microsoft.Identity.Client.AcquireTokenForClientParameterBuilder",
|
|
@@ -31,6 +35,7 @@
|
|
|
31
35
|
"isVirtual": false,
|
|
32
36
|
"isOverride": false,
|
|
33
37
|
"isSealed": false,
|
|
38
|
+
"visibility": "Public",
|
|
34
39
|
"declaringClrType": "Microsoft.Identity.Client.RP.AcquireTokenForClientParameterBuilderForResourceProviders",
|
|
35
40
|
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
36
41
|
"isExtensionMethod": true
|
|
@@ -52,6 +57,10 @@
|
|
|
52
57
|
"isSealed": true,
|
|
53
58
|
"isStatic": true,
|
|
54
59
|
"arity": 0,
|
|
60
|
+
"baseType": {
|
|
61
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
62
|
+
"clrName": "System.Object"
|
|
63
|
+
},
|
|
55
64
|
"methods": [
|
|
56
65
|
{
|
|
57
66
|
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.RP.ConfidentialClientApplicationBuilderForResourceProviders::WithCertificate(Microsoft.Identity.Client.ConfidentialClientApplicationBuilder,System.Security.Cryptography.X509Certificates.X509Certificate2,System.Boolean,System.Boolean):Microsoft.Identity.Client.ConfidentialClientApplicationBuilder",
|
|
@@ -68,6 +77,7 @@
|
|
|
68
77
|
"isVirtual": false,
|
|
69
78
|
"isOverride": false,
|
|
70
79
|
"isSealed": false,
|
|
80
|
+
"visibility": "Public",
|
|
71
81
|
"declaringClrType": "Microsoft.Identity.Client.RP.ConfidentialClientApplicationBuilderForResourceProviders",
|
|
72
82
|
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
73
83
|
"isExtensionMethod": true
|
|
@@ -15,6 +15,28 @@
|
|
|
15
15
|
"isSealed": true,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "System.Private.CoreLib:System.Enum",
|
|
20
|
+
"clrName": "System.Enum"
|
|
21
|
+
},
|
|
22
|
+
"interfaces": [
|
|
23
|
+
{
|
|
24
|
+
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
25
|
+
"clrName": "System.IComparable"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
29
|
+
"clrName": "System.ISpanFormattable"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
33
|
+
"clrName": "System.IFormattable"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
37
|
+
"clrName": "System.IConvertible"
|
|
38
|
+
}
|
|
39
|
+
],
|
|
18
40
|
"methods": [],
|
|
19
41
|
"properties": [],
|
|
20
42
|
"fields": [
|
|
@@ -26,6 +48,7 @@
|
|
|
26
48
|
"isStatic": false,
|
|
27
49
|
"isReadOnly": false,
|
|
28
50
|
"isLiteral": false,
|
|
51
|
+
"visibility": "Public",
|
|
29
52
|
"declaringClrType": "Microsoft.Identity.Client.Region.RegionOutcome",
|
|
30
53
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
31
54
|
},
|
|
@@ -37,6 +60,7 @@
|
|
|
37
60
|
"isStatic": true,
|
|
38
61
|
"isReadOnly": false,
|
|
39
62
|
"isLiteral": true,
|
|
63
|
+
"visibility": "Public",
|
|
40
64
|
"declaringClrType": "Microsoft.Identity.Client.Region.RegionOutcome",
|
|
41
65
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
42
66
|
},
|
|
@@ -48,6 +72,7 @@
|
|
|
48
72
|
"isStatic": true,
|
|
49
73
|
"isReadOnly": false,
|
|
50
74
|
"isLiteral": true,
|
|
75
|
+
"visibility": "Public",
|
|
51
76
|
"declaringClrType": "Microsoft.Identity.Client.Region.RegionOutcome",
|
|
52
77
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
53
78
|
},
|
|
@@ -59,6 +84,7 @@
|
|
|
59
84
|
"isStatic": true,
|
|
60
85
|
"isReadOnly": false,
|
|
61
86
|
"isLiteral": true,
|
|
87
|
+
"visibility": "Public",
|
|
62
88
|
"declaringClrType": "Microsoft.Identity.Client.Region.RegionOutcome",
|
|
63
89
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
64
90
|
},
|
|
@@ -70,6 +96,7 @@
|
|
|
70
96
|
"isStatic": true,
|
|
71
97
|
"isReadOnly": false,
|
|
72
98
|
"isLiteral": true,
|
|
99
|
+
"visibility": "Public",
|
|
73
100
|
"declaringClrType": "Microsoft.Identity.Client.Region.RegionOutcome",
|
|
74
101
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
75
102
|
},
|
|
@@ -81,6 +108,7 @@
|
|
|
81
108
|
"isStatic": true,
|
|
82
109
|
"isReadOnly": false,
|
|
83
110
|
"isLiteral": true,
|
|
111
|
+
"visibility": "Public",
|
|
84
112
|
"declaringClrType": "Microsoft.Identity.Client.Region.RegionOutcome",
|
|
85
113
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
86
114
|
},
|
|
@@ -92,6 +120,7 @@
|
|
|
92
120
|
"isStatic": true,
|
|
93
121
|
"isReadOnly": false,
|
|
94
122
|
"isLiteral": true,
|
|
123
|
+
"visibility": "Public",
|
|
95
124
|
"declaringClrType": "Microsoft.Identity.Client.Region.RegionOutcome",
|
|
96
125
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
97
126
|
}
|
|
@@ -15,6 +15,10 @@
|
|
|
15
15
|
"isSealed": true,
|
|
16
16
|
"isStatic": true,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
20
|
+
"clrName": "System.Object"
|
|
21
|
+
},
|
|
18
22
|
"methods": [
|
|
19
23
|
{
|
|
20
24
|
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.SSHCertificates.SSHExtensions::WithSSHCertificateAuthenticationScheme(Microsoft.Identity.Client.AcquireTokenInteractiveParameterBuilder,System.String,System.String):Microsoft.Identity.Client.AcquireTokenInteractiveParameterBuilder",
|
|
@@ -31,6 +35,7 @@
|
|
|
31
35
|
"isVirtual": false,
|
|
32
36
|
"isOverride": false,
|
|
33
37
|
"isSealed": false,
|
|
38
|
+
"visibility": "Public",
|
|
34
39
|
"declaringClrType": "Microsoft.Identity.Client.SSHCertificates.SSHExtensions",
|
|
35
40
|
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
36
41
|
"isExtensionMethod": true
|
|
@@ -50,6 +55,7 @@
|
|
|
50
55
|
"isVirtual": false,
|
|
51
56
|
"isOverride": false,
|
|
52
57
|
"isSealed": false,
|
|
58
|
+
"visibility": "Public",
|
|
53
59
|
"declaringClrType": "Microsoft.Identity.Client.SSHCertificates.SSHExtensions",
|
|
54
60
|
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
55
61
|
"isExtensionMethod": true
|
|
@@ -15,6 +15,10 @@
|
|
|
15
15
|
"isSealed": false,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
20
|
+
"clrName": "System.Object"
|
|
21
|
+
},
|
|
18
22
|
"methods": [],
|
|
19
23
|
"properties": [
|
|
20
24
|
{
|
|
@@ -32,6 +36,7 @@
|
|
|
32
36
|
"isAbstract": false,
|
|
33
37
|
"isVirtual": false,
|
|
34
38
|
"isOverride": false,
|
|
39
|
+
"visibility": "Public",
|
|
35
40
|
"declaringClrType": "Microsoft.Identity.Client.TelemetryCore.TelemetryClient.TelemetryData",
|
|
36
41
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
37
42
|
}
|
|
@@ -46,6 +51,7 @@
|
|
|
46
51
|
"normalizedSignature": "constructor|():void|static=false",
|
|
47
52
|
"isStatic": false,
|
|
48
53
|
"parameterCount": 0,
|
|
54
|
+
"visibility": "Public",
|
|
49
55
|
"declaringClrType": "Microsoft.Identity.Client.TelemetryCore.TelemetryClient.TelemetryData",
|
|
50
56
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
51
57
|
}
|
|
@@ -15,6 +15,10 @@
|
|
|
15
15
|
"isSealed": false,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
20
|
+
"clrName": "System.Object"
|
|
21
|
+
},
|
|
18
22
|
"methods": [
|
|
19
23
|
{
|
|
20
24
|
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.Utils.MacMainThreadScheduler::Instance():Microsoft.Identity.Client.Utils.MacMainThreadScheduler",
|
|
@@ -31,6 +35,7 @@
|
|
|
31
35
|
"isVirtual": false,
|
|
32
36
|
"isOverride": false,
|
|
33
37
|
"isSealed": false,
|
|
38
|
+
"visibility": "Public",
|
|
34
39
|
"declaringClrType": "Microsoft.Identity.Client.Utils.MacMainThreadScheduler",
|
|
35
40
|
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
36
41
|
"isExtensionMethod": false
|
|
@@ -50,6 +55,7 @@
|
|
|
50
55
|
"isVirtual": false,
|
|
51
56
|
"isOverride": false,
|
|
52
57
|
"isSealed": false,
|
|
58
|
+
"visibility": "Public",
|
|
53
59
|
"declaringClrType": "Microsoft.Identity.Client.Utils.MacMainThreadScheduler",
|
|
54
60
|
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
55
61
|
"isExtensionMethod": false
|
|
@@ -69,6 +75,7 @@
|
|
|
69
75
|
"isVirtual": false,
|
|
70
76
|
"isOverride": false,
|
|
71
77
|
"isSealed": false,
|
|
78
|
+
"visibility": "Public",
|
|
72
79
|
"declaringClrType": "Microsoft.Identity.Client.Utils.MacMainThreadScheduler",
|
|
73
80
|
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
74
81
|
"isExtensionMethod": false
|
|
@@ -88,6 +95,7 @@
|
|
|
88
95
|
"isVirtual": false,
|
|
89
96
|
"isOverride": false,
|
|
90
97
|
"isSealed": false,
|
|
98
|
+
"visibility": "Public",
|
|
91
99
|
"declaringClrType": "Microsoft.Identity.Client.Utils.MacMainThreadScheduler",
|
|
92
100
|
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
93
101
|
"isExtensionMethod": false
|
|
@@ -107,6 +115,7 @@
|
|
|
107
115
|
"isVirtual": false,
|
|
108
116
|
"isOverride": false,
|
|
109
117
|
"isSealed": false,
|
|
118
|
+
"visibility": "Public",
|
|
110
119
|
"declaringClrType": "Microsoft.Identity.Client.Utils.MacMainThreadScheduler",
|
|
111
120
|
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
112
121
|
"isExtensionMethod": false
|
|
@@ -126,6 +135,7 @@
|
|
|
126
135
|
"isVirtual": false,
|
|
127
136
|
"isOverride": false,
|
|
128
137
|
"isSealed": false,
|
|
138
|
+
"visibility": "Public",
|
|
129
139
|
"declaringClrType": "Microsoft.Identity.Client.Utils.MacMainThreadScheduler",
|
|
130
140
|
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
131
141
|
"isExtensionMethod": false
|