@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": "System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
|
|
30
35
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
31
36
|
},
|
|
@@ -37,6 +42,7 @@
|
|
|
37
42
|
"isStatic": true,
|
|
38
43
|
"isReadOnly": false,
|
|
39
44
|
"isLiteral": true,
|
|
45
|
+
"visibility": "Public",
|
|
40
46
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
|
|
41
47
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
42
48
|
},
|
|
@@ -48,6 +54,7 @@
|
|
|
48
54
|
"isStatic": true,
|
|
49
55
|
"isReadOnly": false,
|
|
50
56
|
"isLiteral": true,
|
|
57
|
+
"visibility": "Public",
|
|
51
58
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
|
|
52
59
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
53
60
|
},
|
|
@@ -59,6 +66,7 @@
|
|
|
59
66
|
"isStatic": true,
|
|
60
67
|
"isReadOnly": false,
|
|
61
68
|
"isLiteral": true,
|
|
69
|
+
"visibility": "Public",
|
|
62
70
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
|
|
63
71
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
64
72
|
},
|
|
@@ -70,6 +78,7 @@
|
|
|
70
78
|
"isStatic": true,
|
|
71
79
|
"isReadOnly": false,
|
|
72
80
|
"isLiteral": true,
|
|
81
|
+
"visibility": "Public",
|
|
73
82
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
|
|
74
83
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
75
84
|
},
|
|
@@ -81,6 +90,7 @@
|
|
|
81
90
|
"isStatic": true,
|
|
82
91
|
"isReadOnly": false,
|
|
83
92
|
"isLiteral": true,
|
|
93
|
+
"visibility": "Public",
|
|
84
94
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
|
|
85
95
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
86
96
|
},
|
|
@@ -92,6 +102,7 @@
|
|
|
92
102
|
"isStatic": true,
|
|
93
103
|
"isReadOnly": false,
|
|
94
104
|
"isLiteral": true,
|
|
105
|
+
"visibility": "Public",
|
|
95
106
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
|
|
96
107
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
97
108
|
},
|
|
@@ -103,6 +114,7 @@
|
|
|
103
114
|
"isStatic": true,
|
|
104
115
|
"isReadOnly": false,
|
|
105
116
|
"isLiteral": true,
|
|
117
|
+
"visibility": "Public",
|
|
106
118
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
|
|
107
119
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
108
120
|
},
|
|
@@ -114,6 +126,7 @@
|
|
|
114
126
|
"isStatic": true,
|
|
115
127
|
"isReadOnly": false,
|
|
116
128
|
"isLiteral": true,
|
|
129
|
+
"visibility": "Public",
|
|
117
130
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
|
|
118
131
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
119
132
|
},
|
|
@@ -125,6 +138,7 @@
|
|
|
125
138
|
"isStatic": true,
|
|
126
139
|
"isReadOnly": false,
|
|
127
140
|
"isLiteral": true,
|
|
141
|
+
"visibility": "Public",
|
|
128
142
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
|
|
129
143
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
130
144
|
},
|
|
@@ -136,6 +150,7 @@
|
|
|
136
150
|
"isStatic": true,
|
|
137
151
|
"isReadOnly": false,
|
|
138
152
|
"isLiteral": true,
|
|
153
|
+
"visibility": "Public",
|
|
139
154
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
|
|
140
155
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
141
156
|
},
|
|
@@ -147,6 +162,7 @@
|
|
|
147
162
|
"isStatic": true,
|
|
148
163
|
"isReadOnly": false,
|
|
149
164
|
"isLiteral": true,
|
|
165
|
+
"visibility": "Public",
|
|
150
166
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
|
|
151
167
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
152
168
|
},
|
|
@@ -158,6 +174,7 @@
|
|
|
158
174
|
"isStatic": true,
|
|
159
175
|
"isReadOnly": false,
|
|
160
176
|
"isLiteral": true,
|
|
177
|
+
"visibility": "Public",
|
|
161
178
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
|
|
162
179
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
163
180
|
},
|
|
@@ -169,6 +186,7 @@
|
|
|
169
186
|
"isStatic": true,
|
|
170
187
|
"isReadOnly": false,
|
|
171
188
|
"isLiteral": true,
|
|
189
|
+
"visibility": "Public",
|
|
172
190
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
|
|
173
191
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
174
192
|
},
|
|
@@ -180,6 +198,7 @@
|
|
|
180
198
|
"isStatic": true,
|
|
181
199
|
"isReadOnly": false,
|
|
182
200
|
"isLiteral": true,
|
|
201
|
+
"visibility": "Public",
|
|
183
202
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
|
|
184
203
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
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": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
|
|
213
237
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
214
238
|
},
|
|
@@ -220,6 +244,7 @@
|
|
|
220
244
|
"isStatic": true,
|
|
221
245
|
"isReadOnly": false,
|
|
222
246
|
"isLiteral": true,
|
|
247
|
+
"visibility": "Public",
|
|
223
248
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
|
|
224
249
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
225
250
|
},
|
|
@@ -231,6 +256,7 @@
|
|
|
231
256
|
"isStatic": true,
|
|
232
257
|
"isReadOnly": false,
|
|
233
258
|
"isLiteral": true,
|
|
259
|
+
"visibility": "Public",
|
|
234
260
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
|
|
235
261
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
236
262
|
},
|
|
@@ -242,6 +268,7 @@
|
|
|
242
268
|
"isStatic": true,
|
|
243
269
|
"isReadOnly": false,
|
|
244
270
|
"isLiteral": true,
|
|
271
|
+
"visibility": "Public",
|
|
245
272
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
|
|
246
273
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
247
274
|
},
|
|
@@ -253,6 +280,7 @@
|
|
|
253
280
|
"isStatic": true,
|
|
254
281
|
"isReadOnly": false,
|
|
255
282
|
"isLiteral": true,
|
|
283
|
+
"visibility": "Public",
|
|
256
284
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
|
|
257
285
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
258
286
|
},
|
|
@@ -264,6 +292,7 @@
|
|
|
264
292
|
"isStatic": true,
|
|
265
293
|
"isReadOnly": false,
|
|
266
294
|
"isLiteral": true,
|
|
295
|
+
"visibility": "Public",
|
|
267
296
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
|
|
268
297
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
269
298
|
},
|
|
@@ -275,6 +304,7 @@
|
|
|
275
304
|
"isStatic": true,
|
|
276
305
|
"isReadOnly": false,
|
|
277
306
|
"isLiteral": true,
|
|
307
|
+
"visibility": "Public",
|
|
278
308
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
|
|
279
309
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
280
310
|
},
|
|
@@ -286,6 +316,7 @@
|
|
|
286
316
|
"isStatic": true,
|
|
287
317
|
"isReadOnly": false,
|
|
288
318
|
"isLiteral": true,
|
|
319
|
+
"visibility": "Public",
|
|
289
320
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
|
|
290
321
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
291
322
|
},
|
|
@@ -297,6 +328,7 @@
|
|
|
297
328
|
"isStatic": true,
|
|
298
329
|
"isReadOnly": false,
|
|
299
330
|
"isLiteral": true,
|
|
331
|
+
"visibility": "Public",
|
|
300
332
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
|
|
301
333
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
302
334
|
},
|
|
@@ -308,6 +340,7 @@
|
|
|
308
340
|
"isStatic": true,
|
|
309
341
|
"isReadOnly": false,
|
|
310
342
|
"isLiteral": true,
|
|
343
|
+
"visibility": "Public",
|
|
311
344
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
|
|
312
345
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
313
346
|
},
|
|
@@ -319,6 +352,7 @@
|
|
|
319
352
|
"isStatic": true,
|
|
320
353
|
"isReadOnly": false,
|
|
321
354
|
"isLiteral": true,
|
|
355
|
+
"visibility": "Public",
|
|
322
356
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
|
|
323
357
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
324
358
|
},
|
|
@@ -330,6 +364,7 @@
|
|
|
330
364
|
"isStatic": true,
|
|
331
365
|
"isReadOnly": false,
|
|
332
366
|
"isLiteral": true,
|
|
367
|
+
"visibility": "Public",
|
|
333
368
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
|
|
334
369
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
335
370
|
},
|
|
@@ -341,6 +376,7 @@
|
|
|
341
376
|
"isStatic": true,
|
|
342
377
|
"isReadOnly": false,
|
|
343
378
|
"isLiteral": true,
|
|
379
|
+
"visibility": "Public",
|
|
344
380
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
|
|
345
381
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
346
382
|
},
|
|
@@ -352,6 +388,7 @@
|
|
|
352
388
|
"isStatic": true,
|
|
353
389
|
"isReadOnly": false,
|
|
354
390
|
"isLiteral": true,
|
|
391
|
+
"visibility": "Public",
|
|
355
392
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
|
|
356
393
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
357
394
|
},
|
|
@@ -363,6 +400,7 @@
|
|
|
363
400
|
"isStatic": true,
|
|
364
401
|
"isReadOnly": false,
|
|
365
402
|
"isLiteral": true,
|
|
403
|
+
"visibility": "Public",
|
|
366
404
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
|
|
367
405
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
368
406
|
},
|
|
@@ -374,6 +412,7 @@
|
|
|
374
412
|
"isStatic": true,
|
|
375
413
|
"isReadOnly": false,
|
|
376
414
|
"isLiteral": true,
|
|
415
|
+
"visibility": "Public",
|
|
377
416
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
|
|
378
417
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
379
418
|
},
|
|
@@ -385,6 +424,7 @@
|
|
|
385
424
|
"isStatic": true,
|
|
386
425
|
"isReadOnly": false,
|
|
387
426
|
"isLiteral": true,
|
|
427
|
+
"visibility": "Public",
|
|
388
428
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
|
|
389
429
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
390
430
|
},
|
|
@@ -396,6 +436,7 @@
|
|
|
396
436
|
"isStatic": true,
|
|
397
437
|
"isReadOnly": false,
|
|
398
438
|
"isLiteral": true,
|
|
439
|
+
"visibility": "Public",
|
|
399
440
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
|
|
400
441
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
401
442
|
},
|
|
@@ -407,6 +448,7 @@
|
|
|
407
448
|
"isStatic": true,
|
|
408
449
|
"isReadOnly": false,
|
|
409
450
|
"isLiteral": true,
|
|
451
|
+
"visibility": "Public",
|
|
410
452
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
|
|
411
453
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
412
454
|
},
|
|
@@ -418,6 +460,7 @@
|
|
|
418
460
|
"isStatic": true,
|
|
419
461
|
"isReadOnly": false,
|
|
420
462
|
"isLiteral": true,
|
|
463
|
+
"visibility": "Public",
|
|
421
464
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
|
|
422
465
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
423
466
|
},
|
|
@@ -429,6 +472,7 @@
|
|
|
429
472
|
"isStatic": true,
|
|
430
473
|
"isReadOnly": false,
|
|
431
474
|
"isLiteral": true,
|
|
475
|
+
"visibility": "Public",
|
|
432
476
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
|
|
433
477
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
434
478
|
},
|
|
@@ -440,6 +484,7 @@
|
|
|
440
484
|
"isStatic": true,
|
|
441
485
|
"isReadOnly": false,
|
|
442
486
|
"isLiteral": true,
|
|
487
|
+
"visibility": "Public",
|
|
443
488
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
|
|
444
489
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
445
490
|
},
|
|
@@ -451,6 +496,7 @@
|
|
|
451
496
|
"isStatic": true,
|
|
452
497
|
"isReadOnly": false,
|
|
453
498
|
"isLiteral": true,
|
|
499
|
+
"visibility": "Public",
|
|
454
500
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
|
|
455
501
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
456
502
|
},
|
|
@@ -462,6 +508,7 @@
|
|
|
462
508
|
"isStatic": true,
|
|
463
509
|
"isReadOnly": false,
|
|
464
510
|
"isLiteral": true,
|
|
511
|
+
"visibility": "Public",
|
|
465
512
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
|
|
466
513
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
467
514
|
},
|
|
@@ -473,6 +520,7 @@
|
|
|
473
520
|
"isStatic": true,
|
|
474
521
|
"isReadOnly": false,
|
|
475
522
|
"isLiteral": true,
|
|
523
|
+
"visibility": "Public",
|
|
476
524
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
|
|
477
525
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
478
526
|
},
|
|
@@ -484,6 +532,7 @@
|
|
|
484
532
|
"isStatic": true,
|
|
485
533
|
"isReadOnly": false,
|
|
486
534
|
"isLiteral": true,
|
|
535
|
+
"visibility": "Public",
|
|
487
536
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
|
|
488
537
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
489
538
|
},
|
|
@@ -495,6 +544,7 @@
|
|
|
495
544
|
"isStatic": true,
|
|
496
545
|
"isReadOnly": false,
|
|
497
546
|
"isLiteral": true,
|
|
547
|
+
"visibility": "Public",
|
|
498
548
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
|
|
499
549
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
500
550
|
},
|
|
@@ -506,6 +556,7 @@
|
|
|
506
556
|
"isStatic": true,
|
|
507
557
|
"isReadOnly": false,
|
|
508
558
|
"isLiteral": true,
|
|
559
|
+
"visibility": "Public",
|
|
509
560
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
|
|
510
561
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
511
562
|
},
|
|
@@ -517,6 +568,7 @@
|
|
|
517
568
|
"isStatic": true,
|
|
518
569
|
"isReadOnly": false,
|
|
519
570
|
"isLiteral": true,
|
|
571
|
+
"visibility": "Public",
|
|
520
572
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
|
|
521
573
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
522
574
|
},
|
|
@@ -528,6 +580,7 @@
|
|
|
528
580
|
"isStatic": true,
|
|
529
581
|
"isReadOnly": false,
|
|
530
582
|
"isLiteral": true,
|
|
583
|
+
"visibility": "Public",
|
|
531
584
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
|
|
532
585
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
533
586
|
},
|
|
@@ -539,6 +592,7 @@
|
|
|
539
592
|
"isStatic": true,
|
|
540
593
|
"isReadOnly": false,
|
|
541
594
|
"isLiteral": true,
|
|
595
|
+
"visibility": "Public",
|
|
542
596
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
|
|
543
597
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
544
598
|
},
|
|
@@ -550,6 +604,7 @@
|
|
|
550
604
|
"isStatic": true,
|
|
551
605
|
"isReadOnly": false,
|
|
552
606
|
"isLiteral": true,
|
|
607
|
+
"visibility": "Public",
|
|
553
608
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
|
|
554
609
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
555
610
|
},
|
|
@@ -561,6 +616,7 @@
|
|
|
561
616
|
"isStatic": true,
|
|
562
617
|
"isReadOnly": false,
|
|
563
618
|
"isLiteral": true,
|
|
619
|
+
"visibility": "Public",
|
|
564
620
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
|
|
565
621
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
566
622
|
},
|
|
@@ -572,6 +628,7 @@
|
|
|
572
628
|
"isStatic": true,
|
|
573
629
|
"isReadOnly": false,
|
|
574
630
|
"isLiteral": true,
|
|
631
|
+
"visibility": "Public",
|
|
575
632
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
|
|
576
633
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
577
634
|
},
|
|
@@ -583,6 +640,7 @@
|
|
|
583
640
|
"isStatic": true,
|
|
584
641
|
"isReadOnly": false,
|
|
585
642
|
"isLiteral": true,
|
|
643
|
+
"visibility": "Public",
|
|
586
644
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
|
|
587
645
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
588
646
|
},
|
|
@@ -594,6 +652,7 @@
|
|
|
594
652
|
"isStatic": true,
|
|
595
653
|
"isReadOnly": false,
|
|
596
654
|
"isLiteral": true,
|
|
655
|
+
"visibility": "Public",
|
|
597
656
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
|
|
598
657
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
599
658
|
},
|
|
@@ -605,6 +664,7 @@
|
|
|
605
664
|
"isStatic": true,
|
|
606
665
|
"isReadOnly": false,
|
|
607
666
|
"isLiteral": true,
|
|
667
|
+
"visibility": "Public",
|
|
608
668
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
|
|
609
669
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
610
670
|
},
|
|
@@ -616,6 +676,7 @@
|
|
|
616
676
|
"isStatic": true,
|
|
617
677
|
"isReadOnly": false,
|
|
618
678
|
"isLiteral": true,
|
|
679
|
+
"visibility": "Public",
|
|
619
680
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
|
|
620
681
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
621
682
|
},
|
|
@@ -627,6 +688,7 @@
|
|
|
627
688
|
"isStatic": true,
|
|
628
689
|
"isReadOnly": false,
|
|
629
690
|
"isLiteral": true,
|
|
691
|
+
"visibility": "Public",
|
|
630
692
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
|
|
631
693
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
632
694
|
}
|
|
@@ -645,6 +707,73 @@
|
|
|
645
707
|
"isSealed": false,
|
|
646
708
|
"isStatic": false,
|
|
647
709
|
"arity": 0,
|
|
710
|
+
"baseType": {
|
|
711
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.Dictionary\u00602",
|
|
712
|
+
"clrName": "System.Collections.Generic.Dictionary\u00602",
|
|
713
|
+
"typeArguments": [
|
|
714
|
+
"String",
|
|
715
|
+
"Object"
|
|
716
|
+
]
|
|
717
|
+
},
|
|
718
|
+
"interfaces": [
|
|
719
|
+
{
|
|
720
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602",
|
|
721
|
+
"clrName": "System.Collections.Generic.IDictionary\u00602",
|
|
722
|
+
"typeArguments": [
|
|
723
|
+
"String",
|
|
724
|
+
"Object"
|
|
725
|
+
]
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601",
|
|
729
|
+
"clrName": "System.Collections.Generic.ICollection\u00601",
|
|
730
|
+
"typeArguments": [
|
|
731
|
+
"KeyValuePair_2[[String,Object]]"
|
|
732
|
+
]
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
|
|
736
|
+
"clrName": "System.Collections.Generic.IEnumerable\u00601",
|
|
737
|
+
"typeArguments": [
|
|
738
|
+
"KeyValuePair_2[[String,Object]]"
|
|
739
|
+
]
|
|
740
|
+
},
|
|
741
|
+
{
|
|
742
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
743
|
+
"clrName": "System.Collections.IEnumerable"
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
"stableId": "System.Private.CoreLib:System.Collections.IDictionary",
|
|
747
|
+
"clrName": "System.Collections.IDictionary"
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
"stableId": "System.Private.CoreLib:System.Collections.ICollection",
|
|
751
|
+
"clrName": "System.Collections.ICollection"
|
|
752
|
+
},
|
|
753
|
+
{
|
|
754
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602",
|
|
755
|
+
"clrName": "System.Collections.Generic.IReadOnlyDictionary\u00602",
|
|
756
|
+
"typeArguments": [
|
|
757
|
+
"String",
|
|
758
|
+
"Object"
|
|
759
|
+
]
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
763
|
+
"clrName": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
764
|
+
"typeArguments": [
|
|
765
|
+
"KeyValuePair_2[[String,Object]]"
|
|
766
|
+
]
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
770
|
+
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.IDeserializationCallback",
|
|
774
|
+
"clrName": "System.Runtime.Serialization.IDeserializationCallback"
|
|
775
|
+
}
|
|
776
|
+
],
|
|
648
777
|
"methods": [
|
|
649
778
|
{
|
|
650
779
|
"stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeader::Base64UrlDeserialize(System.String):System.IdentityModel.Tokens.Jwt.JwtHeader",
|
|
@@ -661,6 +790,7 @@
|
|
|
661
790
|
"isVirtual": false,
|
|
662
791
|
"isOverride": false,
|
|
663
792
|
"isSealed": false,
|
|
793
|
+
"visibility": "Public",
|
|
664
794
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
|
|
665
795
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
666
796
|
"isExtensionMethod": false
|
|
@@ -680,6 +810,7 @@
|
|
|
680
810
|
"isVirtual": true,
|
|
681
811
|
"isOverride": false,
|
|
682
812
|
"isSealed": false,
|
|
813
|
+
"visibility": "Public",
|
|
683
814
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
|
|
684
815
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
685
816
|
"isExtensionMethod": false
|
|
@@ -699,6 +830,7 @@
|
|
|
699
830
|
"isVirtual": true,
|
|
700
831
|
"isOverride": false,
|
|
701
832
|
"isSealed": false,
|
|
833
|
+
"visibility": "Public",
|
|
702
834
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
|
|
703
835
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
704
836
|
"isExtensionMethod": false
|
|
@@ -710,16 +842,17 @@
|
|
|
710
842
|
"clrName": "Alg",
|
|
711
843
|
"metadataToken": 385875969,
|
|
712
844
|
"canonicalSignature": ":System.String",
|
|
713
|
-
"normalizedSignature": "Alg|:System.String|static=false|accessor=
|
|
845
|
+
"normalizedSignature": "Alg|:System.String|static=false|accessor=getset",
|
|
714
846
|
"emitScope": "ClassSurface",
|
|
715
847
|
"provenance": "Original",
|
|
716
848
|
"isIndexer": false,
|
|
717
849
|
"hasGetter": true,
|
|
718
|
-
"hasSetter":
|
|
850
|
+
"hasSetter": true,
|
|
719
851
|
"isStatic": false,
|
|
720
852
|
"isAbstract": false,
|
|
721
853
|
"isVirtual": false,
|
|
722
854
|
"isOverride": false,
|
|
855
|
+
"visibility": "Public",
|
|
723
856
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
|
|
724
857
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
725
858
|
},
|
|
@@ -728,16 +861,17 @@
|
|
|
728
861
|
"clrName": "Cty",
|
|
729
862
|
"metadataToken": 385875970,
|
|
730
863
|
"canonicalSignature": ":System.String",
|
|
731
|
-
"normalizedSignature": "Cty|:System.String|static=false|accessor=
|
|
864
|
+
"normalizedSignature": "Cty|:System.String|static=false|accessor=getset",
|
|
732
865
|
"emitScope": "ClassSurface",
|
|
733
866
|
"provenance": "Original",
|
|
734
867
|
"isIndexer": false,
|
|
735
868
|
"hasGetter": true,
|
|
736
|
-
"hasSetter":
|
|
869
|
+
"hasSetter": true,
|
|
737
870
|
"isStatic": false,
|
|
738
871
|
"isAbstract": false,
|
|
739
872
|
"isVirtual": false,
|
|
740
873
|
"isOverride": false,
|
|
874
|
+
"visibility": "Public",
|
|
741
875
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
|
|
742
876
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
743
877
|
},
|
|
@@ -746,16 +880,17 @@
|
|
|
746
880
|
"clrName": "Enc",
|
|
747
881
|
"metadataToken": 385875971,
|
|
748
882
|
"canonicalSignature": ":System.String",
|
|
749
|
-
"normalizedSignature": "Enc|:System.String|static=false|accessor=
|
|
883
|
+
"normalizedSignature": "Enc|:System.String|static=false|accessor=getset",
|
|
750
884
|
"emitScope": "ClassSurface",
|
|
751
885
|
"provenance": "Original",
|
|
752
886
|
"isIndexer": false,
|
|
753
887
|
"hasGetter": true,
|
|
754
|
-
"hasSetter":
|
|
888
|
+
"hasSetter": true,
|
|
755
889
|
"isStatic": false,
|
|
756
890
|
"isAbstract": false,
|
|
757
891
|
"isVirtual": false,
|
|
758
892
|
"isOverride": false,
|
|
893
|
+
"visibility": "Public",
|
|
759
894
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
|
|
760
895
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
761
896
|
},
|
|
@@ -764,16 +899,17 @@
|
|
|
764
899
|
"clrName": "EncryptingCredentials",
|
|
765
900
|
"metadataToken": 385875972,
|
|
766
901
|
"canonicalSignature": ":Microsoft.IdentityModel.Tokens.EncryptingCredentials",
|
|
767
|
-
"normalizedSignature": "EncryptingCredentials|:Microsoft.IdentityModel.Tokens.EncryptingCredentials|static=false|accessor=
|
|
902
|
+
"normalizedSignature": "EncryptingCredentials|:Microsoft.IdentityModel.Tokens.EncryptingCredentials|static=false|accessor=getset",
|
|
768
903
|
"emitScope": "ClassSurface",
|
|
769
904
|
"provenance": "Original",
|
|
770
905
|
"isIndexer": false,
|
|
771
906
|
"hasGetter": true,
|
|
772
|
-
"hasSetter":
|
|
907
|
+
"hasSetter": true,
|
|
773
908
|
"isStatic": false,
|
|
774
909
|
"isAbstract": false,
|
|
775
910
|
"isVirtual": false,
|
|
776
911
|
"isOverride": false,
|
|
912
|
+
"visibility": "Public",
|
|
777
913
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
|
|
778
914
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
779
915
|
},
|
|
@@ -792,6 +928,7 @@
|
|
|
792
928
|
"isAbstract": false,
|
|
793
929
|
"isVirtual": false,
|
|
794
930
|
"isOverride": false,
|
|
931
|
+
"visibility": "Public",
|
|
795
932
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
|
|
796
933
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
797
934
|
},
|
|
@@ -800,16 +937,17 @@
|
|
|
800
937
|
"clrName": "Kid",
|
|
801
938
|
"metadataToken": 385875974,
|
|
802
939
|
"canonicalSignature": ":System.String",
|
|
803
|
-
"normalizedSignature": "Kid|:System.String|static=false|accessor=
|
|
940
|
+
"normalizedSignature": "Kid|:System.String|static=false|accessor=getset",
|
|
804
941
|
"emitScope": "ClassSurface",
|
|
805
942
|
"provenance": "Original",
|
|
806
943
|
"isIndexer": false,
|
|
807
944
|
"hasGetter": true,
|
|
808
|
-
"hasSetter":
|
|
945
|
+
"hasSetter": true,
|
|
809
946
|
"isStatic": false,
|
|
810
947
|
"isAbstract": false,
|
|
811
948
|
"isVirtual": false,
|
|
812
949
|
"isOverride": false,
|
|
950
|
+
"visibility": "Public",
|
|
813
951
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
|
|
814
952
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
815
953
|
},
|
|
@@ -818,16 +956,17 @@
|
|
|
818
956
|
"clrName": "SigningCredentials",
|
|
819
957
|
"metadataToken": 385875975,
|
|
820
958
|
"canonicalSignature": ":Microsoft.IdentityModel.Tokens.SigningCredentials",
|
|
821
|
-
"normalizedSignature": "SigningCredentials|:Microsoft.IdentityModel.Tokens.SigningCredentials|static=false|accessor=
|
|
959
|
+
"normalizedSignature": "SigningCredentials|:Microsoft.IdentityModel.Tokens.SigningCredentials|static=false|accessor=getset",
|
|
822
960
|
"emitScope": "ClassSurface",
|
|
823
961
|
"provenance": "Original",
|
|
824
962
|
"isIndexer": false,
|
|
825
963
|
"hasGetter": true,
|
|
826
|
-
"hasSetter":
|
|
964
|
+
"hasSetter": true,
|
|
827
965
|
"isStatic": false,
|
|
828
966
|
"isAbstract": false,
|
|
829
967
|
"isVirtual": false,
|
|
830
968
|
"isOverride": false,
|
|
969
|
+
"visibility": "Public",
|
|
831
970
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
|
|
832
971
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
833
972
|
},
|
|
@@ -836,16 +975,17 @@
|
|
|
836
975
|
"clrName": "Typ",
|
|
837
976
|
"metadataToken": 385875976,
|
|
838
977
|
"canonicalSignature": ":System.String",
|
|
839
|
-
"normalizedSignature": "Typ|:System.String|static=false|accessor=
|
|
978
|
+
"normalizedSignature": "Typ|:System.String|static=false|accessor=getset",
|
|
840
979
|
"emitScope": "ClassSurface",
|
|
841
980
|
"provenance": "Original",
|
|
842
981
|
"isIndexer": false,
|
|
843
982
|
"hasGetter": true,
|
|
844
|
-
"hasSetter":
|
|
983
|
+
"hasSetter": true,
|
|
845
984
|
"isStatic": false,
|
|
846
985
|
"isAbstract": false,
|
|
847
986
|
"isVirtual": false,
|
|
848
987
|
"isOverride": false,
|
|
988
|
+
"visibility": "Public",
|
|
849
989
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
|
|
850
990
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
851
991
|
},
|
|
@@ -864,6 +1004,7 @@
|
|
|
864
1004
|
"isAbstract": false,
|
|
865
1005
|
"isVirtual": false,
|
|
866
1006
|
"isOverride": false,
|
|
1007
|
+
"visibility": "Public",
|
|
867
1008
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
|
|
868
1009
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
869
1010
|
},
|
|
@@ -882,6 +1023,7 @@
|
|
|
882
1023
|
"isAbstract": false,
|
|
883
1024
|
"isVirtual": false,
|
|
884
1025
|
"isOverride": false,
|
|
1026
|
+
"visibility": "Public",
|
|
885
1027
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
|
|
886
1028
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
887
1029
|
},
|
|
@@ -900,6 +1042,7 @@
|
|
|
900
1042
|
"isAbstract": false,
|
|
901
1043
|
"isVirtual": false,
|
|
902
1044
|
"isOverride": false,
|
|
1045
|
+
"visibility": "Public",
|
|
903
1046
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
|
|
904
1047
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
905
1048
|
}
|
|
@@ -914,6 +1057,7 @@
|
|
|
914
1057
|
"normalizedSignature": "constructor|():void|static=false",
|
|
915
1058
|
"isStatic": false,
|
|
916
1059
|
"parameterCount": 0,
|
|
1060
|
+
"visibility": "Public",
|
|
917
1061
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
|
|
918
1062
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
919
1063
|
},
|
|
@@ -924,6 +1068,7 @@
|
|
|
924
1068
|
"normalizedSignature": "constructor|(Microsoft.IdentityModel.Tokens.SigningCredentials):void|static=false",
|
|
925
1069
|
"isStatic": false,
|
|
926
1070
|
"parameterCount": 1,
|
|
1071
|
+
"visibility": "Public",
|
|
927
1072
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
|
|
928
1073
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
929
1074
|
},
|
|
@@ -934,6 +1079,7 @@
|
|
|
934
1079
|
"normalizedSignature": "constructor|(Microsoft.IdentityModel.Tokens.EncryptingCredentials):void|static=false",
|
|
935
1080
|
"isStatic": false,
|
|
936
1081
|
"parameterCount": 1,
|
|
1082
|
+
"visibility": "Public",
|
|
937
1083
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
|
|
938
1084
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
939
1085
|
},
|
|
@@ -944,6 +1090,7 @@
|
|
|
944
1090
|
"normalizedSignature": "constructor|(Microsoft.IdentityModel.Tokens.SigningCredentials,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
945
1091
|
"isStatic": false,
|
|
946
1092
|
"parameterCount": 2,
|
|
1093
|
+
"visibility": "Public",
|
|
947
1094
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
|
|
948
1095
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
949
1096
|
},
|
|
@@ -954,6 +1101,7 @@
|
|
|
954
1101
|
"normalizedSignature": "constructor|(Microsoft.IdentityModel.Tokens.SigningCredentials,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String):void|static=false",
|
|
955
1102
|
"isStatic": false,
|
|
956
1103
|
"parameterCount": 3,
|
|
1104
|
+
"visibility": "Public",
|
|
957
1105
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
|
|
958
1106
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
959
1107
|
},
|
|
@@ -964,6 +1112,7 @@
|
|
|
964
1112
|
"normalizedSignature": "constructor|(Microsoft.IdentityModel.Tokens.SigningCredentials,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
965
1113
|
"isStatic": false,
|
|
966
1114
|
"parameterCount": 4,
|
|
1115
|
+
"visibility": "Public",
|
|
967
1116
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
|
|
968
1117
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
969
1118
|
},
|
|
@@ -974,6 +1123,7 @@
|
|
|
974
1123
|
"normalizedSignature": "constructor|(Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
975
1124
|
"isStatic": false,
|
|
976
1125
|
"parameterCount": 2,
|
|
1126
|
+
"visibility": "Public",
|
|
977
1127
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
|
|
978
1128
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
979
1129
|
},
|
|
@@ -984,6 +1134,7 @@
|
|
|
984
1134
|
"normalizedSignature": "constructor|(Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String):void|static=false",
|
|
985
1135
|
"isStatic": false,
|
|
986
1136
|
"parameterCount": 3,
|
|
1137
|
+
"visibility": "Public",
|
|
987
1138
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
|
|
988
1139
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
989
1140
|
},
|
|
@@ -994,6 +1145,7 @@
|
|
|
994
1145
|
"normalizedSignature": "constructor|(Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
995
1146
|
"isStatic": false,
|
|
996
1147
|
"parameterCount": 4,
|
|
1148
|
+
"visibility": "Public",
|
|
997
1149
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
|
|
998
1150
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
999
1151
|
}
|
|
@@ -1010,6 +1162,73 @@
|
|
|
1010
1162
|
"isSealed": false,
|
|
1011
1163
|
"isStatic": false,
|
|
1012
1164
|
"arity": 0,
|
|
1165
|
+
"baseType": {
|
|
1166
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.Dictionary\u00602",
|
|
1167
|
+
"clrName": "System.Collections.Generic.Dictionary\u00602",
|
|
1168
|
+
"typeArguments": [
|
|
1169
|
+
"String",
|
|
1170
|
+
"Object"
|
|
1171
|
+
]
|
|
1172
|
+
},
|
|
1173
|
+
"interfaces": [
|
|
1174
|
+
{
|
|
1175
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602",
|
|
1176
|
+
"clrName": "System.Collections.Generic.IDictionary\u00602",
|
|
1177
|
+
"typeArguments": [
|
|
1178
|
+
"String",
|
|
1179
|
+
"Object"
|
|
1180
|
+
]
|
|
1181
|
+
},
|
|
1182
|
+
{
|
|
1183
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601",
|
|
1184
|
+
"clrName": "System.Collections.Generic.ICollection\u00601",
|
|
1185
|
+
"typeArguments": [
|
|
1186
|
+
"KeyValuePair_2[[String,Object]]"
|
|
1187
|
+
]
|
|
1188
|
+
},
|
|
1189
|
+
{
|
|
1190
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
|
|
1191
|
+
"clrName": "System.Collections.Generic.IEnumerable\u00601",
|
|
1192
|
+
"typeArguments": [
|
|
1193
|
+
"KeyValuePair_2[[String,Object]]"
|
|
1194
|
+
]
|
|
1195
|
+
},
|
|
1196
|
+
{
|
|
1197
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
1198
|
+
"clrName": "System.Collections.IEnumerable"
|
|
1199
|
+
},
|
|
1200
|
+
{
|
|
1201
|
+
"stableId": "System.Private.CoreLib:System.Collections.IDictionary",
|
|
1202
|
+
"clrName": "System.Collections.IDictionary"
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
"stableId": "System.Private.CoreLib:System.Collections.ICollection",
|
|
1206
|
+
"clrName": "System.Collections.ICollection"
|
|
1207
|
+
},
|
|
1208
|
+
{
|
|
1209
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602",
|
|
1210
|
+
"clrName": "System.Collections.Generic.IReadOnlyDictionary\u00602",
|
|
1211
|
+
"typeArguments": [
|
|
1212
|
+
"String",
|
|
1213
|
+
"Object"
|
|
1214
|
+
]
|
|
1215
|
+
},
|
|
1216
|
+
{
|
|
1217
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
1218
|
+
"clrName": "System.Collections.Generic.IReadOnlyCollection\u00601",
|
|
1219
|
+
"typeArguments": [
|
|
1220
|
+
"KeyValuePair_2[[String,Object]]"
|
|
1221
|
+
]
|
|
1222
|
+
},
|
|
1223
|
+
{
|
|
1224
|
+
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
1225
|
+
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
1226
|
+
},
|
|
1227
|
+
{
|
|
1228
|
+
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.IDeserializationCallback",
|
|
1229
|
+
"clrName": "System.Runtime.Serialization.IDeserializationCallback"
|
|
1230
|
+
}
|
|
1231
|
+
],
|
|
1013
1232
|
"methods": [
|
|
1014
1233
|
{
|
|
1015
1234
|
"stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::AddClaim(System.Security.Claims.Claim):System.Void",
|
|
@@ -1026,6 +1245,7 @@
|
|
|
1026
1245
|
"isVirtual": false,
|
|
1027
1246
|
"isOverride": false,
|
|
1028
1247
|
"isSealed": false,
|
|
1248
|
+
"visibility": "Public",
|
|
1029
1249
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
|
|
1030
1250
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
1031
1251
|
"isExtensionMethod": false
|
|
@@ -1045,6 +1265,7 @@
|
|
|
1045
1265
|
"isVirtual": false,
|
|
1046
1266
|
"isOverride": false,
|
|
1047
1267
|
"isSealed": false,
|
|
1268
|
+
"visibility": "Public",
|
|
1048
1269
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
|
|
1049
1270
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
1050
1271
|
"isExtensionMethod": false
|
|
@@ -1064,6 +1285,7 @@
|
|
|
1064
1285
|
"isVirtual": true,
|
|
1065
1286
|
"isOverride": false,
|
|
1066
1287
|
"isSealed": false,
|
|
1288
|
+
"visibility": "Public",
|
|
1067
1289
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
|
|
1068
1290
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
1069
1291
|
"isExtensionMethod": false
|
|
@@ -1083,6 +1305,7 @@
|
|
|
1083
1305
|
"isVirtual": false,
|
|
1084
1306
|
"isOverride": false,
|
|
1085
1307
|
"isSealed": false,
|
|
1308
|
+
"visibility": "Public",
|
|
1086
1309
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
|
|
1087
1310
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
1088
1311
|
"isExtensionMethod": false
|
|
@@ -1102,6 +1325,7 @@
|
|
|
1102
1325
|
"isVirtual": true,
|
|
1103
1326
|
"isOverride": false,
|
|
1104
1327
|
"isSealed": false,
|
|
1328
|
+
"visibility": "Public",
|
|
1105
1329
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
|
|
1106
1330
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
1107
1331
|
"isExtensionMethod": false
|
|
@@ -1121,6 +1345,7 @@
|
|
|
1121
1345
|
"isVirtual": false,
|
|
1122
1346
|
"isOverride": false,
|
|
1123
1347
|
"isSealed": false,
|
|
1348
|
+
"visibility": "Public",
|
|
1124
1349
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
|
|
1125
1350
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
1126
1351
|
"isExtensionMethod": false
|
|
@@ -1142,6 +1367,7 @@
|
|
|
1142
1367
|
"isAbstract": false,
|
|
1143
1368
|
"isVirtual": false,
|
|
1144
1369
|
"isOverride": false,
|
|
1370
|
+
"visibility": "Public",
|
|
1145
1371
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
|
|
1146
1372
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
1147
1373
|
},
|
|
@@ -1160,6 +1386,7 @@
|
|
|
1160
1386
|
"isAbstract": false,
|
|
1161
1387
|
"isVirtual": false,
|
|
1162
1388
|
"isOverride": false,
|
|
1389
|
+
"visibility": "Public",
|
|
1163
1390
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
|
|
1164
1391
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
1165
1392
|
},
|
|
@@ -1178,6 +1405,7 @@
|
|
|
1178
1405
|
"isAbstract": false,
|
|
1179
1406
|
"isVirtual": false,
|
|
1180
1407
|
"isOverride": false,
|
|
1408
|
+
"visibility": "Public",
|
|
1181
1409
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
|
|
1182
1410
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
1183
1411
|
},
|
|
@@ -1196,6 +1424,7 @@
|
|
|
1196
1424
|
"isAbstract": false,
|
|
1197
1425
|
"isVirtual": false,
|
|
1198
1426
|
"isOverride": false,
|
|
1427
|
+
"visibility": "Public",
|
|
1199
1428
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
|
|
1200
1429
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
1201
1430
|
},
|
|
@@ -1214,6 +1443,7 @@
|
|
|
1214
1443
|
"isAbstract": false,
|
|
1215
1444
|
"isVirtual": false,
|
|
1216
1445
|
"isOverride": false,
|
|
1446
|
+
"visibility": "Public",
|
|
1217
1447
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
|
|
1218
1448
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
1219
1449
|
},
|
|
@@ -1232,6 +1462,7 @@
|
|
|
1232
1462
|
"isAbstract": false,
|
|
1233
1463
|
"isVirtual": false,
|
|
1234
1464
|
"isOverride": false,
|
|
1465
|
+
"visibility": "Public",
|
|
1235
1466
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
|
|
1236
1467
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
1237
1468
|
},
|
|
@@ -1250,6 +1481,7 @@
|
|
|
1250
1481
|
"isAbstract": false,
|
|
1251
1482
|
"isVirtual": false,
|
|
1252
1483
|
"isOverride": false,
|
|
1484
|
+
"visibility": "Public",
|
|
1253
1485
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
|
|
1254
1486
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
1255
1487
|
},
|
|
@@ -1268,6 +1500,7 @@
|
|
|
1268
1500
|
"isAbstract": false,
|
|
1269
1501
|
"isVirtual": false,
|
|
1270
1502
|
"isOverride": false,
|
|
1503
|
+
"visibility": "Public",
|
|
1271
1504
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
|
|
1272
1505
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
1273
1506
|
},
|
|
@@ -1286,6 +1519,7 @@
|
|
|
1286
1519
|
"isAbstract": false,
|
|
1287
1520
|
"isVirtual": false,
|
|
1288
1521
|
"isOverride": false,
|
|
1522
|
+
"visibility": "Public",
|
|
1289
1523
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
|
|
1290
1524
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
1291
1525
|
},
|
|
@@ -1304,6 +1538,7 @@
|
|
|
1304
1538
|
"isAbstract": false,
|
|
1305
1539
|
"isVirtual": false,
|
|
1306
1540
|
"isOverride": false,
|
|
1541
|
+
"visibility": "Public",
|
|
1307
1542
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
|
|
1308
1543
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
1309
1544
|
},
|
|
@@ -1322,6 +1557,7 @@
|
|
|
1322
1557
|
"isAbstract": false,
|
|
1323
1558
|
"isVirtual": false,
|
|
1324
1559
|
"isOverride": false,
|
|
1560
|
+
"visibility": "Public",
|
|
1325
1561
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
|
|
1326
1562
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
1327
1563
|
},
|
|
@@ -1340,6 +1576,7 @@
|
|
|
1340
1576
|
"isAbstract": false,
|
|
1341
1577
|
"isVirtual": false,
|
|
1342
1578
|
"isOverride": false,
|
|
1579
|
+
"visibility": "Public",
|
|
1343
1580
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
|
|
1344
1581
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
1345
1582
|
},
|
|
@@ -1358,6 +1595,7 @@
|
|
|
1358
1595
|
"isAbstract": false,
|
|
1359
1596
|
"isVirtual": false,
|
|
1360
1597
|
"isOverride": false,
|
|
1598
|
+
"visibility": "Public",
|
|
1361
1599
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
|
|
1362
1600
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
1363
1601
|
},
|
|
@@ -1376,6 +1614,7 @@
|
|
|
1376
1614
|
"isAbstract": false,
|
|
1377
1615
|
"isVirtual": false,
|
|
1378
1616
|
"isOverride": false,
|
|
1617
|
+
"visibility": "Public",
|
|
1379
1618
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
|
|
1380
1619
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
1381
1620
|
},
|
|
@@ -1394,6 +1633,7 @@
|
|
|
1394
1633
|
"isAbstract": false,
|
|
1395
1634
|
"isVirtual": false,
|
|
1396
1635
|
"isOverride": false,
|
|
1636
|
+
"visibility": "Public",
|
|
1397
1637
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
|
|
1398
1638
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
1399
1639
|
},
|
|
@@ -1412,6 +1652,7 @@
|
|
|
1412
1652
|
"isAbstract": false,
|
|
1413
1653
|
"isVirtual": false,
|
|
1414
1654
|
"isOverride": false,
|
|
1655
|
+
"visibility": "Public",
|
|
1415
1656
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
|
|
1416
1657
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
1417
1658
|
},
|
|
@@ -1430,6 +1671,7 @@
|
|
|
1430
1671
|
"isAbstract": false,
|
|
1431
1672
|
"isVirtual": false,
|
|
1432
1673
|
"isOverride": false,
|
|
1674
|
+
"visibility": "Public",
|
|
1433
1675
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
|
|
1434
1676
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
1435
1677
|
},
|
|
@@ -1448,6 +1690,7 @@
|
|
|
1448
1690
|
"isAbstract": false,
|
|
1449
1691
|
"isVirtual": false,
|
|
1450
1692
|
"isOverride": false,
|
|
1693
|
+
"visibility": "Public",
|
|
1451
1694
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
|
|
1452
1695
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
1453
1696
|
},
|
|
@@ -1466,6 +1709,7 @@
|
|
|
1466
1709
|
"isAbstract": false,
|
|
1467
1710
|
"isVirtual": false,
|
|
1468
1711
|
"isOverride": false,
|
|
1712
|
+
"visibility": "Public",
|
|
1469
1713
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
|
|
1470
1714
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
1471
1715
|
},
|
|
@@ -1484,6 +1728,7 @@
|
|
|
1484
1728
|
"isAbstract": false,
|
|
1485
1729
|
"isVirtual": true,
|
|
1486
1730
|
"isOverride": false,
|
|
1731
|
+
"visibility": "Public",
|
|
1487
1732
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
|
|
1488
1733
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
1489
1734
|
}
|
|
@@ -1498,6 +1743,7 @@
|
|
|
1498
1743
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1499
1744
|
"isStatic": false,
|
|
1500
1745
|
"parameterCount": 0,
|
|
1746
|
+
"visibility": "Public",
|
|
1501
1747
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
|
|
1502
1748
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
1503
1749
|
},
|
|
@@ -1508,6 +1754,7 @@
|
|
|
1508
1754
|
"normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[System.Security.Claims.Claim,System.Security.Claims,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void|static=false",
|
|
1509
1755
|
"isStatic": false,
|
|
1510
1756
|
"parameterCount": 1,
|
|
1757
|
+
"visibility": "Public",
|
|
1511
1758
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
|
|
1512
1759
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
1513
1760
|
},
|
|
@@ -1518,6 +1765,7 @@
|
|
|
1518
1765
|
"normalizedSignature": "constructor|(System.String,System.String,System.Collections.Generic.IEnumerable_1[[System.Security.Claims.Claim,System.Security.Claims,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]],System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
1519
1766
|
"isStatic": false,
|
|
1520
1767
|
"parameterCount": 5,
|
|
1768
|
+
"visibility": "Public",
|
|
1521
1769
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
|
|
1522
1770
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
1523
1771
|
},
|
|
@@ -1528,6 +1776,7 @@
|
|
|
1528
1776
|
"normalizedSignature": "constructor|(System.String,System.String,System.Collections.Generic.IEnumerable_1[[System.Security.Claims.Claim,System.Security.Claims,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]],System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
1529
1777
|
"isStatic": false,
|
|
1530
1778
|
"parameterCount": 6,
|
|
1779
|
+
"visibility": "Public",
|
|
1531
1780
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
|
|
1532
1781
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
1533
1782
|
},
|
|
@@ -1538,6 +1787,7 @@
|
|
|
1538
1787
|
"normalizedSignature": "constructor|(System.String,System.String,System.Collections.Generic.IEnumerable_1[[System.Security.Claims.Claim,System.Security.Claims,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
1539
1788
|
"isStatic": false,
|
|
1540
1789
|
"parameterCount": 7,
|
|
1790
|
+
"visibility": "Public",
|
|
1541
1791
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
|
|
1542
1792
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
1543
1793
|
}
|
|
@@ -1554,6 +1804,16 @@
|
|
|
1554
1804
|
"isSealed": false,
|
|
1555
1805
|
"isStatic": false,
|
|
1556
1806
|
"arity": 0,
|
|
1807
|
+
"baseType": {
|
|
1808
|
+
"stableId": "Microsoft.IdentityModel.Tokens:Microsoft.IdentityModel.Tokens.SecurityToken",
|
|
1809
|
+
"clrName": "Microsoft.IdentityModel.Tokens.SecurityToken"
|
|
1810
|
+
},
|
|
1811
|
+
"interfaces": [
|
|
1812
|
+
{
|
|
1813
|
+
"stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.ISafeLogSecurityArtifact",
|
|
1814
|
+
"clrName": "Microsoft.IdentityModel.Logging.ISafeLogSecurityArtifact"
|
|
1815
|
+
}
|
|
1816
|
+
],
|
|
1557
1817
|
"methods": [
|
|
1558
1818
|
{
|
|
1559
1819
|
"stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::ToString():System.String",
|
|
@@ -1570,6 +1830,7 @@
|
|
|
1570
1830
|
"isVirtual": true,
|
|
1571
1831
|
"isOverride": true,
|
|
1572
1832
|
"isSealed": false,
|
|
1833
|
+
"visibility": "Public",
|
|
1573
1834
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
|
|
1574
1835
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
1575
1836
|
"isExtensionMethod": false
|
|
@@ -1589,6 +1850,7 @@
|
|
|
1589
1850
|
"isVirtual": true,
|
|
1590
1851
|
"isOverride": true,
|
|
1591
1852
|
"isSealed": false,
|
|
1853
|
+
"visibility": "Public",
|
|
1592
1854
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
|
|
1593
1855
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
1594
1856
|
"isExtensionMethod": false
|
|
@@ -1608,6 +1870,7 @@
|
|
|
1608
1870
|
"isVirtual": true,
|
|
1609
1871
|
"isOverride": false,
|
|
1610
1872
|
"isSealed": false,
|
|
1873
|
+
"visibility": "Public",
|
|
1611
1874
|
"declaringClrType": "Microsoft.IdentityModel.Logging.ISafeLogSecurityArtifact",
|
|
1612
1875
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
1613
1876
|
"isExtensionMethod": false,
|
|
@@ -1630,6 +1893,7 @@
|
|
|
1630
1893
|
"isAbstract": false,
|
|
1631
1894
|
"isVirtual": false,
|
|
1632
1895
|
"isOverride": false,
|
|
1896
|
+
"visibility": "Public",
|
|
1633
1897
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
|
|
1634
1898
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
1635
1899
|
},
|
|
@@ -1648,6 +1912,7 @@
|
|
|
1648
1912
|
"isAbstract": false,
|
|
1649
1913
|
"isVirtual": false,
|
|
1650
1914
|
"isOverride": false,
|
|
1915
|
+
"visibility": "Public",
|
|
1651
1916
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
|
|
1652
1917
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
1653
1918
|
},
|
|
@@ -1666,6 +1931,7 @@
|
|
|
1666
1931
|
"isAbstract": false,
|
|
1667
1932
|
"isVirtual": false,
|
|
1668
1933
|
"isOverride": false,
|
|
1934
|
+
"visibility": "Public",
|
|
1669
1935
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
|
|
1670
1936
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
1671
1937
|
},
|
|
@@ -1684,6 +1950,7 @@
|
|
|
1684
1950
|
"isAbstract": false,
|
|
1685
1951
|
"isVirtual": true,
|
|
1686
1952
|
"isOverride": false,
|
|
1953
|
+
"visibility": "Public",
|
|
1687
1954
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
|
|
1688
1955
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
1689
1956
|
},
|
|
@@ -1702,6 +1969,7 @@
|
|
|
1702
1969
|
"isAbstract": false,
|
|
1703
1970
|
"isVirtual": true,
|
|
1704
1971
|
"isOverride": false,
|
|
1972
|
+
"visibility": "Public",
|
|
1705
1973
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
|
|
1706
1974
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
1707
1975
|
},
|
|
@@ -1710,16 +1978,17 @@
|
|
|
1710
1978
|
"clrName": "Header",
|
|
1711
1979
|
"metadataToken": 385876005,
|
|
1712
1980
|
"canonicalSignature": ":System.IdentityModel.Tokens.Jwt.JwtHeader",
|
|
1713
|
-
"normalizedSignature": "Header|:System.IdentityModel.Tokens.Jwt.JwtHeader|static=false|accessor=
|
|
1981
|
+
"normalizedSignature": "Header|:System.IdentityModel.Tokens.Jwt.JwtHeader|static=false|accessor=getset",
|
|
1714
1982
|
"emitScope": "ClassSurface",
|
|
1715
1983
|
"provenance": "Original",
|
|
1716
1984
|
"isIndexer": false,
|
|
1717
1985
|
"hasGetter": true,
|
|
1718
|
-
"hasSetter":
|
|
1986
|
+
"hasSetter": true,
|
|
1719
1987
|
"isStatic": false,
|
|
1720
1988
|
"isAbstract": false,
|
|
1721
1989
|
"isVirtual": false,
|
|
1722
1990
|
"isOverride": false,
|
|
1991
|
+
"visibility": "Public",
|
|
1723
1992
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
|
|
1724
1993
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
1725
1994
|
},
|
|
@@ -1738,6 +2007,7 @@
|
|
|
1738
2007
|
"isAbstract": false,
|
|
1739
2008
|
"isVirtual": true,
|
|
1740
2009
|
"isOverride": true,
|
|
2010
|
+
"visibility": "Public",
|
|
1741
2011
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
|
|
1742
2012
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
1743
2013
|
},
|
|
@@ -1756,6 +2026,7 @@
|
|
|
1756
2026
|
"isAbstract": false,
|
|
1757
2027
|
"isVirtual": true,
|
|
1758
2028
|
"isOverride": true,
|
|
2029
|
+
"visibility": "Public",
|
|
1759
2030
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
|
|
1760
2031
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
1761
2032
|
},
|
|
@@ -1764,16 +2035,17 @@
|
|
|
1764
2035
|
"clrName": "Payload",
|
|
1765
2036
|
"metadataToken": 385876008,
|
|
1766
2037
|
"canonicalSignature": ":System.IdentityModel.Tokens.Jwt.JwtPayload",
|
|
1767
|
-
"normalizedSignature": "Payload|:System.IdentityModel.Tokens.Jwt.JwtPayload|static=false|accessor=
|
|
2038
|
+
"normalizedSignature": "Payload|:System.IdentityModel.Tokens.Jwt.JwtPayload|static=false|accessor=getset",
|
|
1768
2039
|
"emitScope": "ClassSurface",
|
|
1769
2040
|
"provenance": "Original",
|
|
1770
2041
|
"isIndexer": false,
|
|
1771
2042
|
"hasGetter": true,
|
|
1772
|
-
"hasSetter":
|
|
2043
|
+
"hasSetter": true,
|
|
1773
2044
|
"isStatic": false,
|
|
1774
2045
|
"isAbstract": false,
|
|
1775
2046
|
"isVirtual": false,
|
|
1776
2047
|
"isOverride": false,
|
|
2048
|
+
"visibility": "Public",
|
|
1777
2049
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
|
|
1778
2050
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
1779
2051
|
},
|
|
@@ -1782,16 +2054,17 @@
|
|
|
1782
2054
|
"clrName": "InnerToken",
|
|
1783
2055
|
"metadataToken": 385876009,
|
|
1784
2056
|
"canonicalSignature": ":System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
|
|
1785
|
-
"normalizedSignature": "InnerToken|:System.IdentityModel.Tokens.Jwt.JwtSecurityToken|static=false|accessor=
|
|
2057
|
+
"normalizedSignature": "InnerToken|:System.IdentityModel.Tokens.Jwt.JwtSecurityToken|static=false|accessor=getset",
|
|
1786
2058
|
"emitScope": "ClassSurface",
|
|
1787
2059
|
"provenance": "Original",
|
|
1788
2060
|
"isIndexer": false,
|
|
1789
2061
|
"hasGetter": true,
|
|
1790
|
-
"hasSetter":
|
|
2062
|
+
"hasSetter": true,
|
|
1791
2063
|
"isStatic": false,
|
|
1792
2064
|
"isAbstract": false,
|
|
1793
2065
|
"isVirtual": false,
|
|
1794
2066
|
"isOverride": false,
|
|
2067
|
+
"visibility": "Public",
|
|
1795
2068
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
|
|
1796
2069
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
1797
2070
|
},
|
|
@@ -1800,16 +2073,17 @@
|
|
|
1800
2073
|
"clrName": "RawAuthenticationTag",
|
|
1801
2074
|
"metadataToken": 385876010,
|
|
1802
2075
|
"canonicalSignature": ":System.String",
|
|
1803
|
-
"normalizedSignature": "RawAuthenticationTag|:System.String|static=false|accessor=
|
|
2076
|
+
"normalizedSignature": "RawAuthenticationTag|:System.String|static=false|accessor=getset",
|
|
1804
2077
|
"emitScope": "ClassSurface",
|
|
1805
2078
|
"provenance": "Original",
|
|
1806
2079
|
"isIndexer": false,
|
|
1807
2080
|
"hasGetter": true,
|
|
1808
|
-
"hasSetter":
|
|
2081
|
+
"hasSetter": true,
|
|
1809
2082
|
"isStatic": false,
|
|
1810
2083
|
"isAbstract": false,
|
|
1811
2084
|
"isVirtual": false,
|
|
1812
2085
|
"isOverride": false,
|
|
2086
|
+
"visibility": "Public",
|
|
1813
2087
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
|
|
1814
2088
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
1815
2089
|
},
|
|
@@ -1818,16 +2092,17 @@
|
|
|
1818
2092
|
"clrName": "RawCiphertext",
|
|
1819
2093
|
"metadataToken": 385876011,
|
|
1820
2094
|
"canonicalSignature": ":System.String",
|
|
1821
|
-
"normalizedSignature": "RawCiphertext|:System.String|static=false|accessor=
|
|
2095
|
+
"normalizedSignature": "RawCiphertext|:System.String|static=false|accessor=getset",
|
|
1822
2096
|
"emitScope": "ClassSurface",
|
|
1823
2097
|
"provenance": "Original",
|
|
1824
2098
|
"isIndexer": false,
|
|
1825
2099
|
"hasGetter": true,
|
|
1826
|
-
"hasSetter":
|
|
2100
|
+
"hasSetter": true,
|
|
1827
2101
|
"isStatic": false,
|
|
1828
2102
|
"isAbstract": false,
|
|
1829
2103
|
"isVirtual": false,
|
|
1830
2104
|
"isOverride": false,
|
|
2105
|
+
"visibility": "Public",
|
|
1831
2106
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
|
|
1832
2107
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
1833
2108
|
},
|
|
@@ -1836,16 +2111,17 @@
|
|
|
1836
2111
|
"clrName": "RawData",
|
|
1837
2112
|
"metadataToken": 385876012,
|
|
1838
2113
|
"canonicalSignature": ":System.String",
|
|
1839
|
-
"normalizedSignature": "RawData|:System.String|static=false|accessor=
|
|
2114
|
+
"normalizedSignature": "RawData|:System.String|static=false|accessor=getset",
|
|
1840
2115
|
"emitScope": "ClassSurface",
|
|
1841
2116
|
"provenance": "Original",
|
|
1842
2117
|
"isIndexer": false,
|
|
1843
2118
|
"hasGetter": true,
|
|
1844
|
-
"hasSetter":
|
|
2119
|
+
"hasSetter": true,
|
|
1845
2120
|
"isStatic": false,
|
|
1846
2121
|
"isAbstract": false,
|
|
1847
2122
|
"isVirtual": false,
|
|
1848
2123
|
"isOverride": false,
|
|
2124
|
+
"visibility": "Public",
|
|
1849
2125
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
|
|
1850
2126
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
1851
2127
|
},
|
|
@@ -1854,16 +2130,17 @@
|
|
|
1854
2130
|
"clrName": "RawEncryptedKey",
|
|
1855
2131
|
"metadataToken": 385876013,
|
|
1856
2132
|
"canonicalSignature": ":System.String",
|
|
1857
|
-
"normalizedSignature": "RawEncryptedKey|:System.String|static=false|accessor=
|
|
2133
|
+
"normalizedSignature": "RawEncryptedKey|:System.String|static=false|accessor=getset",
|
|
1858
2134
|
"emitScope": "ClassSurface",
|
|
1859
2135
|
"provenance": "Original",
|
|
1860
2136
|
"isIndexer": false,
|
|
1861
2137
|
"hasGetter": true,
|
|
1862
|
-
"hasSetter":
|
|
2138
|
+
"hasSetter": true,
|
|
1863
2139
|
"isStatic": false,
|
|
1864
2140
|
"isAbstract": false,
|
|
1865
2141
|
"isVirtual": false,
|
|
1866
2142
|
"isOverride": false,
|
|
2143
|
+
"visibility": "Public",
|
|
1867
2144
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
|
|
1868
2145
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
1869
2146
|
},
|
|
@@ -1872,16 +2149,17 @@
|
|
|
1872
2149
|
"clrName": "RawInitializationVector",
|
|
1873
2150
|
"metadataToken": 385876014,
|
|
1874
2151
|
"canonicalSignature": ":System.String",
|
|
1875
|
-
"normalizedSignature": "RawInitializationVector|:System.String|static=false|accessor=
|
|
2152
|
+
"normalizedSignature": "RawInitializationVector|:System.String|static=false|accessor=getset",
|
|
1876
2153
|
"emitScope": "ClassSurface",
|
|
1877
2154
|
"provenance": "Original",
|
|
1878
2155
|
"isIndexer": false,
|
|
1879
2156
|
"hasGetter": true,
|
|
1880
|
-
"hasSetter":
|
|
2157
|
+
"hasSetter": true,
|
|
1881
2158
|
"isStatic": false,
|
|
1882
2159
|
"isAbstract": false,
|
|
1883
2160
|
"isVirtual": false,
|
|
1884
2161
|
"isOverride": false,
|
|
2162
|
+
"visibility": "Public",
|
|
1885
2163
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
|
|
1886
2164
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
1887
2165
|
},
|
|
@@ -1890,16 +2168,17 @@
|
|
|
1890
2168
|
"clrName": "RawHeader",
|
|
1891
2169
|
"metadataToken": 385876015,
|
|
1892
2170
|
"canonicalSignature": ":System.String",
|
|
1893
|
-
"normalizedSignature": "RawHeader|:System.String|static=false|accessor=
|
|
2171
|
+
"normalizedSignature": "RawHeader|:System.String|static=false|accessor=getset",
|
|
1894
2172
|
"emitScope": "ClassSurface",
|
|
1895
2173
|
"provenance": "Original",
|
|
1896
2174
|
"isIndexer": false,
|
|
1897
2175
|
"hasGetter": true,
|
|
1898
|
-
"hasSetter":
|
|
2176
|
+
"hasSetter": true,
|
|
1899
2177
|
"isStatic": false,
|
|
1900
2178
|
"isAbstract": false,
|
|
1901
2179
|
"isVirtual": false,
|
|
1902
2180
|
"isOverride": false,
|
|
2181
|
+
"visibility": "Public",
|
|
1903
2182
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
|
|
1904
2183
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
1905
2184
|
},
|
|
@@ -1908,16 +2187,17 @@
|
|
|
1908
2187
|
"clrName": "RawPayload",
|
|
1909
2188
|
"metadataToken": 385876016,
|
|
1910
2189
|
"canonicalSignature": ":System.String",
|
|
1911
|
-
"normalizedSignature": "RawPayload|:System.String|static=false|accessor=
|
|
2190
|
+
"normalizedSignature": "RawPayload|:System.String|static=false|accessor=getset",
|
|
1912
2191
|
"emitScope": "ClassSurface",
|
|
1913
2192
|
"provenance": "Original",
|
|
1914
2193
|
"isIndexer": false,
|
|
1915
2194
|
"hasGetter": true,
|
|
1916
|
-
"hasSetter":
|
|
2195
|
+
"hasSetter": true,
|
|
1917
2196
|
"isStatic": false,
|
|
1918
2197
|
"isAbstract": false,
|
|
1919
2198
|
"isVirtual": false,
|
|
1920
2199
|
"isOverride": false,
|
|
2200
|
+
"visibility": "Public",
|
|
1921
2201
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
|
|
1922
2202
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
1923
2203
|
},
|
|
@@ -1926,16 +2206,17 @@
|
|
|
1926
2206
|
"clrName": "RawSignature",
|
|
1927
2207
|
"metadataToken": 385876017,
|
|
1928
2208
|
"canonicalSignature": ":System.String",
|
|
1929
|
-
"normalizedSignature": "RawSignature|:System.String|static=false|accessor=
|
|
2209
|
+
"normalizedSignature": "RawSignature|:System.String|static=false|accessor=getset",
|
|
1930
2210
|
"emitScope": "ClassSurface",
|
|
1931
2211
|
"provenance": "Original",
|
|
1932
2212
|
"isIndexer": false,
|
|
1933
2213
|
"hasGetter": true,
|
|
1934
|
-
"hasSetter":
|
|
2214
|
+
"hasSetter": true,
|
|
1935
2215
|
"isStatic": false,
|
|
1936
2216
|
"isAbstract": false,
|
|
1937
2217
|
"isVirtual": false,
|
|
1938
2218
|
"isOverride": false,
|
|
2219
|
+
"visibility": "Public",
|
|
1939
2220
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
|
|
1940
2221
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
1941
2222
|
},
|
|
@@ -1954,6 +2235,7 @@
|
|
|
1954
2235
|
"isAbstract": false,
|
|
1955
2236
|
"isVirtual": true,
|
|
1956
2237
|
"isOverride": true,
|
|
2238
|
+
"visibility": "Public",
|
|
1957
2239
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
|
|
1958
2240
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
1959
2241
|
},
|
|
@@ -1972,6 +2254,7 @@
|
|
|
1972
2254
|
"isAbstract": false,
|
|
1973
2255
|
"isVirtual": false,
|
|
1974
2256
|
"isOverride": false,
|
|
2257
|
+
"visibility": "Public",
|
|
1975
2258
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
|
|
1976
2259
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
1977
2260
|
},
|
|
@@ -1990,6 +2273,7 @@
|
|
|
1990
2273
|
"isAbstract": false,
|
|
1991
2274
|
"isVirtual": false,
|
|
1992
2275
|
"isOverride": false,
|
|
2276
|
+
"visibility": "Public",
|
|
1993
2277
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
|
|
1994
2278
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
1995
2279
|
},
|
|
@@ -2008,6 +2292,7 @@
|
|
|
2008
2292
|
"isAbstract": false,
|
|
2009
2293
|
"isVirtual": false,
|
|
2010
2294
|
"isOverride": false,
|
|
2295
|
+
"visibility": "Public",
|
|
2011
2296
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
|
|
2012
2297
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
2013
2298
|
},
|
|
@@ -2026,6 +2311,7 @@
|
|
|
2026
2311
|
"isAbstract": false,
|
|
2027
2312
|
"isVirtual": true,
|
|
2028
2313
|
"isOverride": true,
|
|
2314
|
+
"visibility": "Public",
|
|
2029
2315
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
|
|
2030
2316
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
2031
2317
|
},
|
|
@@ -2044,6 +2330,7 @@
|
|
|
2044
2330
|
"isAbstract": false,
|
|
2045
2331
|
"isVirtual": false,
|
|
2046
2332
|
"isOverride": false,
|
|
2333
|
+
"visibility": "Public",
|
|
2047
2334
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
|
|
2048
2335
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
2049
2336
|
},
|
|
@@ -2062,6 +2349,7 @@
|
|
|
2062
2349
|
"isAbstract": false,
|
|
2063
2350
|
"isVirtual": true,
|
|
2064
2351
|
"isOverride": true,
|
|
2352
|
+
"visibility": "Public",
|
|
2065
2353
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
|
|
2066
2354
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
2067
2355
|
},
|
|
@@ -2080,6 +2368,7 @@
|
|
|
2080
2368
|
"isAbstract": false,
|
|
2081
2369
|
"isVirtual": true,
|
|
2082
2370
|
"isOverride": true,
|
|
2371
|
+
"visibility": "Public",
|
|
2083
2372
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
|
|
2084
2373
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
2085
2374
|
},
|
|
@@ -2098,6 +2387,7 @@
|
|
|
2098
2387
|
"isAbstract": false,
|
|
2099
2388
|
"isVirtual": true,
|
|
2100
2389
|
"isOverride": false,
|
|
2390
|
+
"visibility": "Public",
|
|
2101
2391
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
|
|
2102
2392
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
2103
2393
|
}
|
|
@@ -2112,6 +2402,7 @@
|
|
|
2112
2402
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
2113
2403
|
"isStatic": false,
|
|
2114
2404
|
"parameterCount": 1,
|
|
2405
|
+
"visibility": "Public",
|
|
2115
2406
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
|
|
2116
2407
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
2117
2408
|
},
|
|
@@ -2122,6 +2413,7 @@
|
|
|
2122
2413
|
"normalizedSignature": "constructor|(System.IdentityModel.Tokens.Jwt.JwtHeader,System.IdentityModel.Tokens.Jwt.JwtPayload,System.String,System.String,System.String):void|static=false",
|
|
2123
2414
|
"isStatic": false,
|
|
2124
2415
|
"parameterCount": 5,
|
|
2416
|
+
"visibility": "Public",
|
|
2125
2417
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
|
|
2126
2418
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
2127
2419
|
},
|
|
@@ -2132,6 +2424,7 @@
|
|
|
2132
2424
|
"normalizedSignature": "constructor|(System.IdentityModel.Tokens.Jwt.JwtHeader,System.IdentityModel.Tokens.Jwt.JwtSecurityToken,System.String,System.String,System.String,System.String,System.String):void|static=false",
|
|
2133
2425
|
"isStatic": false,
|
|
2134
2426
|
"parameterCount": 7,
|
|
2427
|
+
"visibility": "Public",
|
|
2135
2428
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
|
|
2136
2429
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
2137
2430
|
},
|
|
@@ -2142,6 +2435,7 @@
|
|
|
2142
2435
|
"normalizedSignature": "constructor|(System.IdentityModel.Tokens.Jwt.JwtHeader,System.IdentityModel.Tokens.Jwt.JwtPayload):void|static=false",
|
|
2143
2436
|
"isStatic": false,
|
|
2144
2437
|
"parameterCount": 2,
|
|
2438
|
+
"visibility": "Public",
|
|
2145
2439
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
|
|
2146
2440
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
2147
2441
|
},
|
|
@@ -2152,6 +2446,7 @@
|
|
|
2152
2446
|
"normalizedSignature": "constructor|(System.String,System.String,System.Collections.Generic.IEnumerable_1[[System.Security.Claims.Claim,System.Security.Claims,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]],System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.IdentityModel.Tokens.SigningCredentials):void|static=false",
|
|
2153
2447
|
"isStatic": false,
|
|
2154
2448
|
"parameterCount": 6,
|
|
2449
|
+
"visibility": "Public",
|
|
2155
2450
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
|
|
2156
2451
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
2157
2452
|
}
|
|
@@ -2168,6 +2463,16 @@
|
|
|
2168
2463
|
"isSealed": false,
|
|
2169
2464
|
"isStatic": false,
|
|
2170
2465
|
"arity": 0,
|
|
2466
|
+
"baseType": {
|
|
2467
|
+
"stableId": "Microsoft.IdentityModel.Tokens:Microsoft.IdentityModel.Tokens.SecurityTokenHandler",
|
|
2468
|
+
"clrName": "Microsoft.IdentityModel.Tokens.SecurityTokenHandler"
|
|
2469
|
+
},
|
|
2470
|
+
"interfaces": [
|
|
2471
|
+
{
|
|
2472
|
+
"stableId": "Microsoft.IdentityModel.Tokens:Microsoft.IdentityModel.Tokens.ISecurityTokenValidator",
|
|
2473
|
+
"clrName": "Microsoft.IdentityModel.Tokens.ISecurityTokenValidator"
|
|
2474
|
+
}
|
|
2475
|
+
],
|
|
2171
2476
|
"methods": [
|
|
2172
2477
|
{
|
|
2173
2478
|
"stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::CanReadToken(System.String):System.Boolean",
|
|
@@ -2184,6 +2489,7 @@
|
|
|
2184
2489
|
"isVirtual": true,
|
|
2185
2490
|
"isOverride": true,
|
|
2186
2491
|
"isSealed": false,
|
|
2492
|
+
"visibility": "Public",
|
|
2187
2493
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2188
2494
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
2189
2495
|
"isExtensionMethod": false
|
|
@@ -2203,6 +2509,7 @@
|
|
|
2203
2509
|
"isVirtual": true,
|
|
2204
2510
|
"isOverride": false,
|
|
2205
2511
|
"isSealed": false,
|
|
2512
|
+
"visibility": "Public",
|
|
2206
2513
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2207
2514
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
2208
2515
|
"isExtensionMethod": false
|
|
@@ -2222,6 +2529,7 @@
|
|
|
2222
2529
|
"isVirtual": true,
|
|
2223
2530
|
"isOverride": false,
|
|
2224
2531
|
"isSealed": false,
|
|
2532
|
+
"visibility": "Public",
|
|
2225
2533
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2226
2534
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
2227
2535
|
"isExtensionMethod": false
|
|
@@ -2241,6 +2549,7 @@
|
|
|
2241
2549
|
"isVirtual": true,
|
|
2242
2550
|
"isOverride": false,
|
|
2243
2551
|
"isSealed": false,
|
|
2552
|
+
"visibility": "Public",
|
|
2244
2553
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2245
2554
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
2246
2555
|
"isExtensionMethod": false
|
|
@@ -2260,6 +2569,7 @@
|
|
|
2260
2569
|
"isVirtual": true,
|
|
2261
2570
|
"isOverride": false,
|
|
2262
2571
|
"isSealed": false,
|
|
2572
|
+
"visibility": "Public",
|
|
2263
2573
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2264
2574
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
2265
2575
|
"isExtensionMethod": false
|
|
@@ -2279,6 +2589,7 @@
|
|
|
2279
2589
|
"isVirtual": true,
|
|
2280
2590
|
"isOverride": false,
|
|
2281
2591
|
"isSealed": false,
|
|
2592
|
+
"visibility": "Public",
|
|
2282
2593
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2283
2594
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
2284
2595
|
"isExtensionMethod": false
|
|
@@ -2298,6 +2609,7 @@
|
|
|
2298
2609
|
"isVirtual": true,
|
|
2299
2610
|
"isOverride": false,
|
|
2300
2611
|
"isSealed": false,
|
|
2612
|
+
"visibility": "Public",
|
|
2301
2613
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2302
2614
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
2303
2615
|
"isExtensionMethod": false
|
|
@@ -2317,6 +2629,7 @@
|
|
|
2317
2629
|
"isVirtual": true,
|
|
2318
2630
|
"isOverride": false,
|
|
2319
2631
|
"isSealed": false,
|
|
2632
|
+
"visibility": "Public",
|
|
2320
2633
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2321
2634
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
2322
2635
|
"isExtensionMethod": false
|
|
@@ -2336,6 +2649,7 @@
|
|
|
2336
2649
|
"isVirtual": true,
|
|
2337
2650
|
"isOverride": false,
|
|
2338
2651
|
"isSealed": false,
|
|
2652
|
+
"visibility": "Public",
|
|
2339
2653
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2340
2654
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
2341
2655
|
"isExtensionMethod": false
|
|
@@ -2355,6 +2669,7 @@
|
|
|
2355
2669
|
"isVirtual": true,
|
|
2356
2670
|
"isOverride": true,
|
|
2357
2671
|
"isSealed": false,
|
|
2672
|
+
"visibility": "Public",
|
|
2358
2673
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2359
2674
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
2360
2675
|
"isExtensionMethod": false
|
|
@@ -2374,6 +2689,7 @@
|
|
|
2374
2689
|
"isVirtual": false,
|
|
2375
2690
|
"isOverride": false,
|
|
2376
2691
|
"isSealed": false,
|
|
2692
|
+
"visibility": "Public",
|
|
2377
2693
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2378
2694
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
2379
2695
|
"isExtensionMethod": false
|
|
@@ -2393,6 +2709,7 @@
|
|
|
2393
2709
|
"isVirtual": true,
|
|
2394
2710
|
"isOverride": true,
|
|
2395
2711
|
"isSealed": false,
|
|
2712
|
+
"visibility": "Public",
|
|
2396
2713
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2397
2714
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
2398
2715
|
"isExtensionMethod": false
|
|
@@ -2412,6 +2729,7 @@
|
|
|
2412
2729
|
"isVirtual": true,
|
|
2413
2730
|
"isOverride": true,
|
|
2414
2731
|
"isSealed": false,
|
|
2732
|
+
"visibility": "Public",
|
|
2415
2733
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2416
2734
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
2417
2735
|
"isExtensionMethod": false
|
|
@@ -2431,6 +2749,7 @@
|
|
|
2431
2749
|
"isVirtual": true,
|
|
2432
2750
|
"isOverride": true,
|
|
2433
2751
|
"isSealed": false,
|
|
2752
|
+
"visibility": "Public",
|
|
2434
2753
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2435
2754
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
2436
2755
|
"isExtensionMethod": false,
|
|
@@ -2441,6 +2760,26 @@
|
|
|
2441
2760
|
}
|
|
2442
2761
|
]
|
|
2443
2762
|
},
|
|
2763
|
+
{
|
|
2764
|
+
"stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::ValidateTokenPayload(System.IdentityModel.Tokens.Jwt.JwtSecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Security.Claims.ClaimsPrincipal",
|
|
2765
|
+
"clrName": "ValidateTokenPayload",
|
|
2766
|
+
"metadataToken": 100663466,
|
|
2767
|
+
"canonicalSignature": "(System.IdentityModel.Tokens.Jwt.JwtSecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Security.Claims.ClaimsPrincipal",
|
|
2768
|
+
"normalizedSignature": "ValidateTokenPayload|(System.IdentityModel.Tokens.Jwt.JwtSecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Security.Claims.ClaimsPrincipal|static=false",
|
|
2769
|
+
"emitScope": "ClassSurface",
|
|
2770
|
+
"provenance": "Original",
|
|
2771
|
+
"arity": 0,
|
|
2772
|
+
"parameterCount": 2,
|
|
2773
|
+
"isStatic": false,
|
|
2774
|
+
"isAbstract": false,
|
|
2775
|
+
"isVirtual": false,
|
|
2776
|
+
"isOverride": false,
|
|
2777
|
+
"isSealed": false,
|
|
2778
|
+
"visibility": "Protected",
|
|
2779
|
+
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2780
|
+
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
2781
|
+
"isExtensionMethod": false
|
|
2782
|
+
},
|
|
2444
2783
|
{
|
|
2445
2784
|
"stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::WriteToken(Microsoft.IdentityModel.Tokens.SecurityToken):System.String",
|
|
2446
2785
|
"clrName": "WriteToken",
|
|
@@ -2456,6 +2795,227 @@
|
|
|
2456
2795
|
"isVirtual": true,
|
|
2457
2796
|
"isOverride": true,
|
|
2458
2797
|
"isSealed": false,
|
|
2798
|
+
"visibility": "Public",
|
|
2799
|
+
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2800
|
+
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
2801
|
+
"isExtensionMethod": false
|
|
2802
|
+
},
|
|
2803
|
+
{
|
|
2804
|
+
"stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::ValidateSignature(System.String,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
|
|
2805
|
+
"clrName": "ValidateSignature",
|
|
2806
|
+
"metadataToken": 100663471,
|
|
2807
|
+
"canonicalSignature": "(System.String,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
|
|
2808
|
+
"normalizedSignature": "ValidateSignature|(System.String,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.IdentityModel.Tokens.Jwt.JwtSecurityToken|static=false",
|
|
2809
|
+
"emitScope": "ClassSurface",
|
|
2810
|
+
"provenance": "Original",
|
|
2811
|
+
"arity": 0,
|
|
2812
|
+
"parameterCount": 2,
|
|
2813
|
+
"isStatic": false,
|
|
2814
|
+
"isAbstract": false,
|
|
2815
|
+
"isVirtual": true,
|
|
2816
|
+
"isOverride": false,
|
|
2817
|
+
"isSealed": false,
|
|
2818
|
+
"visibility": "Protected",
|
|
2819
|
+
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2820
|
+
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
2821
|
+
"isExtensionMethod": false
|
|
2822
|
+
},
|
|
2823
|
+
{
|
|
2824
|
+
"stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::CreateClaimsIdentity(System.IdentityModel.Tokens.Jwt.JwtSecurityToken,System.String,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Security.Claims.ClaimsIdentity",
|
|
2825
|
+
"clrName": "CreateClaimsIdentity",
|
|
2826
|
+
"metadataToken": 100663474,
|
|
2827
|
+
"canonicalSignature": "(System.IdentityModel.Tokens.Jwt.JwtSecurityToken,System.String,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Security.Claims.ClaimsIdentity",
|
|
2828
|
+
"normalizedSignature": "CreateClaimsIdentity|(System.IdentityModel.Tokens.Jwt.JwtSecurityToken,System.String,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Security.Claims.ClaimsIdentity|static=false",
|
|
2829
|
+
"emitScope": "ClassSurface",
|
|
2830
|
+
"provenance": "Original",
|
|
2831
|
+
"arity": 0,
|
|
2832
|
+
"parameterCount": 3,
|
|
2833
|
+
"isStatic": false,
|
|
2834
|
+
"isAbstract": false,
|
|
2835
|
+
"isVirtual": true,
|
|
2836
|
+
"isOverride": false,
|
|
2837
|
+
"isSealed": false,
|
|
2838
|
+
"visibility": "Protected",
|
|
2839
|
+
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2840
|
+
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
2841
|
+
"isExtensionMethod": false
|
|
2842
|
+
},
|
|
2843
|
+
{
|
|
2844
|
+
"stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::CreateActorValue(System.Security.Claims.ClaimsIdentity):System.String",
|
|
2845
|
+
"clrName": "CreateActorValue",
|
|
2846
|
+
"metadataToken": 100663477,
|
|
2847
|
+
"canonicalSignature": "(System.Security.Claims.ClaimsIdentity):System.String",
|
|
2848
|
+
"normalizedSignature": "CreateActorValue|(System.Security.Claims.ClaimsIdentity):System.String|static=false",
|
|
2849
|
+
"emitScope": "ClassSurface",
|
|
2850
|
+
"provenance": "Original",
|
|
2851
|
+
"arity": 0,
|
|
2852
|
+
"parameterCount": 1,
|
|
2853
|
+
"isStatic": false,
|
|
2854
|
+
"isAbstract": false,
|
|
2855
|
+
"isVirtual": true,
|
|
2856
|
+
"isOverride": false,
|
|
2857
|
+
"isSealed": false,
|
|
2858
|
+
"visibility": "Protected",
|
|
2859
|
+
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2860
|
+
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
2861
|
+
"isExtensionMethod": false
|
|
2862
|
+
},
|
|
2863
|
+
{
|
|
2864
|
+
"stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::ValidateAudience(System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IdentityModel.Tokens.Jwt.JwtSecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Void",
|
|
2865
|
+
"clrName": "ValidateAudience",
|
|
2866
|
+
"metadataToken": 100663478,
|
|
2867
|
+
"canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IdentityModel.Tokens.Jwt.JwtSecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Void",
|
|
2868
|
+
"normalizedSignature": "ValidateAudience|(System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IdentityModel.Tokens.Jwt.JwtSecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Void|static=false",
|
|
2869
|
+
"emitScope": "ClassSurface",
|
|
2870
|
+
"provenance": "Original",
|
|
2871
|
+
"arity": 0,
|
|
2872
|
+
"parameterCount": 3,
|
|
2873
|
+
"isStatic": false,
|
|
2874
|
+
"isAbstract": false,
|
|
2875
|
+
"isVirtual": true,
|
|
2876
|
+
"isOverride": false,
|
|
2877
|
+
"isSealed": false,
|
|
2878
|
+
"visibility": "Protected",
|
|
2879
|
+
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2880
|
+
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
2881
|
+
"isExtensionMethod": false
|
|
2882
|
+
},
|
|
2883
|
+
{
|
|
2884
|
+
"stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::ValidateLifetime(System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IdentityModel.Tokens.Jwt.JwtSecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Void",
|
|
2885
|
+
"clrName": "ValidateLifetime",
|
|
2886
|
+
"metadataToken": 100663479,
|
|
2887
|
+
"canonicalSignature": "(System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IdentityModel.Tokens.Jwt.JwtSecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Void",
|
|
2888
|
+
"normalizedSignature": "ValidateLifetime|(System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IdentityModel.Tokens.Jwt.JwtSecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Void|static=false",
|
|
2889
|
+
"emitScope": "ClassSurface",
|
|
2890
|
+
"provenance": "Original",
|
|
2891
|
+
"arity": 0,
|
|
2892
|
+
"parameterCount": 4,
|
|
2893
|
+
"isStatic": false,
|
|
2894
|
+
"isAbstract": false,
|
|
2895
|
+
"isVirtual": true,
|
|
2896
|
+
"isOverride": false,
|
|
2897
|
+
"isSealed": false,
|
|
2898
|
+
"visibility": "Protected",
|
|
2899
|
+
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2900
|
+
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
2901
|
+
"isExtensionMethod": false
|
|
2902
|
+
},
|
|
2903
|
+
{
|
|
2904
|
+
"stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::ValidateIssuer(System.String,System.IdentityModel.Tokens.Jwt.JwtSecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.String",
|
|
2905
|
+
"clrName": "ValidateIssuer",
|
|
2906
|
+
"metadataToken": 100663480,
|
|
2907
|
+
"canonicalSignature": "(System.String,System.IdentityModel.Tokens.Jwt.JwtSecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.String",
|
|
2908
|
+
"normalizedSignature": "ValidateIssuer|(System.String,System.IdentityModel.Tokens.Jwt.JwtSecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.String|static=false",
|
|
2909
|
+
"emitScope": "ClassSurface",
|
|
2910
|
+
"provenance": "Original",
|
|
2911
|
+
"arity": 0,
|
|
2912
|
+
"parameterCount": 3,
|
|
2913
|
+
"isStatic": false,
|
|
2914
|
+
"isAbstract": false,
|
|
2915
|
+
"isVirtual": true,
|
|
2916
|
+
"isOverride": false,
|
|
2917
|
+
"isSealed": false,
|
|
2918
|
+
"visibility": "Protected",
|
|
2919
|
+
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2920
|
+
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
2921
|
+
"isExtensionMethod": false
|
|
2922
|
+
},
|
|
2923
|
+
{
|
|
2924
|
+
"stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::ValidateTokenReplay(System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Void",
|
|
2925
|
+
"clrName": "ValidateTokenReplay",
|
|
2926
|
+
"metadataToken": 100663481,
|
|
2927
|
+
"canonicalSignature": "(System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Void",
|
|
2928
|
+
"normalizedSignature": "ValidateTokenReplay|(System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Void|static=false",
|
|
2929
|
+
"emitScope": "ClassSurface",
|
|
2930
|
+
"provenance": "Original",
|
|
2931
|
+
"arity": 0,
|
|
2932
|
+
"parameterCount": 3,
|
|
2933
|
+
"isStatic": false,
|
|
2934
|
+
"isAbstract": false,
|
|
2935
|
+
"isVirtual": true,
|
|
2936
|
+
"isOverride": false,
|
|
2937
|
+
"isSealed": false,
|
|
2938
|
+
"visibility": "Protected",
|
|
2939
|
+
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2940
|
+
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
2941
|
+
"isExtensionMethod": false
|
|
2942
|
+
},
|
|
2943
|
+
{
|
|
2944
|
+
"stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::ResolveIssuerSigningKey(System.String,System.IdentityModel.Tokens.Jwt.JwtSecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):Microsoft.IdentityModel.Tokens.SecurityKey",
|
|
2945
|
+
"clrName": "ResolveIssuerSigningKey",
|
|
2946
|
+
"metadataToken": 100663482,
|
|
2947
|
+
"canonicalSignature": "(System.String,System.IdentityModel.Tokens.Jwt.JwtSecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):Microsoft.IdentityModel.Tokens.SecurityKey",
|
|
2948
|
+
"normalizedSignature": "ResolveIssuerSigningKey|(System.String,System.IdentityModel.Tokens.Jwt.JwtSecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):Microsoft.IdentityModel.Tokens.SecurityKey|static=false",
|
|
2949
|
+
"emitScope": "ClassSurface",
|
|
2950
|
+
"provenance": "Original",
|
|
2951
|
+
"arity": 0,
|
|
2952
|
+
"parameterCount": 3,
|
|
2953
|
+
"isStatic": false,
|
|
2954
|
+
"isAbstract": false,
|
|
2955
|
+
"isVirtual": true,
|
|
2956
|
+
"isOverride": false,
|
|
2957
|
+
"isSealed": false,
|
|
2958
|
+
"visibility": "Protected",
|
|
2959
|
+
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2960
|
+
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
2961
|
+
"isExtensionMethod": false
|
|
2962
|
+
},
|
|
2963
|
+
{
|
|
2964
|
+
"stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::ResolveTokenDecryptionKey(System.String,System.IdentityModel.Tokens.Jwt.JwtSecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):Microsoft.IdentityModel.Tokens.SecurityKey",
|
|
2965
|
+
"clrName": "ResolveTokenDecryptionKey",
|
|
2966
|
+
"metadataToken": 100663483,
|
|
2967
|
+
"canonicalSignature": "(System.String,System.IdentityModel.Tokens.Jwt.JwtSecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):Microsoft.IdentityModel.Tokens.SecurityKey",
|
|
2968
|
+
"normalizedSignature": "ResolveTokenDecryptionKey|(System.String,System.IdentityModel.Tokens.Jwt.JwtSecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):Microsoft.IdentityModel.Tokens.SecurityKey|static=false",
|
|
2969
|
+
"emitScope": "ClassSurface",
|
|
2970
|
+
"provenance": "Original",
|
|
2971
|
+
"arity": 0,
|
|
2972
|
+
"parameterCount": 3,
|
|
2973
|
+
"isStatic": false,
|
|
2974
|
+
"isAbstract": false,
|
|
2975
|
+
"isVirtual": true,
|
|
2976
|
+
"isOverride": false,
|
|
2977
|
+
"isSealed": false,
|
|
2978
|
+
"visibility": "Protected",
|
|
2979
|
+
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2980
|
+
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
2981
|
+
"isExtensionMethod": false
|
|
2982
|
+
},
|
|
2983
|
+
{
|
|
2984
|
+
"stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::DecryptToken(System.IdentityModel.Tokens.Jwt.JwtSecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.String",
|
|
2985
|
+
"clrName": "DecryptToken",
|
|
2986
|
+
"metadataToken": 100663484,
|
|
2987
|
+
"canonicalSignature": "(System.IdentityModel.Tokens.Jwt.JwtSecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.String",
|
|
2988
|
+
"normalizedSignature": "DecryptToken|(System.IdentityModel.Tokens.Jwt.JwtSecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.String|static=false",
|
|
2989
|
+
"emitScope": "ClassSurface",
|
|
2990
|
+
"provenance": "Original",
|
|
2991
|
+
"arity": 0,
|
|
2992
|
+
"parameterCount": 2,
|
|
2993
|
+
"isStatic": false,
|
|
2994
|
+
"isAbstract": false,
|
|
2995
|
+
"isVirtual": false,
|
|
2996
|
+
"isOverride": false,
|
|
2997
|
+
"isSealed": false,
|
|
2998
|
+
"visibility": "Protected",
|
|
2999
|
+
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
3000
|
+
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
3001
|
+
"isExtensionMethod": false
|
|
3002
|
+
},
|
|
3003
|
+
{
|
|
3004
|
+
"stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::ValidateIssuerSecurityKey(Microsoft.IdentityModel.Tokens.SecurityKey,System.IdentityModel.Tokens.Jwt.JwtSecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Void",
|
|
3005
|
+
"clrName": "ValidateIssuerSecurityKey",
|
|
3006
|
+
"metadataToken": 100663487,
|
|
3007
|
+
"canonicalSignature": "(Microsoft.IdentityModel.Tokens.SecurityKey,System.IdentityModel.Tokens.Jwt.JwtSecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Void",
|
|
3008
|
+
"normalizedSignature": "ValidateIssuerSecurityKey|(Microsoft.IdentityModel.Tokens.SecurityKey,System.IdentityModel.Tokens.Jwt.JwtSecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Void|static=false",
|
|
3009
|
+
"emitScope": "ClassSurface",
|
|
3010
|
+
"provenance": "Original",
|
|
3011
|
+
"arity": 0,
|
|
3012
|
+
"parameterCount": 3,
|
|
3013
|
+
"isStatic": false,
|
|
3014
|
+
"isAbstract": false,
|
|
3015
|
+
"isVirtual": true,
|
|
3016
|
+
"isOverride": false,
|
|
3017
|
+
"isSealed": false,
|
|
3018
|
+
"visibility": "Protected",
|
|
2459
3019
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2460
3020
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
2461
3021
|
"isExtensionMethod": false
|
|
@@ -2475,6 +3035,7 @@
|
|
|
2475
3035
|
"isVirtual": true,
|
|
2476
3036
|
"isOverride": true,
|
|
2477
3037
|
"isSealed": false,
|
|
3038
|
+
"visibility": "Public",
|
|
2478
3039
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2479
3040
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
2480
3041
|
"isExtensionMethod": false
|
|
@@ -2494,6 +3055,7 @@
|
|
|
2494
3055
|
"isVirtual": true,
|
|
2495
3056
|
"isOverride": true,
|
|
2496
3057
|
"isSealed": false,
|
|
3058
|
+
"visibility": "Public",
|
|
2497
3059
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2498
3060
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
2499
3061
|
"isExtensionMethod": false
|
|
@@ -2513,6 +3075,7 @@
|
|
|
2513
3075
|
"isVirtual": true,
|
|
2514
3076
|
"isOverride": false,
|
|
2515
3077
|
"isSealed": false,
|
|
3078
|
+
"visibility": "Public",
|
|
2516
3079
|
"declaringClrType": "Microsoft.IdentityModel.Tokens.ISecurityTokenValidator",
|
|
2517
3080
|
"declaringAssemblyName": "Microsoft.IdentityModel.Tokens",
|
|
2518
3081
|
"isExtensionMethod": false,
|
|
@@ -2533,6 +3096,7 @@
|
|
|
2533
3096
|
"isVirtual": true,
|
|
2534
3097
|
"isOverride": false,
|
|
2535
3098
|
"isSealed": false,
|
|
3099
|
+
"visibility": "Public",
|
|
2536
3100
|
"declaringClrType": "Microsoft.IdentityModel.Tokens.ISecurityTokenValidator",
|
|
2537
3101
|
"declaringAssemblyName": "Microsoft.IdentityModel.Tokens",
|
|
2538
3102
|
"isExtensionMethod": false,
|
|
@@ -2559,6 +3123,7 @@
|
|
|
2559
3123
|
"isVirtual": true,
|
|
2560
3124
|
"isOverride": false,
|
|
2561
3125
|
"isSealed": false,
|
|
3126
|
+
"visibility": "Public",
|
|
2562
3127
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2563
3128
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
2564
3129
|
"isExtensionMethod": false
|
|
@@ -2578,6 +3143,7 @@
|
|
|
2578
3143
|
"isVirtual": true,
|
|
2579
3144
|
"isOverride": false,
|
|
2580
3145
|
"isSealed": false,
|
|
3146
|
+
"visibility": "Public",
|
|
2581
3147
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2582
3148
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
2583
3149
|
"isExtensionMethod": false
|
|
@@ -2597,6 +3163,7 @@
|
|
|
2597
3163
|
"isVirtual": true,
|
|
2598
3164
|
"isOverride": false,
|
|
2599
3165
|
"isSealed": false,
|
|
3166
|
+
"visibility": "Public",
|
|
2600
3167
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2601
3168
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
2602
3169
|
"isExtensionMethod": false,
|
|
@@ -2622,6 +3189,7 @@
|
|
|
2622
3189
|
"isVirtual": true,
|
|
2623
3190
|
"isOverride": false,
|
|
2624
3191
|
"isSealed": false,
|
|
3192
|
+
"visibility": "Public",
|
|
2625
3193
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2626
3194
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
2627
3195
|
"isExtensionMethod": false
|
|
@@ -2641,6 +3209,7 @@
|
|
|
2641
3209
|
"isVirtual": true,
|
|
2642
3210
|
"isOverride": false,
|
|
2643
3211
|
"isSealed": false,
|
|
3212
|
+
"visibility": "Public",
|
|
2644
3213
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2645
3214
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
2646
3215
|
"isExtensionMethod": false
|
|
@@ -2662,6 +3231,7 @@
|
|
|
2662
3231
|
"isAbstract": false,
|
|
2663
3232
|
"isVirtual": false,
|
|
2664
3233
|
"isOverride": false,
|
|
3234
|
+
"visibility": "Public",
|
|
2665
3235
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2666
3236
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
2667
3237
|
},
|
|
@@ -2680,6 +3250,7 @@
|
|
|
2680
3250
|
"isAbstract": false,
|
|
2681
3251
|
"isVirtual": false,
|
|
2682
3252
|
"isOverride": false,
|
|
3253
|
+
"visibility": "Public",
|
|
2683
3254
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2684
3255
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
2685
3256
|
},
|
|
@@ -2698,6 +3269,7 @@
|
|
|
2698
3269
|
"isAbstract": false,
|
|
2699
3270
|
"isVirtual": false,
|
|
2700
3271
|
"isOverride": false,
|
|
3272
|
+
"visibility": "Public",
|
|
2701
3273
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2702
3274
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
2703
3275
|
},
|
|
@@ -2716,6 +3288,7 @@
|
|
|
2716
3288
|
"isAbstract": false,
|
|
2717
3289
|
"isVirtual": false,
|
|
2718
3290
|
"isOverride": false,
|
|
3291
|
+
"visibility": "Public",
|
|
2719
3292
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2720
3293
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
2721
3294
|
},
|
|
@@ -2734,6 +3307,7 @@
|
|
|
2734
3307
|
"isAbstract": false,
|
|
2735
3308
|
"isVirtual": false,
|
|
2736
3309
|
"isOverride": false,
|
|
3310
|
+
"visibility": "Public",
|
|
2737
3311
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2738
3312
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
2739
3313
|
},
|
|
@@ -2752,6 +3326,7 @@
|
|
|
2752
3326
|
"isAbstract": false,
|
|
2753
3327
|
"isVirtual": false,
|
|
2754
3328
|
"isOverride": false,
|
|
3329
|
+
"visibility": "Public",
|
|
2755
3330
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2756
3331
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
2757
3332
|
},
|
|
@@ -2770,6 +3345,7 @@
|
|
|
2770
3345
|
"isAbstract": false,
|
|
2771
3346
|
"isVirtual": false,
|
|
2772
3347
|
"isOverride": false,
|
|
3348
|
+
"visibility": "Public",
|
|
2773
3349
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2774
3350
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
2775
3351
|
},
|
|
@@ -2788,6 +3364,7 @@
|
|
|
2788
3364
|
"isAbstract": false,
|
|
2789
3365
|
"isVirtual": true,
|
|
2790
3366
|
"isOverride": true,
|
|
3367
|
+
"visibility": "Public",
|
|
2791
3368
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2792
3369
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
2793
3370
|
},
|
|
@@ -2806,6 +3383,7 @@
|
|
|
2806
3383
|
"isAbstract": false,
|
|
2807
3384
|
"isVirtual": true,
|
|
2808
3385
|
"isOverride": true,
|
|
3386
|
+
"visibility": "Public",
|
|
2809
3387
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2810
3388
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
2811
3389
|
},
|
|
@@ -2824,6 +3402,7 @@
|
|
|
2824
3402
|
"isAbstract": false,
|
|
2825
3403
|
"isVirtual": true,
|
|
2826
3404
|
"isOverride": true,
|
|
3405
|
+
"visibility": "Public",
|
|
2827
3406
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2828
3407
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
2829
3408
|
},
|
|
@@ -2842,6 +3421,7 @@
|
|
|
2842
3421
|
"isAbstract": false,
|
|
2843
3422
|
"isVirtual": true,
|
|
2844
3423
|
"isOverride": false,
|
|
3424
|
+
"visibility": "Public",
|
|
2845
3425
|
"sourceInterface": "Microsoft.IdentityModel.Tokens.ISecurityTokenValidator",
|
|
2846
3426
|
"declaringClrType": "Microsoft.IdentityModel.Tokens.ISecurityTokenValidator",
|
|
2847
3427
|
"declaringAssemblyName": "Microsoft.IdentityModel.Tokens"
|
|
@@ -2861,6 +3441,7 @@
|
|
|
2861
3441
|
"isAbstract": false,
|
|
2862
3442
|
"isVirtual": true,
|
|
2863
3443
|
"isOverride": false,
|
|
3444
|
+
"visibility": "Public",
|
|
2864
3445
|
"sourceInterface": "Microsoft.IdentityModel.Tokens.ISecurityTokenValidator",
|
|
2865
3446
|
"declaringClrType": "Microsoft.IdentityModel.Tokens.ISecurityTokenValidator",
|
|
2866
3447
|
"declaringAssemblyName": "Microsoft.IdentityModel.Tokens"
|
|
@@ -2875,6 +3456,7 @@
|
|
|
2875
3456
|
"isStatic": true,
|
|
2876
3457
|
"isReadOnly": false,
|
|
2877
3458
|
"isLiteral": false,
|
|
3459
|
+
"visibility": "Public",
|
|
2878
3460
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2879
3461
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
2880
3462
|
},
|
|
@@ -2886,6 +3468,7 @@
|
|
|
2886
3468
|
"isStatic": true,
|
|
2887
3469
|
"isReadOnly": false,
|
|
2888
3470
|
"isLiteral": false,
|
|
3471
|
+
"visibility": "Public",
|
|
2889
3472
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2890
3473
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
2891
3474
|
},
|
|
@@ -2897,6 +3480,7 @@
|
|
|
2897
3480
|
"isStatic": true,
|
|
2898
3481
|
"isReadOnly": false,
|
|
2899
3482
|
"isLiteral": false,
|
|
3483
|
+
"visibility": "Public",
|
|
2900
3484
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2901
3485
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
2902
3486
|
},
|
|
@@ -2908,6 +3492,7 @@
|
|
|
2908
3492
|
"isStatic": true,
|
|
2909
3493
|
"isReadOnly": false,
|
|
2910
3494
|
"isLiteral": false,
|
|
3495
|
+
"visibility": "Public",
|
|
2911
3496
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2912
3497
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
2913
3498
|
},
|
|
@@ -2919,6 +3504,7 @@
|
|
|
2919
3504
|
"isStatic": true,
|
|
2920
3505
|
"isReadOnly": false,
|
|
2921
3506
|
"isLiteral": false,
|
|
3507
|
+
"visibility": "Public",
|
|
2922
3508
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2923
3509
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
2924
3510
|
}
|
|
@@ -2932,6 +3518,7 @@
|
|
|
2932
3518
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2933
3519
|
"isStatic": false,
|
|
2934
3520
|
"parameterCount": 0,
|
|
3521
|
+
"visibility": "Public",
|
|
2935
3522
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
|
|
2936
3523
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
2937
3524
|
}
|
|
@@ -2948,6 +3535,10 @@
|
|
|
2948
3535
|
"isSealed": true,
|
|
2949
3536
|
"isStatic": true,
|
|
2950
3537
|
"arity": 0,
|
|
3538
|
+
"baseType": {
|
|
3539
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
3540
|
+
"clrName": "System.Object"
|
|
3541
|
+
},
|
|
2951
3542
|
"methods": [],
|
|
2952
3543
|
"properties": [],
|
|
2953
3544
|
"fields": [
|
|
@@ -2959,6 +3550,7 @@
|
|
|
2959
3550
|
"isStatic": true,
|
|
2960
3551
|
"isReadOnly": false,
|
|
2961
3552
|
"isLiteral": true,
|
|
3553
|
+
"visibility": "Public",
|
|
2962
3554
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JsonClaimValueTypes",
|
|
2963
3555
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
2964
3556
|
},
|
|
@@ -2970,6 +3562,7 @@
|
|
|
2970
3562
|
"isStatic": true,
|
|
2971
3563
|
"isReadOnly": false,
|
|
2972
3564
|
"isLiteral": true,
|
|
3565
|
+
"visibility": "Public",
|
|
2973
3566
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JsonClaimValueTypes",
|
|
2974
3567
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
2975
3568
|
},
|
|
@@ -2981,6 +3574,7 @@
|
|
|
2981
3574
|
"isStatic": true,
|
|
2982
3575
|
"isReadOnly": false,
|
|
2983
3576
|
"isLiteral": true,
|
|
3577
|
+
"visibility": "Public",
|
|
2984
3578
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JsonClaimValueTypes",
|
|
2985
3579
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
2986
3580
|
}
|
|
@@ -2999,6 +3593,10 @@
|
|
|
2999
3593
|
"isSealed": true,
|
|
3000
3594
|
"isStatic": true,
|
|
3001
3595
|
"arity": 0,
|
|
3596
|
+
"baseType": {
|
|
3597
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
3598
|
+
"clrName": "System.Object"
|
|
3599
|
+
},
|
|
3002
3600
|
"methods": [],
|
|
3003
3601
|
"properties": [],
|
|
3004
3602
|
"fields": [
|
|
@@ -3010,6 +3608,7 @@
|
|
|
3010
3608
|
"isStatic": true,
|
|
3011
3609
|
"isReadOnly": false,
|
|
3012
3610
|
"isLiteral": true,
|
|
3611
|
+
"visibility": "Public",
|
|
3013
3612
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtConstants",
|
|
3014
3613
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
3015
3614
|
},
|
|
@@ -3021,6 +3620,7 @@
|
|
|
3021
3620
|
"isStatic": true,
|
|
3022
3621
|
"isReadOnly": false,
|
|
3023
3622
|
"isLiteral": true,
|
|
3623
|
+
"visibility": "Public",
|
|
3024
3624
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtConstants",
|
|
3025
3625
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
3026
3626
|
},
|
|
@@ -3032,6 +3632,7 @@
|
|
|
3032
3632
|
"isStatic": true,
|
|
3033
3633
|
"isReadOnly": false,
|
|
3034
3634
|
"isLiteral": true,
|
|
3635
|
+
"visibility": "Public",
|
|
3035
3636
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtConstants",
|
|
3036
3637
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
3037
3638
|
},
|
|
@@ -3043,6 +3644,7 @@
|
|
|
3043
3644
|
"isStatic": true,
|
|
3044
3645
|
"isReadOnly": false,
|
|
3045
3646
|
"isLiteral": true,
|
|
3647
|
+
"visibility": "Public",
|
|
3046
3648
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtConstants",
|
|
3047
3649
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
3048
3650
|
},
|
|
@@ -3054,6 +3656,7 @@
|
|
|
3054
3656
|
"isStatic": true,
|
|
3055
3657
|
"isReadOnly": false,
|
|
3056
3658
|
"isLiteral": true,
|
|
3659
|
+
"visibility": "Public",
|
|
3057
3660
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtConstants",
|
|
3058
3661
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
3059
3662
|
},
|
|
@@ -3065,6 +3668,7 @@
|
|
|
3065
3668
|
"isStatic": true,
|
|
3066
3669
|
"isReadOnly": false,
|
|
3067
3670
|
"isLiteral": true,
|
|
3671
|
+
"visibility": "Public",
|
|
3068
3672
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtConstants",
|
|
3069
3673
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
3070
3674
|
},
|
|
@@ -3076,6 +3680,7 @@
|
|
|
3076
3680
|
"isStatic": true,
|
|
3077
3681
|
"isReadOnly": false,
|
|
3078
3682
|
"isLiteral": true,
|
|
3683
|
+
"visibility": "Public",
|
|
3079
3684
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtConstants",
|
|
3080
3685
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
|
|
3081
3686
|
}
|
|
@@ -3094,6 +3699,10 @@
|
|
|
3094
3699
|
"isSealed": true,
|
|
3095
3700
|
"isStatic": true,
|
|
3096
3701
|
"arity": 0,
|
|
3702
|
+
"baseType": {
|
|
3703
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
3704
|
+
"clrName": "System.Object"
|
|
3705
|
+
},
|
|
3097
3706
|
"methods": [
|
|
3098
3707
|
{
|
|
3099
3708
|
"stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenConverter::Convert(Microsoft.IdentityModel.JsonWebTokens.JsonWebToken):System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
|
|
@@ -3110,6 +3719,7 @@
|
|
|
3110
3719
|
"isVirtual": false,
|
|
3111
3720
|
"isOverride": false,
|
|
3112
3721
|
"isSealed": false,
|
|
3722
|
+
"visibility": "Public",
|
|
3113
3723
|
"declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenConverter",
|
|
3114
3724
|
"declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
|
|
3115
3725
|
"isExtensionMethod": false
|