@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,10 @@
|
|
|
15
15
|
"isSealed": true,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
20
|
+
"clrName": "System.ValueType"
|
|
21
|
+
},
|
|
18
22
|
"methods": [],
|
|
19
23
|
"properties": [],
|
|
20
24
|
"fields": [
|
|
@@ -26,6 +30,7 @@
|
|
|
26
30
|
"isStatic": true,
|
|
27
31
|
"isReadOnly": false,
|
|
28
32
|
"isLiteral": true,
|
|
33
|
+
"visibility": "Public",
|
|
29
34
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
|
|
30
35
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
31
36
|
},
|
|
@@ -37,6 +42,7 @@
|
|
|
37
42
|
"isStatic": true,
|
|
38
43
|
"isReadOnly": false,
|
|
39
44
|
"isLiteral": true,
|
|
45
|
+
"visibility": "Public",
|
|
40
46
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
|
|
41
47
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
42
48
|
},
|
|
@@ -48,6 +54,7 @@
|
|
|
48
54
|
"isStatic": true,
|
|
49
55
|
"isReadOnly": false,
|
|
50
56
|
"isLiteral": true,
|
|
57
|
+
"visibility": "Public",
|
|
51
58
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
|
|
52
59
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
53
60
|
},
|
|
@@ -59,6 +66,7 @@
|
|
|
59
66
|
"isStatic": true,
|
|
60
67
|
"isReadOnly": false,
|
|
61
68
|
"isLiteral": true,
|
|
69
|
+
"visibility": "Public",
|
|
62
70
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
|
|
63
71
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
64
72
|
},
|
|
@@ -70,6 +78,7 @@
|
|
|
70
78
|
"isStatic": true,
|
|
71
79
|
"isReadOnly": false,
|
|
72
80
|
"isLiteral": true,
|
|
81
|
+
"visibility": "Public",
|
|
73
82
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
|
|
74
83
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
75
84
|
},
|
|
@@ -81,6 +90,7 @@
|
|
|
81
90
|
"isStatic": true,
|
|
82
91
|
"isReadOnly": false,
|
|
83
92
|
"isLiteral": true,
|
|
93
|
+
"visibility": "Public",
|
|
84
94
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
|
|
85
95
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
86
96
|
},
|
|
@@ -92,6 +102,7 @@
|
|
|
92
102
|
"isStatic": true,
|
|
93
103
|
"isReadOnly": false,
|
|
94
104
|
"isLiteral": true,
|
|
105
|
+
"visibility": "Public",
|
|
95
106
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
|
|
96
107
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
97
108
|
},
|
|
@@ -103,6 +114,7 @@
|
|
|
103
114
|
"isStatic": true,
|
|
104
115
|
"isReadOnly": false,
|
|
105
116
|
"isLiteral": true,
|
|
117
|
+
"visibility": "Public",
|
|
106
118
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
|
|
107
119
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
108
120
|
},
|
|
@@ -114,6 +126,7 @@
|
|
|
114
126
|
"isStatic": true,
|
|
115
127
|
"isReadOnly": false,
|
|
116
128
|
"isLiteral": true,
|
|
129
|
+
"visibility": "Public",
|
|
117
130
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
|
|
118
131
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
119
132
|
},
|
|
@@ -125,6 +138,7 @@
|
|
|
125
138
|
"isStatic": true,
|
|
126
139
|
"isReadOnly": false,
|
|
127
140
|
"isLiteral": true,
|
|
141
|
+
"visibility": "Public",
|
|
128
142
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
|
|
129
143
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
130
144
|
},
|
|
@@ -136,6 +150,7 @@
|
|
|
136
150
|
"isStatic": true,
|
|
137
151
|
"isReadOnly": false,
|
|
138
152
|
"isLiteral": true,
|
|
153
|
+
"visibility": "Public",
|
|
139
154
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
|
|
140
155
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
141
156
|
},
|
|
@@ -147,6 +162,7 @@
|
|
|
147
162
|
"isStatic": true,
|
|
148
163
|
"isReadOnly": false,
|
|
149
164
|
"isLiteral": true,
|
|
165
|
+
"visibility": "Public",
|
|
150
166
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
|
|
151
167
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
152
168
|
},
|
|
@@ -158,6 +174,7 @@
|
|
|
158
174
|
"isStatic": true,
|
|
159
175
|
"isReadOnly": false,
|
|
160
176
|
"isLiteral": true,
|
|
177
|
+
"visibility": "Public",
|
|
161
178
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
|
|
162
179
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
163
180
|
},
|
|
@@ -169,6 +186,7 @@
|
|
|
169
186
|
"isStatic": true,
|
|
170
187
|
"isReadOnly": false,
|
|
171
188
|
"isLiteral": true,
|
|
189
|
+
"visibility": "Public",
|
|
172
190
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
|
|
173
191
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
174
192
|
},
|
|
@@ -180,6 +198,7 @@
|
|
|
180
198
|
"isStatic": true,
|
|
181
199
|
"isReadOnly": false,
|
|
182
200
|
"isLiteral": true,
|
|
201
|
+
"visibility": "Public",
|
|
183
202
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
|
|
184
203
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
185
204
|
}
|
|
@@ -198,6 +217,10 @@
|
|
|
198
217
|
"isSealed": true,
|
|
199
218
|
"isStatic": false,
|
|
200
219
|
"arity": 0,
|
|
220
|
+
"baseType": {
|
|
221
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
222
|
+
"clrName": "System.ValueType"
|
|
223
|
+
},
|
|
201
224
|
"methods": [],
|
|
202
225
|
"properties": [],
|
|
203
226
|
"fields": [
|
|
@@ -209,6 +232,7 @@
|
|
|
209
232
|
"isStatic": true,
|
|
210
233
|
"isReadOnly": false,
|
|
211
234
|
"isLiteral": true,
|
|
235
|
+
"visibility": "Public",
|
|
212
236
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
|
|
213
237
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
214
238
|
},
|
|
@@ -220,6 +244,7 @@
|
|
|
220
244
|
"isStatic": true,
|
|
221
245
|
"isReadOnly": false,
|
|
222
246
|
"isLiteral": true,
|
|
247
|
+
"visibility": "Public",
|
|
223
248
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
|
|
224
249
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
225
250
|
},
|
|
@@ -231,6 +256,7 @@
|
|
|
231
256
|
"isStatic": true,
|
|
232
257
|
"isReadOnly": false,
|
|
233
258
|
"isLiteral": true,
|
|
259
|
+
"visibility": "Public",
|
|
234
260
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
|
|
235
261
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
236
262
|
},
|
|
@@ -242,6 +268,7 @@
|
|
|
242
268
|
"isStatic": true,
|
|
243
269
|
"isReadOnly": false,
|
|
244
270
|
"isLiteral": true,
|
|
271
|
+
"visibility": "Public",
|
|
245
272
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
|
|
246
273
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
247
274
|
},
|
|
@@ -253,6 +280,7 @@
|
|
|
253
280
|
"isStatic": true,
|
|
254
281
|
"isReadOnly": false,
|
|
255
282
|
"isLiteral": true,
|
|
283
|
+
"visibility": "Public",
|
|
256
284
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
|
|
257
285
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
258
286
|
},
|
|
@@ -264,6 +292,7 @@
|
|
|
264
292
|
"isStatic": true,
|
|
265
293
|
"isReadOnly": false,
|
|
266
294
|
"isLiteral": true,
|
|
295
|
+
"visibility": "Public",
|
|
267
296
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
|
|
268
297
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
269
298
|
},
|
|
@@ -275,6 +304,7 @@
|
|
|
275
304
|
"isStatic": true,
|
|
276
305
|
"isReadOnly": false,
|
|
277
306
|
"isLiteral": true,
|
|
307
|
+
"visibility": "Public",
|
|
278
308
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
|
|
279
309
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
280
310
|
},
|
|
@@ -286,6 +316,7 @@
|
|
|
286
316
|
"isStatic": true,
|
|
287
317
|
"isReadOnly": false,
|
|
288
318
|
"isLiteral": true,
|
|
319
|
+
"visibility": "Public",
|
|
289
320
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
|
|
290
321
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
291
322
|
},
|
|
@@ -297,6 +328,7 @@
|
|
|
297
328
|
"isStatic": true,
|
|
298
329
|
"isReadOnly": false,
|
|
299
330
|
"isLiteral": true,
|
|
331
|
+
"visibility": "Public",
|
|
300
332
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
|
|
301
333
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
302
334
|
},
|
|
@@ -308,6 +340,7 @@
|
|
|
308
340
|
"isStatic": true,
|
|
309
341
|
"isReadOnly": false,
|
|
310
342
|
"isLiteral": true,
|
|
343
|
+
"visibility": "Public",
|
|
311
344
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
|
|
312
345
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
313
346
|
},
|
|
@@ -319,6 +352,7 @@
|
|
|
319
352
|
"isStatic": true,
|
|
320
353
|
"isReadOnly": false,
|
|
321
354
|
"isLiteral": true,
|
|
355
|
+
"visibility": "Public",
|
|
322
356
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
|
|
323
357
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
324
358
|
},
|
|
@@ -330,6 +364,7 @@
|
|
|
330
364
|
"isStatic": true,
|
|
331
365
|
"isReadOnly": false,
|
|
332
366
|
"isLiteral": true,
|
|
367
|
+
"visibility": "Public",
|
|
333
368
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
|
|
334
369
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
335
370
|
},
|
|
@@ -341,6 +376,7 @@
|
|
|
341
376
|
"isStatic": true,
|
|
342
377
|
"isReadOnly": false,
|
|
343
378
|
"isLiteral": true,
|
|
379
|
+
"visibility": "Public",
|
|
344
380
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
|
|
345
381
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
346
382
|
},
|
|
@@ -352,6 +388,7 @@
|
|
|
352
388
|
"isStatic": true,
|
|
353
389
|
"isReadOnly": false,
|
|
354
390
|
"isLiteral": true,
|
|
391
|
+
"visibility": "Public",
|
|
355
392
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
|
|
356
393
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
357
394
|
},
|
|
@@ -363,6 +400,7 @@
|
|
|
363
400
|
"isStatic": true,
|
|
364
401
|
"isReadOnly": false,
|
|
365
402
|
"isLiteral": true,
|
|
403
|
+
"visibility": "Public",
|
|
366
404
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
|
|
367
405
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
368
406
|
},
|
|
@@ -374,6 +412,7 @@
|
|
|
374
412
|
"isStatic": true,
|
|
375
413
|
"isReadOnly": false,
|
|
376
414
|
"isLiteral": true,
|
|
415
|
+
"visibility": "Public",
|
|
377
416
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
|
|
378
417
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
379
418
|
},
|
|
@@ -385,6 +424,7 @@
|
|
|
385
424
|
"isStatic": true,
|
|
386
425
|
"isReadOnly": false,
|
|
387
426
|
"isLiteral": true,
|
|
427
|
+
"visibility": "Public",
|
|
388
428
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
|
|
389
429
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
390
430
|
},
|
|
@@ -396,6 +436,7 @@
|
|
|
396
436
|
"isStatic": true,
|
|
397
437
|
"isReadOnly": false,
|
|
398
438
|
"isLiteral": true,
|
|
439
|
+
"visibility": "Public",
|
|
399
440
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
|
|
400
441
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
401
442
|
},
|
|
@@ -407,6 +448,7 @@
|
|
|
407
448
|
"isStatic": true,
|
|
408
449
|
"isReadOnly": false,
|
|
409
450
|
"isLiteral": true,
|
|
451
|
+
"visibility": "Public",
|
|
410
452
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
|
|
411
453
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
412
454
|
},
|
|
@@ -418,6 +460,7 @@
|
|
|
418
460
|
"isStatic": true,
|
|
419
461
|
"isReadOnly": false,
|
|
420
462
|
"isLiteral": true,
|
|
463
|
+
"visibility": "Public",
|
|
421
464
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
|
|
422
465
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
423
466
|
},
|
|
@@ -429,6 +472,7 @@
|
|
|
429
472
|
"isStatic": true,
|
|
430
473
|
"isReadOnly": false,
|
|
431
474
|
"isLiteral": true,
|
|
475
|
+
"visibility": "Public",
|
|
432
476
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
|
|
433
477
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
434
478
|
},
|
|
@@ -440,6 +484,7 @@
|
|
|
440
484
|
"isStatic": true,
|
|
441
485
|
"isReadOnly": false,
|
|
442
486
|
"isLiteral": true,
|
|
487
|
+
"visibility": "Public",
|
|
443
488
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
|
|
444
489
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
445
490
|
},
|
|
@@ -451,6 +496,7 @@
|
|
|
451
496
|
"isStatic": true,
|
|
452
497
|
"isReadOnly": false,
|
|
453
498
|
"isLiteral": true,
|
|
499
|
+
"visibility": "Public",
|
|
454
500
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
|
|
455
501
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
456
502
|
},
|
|
@@ -462,6 +508,7 @@
|
|
|
462
508
|
"isStatic": true,
|
|
463
509
|
"isReadOnly": false,
|
|
464
510
|
"isLiteral": true,
|
|
511
|
+
"visibility": "Public",
|
|
465
512
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
|
|
466
513
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
467
514
|
},
|
|
@@ -473,6 +520,7 @@
|
|
|
473
520
|
"isStatic": true,
|
|
474
521
|
"isReadOnly": false,
|
|
475
522
|
"isLiteral": true,
|
|
523
|
+
"visibility": "Public",
|
|
476
524
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
|
|
477
525
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
478
526
|
},
|
|
@@ -484,6 +532,7 @@
|
|
|
484
532
|
"isStatic": true,
|
|
485
533
|
"isReadOnly": false,
|
|
486
534
|
"isLiteral": true,
|
|
535
|
+
"visibility": "Public",
|
|
487
536
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
|
|
488
537
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
489
538
|
},
|
|
@@ -495,6 +544,7 @@
|
|
|
495
544
|
"isStatic": true,
|
|
496
545
|
"isReadOnly": false,
|
|
497
546
|
"isLiteral": true,
|
|
547
|
+
"visibility": "Public",
|
|
498
548
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
|
|
499
549
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
500
550
|
},
|
|
@@ -506,6 +556,7 @@
|
|
|
506
556
|
"isStatic": true,
|
|
507
557
|
"isReadOnly": false,
|
|
508
558
|
"isLiteral": true,
|
|
559
|
+
"visibility": "Public",
|
|
509
560
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
|
|
510
561
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
511
562
|
},
|
|
@@ -517,6 +568,7 @@
|
|
|
517
568
|
"isStatic": true,
|
|
518
569
|
"isReadOnly": false,
|
|
519
570
|
"isLiteral": true,
|
|
571
|
+
"visibility": "Public",
|
|
520
572
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
|
|
521
573
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
522
574
|
},
|
|
@@ -528,6 +580,7 @@
|
|
|
528
580
|
"isStatic": true,
|
|
529
581
|
"isReadOnly": false,
|
|
530
582
|
"isLiteral": true,
|
|
583
|
+
"visibility": "Public",
|
|
531
584
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
|
|
532
585
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
533
586
|
},
|
|
@@ -539,6 +592,7 @@
|
|
|
539
592
|
"isStatic": true,
|
|
540
593
|
"isReadOnly": false,
|
|
541
594
|
"isLiteral": true,
|
|
595
|
+
"visibility": "Public",
|
|
542
596
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
|
|
543
597
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
544
598
|
},
|
|
@@ -550,6 +604,7 @@
|
|
|
550
604
|
"isStatic": true,
|
|
551
605
|
"isReadOnly": false,
|
|
552
606
|
"isLiteral": true,
|
|
607
|
+
"visibility": "Public",
|
|
553
608
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
|
|
554
609
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
555
610
|
},
|
|
@@ -561,6 +616,7 @@
|
|
|
561
616
|
"isStatic": true,
|
|
562
617
|
"isReadOnly": false,
|
|
563
618
|
"isLiteral": true,
|
|
619
|
+
"visibility": "Public",
|
|
564
620
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
|
|
565
621
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
566
622
|
},
|
|
@@ -572,6 +628,7 @@
|
|
|
572
628
|
"isStatic": true,
|
|
573
629
|
"isReadOnly": false,
|
|
574
630
|
"isLiteral": true,
|
|
631
|
+
"visibility": "Public",
|
|
575
632
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
|
|
576
633
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
577
634
|
},
|
|
@@ -583,6 +640,7 @@
|
|
|
583
640
|
"isStatic": true,
|
|
584
641
|
"isReadOnly": false,
|
|
585
642
|
"isLiteral": true,
|
|
643
|
+
"visibility": "Public",
|
|
586
644
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
|
|
587
645
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
588
646
|
},
|
|
@@ -594,6 +652,7 @@
|
|
|
594
652
|
"isStatic": true,
|
|
595
653
|
"isReadOnly": false,
|
|
596
654
|
"isLiteral": true,
|
|
655
|
+
"visibility": "Public",
|
|
597
656
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
|
|
598
657
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
599
658
|
},
|
|
@@ -605,6 +664,7 @@
|
|
|
605
664
|
"isStatic": true,
|
|
606
665
|
"isReadOnly": false,
|
|
607
666
|
"isLiteral": true,
|
|
667
|
+
"visibility": "Public",
|
|
608
668
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
|
|
609
669
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
610
670
|
},
|
|
@@ -616,6 +676,7 @@
|
|
|
616
676
|
"isStatic": true,
|
|
617
677
|
"isReadOnly": false,
|
|
618
678
|
"isLiteral": true,
|
|
679
|
+
"visibility": "Public",
|
|
619
680
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
|
|
620
681
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
621
682
|
},
|
|
@@ -627,6 +688,7 @@
|
|
|
627
688
|
"isStatic": true,
|
|
628
689
|
"isReadOnly": false,
|
|
629
690
|
"isLiteral": true,
|
|
691
|
+
"visibility": "Public",
|
|
630
692
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
|
|
631
693
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
632
694
|
}
|
|
@@ -645,6 +707,16 @@
|
|
|
645
707
|
"isSealed": false,
|
|
646
708
|
"isStatic": false,
|
|
647
709
|
"arity": 0,
|
|
710
|
+
"baseType": {
|
|
711
|
+
"stableId": "Microsoft.IdentityModel.Tokens:Microsoft.IdentityModel.Tokens.SecurityToken",
|
|
712
|
+
"clrName": "Microsoft.IdentityModel.Tokens.SecurityToken"
|
|
713
|
+
},
|
|
714
|
+
"interfaces": [
|
|
715
|
+
{
|
|
716
|
+
"stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.ISafeLogSecurityArtifact",
|
|
717
|
+
"clrName": "Microsoft.IdentityModel.Logging.ISafeLogSecurityArtifact"
|
|
718
|
+
}
|
|
719
|
+
],
|
|
648
720
|
"methods": [
|
|
649
721
|
{
|
|
650
722
|
"stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::ToString():System.String",
|
|
@@ -661,6 +733,7 @@
|
|
|
661
733
|
"isVirtual": true,
|
|
662
734
|
"isOverride": true,
|
|
663
735
|
"isSealed": false,
|
|
736
|
+
"visibility": "Public",
|
|
664
737
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
|
|
665
738
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
|
|
666
739
|
"isExtensionMethod": false
|
|
@@ -680,6 +753,7 @@
|
|
|
680
753
|
"isVirtual": true,
|
|
681
754
|
"isOverride": true,
|
|
682
755
|
"isSealed": false,
|
|
756
|
+
"visibility": "Public",
|
|
683
757
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
|
|
684
758
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
|
|
685
759
|
"isExtensionMethod": false
|
|
@@ -699,6 +773,7 @@
|
|
|
699
773
|
"isVirtual": false,
|
|
700
774
|
"isOverride": false,
|
|
701
775
|
"isSealed": false,
|
|
776
|
+
"visibility": "Public",
|
|
702
777
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
|
|
703
778
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
|
|
704
779
|
"isExtensionMethod": false
|
|
@@ -718,6 +793,7 @@
|
|
|
718
793
|
"isVirtual": false,
|
|
719
794
|
"isOverride": false,
|
|
720
795
|
"isSealed": false,
|
|
796
|
+
"visibility": "Public",
|
|
721
797
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
|
|
722
798
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
|
|
723
799
|
"isExtensionMethod": false,
|
|
@@ -743,6 +819,7 @@
|
|
|
743
819
|
"isVirtual": false,
|
|
744
820
|
"isOverride": false,
|
|
745
821
|
"isSealed": false,
|
|
822
|
+
"visibility": "Public",
|
|
746
823
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
|
|
747
824
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
|
|
748
825
|
"isExtensionMethod": false
|
|
@@ -762,6 +839,7 @@
|
|
|
762
839
|
"isVirtual": false,
|
|
763
840
|
"isOverride": false,
|
|
764
841
|
"isSealed": false,
|
|
842
|
+
"visibility": "Public",
|
|
765
843
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
|
|
766
844
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
|
|
767
845
|
"isExtensionMethod": false
|
|
@@ -781,6 +859,7 @@
|
|
|
781
859
|
"isVirtual": false,
|
|
782
860
|
"isOverride": false,
|
|
783
861
|
"isSealed": false,
|
|
862
|
+
"visibility": "Public",
|
|
784
863
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
|
|
785
864
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
|
|
786
865
|
"isExtensionMethod": false,
|
|
@@ -806,6 +885,7 @@
|
|
|
806
885
|
"isVirtual": false,
|
|
807
886
|
"isOverride": false,
|
|
808
887
|
"isSealed": false,
|
|
888
|
+
"visibility": "Public",
|
|
809
889
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
|
|
810
890
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
|
|
811
891
|
"isExtensionMethod": false,
|
|
@@ -831,6 +911,7 @@
|
|
|
831
911
|
"isVirtual": false,
|
|
832
912
|
"isOverride": false,
|
|
833
913
|
"isSealed": false,
|
|
914
|
+
"visibility": "Public",
|
|
834
915
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
|
|
835
916
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
|
|
836
917
|
"isExtensionMethod": false,
|
|
@@ -856,6 +937,7 @@
|
|
|
856
937
|
"isVirtual": true,
|
|
857
938
|
"isOverride": false,
|
|
858
939
|
"isSealed": false,
|
|
940
|
+
"visibility": "Public",
|
|
859
941
|
"declaringClrType": "Microsoft.IdentityModel.Logging.ISafeLogSecurityArtifact",
|
|
860
942
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
861
943
|
"isExtensionMethod": false,
|
|
@@ -878,6 +960,7 @@
|
|
|
878
960
|
"isAbstract": false,
|
|
879
961
|
"isVirtual": false,
|
|
880
962
|
"isOverride": false,
|
|
963
|
+
"visibility": "Public",
|
|
881
964
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
|
|
882
965
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
883
966
|
},
|
|
@@ -896,6 +979,7 @@
|
|
|
896
979
|
"isAbstract": false,
|
|
897
980
|
"isVirtual": false,
|
|
898
981
|
"isOverride": false,
|
|
982
|
+
"visibility": "Public",
|
|
899
983
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
|
|
900
984
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
901
985
|
},
|
|
@@ -914,6 +998,7 @@
|
|
|
914
998
|
"isAbstract": false,
|
|
915
999
|
"isVirtual": false,
|
|
916
1000
|
"isOverride": false,
|
|
1001
|
+
"visibility": "Public",
|
|
917
1002
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
|
|
918
1003
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
919
1004
|
},
|
|
@@ -932,6 +1017,7 @@
|
|
|
932
1017
|
"isAbstract": false,
|
|
933
1018
|
"isVirtual": false,
|
|
934
1019
|
"isOverride": false,
|
|
1020
|
+
"visibility": "Public",
|
|
935
1021
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
|
|
936
1022
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
937
1023
|
},
|
|
@@ -950,6 +1036,7 @@
|
|
|
950
1036
|
"isAbstract": false,
|
|
951
1037
|
"isVirtual": false,
|
|
952
1038
|
"isOverride": false,
|
|
1039
|
+
"visibility": "Public",
|
|
953
1040
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
|
|
954
1041
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
955
1042
|
},
|
|
@@ -968,6 +1055,7 @@
|
|
|
968
1055
|
"isAbstract": false,
|
|
969
1056
|
"isVirtual": false,
|
|
970
1057
|
"isOverride": false,
|
|
1058
|
+
"visibility": "Public",
|
|
971
1059
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
|
|
972
1060
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
973
1061
|
},
|
|
@@ -986,6 +1074,7 @@
|
|
|
986
1074
|
"isAbstract": false,
|
|
987
1075
|
"isVirtual": false,
|
|
988
1076
|
"isOverride": false,
|
|
1077
|
+
"visibility": "Public",
|
|
989
1078
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
|
|
990
1079
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
991
1080
|
},
|
|
@@ -1004,6 +1093,7 @@
|
|
|
1004
1093
|
"isAbstract": false,
|
|
1005
1094
|
"isVirtual": false,
|
|
1006
1095
|
"isOverride": false,
|
|
1096
|
+
"visibility": "Public",
|
|
1007
1097
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
|
|
1008
1098
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
1009
1099
|
},
|
|
@@ -1012,16 +1102,17 @@
|
|
|
1012
1102
|
"clrName": "InnerToken",
|
|
1013
1103
|
"metadataToken": 385875992,
|
|
1014
1104
|
"canonicalSignature": ":Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
|
|
1015
|
-
"normalizedSignature": "InnerToken|:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken|static=false|accessor=
|
|
1105
|
+
"normalizedSignature": "InnerToken|:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken|static=false|accessor=getset",
|
|
1016
1106
|
"emitScope": "ClassSurface",
|
|
1017
1107
|
"provenance": "Original",
|
|
1018
1108
|
"isIndexer": false,
|
|
1019
1109
|
"hasGetter": true,
|
|
1020
|
-
"hasSetter":
|
|
1110
|
+
"hasSetter": true,
|
|
1021
1111
|
"isStatic": false,
|
|
1022
1112
|
"isAbstract": false,
|
|
1023
1113
|
"isVirtual": false,
|
|
1024
1114
|
"isOverride": false,
|
|
1115
|
+
"visibility": "Public",
|
|
1025
1116
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
|
|
1026
1117
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
1027
1118
|
},
|
|
@@ -1040,6 +1131,7 @@
|
|
|
1040
1131
|
"isAbstract": false,
|
|
1041
1132
|
"isVirtual": false,
|
|
1042
1133
|
"isOverride": false,
|
|
1134
|
+
"visibility": "Public",
|
|
1043
1135
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
|
|
1044
1136
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
1045
1137
|
},
|
|
@@ -1048,16 +1140,17 @@
|
|
|
1048
1140
|
"clrName": "IsSigned",
|
|
1049
1141
|
"metadataToken": 385875994,
|
|
1050
1142
|
"canonicalSignature": ":System.Boolean",
|
|
1051
|
-
"normalizedSignature": "IsSigned|:System.Boolean|static=false|accessor=
|
|
1143
|
+
"normalizedSignature": "IsSigned|:System.Boolean|static=false|accessor=getset",
|
|
1052
1144
|
"emitScope": "ClassSurface",
|
|
1053
1145
|
"provenance": "Original",
|
|
1054
1146
|
"isIndexer": false,
|
|
1055
1147
|
"hasGetter": true,
|
|
1056
|
-
"hasSetter":
|
|
1148
|
+
"hasSetter": true,
|
|
1057
1149
|
"isStatic": false,
|
|
1058
1150
|
"isAbstract": false,
|
|
1059
1151
|
"isVirtual": false,
|
|
1060
1152
|
"isOverride": false,
|
|
1153
|
+
"visibility": "Public",
|
|
1061
1154
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
|
|
1062
1155
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
1063
1156
|
},
|
|
@@ -1076,6 +1169,7 @@
|
|
|
1076
1169
|
"isAbstract": false,
|
|
1077
1170
|
"isVirtual": true,
|
|
1078
1171
|
"isOverride": true,
|
|
1172
|
+
"visibility": "Public",
|
|
1079
1173
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
|
|
1080
1174
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
1081
1175
|
},
|
|
@@ -1094,6 +1188,7 @@
|
|
|
1094
1188
|
"isAbstract": false,
|
|
1095
1189
|
"isVirtual": true,
|
|
1096
1190
|
"isOverride": true,
|
|
1191
|
+
"visibility": "Public",
|
|
1097
1192
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
|
|
1098
1193
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
1099
1194
|
},
|
|
@@ -1112,6 +1207,7 @@
|
|
|
1112
1207
|
"isAbstract": false,
|
|
1113
1208
|
"isVirtual": true,
|
|
1114
1209
|
"isOverride": false,
|
|
1210
|
+
"visibility": "Public",
|
|
1115
1211
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
|
|
1116
1212
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
1117
1213
|
},
|
|
@@ -1130,6 +1226,7 @@
|
|
|
1130
1226
|
"isAbstract": false,
|
|
1131
1227
|
"isVirtual": false,
|
|
1132
1228
|
"isOverride": false,
|
|
1229
|
+
"visibility": "Public",
|
|
1133
1230
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
|
|
1134
1231
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
1135
1232
|
},
|
|
@@ -1148,6 +1245,7 @@
|
|
|
1148
1245
|
"isAbstract": false,
|
|
1149
1246
|
"isVirtual": false,
|
|
1150
1247
|
"isOverride": false,
|
|
1248
|
+
"visibility": "Public",
|
|
1151
1249
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
|
|
1152
1250
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
1153
1251
|
},
|
|
@@ -1166,6 +1264,7 @@
|
|
|
1166
1264
|
"isAbstract": false,
|
|
1167
1265
|
"isVirtual": false,
|
|
1168
1266
|
"isOverride": false,
|
|
1267
|
+
"visibility": "Public",
|
|
1169
1268
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
|
|
1170
1269
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
1171
1270
|
},
|
|
@@ -1184,6 +1283,7 @@
|
|
|
1184
1283
|
"isAbstract": false,
|
|
1185
1284
|
"isVirtual": false,
|
|
1186
1285
|
"isOverride": false,
|
|
1286
|
+
"visibility": "Public",
|
|
1187
1287
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
|
|
1188
1288
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
1189
1289
|
},
|
|
@@ -1192,16 +1292,17 @@
|
|
|
1192
1292
|
"clrName": "Typ",
|
|
1193
1293
|
"metadataToken": 385876007,
|
|
1194
1294
|
"canonicalSignature": ":System.String",
|
|
1195
|
-
"normalizedSignature": "Typ|:System.String|static=false|accessor=
|
|
1295
|
+
"normalizedSignature": "Typ|:System.String|static=false|accessor=getset",
|
|
1196
1296
|
"emitScope": "ClassSurface",
|
|
1197
1297
|
"provenance": "Original",
|
|
1198
1298
|
"isIndexer": false,
|
|
1199
1299
|
"hasGetter": true,
|
|
1200
|
-
"hasSetter":
|
|
1300
|
+
"hasSetter": true,
|
|
1201
1301
|
"isStatic": false,
|
|
1202
1302
|
"isAbstract": false,
|
|
1203
1303
|
"isVirtual": false,
|
|
1204
1304
|
"isOverride": false,
|
|
1305
|
+
"visibility": "Public",
|
|
1205
1306
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
|
|
1206
1307
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
1207
1308
|
},
|
|
@@ -1220,6 +1321,7 @@
|
|
|
1220
1321
|
"isAbstract": false,
|
|
1221
1322
|
"isVirtual": false,
|
|
1222
1323
|
"isOverride": false,
|
|
1324
|
+
"visibility": "Public",
|
|
1223
1325
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
|
|
1224
1326
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
1225
1327
|
},
|
|
@@ -1238,6 +1340,7 @@
|
|
|
1238
1340
|
"isAbstract": false,
|
|
1239
1341
|
"isVirtual": false,
|
|
1240
1342
|
"isOverride": false,
|
|
1343
|
+
"visibility": "Public",
|
|
1241
1344
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
|
|
1242
1345
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
1243
1346
|
},
|
|
@@ -1256,6 +1359,7 @@
|
|
|
1256
1359
|
"isAbstract": false,
|
|
1257
1360
|
"isVirtual": false,
|
|
1258
1361
|
"isOverride": false,
|
|
1362
|
+
"visibility": "Public",
|
|
1259
1363
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
|
|
1260
1364
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
1261
1365
|
},
|
|
@@ -1274,6 +1378,7 @@
|
|
|
1274
1378
|
"isAbstract": false,
|
|
1275
1379
|
"isVirtual": false,
|
|
1276
1380
|
"isOverride": false,
|
|
1381
|
+
"visibility": "Public",
|
|
1277
1382
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
|
|
1278
1383
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
1279
1384
|
},
|
|
@@ -1292,6 +1397,7 @@
|
|
|
1292
1397
|
"isAbstract": false,
|
|
1293
1398
|
"isVirtual": false,
|
|
1294
1399
|
"isOverride": false,
|
|
1400
|
+
"visibility": "Public",
|
|
1295
1401
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
|
|
1296
1402
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
1297
1403
|
},
|
|
@@ -1310,6 +1416,7 @@
|
|
|
1310
1416
|
"isAbstract": false,
|
|
1311
1417
|
"isVirtual": false,
|
|
1312
1418
|
"isOverride": false,
|
|
1419
|
+
"visibility": "Public",
|
|
1313
1420
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
|
|
1314
1421
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
1315
1422
|
},
|
|
@@ -1328,6 +1435,7 @@
|
|
|
1328
1435
|
"isAbstract": false,
|
|
1329
1436
|
"isVirtual": true,
|
|
1330
1437
|
"isOverride": true,
|
|
1438
|
+
"visibility": "Public",
|
|
1331
1439
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
|
|
1332
1440
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
1333
1441
|
},
|
|
@@ -1346,6 +1454,7 @@
|
|
|
1346
1454
|
"isAbstract": false,
|
|
1347
1455
|
"isVirtual": true,
|
|
1348
1456
|
"isOverride": true,
|
|
1457
|
+
"visibility": "Public",
|
|
1349
1458
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
|
|
1350
1459
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
1351
1460
|
},
|
|
@@ -1364,6 +1473,7 @@
|
|
|
1364
1473
|
"isAbstract": false,
|
|
1365
1474
|
"isVirtual": false,
|
|
1366
1475
|
"isOverride": false,
|
|
1476
|
+
"visibility": "Public",
|
|
1367
1477
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
|
|
1368
1478
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
1369
1479
|
},
|
|
@@ -1382,6 +1492,7 @@
|
|
|
1382
1492
|
"isAbstract": false,
|
|
1383
1493
|
"isVirtual": true,
|
|
1384
1494
|
"isOverride": true,
|
|
1495
|
+
"visibility": "Public",
|
|
1385
1496
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
|
|
1386
1497
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
1387
1498
|
},
|
|
@@ -1400,6 +1511,7 @@
|
|
|
1400
1511
|
"isAbstract": false,
|
|
1401
1512
|
"isVirtual": true,
|
|
1402
1513
|
"isOverride": true,
|
|
1514
|
+
"visibility": "Public",
|
|
1403
1515
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
|
|
1404
1516
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
1405
1517
|
}
|
|
@@ -1414,6 +1526,7 @@
|
|
|
1414
1526
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
1415
1527
|
"isStatic": false,
|
|
1416
1528
|
"parameterCount": 1,
|
|
1529
|
+
"visibility": "Public",
|
|
1417
1530
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
|
|
1418
1531
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
1419
1532
|
},
|
|
@@ -1424,6 +1537,7 @@
|
|
|
1424
1537
|
"normalizedSignature": "constructor|(System.ReadOnlyMemory_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
1425
1538
|
"isStatic": false,
|
|
1426
1539
|
"parameterCount": 1,
|
|
1540
|
+
"visibility": "Public",
|
|
1427
1541
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
|
|
1428
1542
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
1429
1543
|
},
|
|
@@ -1434,6 +1548,7 @@
|
|
|
1434
1548
|
"normalizedSignature": "constructor|(System.String,System.String):void|static=false",
|
|
1435
1549
|
"isStatic": false,
|
|
1436
1550
|
"parameterCount": 2,
|
|
1551
|
+
"visibility": "Public",
|
|
1437
1552
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
|
|
1438
1553
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
1439
1554
|
}
|
|
@@ -1450,6 +1565,10 @@
|
|
|
1450
1565
|
"isSealed": false,
|
|
1451
1566
|
"isStatic": false,
|
|
1452
1567
|
"arity": 0,
|
|
1568
|
+
"baseType": {
|
|
1569
|
+
"stableId": "Microsoft.IdentityModel.Tokens:Microsoft.IdentityModel.Tokens.TokenHandler",
|
|
1570
|
+
"clrName": "Microsoft.IdentityModel.Tokens.TokenHandler"
|
|
1571
|
+
},
|
|
1453
1572
|
"methods": [
|
|
1454
1573
|
{
|
|
1455
1574
|
"stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::CreateToken(System.String):System.String",
|
|
@@ -1466,6 +1585,7 @@
|
|
|
1466
1585
|
"isVirtual": true,
|
|
1467
1586
|
"isOverride": false,
|
|
1468
1587
|
"isSealed": false,
|
|
1588
|
+
"visibility": "Public",
|
|
1469
1589
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
|
|
1470
1590
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
|
|
1471
1591
|
"isExtensionMethod": false
|
|
@@ -1485,6 +1605,7 @@
|
|
|
1485
1605
|
"isVirtual": true,
|
|
1486
1606
|
"isOverride": false,
|
|
1487
1607
|
"isSealed": false,
|
|
1608
|
+
"visibility": "Public",
|
|
1488
1609
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
|
|
1489
1610
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
|
|
1490
1611
|
"isExtensionMethod": false
|
|
@@ -1504,6 +1625,7 @@
|
|
|
1504
1625
|
"isVirtual": true,
|
|
1505
1626
|
"isOverride": false,
|
|
1506
1627
|
"isSealed": false,
|
|
1628
|
+
"visibility": "Public",
|
|
1507
1629
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
|
|
1508
1630
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
|
|
1509
1631
|
"isExtensionMethod": false
|
|
@@ -1523,6 +1645,7 @@
|
|
|
1523
1645
|
"isVirtual": true,
|
|
1524
1646
|
"isOverride": false,
|
|
1525
1647
|
"isSealed": false,
|
|
1648
|
+
"visibility": "Public",
|
|
1526
1649
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
|
|
1527
1650
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
|
|
1528
1651
|
"isExtensionMethod": false
|
|
@@ -1542,6 +1665,7 @@
|
|
|
1542
1665
|
"isVirtual": true,
|
|
1543
1666
|
"isOverride": false,
|
|
1544
1667
|
"isSealed": false,
|
|
1668
|
+
"visibility": "Public",
|
|
1545
1669
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
|
|
1546
1670
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
|
|
1547
1671
|
"isExtensionMethod": false
|
|
@@ -1561,6 +1685,7 @@
|
|
|
1561
1685
|
"isVirtual": true,
|
|
1562
1686
|
"isOverride": false,
|
|
1563
1687
|
"isSealed": false,
|
|
1688
|
+
"visibility": "Public",
|
|
1564
1689
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
|
|
1565
1690
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
|
|
1566
1691
|
"isExtensionMethod": false
|
|
@@ -1580,6 +1705,7 @@
|
|
|
1580
1705
|
"isVirtual": true,
|
|
1581
1706
|
"isOverride": false,
|
|
1582
1707
|
"isSealed": false,
|
|
1708
|
+
"visibility": "Public",
|
|
1583
1709
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
|
|
1584
1710
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
|
|
1585
1711
|
"isExtensionMethod": false
|
|
@@ -1599,6 +1725,7 @@
|
|
|
1599
1725
|
"isVirtual": true,
|
|
1600
1726
|
"isOverride": false,
|
|
1601
1727
|
"isSealed": false,
|
|
1728
|
+
"visibility": "Public",
|
|
1602
1729
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
|
|
1603
1730
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
|
|
1604
1731
|
"isExtensionMethod": false
|
|
@@ -1618,6 +1745,7 @@
|
|
|
1618
1745
|
"isVirtual": true,
|
|
1619
1746
|
"isOverride": false,
|
|
1620
1747
|
"isSealed": false,
|
|
1748
|
+
"visibility": "Public",
|
|
1621
1749
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
|
|
1622
1750
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
|
|
1623
1751
|
"isExtensionMethod": false
|
|
@@ -1637,6 +1765,7 @@
|
|
|
1637
1765
|
"isVirtual": true,
|
|
1638
1766
|
"isOverride": false,
|
|
1639
1767
|
"isSealed": false,
|
|
1768
|
+
"visibility": "Public",
|
|
1640
1769
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
|
|
1641
1770
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
|
|
1642
1771
|
"isExtensionMethod": false
|
|
@@ -1656,6 +1785,7 @@
|
|
|
1656
1785
|
"isVirtual": true,
|
|
1657
1786
|
"isOverride": false,
|
|
1658
1787
|
"isSealed": false,
|
|
1788
|
+
"visibility": "Public",
|
|
1659
1789
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
|
|
1660
1790
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
|
|
1661
1791
|
"isExtensionMethod": false
|
|
@@ -1675,6 +1805,7 @@
|
|
|
1675
1805
|
"isVirtual": true,
|
|
1676
1806
|
"isOverride": false,
|
|
1677
1807
|
"isSealed": false,
|
|
1808
|
+
"visibility": "Public",
|
|
1678
1809
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
|
|
1679
1810
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
|
|
1680
1811
|
"isExtensionMethod": false
|
|
@@ -1694,6 +1825,7 @@
|
|
|
1694
1825
|
"isVirtual": true,
|
|
1695
1826
|
"isOverride": false,
|
|
1696
1827
|
"isSealed": false,
|
|
1828
|
+
"visibility": "Public",
|
|
1697
1829
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
|
|
1698
1830
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
|
|
1699
1831
|
"isExtensionMethod": false
|
|
@@ -1713,6 +1845,7 @@
|
|
|
1713
1845
|
"isVirtual": false,
|
|
1714
1846
|
"isOverride": false,
|
|
1715
1847
|
"isSealed": false,
|
|
1848
|
+
"visibility": "Public",
|
|
1716
1849
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
|
|
1717
1850
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
|
|
1718
1851
|
"isExtensionMethod": false
|
|
@@ -1732,6 +1865,7 @@
|
|
|
1732
1865
|
"isVirtual": false,
|
|
1733
1866
|
"isOverride": false,
|
|
1734
1867
|
"isSealed": false,
|
|
1868
|
+
"visibility": "Public",
|
|
1735
1869
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
|
|
1736
1870
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
|
|
1737
1871
|
"isExtensionMethod": false
|
|
@@ -1751,6 +1885,7 @@
|
|
|
1751
1885
|
"isVirtual": false,
|
|
1752
1886
|
"isOverride": false,
|
|
1753
1887
|
"isSealed": false,
|
|
1888
|
+
"visibility": "Public",
|
|
1754
1889
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
|
|
1755
1890
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
|
|
1756
1891
|
"isExtensionMethod": false
|
|
@@ -1770,6 +1905,7 @@
|
|
|
1770
1905
|
"isVirtual": false,
|
|
1771
1906
|
"isOverride": false,
|
|
1772
1907
|
"isSealed": false,
|
|
1908
|
+
"visibility": "Public",
|
|
1773
1909
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
|
|
1774
1910
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
|
|
1775
1911
|
"isExtensionMethod": false
|
|
@@ -1789,6 +1925,47 @@
|
|
|
1789
1925
|
"isVirtual": true,
|
|
1790
1926
|
"isOverride": false,
|
|
1791
1927
|
"isSealed": false,
|
|
1928
|
+
"visibility": "Public",
|
|
1929
|
+
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
|
|
1930
|
+
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
|
|
1931
|
+
"isExtensionMethod": false
|
|
1932
|
+
},
|
|
1933
|
+
{
|
|
1934
|
+
"stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::CreateClaimsIdentity(Microsoft.IdentityModel.JsonWebTokens.JsonWebToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Security.Claims.ClaimsIdentity",
|
|
1935
|
+
"clrName": "CreateClaimsIdentity",
|
|
1936
|
+
"metadataToken": 100663435,
|
|
1937
|
+
"canonicalSignature": "(Microsoft.IdentityModel.JsonWebTokens.JsonWebToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Security.Claims.ClaimsIdentity",
|
|
1938
|
+
"normalizedSignature": "CreateClaimsIdentity|(Microsoft.IdentityModel.JsonWebTokens.JsonWebToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Security.Claims.ClaimsIdentity|static=false",
|
|
1939
|
+
"emitScope": "ClassSurface",
|
|
1940
|
+
"provenance": "Original",
|
|
1941
|
+
"arity": 0,
|
|
1942
|
+
"parameterCount": 2,
|
|
1943
|
+
"isStatic": false,
|
|
1944
|
+
"isAbstract": false,
|
|
1945
|
+
"isVirtual": true,
|
|
1946
|
+
"isOverride": false,
|
|
1947
|
+
"isSealed": false,
|
|
1948
|
+
"visibility": "Protected",
|
|
1949
|
+
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
|
|
1950
|
+
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
|
|
1951
|
+
"isExtensionMethod": false
|
|
1952
|
+
},
|
|
1953
|
+
{
|
|
1954
|
+
"stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::CreateClaimsIdentity(Microsoft.IdentityModel.JsonWebTokens.JsonWebToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters,System.String):System.Security.Claims.ClaimsIdentity",
|
|
1955
|
+
"clrName": "CreateClaimsIdentity",
|
|
1956
|
+
"metadataToken": 100663436,
|
|
1957
|
+
"canonicalSignature": "(Microsoft.IdentityModel.JsonWebTokens.JsonWebToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters,System.String):System.Security.Claims.ClaimsIdentity",
|
|
1958
|
+
"normalizedSignature": "CreateClaimsIdentity|(Microsoft.IdentityModel.JsonWebTokens.JsonWebToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters,System.String):System.Security.Claims.ClaimsIdentity|static=false",
|
|
1959
|
+
"emitScope": "ClassSurface",
|
|
1960
|
+
"provenance": "Original",
|
|
1961
|
+
"arity": 0,
|
|
1962
|
+
"parameterCount": 3,
|
|
1963
|
+
"isStatic": false,
|
|
1964
|
+
"isAbstract": false,
|
|
1965
|
+
"isVirtual": true,
|
|
1966
|
+
"isOverride": false,
|
|
1967
|
+
"isSealed": false,
|
|
1968
|
+
"visibility": "Protected",
|
|
1792
1969
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
|
|
1793
1970
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
|
|
1794
1971
|
"isExtensionMethod": false
|
|
@@ -1808,6 +1985,27 @@
|
|
|
1808
1985
|
"isVirtual": false,
|
|
1809
1986
|
"isOverride": false,
|
|
1810
1987
|
"isSealed": false,
|
|
1988
|
+
"visibility": "Public",
|
|
1989
|
+
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
|
|
1990
|
+
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
|
|
1991
|
+
"isExtensionMethod": false
|
|
1992
|
+
},
|
|
1993
|
+
{
|
|
1994
|
+
"stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::ResolveTokenDecryptionKey(System.String,Microsoft.IdentityModel.JsonWebTokens.JsonWebToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):Microsoft.IdentityModel.Tokens.SecurityKey",
|
|
1995
|
+
"clrName": "ResolveTokenDecryptionKey",
|
|
1996
|
+
"metadataToken": 100663444,
|
|
1997
|
+
"canonicalSignature": "(System.String,Microsoft.IdentityModel.JsonWebTokens.JsonWebToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):Microsoft.IdentityModel.Tokens.SecurityKey",
|
|
1998
|
+
"normalizedSignature": "ResolveTokenDecryptionKey|(System.String,Microsoft.IdentityModel.JsonWebTokens.JsonWebToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):Microsoft.IdentityModel.Tokens.SecurityKey|static=false",
|
|
1999
|
+
"emitScope": "ClassSurface",
|
|
2000
|
+
"provenance": "Original",
|
|
2001
|
+
"arity": 0,
|
|
2002
|
+
"parameterCount": 3,
|
|
2003
|
+
"isStatic": false,
|
|
2004
|
+
"isAbstract": false,
|
|
2005
|
+
"isVirtual": true,
|
|
2006
|
+
"isOverride": false,
|
|
2007
|
+
"isSealed": false,
|
|
2008
|
+
"visibility": "Protected",
|
|
1811
2009
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
|
|
1812
2010
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
|
|
1813
2011
|
"isExtensionMethod": false
|
|
@@ -1827,6 +2025,7 @@
|
|
|
1827
2025
|
"isVirtual": true,
|
|
1828
2026
|
"isOverride": false,
|
|
1829
2027
|
"isSealed": false,
|
|
2028
|
+
"visibility": "Public",
|
|
1830
2029
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
|
|
1831
2030
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
|
|
1832
2031
|
"isExtensionMethod": false
|
|
@@ -1846,6 +2045,7 @@
|
|
|
1846
2045
|
"isVirtual": true,
|
|
1847
2046
|
"isOverride": true,
|
|
1848
2047
|
"isSealed": false,
|
|
2048
|
+
"visibility": "Public",
|
|
1849
2049
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
|
|
1850
2050
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
|
|
1851
2051
|
"isExtensionMethod": false
|
|
@@ -1865,6 +2065,7 @@
|
|
|
1865
2065
|
"isVirtual": true,
|
|
1866
2066
|
"isOverride": false,
|
|
1867
2067
|
"isSealed": false,
|
|
2068
|
+
"visibility": "Public",
|
|
1868
2069
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
|
|
1869
2070
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
|
|
1870
2071
|
"isExtensionMethod": false
|
|
@@ -1884,6 +2085,7 @@
|
|
|
1884
2085
|
"isVirtual": true,
|
|
1885
2086
|
"isOverride": true,
|
|
1886
2087
|
"isSealed": false,
|
|
2088
|
+
"visibility": "Public",
|
|
1887
2089
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
|
|
1888
2090
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
|
|
1889
2091
|
"isExtensionMethod": false
|
|
@@ -1903,6 +2105,7 @@
|
|
|
1903
2105
|
"isVirtual": true,
|
|
1904
2106
|
"isOverride": true,
|
|
1905
2107
|
"isSealed": false,
|
|
2108
|
+
"visibility": "Public",
|
|
1906
2109
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
|
|
1907
2110
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
|
|
1908
2111
|
"isExtensionMethod": false
|
|
@@ -1922,6 +2125,7 @@
|
|
|
1922
2125
|
"isVirtual": true,
|
|
1923
2126
|
"isOverride": false,
|
|
1924
2127
|
"isSealed": false,
|
|
2128
|
+
"visibility": "Public",
|
|
1925
2129
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
|
|
1926
2130
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
|
|
1927
2131
|
"isExtensionMethod": false
|
|
@@ -1941,6 +2145,7 @@
|
|
|
1941
2145
|
"isVirtual": true,
|
|
1942
2146
|
"isOverride": false,
|
|
1943
2147
|
"isSealed": false,
|
|
2148
|
+
"visibility": "Public",
|
|
1944
2149
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
|
|
1945
2150
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
|
|
1946
2151
|
"isExtensionMethod": false
|
|
@@ -1962,6 +2167,7 @@
|
|
|
1962
2167
|
"isAbstract": false,
|
|
1963
2168
|
"isVirtual": false,
|
|
1964
2169
|
"isOverride": false,
|
|
2170
|
+
"visibility": "Public",
|
|
1965
2171
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
|
|
1966
2172
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
1967
2173
|
},
|
|
@@ -1980,6 +2186,7 @@
|
|
|
1980
2186
|
"isAbstract": false,
|
|
1981
2187
|
"isVirtual": false,
|
|
1982
2188
|
"isOverride": false,
|
|
2189
|
+
"visibility": "Public",
|
|
1983
2190
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
|
|
1984
2191
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
1985
2192
|
},
|
|
@@ -1998,6 +2205,7 @@
|
|
|
1998
2205
|
"isAbstract": false,
|
|
1999
2206
|
"isVirtual": false,
|
|
2000
2207
|
"isOverride": false,
|
|
2208
|
+
"visibility": "Public",
|
|
2001
2209
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
|
|
2002
2210
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
2003
2211
|
},
|
|
@@ -2016,6 +2224,7 @@
|
|
|
2016
2224
|
"isAbstract": false,
|
|
2017
2225
|
"isVirtual": false,
|
|
2018
2226
|
"isOverride": false,
|
|
2227
|
+
"visibility": "Public",
|
|
2019
2228
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
|
|
2020
2229
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
2021
2230
|
},
|
|
@@ -2034,6 +2243,7 @@
|
|
|
2034
2243
|
"isAbstract": false,
|
|
2035
2244
|
"isVirtual": true,
|
|
2036
2245
|
"isOverride": false,
|
|
2246
|
+
"visibility": "Public",
|
|
2037
2247
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
|
|
2038
2248
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
2039
2249
|
}
|
|
@@ -2047,6 +2257,7 @@
|
|
|
2047
2257
|
"isStatic": true,
|
|
2048
2258
|
"isReadOnly": false,
|
|
2049
2259
|
"isLiteral": false,
|
|
2260
|
+
"visibility": "Public",
|
|
2050
2261
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
|
|
2051
2262
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
2052
2263
|
},
|
|
@@ -2058,6 +2269,7 @@
|
|
|
2058
2269
|
"isStatic": true,
|
|
2059
2270
|
"isReadOnly": false,
|
|
2060
2271
|
"isLiteral": false,
|
|
2272
|
+
"visibility": "Public",
|
|
2061
2273
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
|
|
2062
2274
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
2063
2275
|
},
|
|
@@ -2069,6 +2281,7 @@
|
|
|
2069
2281
|
"isStatic": true,
|
|
2070
2282
|
"isReadOnly": false,
|
|
2071
2283
|
"isLiteral": true,
|
|
2284
|
+
"visibility": "Public",
|
|
2072
2285
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
|
|
2073
2286
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
2074
2287
|
}
|
|
@@ -2082,6 +2295,7 @@
|
|
|
2082
2295
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2083
2296
|
"isStatic": false,
|
|
2084
2297
|
"parameterCount": 0,
|
|
2298
|
+
"visibility": "Public",
|
|
2085
2299
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
|
|
2086
2300
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
2087
2301
|
}
|
|
@@ -2098,6 +2312,10 @@
|
|
|
2098
2312
|
"isSealed": false,
|
|
2099
2313
|
"isStatic": false,
|
|
2100
2314
|
"arity": 0,
|
|
2315
|
+
"baseType": {
|
|
2316
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
2317
|
+
"clrName": "System.Object"
|
|
2318
|
+
},
|
|
2101
2319
|
"methods": [
|
|
2102
2320
|
{
|
|
2103
2321
|
"stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtTokenUtilities::CreateEncodedSignature(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials):System.String",
|
|
@@ -2114,6 +2332,7 @@
|
|
|
2114
2332
|
"isVirtual": false,
|
|
2115
2333
|
"isOverride": false,
|
|
2116
2334
|
"isSealed": false,
|
|
2335
|
+
"visibility": "Public",
|
|
2117
2336
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtTokenUtilities",
|
|
2118
2337
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
|
|
2119
2338
|
"isExtensionMethod": false
|
|
@@ -2133,6 +2352,7 @@
|
|
|
2133
2352
|
"isVirtual": false,
|
|
2134
2353
|
"isOverride": false,
|
|
2135
2354
|
"isSealed": false,
|
|
2355
|
+
"visibility": "Public",
|
|
2136
2356
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtTokenUtilities",
|
|
2137
2357
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
|
|
2138
2358
|
"isExtensionMethod": false
|
|
@@ -2152,6 +2372,7 @@
|
|
|
2152
2372
|
"isVirtual": false,
|
|
2153
2373
|
"isOverride": false,
|
|
2154
2374
|
"isSealed": false,
|
|
2375
|
+
"visibility": "Public",
|
|
2155
2376
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtTokenUtilities",
|
|
2156
2377
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
|
|
2157
2378
|
"isExtensionMethod": false
|
|
@@ -2171,6 +2392,7 @@
|
|
|
2171
2392
|
"isVirtual": false,
|
|
2172
2393
|
"isOverride": false,
|
|
2173
2394
|
"isSealed": false,
|
|
2395
|
+
"visibility": "Public",
|
|
2174
2396
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtTokenUtilities",
|
|
2175
2397
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
|
|
2176
2398
|
"isExtensionMethod": false
|
|
@@ -2186,6 +2408,7 @@
|
|
|
2186
2408
|
"isStatic": true,
|
|
2187
2409
|
"isReadOnly": false,
|
|
2188
2410
|
"isLiteral": false,
|
|
2411
|
+
"visibility": "Public",
|
|
2189
2412
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtTokenUtilities",
|
|
2190
2413
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
2191
2414
|
},
|
|
@@ -2197,6 +2420,7 @@
|
|
|
2197
2420
|
"isStatic": true,
|
|
2198
2421
|
"isReadOnly": false,
|
|
2199
2422
|
"isLiteral": false,
|
|
2423
|
+
"visibility": "Public",
|
|
2200
2424
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtTokenUtilities",
|
|
2201
2425
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
2202
2426
|
}
|
|
@@ -2210,6 +2434,7 @@
|
|
|
2210
2434
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2211
2435
|
"isStatic": false,
|
|
2212
2436
|
"parameterCount": 0,
|
|
2437
|
+
"visibility": "Public",
|
|
2213
2438
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtTokenUtilities",
|
|
2214
2439
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
2215
2440
|
}
|
|
@@ -2226,6 +2451,10 @@
|
|
|
2226
2451
|
"isSealed": true,
|
|
2227
2452
|
"isStatic": true,
|
|
2228
2453
|
"arity": 0,
|
|
2454
|
+
"baseType": {
|
|
2455
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
2456
|
+
"clrName": "System.Object"
|
|
2457
|
+
},
|
|
2229
2458
|
"methods": [],
|
|
2230
2459
|
"properties": [],
|
|
2231
2460
|
"fields": [
|
|
@@ -2237,6 +2466,7 @@
|
|
|
2237
2466
|
"isStatic": true,
|
|
2238
2467
|
"isReadOnly": false,
|
|
2239
2468
|
"isLiteral": true,
|
|
2469
|
+
"visibility": "Public",
|
|
2240
2470
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonClaimValueTypes",
|
|
2241
2471
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
2242
2472
|
},
|
|
@@ -2248,6 +2478,7 @@
|
|
|
2248
2478
|
"isStatic": true,
|
|
2249
2479
|
"isReadOnly": false,
|
|
2250
2480
|
"isLiteral": true,
|
|
2481
|
+
"visibility": "Public",
|
|
2251
2482
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonClaimValueTypes",
|
|
2252
2483
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
2253
2484
|
},
|
|
@@ -2259,6 +2490,7 @@
|
|
|
2259
2490
|
"isStatic": true,
|
|
2260
2491
|
"isReadOnly": false,
|
|
2261
2492
|
"isLiteral": true,
|
|
2493
|
+
"visibility": "Public",
|
|
2262
2494
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonClaimValueTypes",
|
|
2263
2495
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
2264
2496
|
}
|
|
@@ -2277,6 +2509,10 @@
|
|
|
2277
2509
|
"isSealed": true,
|
|
2278
2510
|
"isStatic": true,
|
|
2279
2511
|
"arity": 0,
|
|
2512
|
+
"baseType": {
|
|
2513
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
2514
|
+
"clrName": "System.Object"
|
|
2515
|
+
},
|
|
2280
2516
|
"methods": [],
|
|
2281
2517
|
"properties": [],
|
|
2282
2518
|
"fields": [
|
|
@@ -2288,6 +2524,7 @@
|
|
|
2288
2524
|
"isStatic": true,
|
|
2289
2525
|
"isReadOnly": false,
|
|
2290
2526
|
"isLiteral": true,
|
|
2527
|
+
"visibility": "Public",
|
|
2291
2528
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtConstants",
|
|
2292
2529
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
2293
2530
|
},
|
|
@@ -2299,6 +2536,7 @@
|
|
|
2299
2536
|
"isStatic": true,
|
|
2300
2537
|
"isReadOnly": false,
|
|
2301
2538
|
"isLiteral": true,
|
|
2539
|
+
"visibility": "Public",
|
|
2302
2540
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtConstants",
|
|
2303
2541
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
2304
2542
|
},
|
|
@@ -2310,6 +2548,7 @@
|
|
|
2310
2548
|
"isStatic": true,
|
|
2311
2549
|
"isReadOnly": false,
|
|
2312
2550
|
"isLiteral": true,
|
|
2551
|
+
"visibility": "Public",
|
|
2313
2552
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtConstants",
|
|
2314
2553
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
2315
2554
|
},
|
|
@@ -2321,6 +2560,7 @@
|
|
|
2321
2560
|
"isStatic": true,
|
|
2322
2561
|
"isReadOnly": false,
|
|
2323
2562
|
"isLiteral": true,
|
|
2563
|
+
"visibility": "Public",
|
|
2324
2564
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtConstants",
|
|
2325
2565
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
2326
2566
|
},
|
|
@@ -2332,6 +2572,7 @@
|
|
|
2332
2572
|
"isStatic": true,
|
|
2333
2573
|
"isReadOnly": false,
|
|
2334
2574
|
"isLiteral": true,
|
|
2575
|
+
"visibility": "Public",
|
|
2335
2576
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtConstants",
|
|
2336
2577
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
2337
2578
|
},
|
|
@@ -2343,6 +2584,7 @@
|
|
|
2343
2584
|
"isStatic": true,
|
|
2344
2585
|
"isReadOnly": false,
|
|
2345
2586
|
"isLiteral": true,
|
|
2587
|
+
"visibility": "Public",
|
|
2346
2588
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtConstants",
|
|
2347
2589
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
2348
2590
|
},
|
|
@@ -2354,6 +2596,7 @@
|
|
|
2354
2596
|
"isStatic": true,
|
|
2355
2597
|
"isReadOnly": false,
|
|
2356
2598
|
"isLiteral": true,
|
|
2599
|
+
"visibility": "Public",
|
|
2357
2600
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtConstants",
|
|
2358
2601
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
2359
2602
|
},
|
|
@@ -2365,6 +2608,7 @@
|
|
|
2365
2608
|
"isStatic": true,
|
|
2366
2609
|
"isReadOnly": false,
|
|
2367
2610
|
"isLiteral": true,
|
|
2611
|
+
"visibility": "Public",
|
|
2368
2612
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtConstants",
|
|
2369
2613
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
2370
2614
|
},
|
|
@@ -2376,6 +2620,7 @@
|
|
|
2376
2620
|
"isStatic": true,
|
|
2377
2621
|
"isReadOnly": false,
|
|
2378
2622
|
"isLiteral": true,
|
|
2623
|
+
"visibility": "Public",
|
|
2379
2624
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtConstants",
|
|
2380
2625
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
2381
2626
|
},
|
|
@@ -2387,6 +2632,7 @@
|
|
|
2387
2632
|
"isStatic": true,
|
|
2388
2633
|
"isReadOnly": false,
|
|
2389
2634
|
"isLiteral": true,
|
|
2635
|
+
"visibility": "Public",
|
|
2390
2636
|
"declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtConstants",
|
|
2391
2637
|
"declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
|
|
2392
2638
|
}
|