@tsonic/microsoft-extensions 10.0.41 → 10.0.42
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/Microsoft.Extensions.Caching.Distributed/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.Caching.Distributed.d.ts +4 -0
- package/Microsoft.Extensions.Caching.Hybrid/internal/index.d.ts +11 -11
- package/Microsoft.Extensions.Caching.Hybrid.d.ts +5 -1
- package/Microsoft.Extensions.Caching.Memory/internal/index.d.ts +31 -31
- package/Microsoft.Extensions.Caching.Memory.d.ts +4 -0
- package/Microsoft.Extensions.Configuration/internal/index.d.ts +23 -23
- package/Microsoft.Extensions.Configuration.CommandLine/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.Configuration.CommandLine.d.ts +4 -0
- package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.Configuration.EnvironmentVariables.d.ts +4 -0
- package/Microsoft.Extensions.Configuration.Ini/internal/index.d.ts +3 -3
- package/Microsoft.Extensions.Configuration.Ini.d.ts +4 -0
- package/Microsoft.Extensions.Configuration.Json/internal/index.d.ts +3 -3
- package/Microsoft.Extensions.Configuration.Json.d.ts +4 -0
- package/Microsoft.Extensions.Configuration.KeyPerFile/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.Configuration.KeyPerFile.d.ts +4 -0
- package/Microsoft.Extensions.Configuration.Memory/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.Configuration.Memory.d.ts +4 -0
- package/Microsoft.Extensions.Configuration.UserSecrets/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.Configuration.UserSecrets.d.ts +4 -0
- package/Microsoft.Extensions.Configuration.Xml/internal/index.d.ts +3 -3
- package/Microsoft.Extensions.Configuration.Xml.d.ts +4 -0
- package/Microsoft.Extensions.Configuration.d.ts +4 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +137 -137
- package/Microsoft.Extensions.DependencyInjection.Extensions/internal/index.d.ts +30 -30
- package/Microsoft.Extensions.DependencyInjection.Extensions.d.ts +4 -0
- package/Microsoft.Extensions.DependencyInjection.d.ts +7 -3
- package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/index.d.ts +9 -9
- package/Microsoft.Extensions.Diagnostics.HealthChecks.d.ts +4 -0
- package/Microsoft.Extensions.Diagnostics.Metrics/internal/index.d.ts +4 -4
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration.d.ts +4 -0
- package/Microsoft.Extensions.Diagnostics.Metrics.d.ts +4 -0
- package/Microsoft.Extensions.FileProviders/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.FileProviders.Composite/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.FileProviders.Composite.d.ts +4 -0
- package/Microsoft.Extensions.FileProviders.Embedded/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.FileProviders.Embedded.d.ts +4 -0
- package/Microsoft.Extensions.FileProviders.Internal/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.FileProviders.Internal.d.ts +4 -0
- package/Microsoft.Extensions.FileProviders.Physical/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.FileProviders.Physical.d.ts +4 -0
- package/Microsoft.Extensions.FileProviders.d.ts +4 -0
- package/Microsoft.Extensions.FileSystemGlobbing/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions.d.ts +4 -0
- package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.d.ts +4 -0
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.d.ts +9 -9
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.d.ts +4 -0
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns.d.ts +4 -0
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.d.ts +4 -0
- package/Microsoft.Extensions.FileSystemGlobbing.d.ts +4 -0
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +14 -14
- package/Microsoft.Extensions.Hosting.Internal/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.Hosting.Internal.d.ts +4 -0
- package/Microsoft.Extensions.Hosting.d.ts +4 -0
- package/Microsoft.Extensions.Http/internal/index.d.ts +3 -3
- package/Microsoft.Extensions.Http.Logging/internal/index.d.ts +10 -10
- package/Microsoft.Extensions.Http.Logging.d.ts +4 -0
- package/Microsoft.Extensions.Http.d.ts +5 -1
- package/Microsoft.Extensions.Internal/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.Internal.d.ts +4 -0
- package/Microsoft.Extensions.Localization/internal/index.d.ts +14 -14
- package/Microsoft.Extensions.Localization.d.ts +6 -2
- package/Microsoft.Extensions.Logging/internal/index.d.ts +67 -65
- package/Microsoft.Extensions.Logging.Abstractions/internal/index.d.ts +14 -14
- package/Microsoft.Extensions.Logging.Abstractions.d.ts +6 -2
- package/Microsoft.Extensions.Logging.Configuration/internal/index.d.ts +8 -8
- package/Microsoft.Extensions.Logging.Configuration.d.ts +5 -1
- package/Microsoft.Extensions.Logging.Console/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.Logging.Console.d.ts +4 -0
- package/Microsoft.Extensions.Logging.Debug/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.Logging.Debug.d.ts +4 -0
- package/Microsoft.Extensions.Logging.EventLog/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.Logging.EventLog.d.ts +4 -0
- package/Microsoft.Extensions.Logging.EventSource/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.Logging.EventSource.d.ts +4 -0
- package/Microsoft.Extensions.Logging.TraceSource/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.Logging.TraceSource.d.ts +4 -0
- package/Microsoft.Extensions.Logging.d.ts +6 -2
- package/Microsoft.Extensions.ObjectPool/internal/index.d.ts +29 -29
- package/Microsoft.Extensions.ObjectPool.d.ts +7 -3
- package/Microsoft.Extensions.Options/internal/index.d.ts +162 -162
- package/Microsoft.Extensions.Options.d.ts +50 -46
- package/Microsoft.Extensions.Primitives/bindings.json +20 -0
- package/Microsoft.Extensions.Primitives/internal/index.d.ts +8 -7
- package/Microsoft.Extensions.Primitives.d.ts +4 -0
- package/Microsoft.Extensions.Validation/internal/index.d.ts +7 -7
- package/Microsoft.Extensions.Validation.d.ts +4 -0
- package/Microsoft.Extensions.WebEncoders/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.WebEncoders.Testing/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.WebEncoders.Testing.d.ts +4 -0
- package/Microsoft.Extensions.WebEncoders.d.ts +4 -0
- package/README.md +8 -0
- package/System.Diagnostics/internal/index.d.ts +9 -9
- package/System.Diagnostics.Eventing.Reader/internal/index.d.ts +5 -5
- package/System.Diagnostics.Eventing.Reader.d.ts +4 -0
- package/System.Diagnostics.d.ts +4 -0
- package/System.Net.Http/internal/index.d.ts +1 -1
- package/System.Net.Http.d.ts +4 -0
- package/System.Security.Cryptography/internal/index.d.ts +2 -2
- package/System.Security.Cryptography.Pkcs/internal/index.d.ts +6 -6
- package/System.Security.Cryptography.Pkcs.d.ts +4 -0
- package/System.Security.Cryptography.Xml/bindings.json +404 -404
- package/System.Security.Cryptography.Xml/internal/index.d.ts +37 -37
- package/System.Security.Cryptography.Xml.d.ts +4 -0
- package/System.Security.Cryptography.d.ts +4 -0
- package/__internal/extensions/index.d.ts +191 -191
- package/package.json +3 -3
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
{
|
|
21
21
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.IRelDecryptor::Decrypt(System.Security.Cryptography.Xml.EncryptionMethod,System.Security.Cryptography.Xml.KeyInfo,System.IO.Stream):System.IO.Stream",
|
|
22
22
|
"clrName": "Decrypt",
|
|
23
|
-
"metadataToken":
|
|
23
|
+
"metadataToken": 100663746,
|
|
24
24
|
"canonicalSignature": "(System.Security.Cryptography.Xml.EncryptionMethod,System.Security.Cryptography.Xml.KeyInfo,System.IO.Stream):System.IO.Stream",
|
|
25
25
|
"normalizedSignature": "Decrypt|(System.Security.Cryptography.Xml.EncryptionMethod,System.Security.Cryptography.Xml.KeyInfo,System.IO.Stream):System.IO.Stream|static=false",
|
|
26
26
|
"emitScope": "ClassSurface",
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
{
|
|
123
123
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.CipherData::GetXml():System.Xml.XmlElement",
|
|
124
124
|
"clrName": "GetXml",
|
|
125
|
-
"metadataToken":
|
|
125
|
+
"metadataToken": 100663549,
|
|
126
126
|
"canonicalSignature": "():System.Xml.XmlElement",
|
|
127
127
|
"normalizedSignature": "GetXml|():System.Xml.XmlElement|static=false",
|
|
128
128
|
"emitScope": "ClassSurface",
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
{
|
|
143
143
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.CipherData::LoadXml(System.Xml.XmlElement):System.Void",
|
|
144
144
|
"clrName": "LoadXml",
|
|
145
|
-
"metadataToken":
|
|
145
|
+
"metadataToken": 100663551,
|
|
146
146
|
"canonicalSignature": "(System.Xml.XmlElement):System.Void",
|
|
147
147
|
"normalizedSignature": "LoadXml|(System.Xml.XmlElement):System.Void|static=false",
|
|
148
148
|
"emitScope": "ClassSurface",
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
{
|
|
165
165
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.CipherData::CipherReference:System.Security.Cryptography.Xml.CipherReference",
|
|
166
166
|
"clrName": "CipherReference",
|
|
167
|
-
"metadataToken":
|
|
167
|
+
"metadataToken": 385876086,
|
|
168
168
|
"canonicalSignature": ":System.Security.Cryptography.Xml.CipherReference",
|
|
169
169
|
"normalizedSignature": "CipherReference|:System.Security.Cryptography.Xml.CipherReference|static=false|accessor=getset",
|
|
170
170
|
"emitScope": "ClassSurface",
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
{
|
|
184
184
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.CipherData::CipherValue:System.Byte[]",
|
|
185
185
|
"clrName": "CipherValue",
|
|
186
|
-
"metadataToken":
|
|
186
|
+
"metadataToken": 385876087,
|
|
187
187
|
"canonicalSignature": ":System.Byte[]",
|
|
188
188
|
"normalizedSignature": "CipherValue|:System.Byte[]|static=false|accessor=getset",
|
|
189
189
|
"emitScope": "ClassSurface",
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
"constructors": [
|
|
206
206
|
{
|
|
207
207
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.CipherData::.ctor():void",
|
|
208
|
-
"metadataToken":
|
|
208
|
+
"metadataToken": 100663541,
|
|
209
209
|
"canonicalSignature": "():void",
|
|
210
210
|
"normalizedSignature": "constructor|():void|static=false",
|
|
211
211
|
"isStatic": false,
|
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
},
|
|
217
217
|
{
|
|
218
218
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.CipherData::.ctor(System.Byte[]):void",
|
|
219
|
-
"metadataToken":
|
|
219
|
+
"metadataToken": 100663542,
|
|
220
220
|
"canonicalSignature": "(System.Byte[]):void",
|
|
221
221
|
"normalizedSignature": "constructor|(System.Byte[]):void|static=false",
|
|
222
222
|
"isStatic": false,
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
},
|
|
228
228
|
{
|
|
229
229
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.CipherData::.ctor(System.Security.Cryptography.Xml.CipherReference):void",
|
|
230
|
-
"metadataToken":
|
|
230
|
+
"metadataToken": 100663543,
|
|
231
231
|
"canonicalSignature": "(System.Security.Cryptography.Xml.CipherReference):void",
|
|
232
232
|
"normalizedSignature": "constructor|(System.Security.Cryptography.Xml.CipherReference):void|static=false",
|
|
233
233
|
"isStatic": false,
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
{
|
|
258
258
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.CipherReference::GetXml():System.Xml.XmlElement",
|
|
259
259
|
"clrName": "GetXml",
|
|
260
|
-
"metadataToken":
|
|
260
|
+
"metadataToken": 100663557,
|
|
261
261
|
"canonicalSignature": "():System.Xml.XmlElement",
|
|
262
262
|
"normalizedSignature": "GetXml|():System.Xml.XmlElement|static=false",
|
|
263
263
|
"emitScope": "ClassSurface",
|
|
@@ -277,7 +277,7 @@
|
|
|
277
277
|
{
|
|
278
278
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.CipherReference::LoadXml(System.Xml.XmlElement):System.Void",
|
|
279
279
|
"clrName": "LoadXml",
|
|
280
|
-
"metadataToken":
|
|
280
|
+
"metadataToken": 100663559,
|
|
281
281
|
"canonicalSignature": "(System.Xml.XmlElement):System.Void",
|
|
282
282
|
"normalizedSignature": "LoadXml|(System.Xml.XmlElement):System.Void|static=false",
|
|
283
283
|
"emitScope": "ClassSurface",
|
|
@@ -301,7 +301,7 @@
|
|
|
301
301
|
"constructors": [
|
|
302
302
|
{
|
|
303
303
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.CipherReference::.ctor():void",
|
|
304
|
-
"metadataToken":
|
|
304
|
+
"metadataToken": 100663552,
|
|
305
305
|
"canonicalSignature": "():void",
|
|
306
306
|
"normalizedSignature": "constructor|():void|static=false",
|
|
307
307
|
"isStatic": false,
|
|
@@ -312,7 +312,7 @@
|
|
|
312
312
|
},
|
|
313
313
|
{
|
|
314
314
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.CipherReference::.ctor(System.String):void",
|
|
315
|
-
"metadataToken":
|
|
315
|
+
"metadataToken": 100663553,
|
|
316
316
|
"canonicalSignature": "(System.String):void",
|
|
317
317
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
318
318
|
"isStatic": false,
|
|
@@ -323,7 +323,7 @@
|
|
|
323
323
|
},
|
|
324
324
|
{
|
|
325
325
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.CipherReference::.ctor(System.String,System.Security.Cryptography.Xml.TransformChain):void",
|
|
326
|
-
"metadataToken":
|
|
326
|
+
"metadataToken": 100663554,
|
|
327
327
|
"canonicalSignature": "(System.String,System.Security.Cryptography.Xml.TransformChain):void",
|
|
328
328
|
"normalizedSignature": "constructor|(System.String,System.Security.Cryptography.Xml.TransformChain):void|static=false",
|
|
329
329
|
"isStatic": false,
|
|
@@ -362,7 +362,7 @@
|
|
|
362
362
|
"constructors": [
|
|
363
363
|
{
|
|
364
364
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException::.ctor():void",
|
|
365
|
-
"metadataToken":
|
|
365
|
+
"metadataToken": 100663560,
|
|
366
366
|
"canonicalSignature": "():void",
|
|
367
367
|
"normalizedSignature": "constructor|():void|static=false",
|
|
368
368
|
"isStatic": false,
|
|
@@ -373,7 +373,7 @@
|
|
|
373
373
|
},
|
|
374
374
|
{
|
|
375
375
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException::.ctor(System.String):void",
|
|
376
|
-
"metadataToken":
|
|
376
|
+
"metadataToken": 100663561,
|
|
377
377
|
"canonicalSignature": "(System.String):void",
|
|
378
378
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
379
379
|
"isStatic": false,
|
|
@@ -384,7 +384,7 @@
|
|
|
384
384
|
},
|
|
385
385
|
{
|
|
386
386
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException::.ctor(System.String,System.Exception):void",
|
|
387
|
-
"metadataToken":
|
|
387
|
+
"metadataToken": 100663562,
|
|
388
388
|
"canonicalSignature": "(System.String,System.Exception):void",
|
|
389
389
|
"normalizedSignature": "constructor|(System.String,System.Exception):void|static=false",
|
|
390
390
|
"isStatic": false,
|
|
@@ -395,7 +395,7 @@
|
|
|
395
395
|
},
|
|
396
396
|
{
|
|
397
397
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
|
|
398
|
-
"metadataToken":
|
|
398
|
+
"metadataToken": 100663563,
|
|
399
399
|
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
|
|
400
400
|
"normalizedSignature": "constructor|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void|static=false",
|
|
401
401
|
"isStatic": false,
|
|
@@ -425,7 +425,7 @@
|
|
|
425
425
|
{
|
|
426
426
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.DataObject::GetXml():System.Xml.XmlElement",
|
|
427
427
|
"clrName": "GetXml",
|
|
428
|
-
"metadataToken":
|
|
428
|
+
"metadataToken": 100663575,
|
|
429
429
|
"canonicalSignature": "():System.Xml.XmlElement",
|
|
430
430
|
"normalizedSignature": "GetXml|():System.Xml.XmlElement|static=false",
|
|
431
431
|
"emitScope": "ClassSurface",
|
|
@@ -445,7 +445,7 @@
|
|
|
445
445
|
{
|
|
446
446
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.DataObject::LoadXml(System.Xml.XmlElement):System.Void",
|
|
447
447
|
"clrName": "LoadXml",
|
|
448
|
-
"metadataToken":
|
|
448
|
+
"metadataToken": 100663577,
|
|
449
449
|
"canonicalSignature": "(System.Xml.XmlElement):System.Void",
|
|
450
450
|
"normalizedSignature": "LoadXml|(System.Xml.XmlElement):System.Void|static=false",
|
|
451
451
|
"emitScope": "ClassSurface",
|
|
@@ -467,7 +467,7 @@
|
|
|
467
467
|
{
|
|
468
468
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.DataObject::Id:System.String",
|
|
469
469
|
"clrName": "Id",
|
|
470
|
-
"metadataToken":
|
|
470
|
+
"metadataToken": 385876089,
|
|
471
471
|
"canonicalSignature": ":System.String",
|
|
472
472
|
"normalizedSignature": "Id|:System.String|static=false|accessor=getset",
|
|
473
473
|
"emitScope": "ClassSurface",
|
|
@@ -486,7 +486,7 @@
|
|
|
486
486
|
{
|
|
487
487
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.DataObject::MimeType:System.String",
|
|
488
488
|
"clrName": "MimeType",
|
|
489
|
-
"metadataToken":
|
|
489
|
+
"metadataToken": 385876090,
|
|
490
490
|
"canonicalSignature": ":System.String",
|
|
491
491
|
"normalizedSignature": "MimeType|:System.String|static=false|accessor=getset",
|
|
492
492
|
"emitScope": "ClassSurface",
|
|
@@ -505,7 +505,7 @@
|
|
|
505
505
|
{
|
|
506
506
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.DataObject::Encoding:System.String",
|
|
507
507
|
"clrName": "Encoding",
|
|
508
|
-
"metadataToken":
|
|
508
|
+
"metadataToken": 385876091,
|
|
509
509
|
"canonicalSignature": ":System.String",
|
|
510
510
|
"normalizedSignature": "Encoding|:System.String|static=false|accessor=getset",
|
|
511
511
|
"emitScope": "ClassSurface",
|
|
@@ -524,7 +524,7 @@
|
|
|
524
524
|
{
|
|
525
525
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.DataObject::Data:System.Xml.XmlNodeList",
|
|
526
526
|
"clrName": "Data",
|
|
527
|
-
"metadataToken":
|
|
527
|
+
"metadataToken": 385876092,
|
|
528
528
|
"canonicalSignature": ":System.Xml.XmlNodeList",
|
|
529
529
|
"normalizedSignature": "Data|:System.Xml.XmlNodeList|static=false|accessor=getset",
|
|
530
530
|
"emitScope": "ClassSurface",
|
|
@@ -546,7 +546,7 @@
|
|
|
546
546
|
"constructors": [
|
|
547
547
|
{
|
|
548
548
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.DataObject::.ctor():void",
|
|
549
|
-
"metadataToken":
|
|
549
|
+
"metadataToken": 100663564,
|
|
550
550
|
"canonicalSignature": "():void",
|
|
551
551
|
"normalizedSignature": "constructor|():void|static=false",
|
|
552
552
|
"isStatic": false,
|
|
@@ -557,7 +557,7 @@
|
|
|
557
557
|
},
|
|
558
558
|
{
|
|
559
559
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.DataObject::.ctor(System.String,System.String,System.String,System.Xml.XmlElement):void",
|
|
560
|
-
"metadataToken":
|
|
560
|
+
"metadataToken": 100663565,
|
|
561
561
|
"canonicalSignature": "(System.String,System.String,System.String,System.Xml.XmlElement):void",
|
|
562
562
|
"normalizedSignature": "constructor|(System.String,System.String,System.String,System.Xml.XmlElement):void|static=false",
|
|
563
563
|
"isStatic": false,
|
|
@@ -590,7 +590,7 @@
|
|
|
590
590
|
"constructors": [
|
|
591
591
|
{
|
|
592
592
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.DataReference::.ctor():void",
|
|
593
|
-
"metadataToken":
|
|
593
|
+
"metadataToken": 100663578,
|
|
594
594
|
"canonicalSignature": "():void",
|
|
595
595
|
"normalizedSignature": "constructor|():void|static=false",
|
|
596
596
|
"isStatic": false,
|
|
@@ -601,7 +601,7 @@
|
|
|
601
601
|
},
|
|
602
602
|
{
|
|
603
603
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.DataReference::.ctor(System.String):void",
|
|
604
|
-
"metadataToken":
|
|
604
|
+
"metadataToken": 100663579,
|
|
605
605
|
"canonicalSignature": "(System.String):void",
|
|
606
606
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
607
607
|
"isStatic": false,
|
|
@@ -612,7 +612,7 @@
|
|
|
612
612
|
},
|
|
613
613
|
{
|
|
614
614
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.DataReference::.ctor(System.String,System.Security.Cryptography.Xml.TransformChain):void",
|
|
615
|
-
"metadataToken":
|
|
615
|
+
"metadataToken": 100663580,
|
|
616
616
|
"canonicalSignature": "(System.String,System.Security.Cryptography.Xml.TransformChain):void",
|
|
617
617
|
"normalizedSignature": "constructor|(System.String,System.Security.Cryptography.Xml.TransformChain):void|static=false",
|
|
618
618
|
"isStatic": false,
|
|
@@ -642,7 +642,7 @@
|
|
|
642
642
|
{
|
|
643
643
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.DSAKeyValue::GetXml():System.Xml.XmlElement",
|
|
644
644
|
"clrName": "GetXml",
|
|
645
|
-
"metadataToken":
|
|
645
|
+
"metadataToken": 100663585,
|
|
646
646
|
"canonicalSignature": "():System.Xml.XmlElement",
|
|
647
647
|
"normalizedSignature": "GetXml|():System.Xml.XmlElement|static=false",
|
|
648
648
|
"emitScope": "ClassSurface",
|
|
@@ -662,7 +662,7 @@
|
|
|
662
662
|
{
|
|
663
663
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.DSAKeyValue::LoadXml(System.Xml.XmlElement):System.Void",
|
|
664
664
|
"clrName": "LoadXml",
|
|
665
|
-
"metadataToken":
|
|
665
|
+
"metadataToken": 100663587,
|
|
666
666
|
"canonicalSignature": "(System.Xml.XmlElement):System.Void",
|
|
667
667
|
"normalizedSignature": "LoadXml|(System.Xml.XmlElement):System.Void|static=false",
|
|
668
668
|
"emitScope": "ClassSurface",
|
|
@@ -684,7 +684,7 @@
|
|
|
684
684
|
{
|
|
685
685
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.DSAKeyValue::Key:System.Security.Cryptography.DSA",
|
|
686
686
|
"clrName": "Key",
|
|
687
|
-
"metadataToken":
|
|
687
|
+
"metadataToken": 385876094,
|
|
688
688
|
"canonicalSignature": ":System.Security.Cryptography.DSA",
|
|
689
689
|
"normalizedSignature": "Key|:System.Security.Cryptography.DSA|static=false|accessor=getset",
|
|
690
690
|
"emitScope": "ClassSurface",
|
|
@@ -706,7 +706,7 @@
|
|
|
706
706
|
"constructors": [
|
|
707
707
|
{
|
|
708
708
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.DSAKeyValue::.ctor():void",
|
|
709
|
-
"metadataToken":
|
|
709
|
+
"metadataToken": 100663581,
|
|
710
710
|
"canonicalSignature": "():void",
|
|
711
711
|
"normalizedSignature": "constructor|():void|static=false",
|
|
712
712
|
"isStatic": false,
|
|
@@ -717,7 +717,7 @@
|
|
|
717
717
|
},
|
|
718
718
|
{
|
|
719
719
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.DSAKeyValue::.ctor(System.Security.Cryptography.DSA):void",
|
|
720
|
-
"metadataToken":
|
|
720
|
+
"metadataToken": 100663582,
|
|
721
721
|
"canonicalSignature": "(System.Security.Cryptography.DSA):void",
|
|
722
722
|
"normalizedSignature": "constructor|(System.Security.Cryptography.DSA):void|static=false",
|
|
723
723
|
"isStatic": false,
|
|
@@ -747,7 +747,7 @@
|
|
|
747
747
|
{
|
|
748
748
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedData::LoadXml(System.Xml.XmlElement):System.Void",
|
|
749
749
|
"clrName": "LoadXml",
|
|
750
|
-
"metadataToken":
|
|
750
|
+
"metadataToken": 100663592,
|
|
751
751
|
"canonicalSignature": "(System.Xml.XmlElement):System.Void",
|
|
752
752
|
"normalizedSignature": "LoadXml|(System.Xml.XmlElement):System.Void|static=false",
|
|
753
753
|
"emitScope": "ClassSurface",
|
|
@@ -767,7 +767,7 @@
|
|
|
767
767
|
{
|
|
768
768
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedData::GetXml():System.Xml.XmlElement",
|
|
769
769
|
"clrName": "GetXml",
|
|
770
|
-
"metadataToken":
|
|
770
|
+
"metadataToken": 100663593,
|
|
771
771
|
"canonicalSignature": "():System.Xml.XmlElement",
|
|
772
772
|
"normalizedSignature": "GetXml|():System.Xml.XmlElement|static=false",
|
|
773
773
|
"emitScope": "ClassSurface",
|
|
@@ -791,7 +791,7 @@
|
|
|
791
791
|
"constructors": [
|
|
792
792
|
{
|
|
793
793
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedData::.ctor():void",
|
|
794
|
-
"metadataToken":
|
|
794
|
+
"metadataToken": 100663595,
|
|
795
795
|
"canonicalSignature": "():void",
|
|
796
796
|
"normalizedSignature": "constructor|():void|static=false",
|
|
797
797
|
"isStatic": false,
|
|
@@ -821,7 +821,7 @@
|
|
|
821
821
|
{
|
|
822
822
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedKey::AddReference(System.Security.Cryptography.Xml.DataReference):System.Void",
|
|
823
823
|
"clrName": "AddReference",
|
|
824
|
-
"metadataToken":
|
|
824
|
+
"metadataToken": 100663602,
|
|
825
825
|
"canonicalSignature": "(System.Security.Cryptography.Xml.DataReference):System.Void",
|
|
826
826
|
"normalizedSignature": "AddReference|(System.Security.Cryptography.Xml.DataReference):System.Void|static=false",
|
|
827
827
|
"emitScope": "ClassSurface",
|
|
@@ -841,7 +841,7 @@
|
|
|
841
841
|
{
|
|
842
842
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedKey::AddReference(System.Security.Cryptography.Xml.KeyReference):System.Void",
|
|
843
843
|
"clrName": "AddReference",
|
|
844
|
-
"metadataToken":
|
|
844
|
+
"metadataToken": 100663603,
|
|
845
845
|
"canonicalSignature": "(System.Security.Cryptography.Xml.KeyReference):System.Void",
|
|
846
846
|
"normalizedSignature": "AddReference|(System.Security.Cryptography.Xml.KeyReference):System.Void|static=false",
|
|
847
847
|
"emitScope": "ClassSurface",
|
|
@@ -861,7 +861,7 @@
|
|
|
861
861
|
{
|
|
862
862
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedKey::LoadXml(System.Xml.XmlElement):System.Void",
|
|
863
863
|
"clrName": "LoadXml",
|
|
864
|
-
"metadataToken":
|
|
864
|
+
"metadataToken": 100663604,
|
|
865
865
|
"canonicalSignature": "(System.Xml.XmlElement):System.Void",
|
|
866
866
|
"normalizedSignature": "LoadXml|(System.Xml.XmlElement):System.Void|static=false",
|
|
867
867
|
"emitScope": "ClassSurface",
|
|
@@ -881,7 +881,7 @@
|
|
|
881
881
|
{
|
|
882
882
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedKey::GetXml():System.Xml.XmlElement",
|
|
883
883
|
"clrName": "GetXml",
|
|
884
|
-
"metadataToken":
|
|
884
|
+
"metadataToken": 100663605,
|
|
885
885
|
"canonicalSignature": "():System.Xml.XmlElement",
|
|
886
886
|
"normalizedSignature": "GetXml|():System.Xml.XmlElement|static=false",
|
|
887
887
|
"emitScope": "ClassSurface",
|
|
@@ -903,7 +903,7 @@
|
|
|
903
903
|
{
|
|
904
904
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedKey::Recipient:System.String",
|
|
905
905
|
"clrName": "Recipient",
|
|
906
|
-
"metadataToken":
|
|
906
|
+
"metadataToken": 385876095,
|
|
907
907
|
"canonicalSignature": ":System.String",
|
|
908
908
|
"normalizedSignature": "Recipient|:System.String|static=false|accessor=getset",
|
|
909
909
|
"emitScope": "ClassSurface",
|
|
@@ -922,7 +922,7 @@
|
|
|
922
922
|
{
|
|
923
923
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedKey::CarriedKeyName:System.String",
|
|
924
924
|
"clrName": "CarriedKeyName",
|
|
925
|
-
"metadataToken":
|
|
925
|
+
"metadataToken": 385876096,
|
|
926
926
|
"canonicalSignature": ":System.String",
|
|
927
927
|
"normalizedSignature": "CarriedKeyName|:System.String|static=false|accessor=getset",
|
|
928
928
|
"emitScope": "ClassSurface",
|
|
@@ -941,7 +941,7 @@
|
|
|
941
941
|
{
|
|
942
942
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedKey::ReferenceList:System.Security.Cryptography.Xml.ReferenceList",
|
|
943
943
|
"clrName": "ReferenceList",
|
|
944
|
-
"metadataToken":
|
|
944
|
+
"metadataToken": 385876097,
|
|
945
945
|
"canonicalSignature": ":System.Security.Cryptography.Xml.ReferenceList",
|
|
946
946
|
"normalizedSignature": "ReferenceList|:System.Security.Cryptography.Xml.ReferenceList|static=false|accessor=get",
|
|
947
947
|
"emitScope": "ClassSurface",
|
|
@@ -963,7 +963,7 @@
|
|
|
963
963
|
"constructors": [
|
|
964
964
|
{
|
|
965
965
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedKey::.ctor():void",
|
|
966
|
-
"metadataToken":
|
|
966
|
+
"metadataToken": 100663596,
|
|
967
967
|
"canonicalSignature": "():void",
|
|
968
968
|
"normalizedSignature": "constructor|():void|static=false",
|
|
969
969
|
"isStatic": false,
|
|
@@ -993,7 +993,7 @@
|
|
|
993
993
|
{
|
|
994
994
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedReference::AddTransform(System.Security.Cryptography.Xml.Transform):System.Void",
|
|
995
995
|
"clrName": "AddTransform",
|
|
996
|
-
"metadataToken":
|
|
996
|
+
"metadataToken": 100663614,
|
|
997
997
|
"canonicalSignature": "(System.Security.Cryptography.Xml.Transform):System.Void",
|
|
998
998
|
"normalizedSignature": "AddTransform|(System.Security.Cryptography.Xml.Transform):System.Void|static=false",
|
|
999
999
|
"emitScope": "ClassSurface",
|
|
@@ -1013,7 +1013,7 @@
|
|
|
1013
1013
|
{
|
|
1014
1014
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedReference::GetXml():System.Xml.XmlElement",
|
|
1015
1015
|
"clrName": "GetXml",
|
|
1016
|
-
"metadataToken":
|
|
1016
|
+
"metadataToken": 100663618,
|
|
1017
1017
|
"canonicalSignature": "():System.Xml.XmlElement",
|
|
1018
1018
|
"normalizedSignature": "GetXml|():System.Xml.XmlElement|static=false",
|
|
1019
1019
|
"emitScope": "ClassSurface",
|
|
@@ -1033,7 +1033,7 @@
|
|
|
1033
1033
|
{
|
|
1034
1034
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedReference::LoadXml(System.Xml.XmlElement):System.Void",
|
|
1035
1035
|
"clrName": "LoadXml",
|
|
1036
|
-
"metadataToken":
|
|
1036
|
+
"metadataToken": 100663620,
|
|
1037
1037
|
"canonicalSignature": "(System.Xml.XmlElement):System.Void",
|
|
1038
1038
|
"normalizedSignature": "LoadXml|(System.Xml.XmlElement):System.Void|static=false",
|
|
1039
1039
|
"emitScope": "ClassSurface",
|
|
@@ -1055,7 +1055,7 @@
|
|
|
1055
1055
|
{
|
|
1056
1056
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedReference::Uri:System.String",
|
|
1057
1057
|
"clrName": "Uri",
|
|
1058
|
-
"metadataToken":
|
|
1058
|
+
"metadataToken": 385876098,
|
|
1059
1059
|
"canonicalSignature": ":System.String",
|
|
1060
1060
|
"normalizedSignature": "Uri|:System.String|static=false|accessor=getset",
|
|
1061
1061
|
"emitScope": "ClassSurface",
|
|
@@ -1074,7 +1074,7 @@
|
|
|
1074
1074
|
{
|
|
1075
1075
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedReference::TransformChain:System.Security.Cryptography.Xml.TransformChain",
|
|
1076
1076
|
"clrName": "TransformChain",
|
|
1077
|
-
"metadataToken":
|
|
1077
|
+
"metadataToken": 385876099,
|
|
1078
1078
|
"canonicalSignature": ":System.Security.Cryptography.Xml.TransformChain",
|
|
1079
1079
|
"normalizedSignature": "TransformChain|:System.Security.Cryptography.Xml.TransformChain|static=false|accessor=getset",
|
|
1080
1080
|
"emitScope": "ClassSurface",
|
|
@@ -1093,7 +1093,7 @@
|
|
|
1093
1093
|
{
|
|
1094
1094
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedReference::ReferenceType:System.String",
|
|
1095
1095
|
"clrName": "ReferenceType",
|
|
1096
|
-
"metadataToken":
|
|
1096
|
+
"metadataToken": 385876100,
|
|
1097
1097
|
"canonicalSignature": ":System.String",
|
|
1098
1098
|
"normalizedSignature": "ReferenceType|:System.String|static=false|accessor=getset",
|
|
1099
1099
|
"emitScope": "ClassSurface",
|
|
@@ -1112,7 +1112,7 @@
|
|
|
1112
1112
|
{
|
|
1113
1113
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedReference::CacheValid:System.Boolean",
|
|
1114
1114
|
"clrName": "CacheValid",
|
|
1115
|
-
"metadataToken":
|
|
1115
|
+
"metadataToken": 385876101,
|
|
1116
1116
|
"canonicalSignature": ":System.Boolean",
|
|
1117
1117
|
"normalizedSignature": "CacheValid|:System.Boolean|static=false|accessor=get",
|
|
1118
1118
|
"emitScope": "ClassSurface",
|
|
@@ -1134,7 +1134,7 @@
|
|
|
1134
1134
|
"constructors": [
|
|
1135
1135
|
{
|
|
1136
1136
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedReference::.ctor():void",
|
|
1137
|
-
"metadataToken":
|
|
1137
|
+
"metadataToken": 100663607,
|
|
1138
1138
|
"canonicalSignature": "():void",
|
|
1139
1139
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1140
1140
|
"isStatic": false,
|
|
@@ -1145,7 +1145,7 @@
|
|
|
1145
1145
|
},
|
|
1146
1146
|
{
|
|
1147
1147
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedReference::.ctor(System.String):void",
|
|
1148
|
-
"metadataToken":
|
|
1148
|
+
"metadataToken": 100663608,
|
|
1149
1149
|
"canonicalSignature": "(System.String):void",
|
|
1150
1150
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
1151
1151
|
"isStatic": false,
|
|
@@ -1156,7 +1156,7 @@
|
|
|
1156
1156
|
},
|
|
1157
1157
|
{
|
|
1158
1158
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedReference::.ctor(System.String,System.Security.Cryptography.Xml.TransformChain):void",
|
|
1159
|
-
"metadataToken":
|
|
1159
|
+
"metadataToken": 100663609,
|
|
1160
1160
|
"canonicalSignature": "(System.String,System.Security.Cryptography.Xml.TransformChain):void",
|
|
1161
1161
|
"normalizedSignature": "constructor|(System.String,System.Security.Cryptography.Xml.TransformChain):void|static=false",
|
|
1162
1162
|
"isStatic": false,
|
|
@@ -1186,7 +1186,7 @@
|
|
|
1186
1186
|
{
|
|
1187
1187
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedType::AddProperty(System.Security.Cryptography.Xml.EncryptionProperty):System.Void",
|
|
1188
1188
|
"clrName": "AddProperty",
|
|
1189
|
-
"metadataToken":
|
|
1189
|
+
"metadataToken": 100663637,
|
|
1190
1190
|
"canonicalSignature": "(System.Security.Cryptography.Xml.EncryptionProperty):System.Void",
|
|
1191
1191
|
"normalizedSignature": "AddProperty|(System.Security.Cryptography.Xml.EncryptionProperty):System.Void|static=false",
|
|
1192
1192
|
"emitScope": "ClassSurface",
|
|
@@ -1206,7 +1206,7 @@
|
|
|
1206
1206
|
{
|
|
1207
1207
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedType::LoadXml(System.Xml.XmlElement):System.Void",
|
|
1208
1208
|
"clrName": "LoadXml",
|
|
1209
|
-
"metadataToken":
|
|
1209
|
+
"metadataToken": 100663640,
|
|
1210
1210
|
"canonicalSignature": "(System.Xml.XmlElement):System.Void",
|
|
1211
1211
|
"normalizedSignature": "LoadXml|(System.Xml.XmlElement):System.Void|static=false",
|
|
1212
1212
|
"emitScope": "ClassSurface",
|
|
@@ -1226,7 +1226,7 @@
|
|
|
1226
1226
|
{
|
|
1227
1227
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedType::GetXml():System.Xml.XmlElement",
|
|
1228
1228
|
"clrName": "GetXml",
|
|
1229
|
-
"metadataToken":
|
|
1229
|
+
"metadataToken": 100663641,
|
|
1230
1230
|
"canonicalSignature": "():System.Xml.XmlElement",
|
|
1231
1231
|
"normalizedSignature": "GetXml|():System.Xml.XmlElement|static=false",
|
|
1232
1232
|
"emitScope": "ClassSurface",
|
|
@@ -1248,7 +1248,7 @@
|
|
|
1248
1248
|
{
|
|
1249
1249
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedType::Id:System.String",
|
|
1250
1250
|
"clrName": "Id",
|
|
1251
|
-
"metadataToken":
|
|
1251
|
+
"metadataToken": 385876103,
|
|
1252
1252
|
"canonicalSignature": ":System.String",
|
|
1253
1253
|
"normalizedSignature": "Id|:System.String|static=false|accessor=getset",
|
|
1254
1254
|
"emitScope": "ClassSurface",
|
|
@@ -1267,7 +1267,7 @@
|
|
|
1267
1267
|
{
|
|
1268
1268
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedType::Type:System.String",
|
|
1269
1269
|
"clrName": "Type",
|
|
1270
|
-
"metadataToken":
|
|
1270
|
+
"metadataToken": 385876104,
|
|
1271
1271
|
"canonicalSignature": ":System.String",
|
|
1272
1272
|
"normalizedSignature": "Type|:System.String|static=false|accessor=getset",
|
|
1273
1273
|
"emitScope": "ClassSurface",
|
|
@@ -1286,7 +1286,7 @@
|
|
|
1286
1286
|
{
|
|
1287
1287
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedType::MimeType:System.String",
|
|
1288
1288
|
"clrName": "MimeType",
|
|
1289
|
-
"metadataToken":
|
|
1289
|
+
"metadataToken": 385876105,
|
|
1290
1290
|
"canonicalSignature": ":System.String",
|
|
1291
1291
|
"normalizedSignature": "MimeType|:System.String|static=false|accessor=getset",
|
|
1292
1292
|
"emitScope": "ClassSurface",
|
|
@@ -1305,7 +1305,7 @@
|
|
|
1305
1305
|
{
|
|
1306
1306
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedType::Encoding:System.String",
|
|
1307
1307
|
"clrName": "Encoding",
|
|
1308
|
-
"metadataToken":
|
|
1308
|
+
"metadataToken": 385876106,
|
|
1309
1309
|
"canonicalSignature": ":System.String",
|
|
1310
1310
|
"normalizedSignature": "Encoding|:System.String|static=false|accessor=getset",
|
|
1311
1311
|
"emitScope": "ClassSurface",
|
|
@@ -1324,7 +1324,7 @@
|
|
|
1324
1324
|
{
|
|
1325
1325
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedType::KeyInfo:System.Security.Cryptography.Xml.KeyInfo",
|
|
1326
1326
|
"clrName": "KeyInfo",
|
|
1327
|
-
"metadataToken":
|
|
1327
|
+
"metadataToken": 385876107,
|
|
1328
1328
|
"canonicalSignature": ":System.Security.Cryptography.Xml.KeyInfo",
|
|
1329
1329
|
"normalizedSignature": "KeyInfo|:System.Security.Cryptography.Xml.KeyInfo|static=false|accessor=getset",
|
|
1330
1330
|
"emitScope": "ClassSurface",
|
|
@@ -1343,7 +1343,7 @@
|
|
|
1343
1343
|
{
|
|
1344
1344
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedType::EncryptionMethod:System.Security.Cryptography.Xml.EncryptionMethod",
|
|
1345
1345
|
"clrName": "EncryptionMethod",
|
|
1346
|
-
"metadataToken":
|
|
1346
|
+
"metadataToken": 385876108,
|
|
1347
1347
|
"canonicalSignature": ":System.Security.Cryptography.Xml.EncryptionMethod",
|
|
1348
1348
|
"normalizedSignature": "EncryptionMethod|:System.Security.Cryptography.Xml.EncryptionMethod|static=false|accessor=getset",
|
|
1349
1349
|
"emitScope": "ClassSurface",
|
|
@@ -1362,7 +1362,7 @@
|
|
|
1362
1362
|
{
|
|
1363
1363
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedType::EncryptionProperties:System.Security.Cryptography.Xml.EncryptionPropertyCollection",
|
|
1364
1364
|
"clrName": "EncryptionProperties",
|
|
1365
|
-
"metadataToken":
|
|
1365
|
+
"metadataToken": 385876109,
|
|
1366
1366
|
"canonicalSignature": ":System.Security.Cryptography.Xml.EncryptionPropertyCollection",
|
|
1367
1367
|
"normalizedSignature": "EncryptionProperties|:System.Security.Cryptography.Xml.EncryptionPropertyCollection|static=false|accessor=get",
|
|
1368
1368
|
"emitScope": "ClassSurface",
|
|
@@ -1381,7 +1381,7 @@
|
|
|
1381
1381
|
{
|
|
1382
1382
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedType::CipherData:System.Security.Cryptography.Xml.CipherData",
|
|
1383
1383
|
"clrName": "CipherData",
|
|
1384
|
-
"metadataToken":
|
|
1384
|
+
"metadataToken": 385876110,
|
|
1385
1385
|
"canonicalSignature": ":System.Security.Cryptography.Xml.CipherData",
|
|
1386
1386
|
"normalizedSignature": "CipherData|:System.Security.Cryptography.Xml.CipherData|static=false|accessor=getset",
|
|
1387
1387
|
"emitScope": "ClassSurface",
|
|
@@ -1403,7 +1403,7 @@
|
|
|
1403
1403
|
"constructors": [
|
|
1404
1404
|
{
|
|
1405
1405
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedType::.ctor():void",
|
|
1406
|
-
"metadataToken":
|
|
1406
|
+
"metadataToken": 100663642,
|
|
1407
1407
|
"canonicalSignature": "():void",
|
|
1408
1408
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1409
1409
|
"isStatic": false,
|
|
@@ -1433,7 +1433,7 @@
|
|
|
1433
1433
|
{
|
|
1434
1434
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml::GetIdElement(System.Xml.XmlDocument,System.String):System.Xml.XmlElement",
|
|
1435
1435
|
"clrName": "GetIdElement",
|
|
1436
|
-
"metadataToken":
|
|
1436
|
+
"metadataToken": 100663662,
|
|
1437
1437
|
"canonicalSignature": "(System.Xml.XmlDocument,System.String):System.Xml.XmlElement",
|
|
1438
1438
|
"normalizedSignature": "GetIdElement|(System.Xml.XmlDocument,System.String):System.Xml.XmlElement|static=false",
|
|
1439
1439
|
"emitScope": "ClassSurface",
|
|
@@ -1453,7 +1453,7 @@
|
|
|
1453
1453
|
{
|
|
1454
1454
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml::GetDecryptionIV(System.Security.Cryptography.Xml.EncryptedData,System.String):System.Byte[]",
|
|
1455
1455
|
"clrName": "GetDecryptionIV",
|
|
1456
|
-
"metadataToken":
|
|
1456
|
+
"metadataToken": 100663663,
|
|
1457
1457
|
"canonicalSignature": "(System.Security.Cryptography.Xml.EncryptedData,System.String):System.Byte[]",
|
|
1458
1458
|
"normalizedSignature": "GetDecryptionIV|(System.Security.Cryptography.Xml.EncryptedData,System.String):System.Byte[]|static=false",
|
|
1459
1459
|
"emitScope": "ClassSurface",
|
|
@@ -1473,7 +1473,7 @@
|
|
|
1473
1473
|
{
|
|
1474
1474
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml::GetDecryptionKey(System.Security.Cryptography.Xml.EncryptedData,System.String):System.Security.Cryptography.SymmetricAlgorithm",
|
|
1475
1475
|
"clrName": "GetDecryptionKey",
|
|
1476
|
-
"metadataToken":
|
|
1476
|
+
"metadataToken": 100663664,
|
|
1477
1477
|
"canonicalSignature": "(System.Security.Cryptography.Xml.EncryptedData,System.String):System.Security.Cryptography.SymmetricAlgorithm",
|
|
1478
1478
|
"normalizedSignature": "GetDecryptionKey|(System.Security.Cryptography.Xml.EncryptedData,System.String):System.Security.Cryptography.SymmetricAlgorithm|static=false",
|
|
1479
1479
|
"emitScope": "ClassSurface",
|
|
@@ -1493,7 +1493,7 @@
|
|
|
1493
1493
|
{
|
|
1494
1494
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml::DecryptEncryptedKey(System.Security.Cryptography.Xml.EncryptedKey):System.Byte[]",
|
|
1495
1495
|
"clrName": "DecryptEncryptedKey",
|
|
1496
|
-
"metadataToken":
|
|
1496
|
+
"metadataToken": 100663665,
|
|
1497
1497
|
"canonicalSignature": "(System.Security.Cryptography.Xml.EncryptedKey):System.Byte[]",
|
|
1498
1498
|
"normalizedSignature": "DecryptEncryptedKey|(System.Security.Cryptography.Xml.EncryptedKey):System.Byte[]|static=false",
|
|
1499
1499
|
"emitScope": "ClassSurface",
|
|
@@ -1513,7 +1513,7 @@
|
|
|
1513
1513
|
{
|
|
1514
1514
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml::AddKeyNameMapping(System.String,System.Object):System.Void",
|
|
1515
1515
|
"clrName": "AddKeyNameMapping",
|
|
1516
|
-
"metadataToken":
|
|
1516
|
+
"metadataToken": 100663666,
|
|
1517
1517
|
"canonicalSignature": "(System.String,System.Object):System.Void",
|
|
1518
1518
|
"normalizedSignature": "AddKeyNameMapping|(System.String,System.Object):System.Void|static=false",
|
|
1519
1519
|
"emitScope": "ClassSurface",
|
|
@@ -1533,7 +1533,7 @@
|
|
|
1533
1533
|
{
|
|
1534
1534
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml::ClearKeyNameMappings():System.Void",
|
|
1535
1535
|
"clrName": "ClearKeyNameMappings",
|
|
1536
|
-
"metadataToken":
|
|
1536
|
+
"metadataToken": 100663667,
|
|
1537
1537
|
"canonicalSignature": "():System.Void",
|
|
1538
1538
|
"normalizedSignature": "ClearKeyNameMappings|():System.Void|static=false",
|
|
1539
1539
|
"emitScope": "ClassSurface",
|
|
@@ -1553,7 +1553,7 @@
|
|
|
1553
1553
|
{
|
|
1554
1554
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml::Encrypt(System.Xml.XmlElement,System.Security.Cryptography.X509Certificates.X509Certificate2):System.Security.Cryptography.Xml.EncryptedData",
|
|
1555
1555
|
"clrName": "Encrypt",
|
|
1556
|
-
"metadataToken":
|
|
1556
|
+
"metadataToken": 100663668,
|
|
1557
1557
|
"canonicalSignature": "(System.Xml.XmlElement,System.Security.Cryptography.X509Certificates.X509Certificate2):System.Security.Cryptography.Xml.EncryptedData",
|
|
1558
1558
|
"normalizedSignature": "Encrypt|(System.Xml.XmlElement,System.Security.Cryptography.X509Certificates.X509Certificate2):System.Security.Cryptography.Xml.EncryptedData|static=false",
|
|
1559
1559
|
"emitScope": "ClassSurface",
|
|
@@ -1573,7 +1573,7 @@
|
|
|
1573
1573
|
{
|
|
1574
1574
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml::Encrypt(System.Xml.XmlElement,System.String):System.Security.Cryptography.Xml.EncryptedData",
|
|
1575
1575
|
"clrName": "Encrypt",
|
|
1576
|
-
"metadataToken":
|
|
1576
|
+
"metadataToken": 100663669,
|
|
1577
1577
|
"canonicalSignature": "(System.Xml.XmlElement,System.String):System.Security.Cryptography.Xml.EncryptedData",
|
|
1578
1578
|
"normalizedSignature": "Encrypt|(System.Xml.XmlElement,System.String):System.Security.Cryptography.Xml.EncryptedData|static=false",
|
|
1579
1579
|
"emitScope": "ClassSurface",
|
|
@@ -1593,7 +1593,7 @@
|
|
|
1593
1593
|
{
|
|
1594
1594
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml::DecryptDocument():System.Void",
|
|
1595
1595
|
"clrName": "DecryptDocument",
|
|
1596
|
-
"metadataToken":
|
|
1596
|
+
"metadataToken": 100663670,
|
|
1597
1597
|
"canonicalSignature": "():System.Void",
|
|
1598
1598
|
"normalizedSignature": "DecryptDocument|():System.Void|static=false",
|
|
1599
1599
|
"emitScope": "ClassSurface",
|
|
@@ -1613,7 +1613,7 @@
|
|
|
1613
1613
|
{
|
|
1614
1614
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml::EncryptData(System.Byte[],System.Security.Cryptography.SymmetricAlgorithm):System.Byte[]",
|
|
1615
1615
|
"clrName": "EncryptData",
|
|
1616
|
-
"metadataToken":
|
|
1616
|
+
"metadataToken": 100663671,
|
|
1617
1617
|
"canonicalSignature": "(System.Byte[],System.Security.Cryptography.SymmetricAlgorithm):System.Byte[]",
|
|
1618
1618
|
"normalizedSignature": "EncryptData|(System.Byte[],System.Security.Cryptography.SymmetricAlgorithm):System.Byte[]|static=false",
|
|
1619
1619
|
"emitScope": "ClassSurface",
|
|
@@ -1633,7 +1633,7 @@
|
|
|
1633
1633
|
{
|
|
1634
1634
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml::EncryptData(System.Xml.XmlElement,System.Security.Cryptography.SymmetricAlgorithm,System.Boolean):System.Byte[]",
|
|
1635
1635
|
"clrName": "EncryptData",
|
|
1636
|
-
"metadataToken":
|
|
1636
|
+
"metadataToken": 100663672,
|
|
1637
1637
|
"canonicalSignature": "(System.Xml.XmlElement,System.Security.Cryptography.SymmetricAlgorithm,System.Boolean):System.Byte[]",
|
|
1638
1638
|
"normalizedSignature": "EncryptData|(System.Xml.XmlElement,System.Security.Cryptography.SymmetricAlgorithm,System.Boolean):System.Byte[]|static=false",
|
|
1639
1639
|
"emitScope": "ClassSurface",
|
|
@@ -1653,7 +1653,7 @@
|
|
|
1653
1653
|
{
|
|
1654
1654
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml::DecryptData(System.Security.Cryptography.Xml.EncryptedData,System.Security.Cryptography.SymmetricAlgorithm):System.Byte[]",
|
|
1655
1655
|
"clrName": "DecryptData",
|
|
1656
|
-
"metadataToken":
|
|
1656
|
+
"metadataToken": 100663673,
|
|
1657
1657
|
"canonicalSignature": "(System.Security.Cryptography.Xml.EncryptedData,System.Security.Cryptography.SymmetricAlgorithm):System.Byte[]",
|
|
1658
1658
|
"normalizedSignature": "DecryptData|(System.Security.Cryptography.Xml.EncryptedData,System.Security.Cryptography.SymmetricAlgorithm):System.Byte[]|static=false",
|
|
1659
1659
|
"emitScope": "ClassSurface",
|
|
@@ -1673,7 +1673,7 @@
|
|
|
1673
1673
|
{
|
|
1674
1674
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml::ReplaceData(System.Xml.XmlElement,System.Byte[]):System.Void",
|
|
1675
1675
|
"clrName": "ReplaceData",
|
|
1676
|
-
"metadataToken":
|
|
1676
|
+
"metadataToken": 100663674,
|
|
1677
1677
|
"canonicalSignature": "(System.Xml.XmlElement,System.Byte[]):System.Void",
|
|
1678
1678
|
"normalizedSignature": "ReplaceData|(System.Xml.XmlElement,System.Byte[]):System.Void|static=false",
|
|
1679
1679
|
"emitScope": "ClassSurface",
|
|
@@ -1693,7 +1693,7 @@
|
|
|
1693
1693
|
{
|
|
1694
1694
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml::ReplaceElement(System.Xml.XmlElement,System.Security.Cryptography.Xml.EncryptedData,System.Boolean):System.Void",
|
|
1695
1695
|
"clrName": "ReplaceElement",
|
|
1696
|
-
"metadataToken":
|
|
1696
|
+
"metadataToken": 100663675,
|
|
1697
1697
|
"canonicalSignature": "(System.Xml.XmlElement,System.Security.Cryptography.Xml.EncryptedData,System.Boolean):System.Void",
|
|
1698
1698
|
"normalizedSignature": "ReplaceElement|(System.Xml.XmlElement,System.Security.Cryptography.Xml.EncryptedData,System.Boolean):System.Void|static=true",
|
|
1699
1699
|
"emitScope": "ClassSurface",
|
|
@@ -1713,7 +1713,7 @@
|
|
|
1713
1713
|
{
|
|
1714
1714
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml::EncryptKey(System.Byte[],System.Security.Cryptography.SymmetricAlgorithm):System.Byte[]",
|
|
1715
1715
|
"clrName": "EncryptKey",
|
|
1716
|
-
"metadataToken":
|
|
1716
|
+
"metadataToken": 100663676,
|
|
1717
1717
|
"canonicalSignature": "(System.Byte[],System.Security.Cryptography.SymmetricAlgorithm):System.Byte[]",
|
|
1718
1718
|
"normalizedSignature": "EncryptKey|(System.Byte[],System.Security.Cryptography.SymmetricAlgorithm):System.Byte[]|static=true",
|
|
1719
1719
|
"emitScope": "ClassSurface",
|
|
@@ -1733,7 +1733,7 @@
|
|
|
1733
1733
|
{
|
|
1734
1734
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml::EncryptKey(System.Byte[],System.Security.Cryptography.RSA,System.Boolean):System.Byte[]",
|
|
1735
1735
|
"clrName": "EncryptKey",
|
|
1736
|
-
"metadataToken":
|
|
1736
|
+
"metadataToken": 100663677,
|
|
1737
1737
|
"canonicalSignature": "(System.Byte[],System.Security.Cryptography.RSA,System.Boolean):System.Byte[]",
|
|
1738
1738
|
"normalizedSignature": "EncryptKey|(System.Byte[],System.Security.Cryptography.RSA,System.Boolean):System.Byte[]|static=true",
|
|
1739
1739
|
"emitScope": "ClassSurface",
|
|
@@ -1753,7 +1753,7 @@
|
|
|
1753
1753
|
{
|
|
1754
1754
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml::DecryptKey(System.Byte[],System.Security.Cryptography.SymmetricAlgorithm):System.Byte[]",
|
|
1755
1755
|
"clrName": "DecryptKey",
|
|
1756
|
-
"metadataToken":
|
|
1756
|
+
"metadataToken": 100663678,
|
|
1757
1757
|
"canonicalSignature": "(System.Byte[],System.Security.Cryptography.SymmetricAlgorithm):System.Byte[]",
|
|
1758
1758
|
"normalizedSignature": "DecryptKey|(System.Byte[],System.Security.Cryptography.SymmetricAlgorithm):System.Byte[]|static=true",
|
|
1759
1759
|
"emitScope": "ClassSurface",
|
|
@@ -1773,7 +1773,7 @@
|
|
|
1773
1773
|
{
|
|
1774
1774
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml::DecryptKey(System.Byte[],System.Security.Cryptography.RSA,System.Boolean):System.Byte[]",
|
|
1775
1775
|
"clrName": "DecryptKey",
|
|
1776
|
-
"metadataToken":
|
|
1776
|
+
"metadataToken": 100663679,
|
|
1777
1777
|
"canonicalSignature": "(System.Byte[],System.Security.Cryptography.RSA,System.Boolean):System.Byte[]",
|
|
1778
1778
|
"normalizedSignature": "DecryptKey|(System.Byte[],System.Security.Cryptography.RSA,System.Boolean):System.Byte[]|static=true",
|
|
1779
1779
|
"emitScope": "ClassSurface",
|
|
@@ -1795,7 +1795,7 @@
|
|
|
1795
1795
|
{
|
|
1796
1796
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml::XmlDSigSearchDepth:System.Int32",
|
|
1797
1797
|
"clrName": "XmlDSigSearchDepth",
|
|
1798
|
-
"metadataToken":
|
|
1798
|
+
"metadataToken": 385876111,
|
|
1799
1799
|
"canonicalSignature": ":System.Int32",
|
|
1800
1800
|
"normalizedSignature": "XmlDSigSearchDepth|:System.Int32|static=false|accessor=getset",
|
|
1801
1801
|
"emitScope": "ClassSurface",
|
|
@@ -1814,7 +1814,7 @@
|
|
|
1814
1814
|
{
|
|
1815
1815
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml::DocumentEvidence:System.Security.Policy.Evidence",
|
|
1816
1816
|
"clrName": "DocumentEvidence",
|
|
1817
|
-
"metadataToken":
|
|
1817
|
+
"metadataToken": 385876112,
|
|
1818
1818
|
"canonicalSignature": ":System.Security.Policy.Evidence",
|
|
1819
1819
|
"normalizedSignature": "DocumentEvidence|:System.Security.Policy.Evidence|static=false|accessor=getset",
|
|
1820
1820
|
"emitScope": "ClassSurface",
|
|
@@ -1833,7 +1833,7 @@
|
|
|
1833
1833
|
{
|
|
1834
1834
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml::Resolver:System.Xml.XmlResolver",
|
|
1835
1835
|
"clrName": "Resolver",
|
|
1836
|
-
"metadataToken":
|
|
1836
|
+
"metadataToken": 385876113,
|
|
1837
1837
|
"canonicalSignature": ":System.Xml.XmlResolver",
|
|
1838
1838
|
"normalizedSignature": "Resolver|:System.Xml.XmlResolver|static=false|accessor=getset",
|
|
1839
1839
|
"emitScope": "ClassSurface",
|
|
@@ -1852,7 +1852,7 @@
|
|
|
1852
1852
|
{
|
|
1853
1853
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml::Padding:System.Security.Cryptography.PaddingMode",
|
|
1854
1854
|
"clrName": "Padding",
|
|
1855
|
-
"metadataToken":
|
|
1855
|
+
"metadataToken": 385876114,
|
|
1856
1856
|
"canonicalSignature": ":System.Security.Cryptography.PaddingMode",
|
|
1857
1857
|
"normalizedSignature": "Padding|:System.Security.Cryptography.PaddingMode|static=false|accessor=getset",
|
|
1858
1858
|
"emitScope": "ClassSurface",
|
|
@@ -1871,7 +1871,7 @@
|
|
|
1871
1871
|
{
|
|
1872
1872
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml::Mode:System.Security.Cryptography.CipherMode",
|
|
1873
1873
|
"clrName": "Mode",
|
|
1874
|
-
"metadataToken":
|
|
1874
|
+
"metadataToken": 385876115,
|
|
1875
1875
|
"canonicalSignature": ":System.Security.Cryptography.CipherMode",
|
|
1876
1876
|
"normalizedSignature": "Mode|:System.Security.Cryptography.CipherMode|static=false|accessor=getset",
|
|
1877
1877
|
"emitScope": "ClassSurface",
|
|
@@ -1890,7 +1890,7 @@
|
|
|
1890
1890
|
{
|
|
1891
1891
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml::Encoding:System.Text.Encoding",
|
|
1892
1892
|
"clrName": "Encoding",
|
|
1893
|
-
"metadataToken":
|
|
1893
|
+
"metadataToken": 385876116,
|
|
1894
1894
|
"canonicalSignature": ":System.Text.Encoding",
|
|
1895
1895
|
"normalizedSignature": "Encoding|:System.Text.Encoding|static=false|accessor=getset",
|
|
1896
1896
|
"emitScope": "ClassSurface",
|
|
@@ -1909,7 +1909,7 @@
|
|
|
1909
1909
|
{
|
|
1910
1910
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml::Recipient:System.String",
|
|
1911
1911
|
"clrName": "Recipient",
|
|
1912
|
-
"metadataToken":
|
|
1912
|
+
"metadataToken": 385876117,
|
|
1913
1913
|
"canonicalSignature": ":System.String",
|
|
1914
1914
|
"normalizedSignature": "Recipient|:System.String|static=false|accessor=getset",
|
|
1915
1915
|
"emitScope": "ClassSurface",
|
|
@@ -1930,7 +1930,7 @@
|
|
|
1930
1930
|
{
|
|
1931
1931
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml::XmlEncNamespaceUrlSystem.String",
|
|
1932
1932
|
"clrName": "XmlEncNamespaceUrl",
|
|
1933
|
-
"metadataToken":
|
|
1933
|
+
"metadataToken": 67109058,
|
|
1934
1934
|
"normalizedSignature": "XmlEncNamespaceUrl|System.String|static=true|const=true",
|
|
1935
1935
|
"isStatic": true,
|
|
1936
1936
|
"isReadOnly": false,
|
|
@@ -1942,7 +1942,7 @@
|
|
|
1942
1942
|
{
|
|
1943
1943
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml::XmlEncElementUrlSystem.String",
|
|
1944
1944
|
"clrName": "XmlEncElementUrl",
|
|
1945
|
-
"metadataToken":
|
|
1945
|
+
"metadataToken": 67109059,
|
|
1946
1946
|
"normalizedSignature": "XmlEncElementUrl|System.String|static=true|const=true",
|
|
1947
1947
|
"isStatic": true,
|
|
1948
1948
|
"isReadOnly": false,
|
|
@@ -1954,7 +1954,7 @@
|
|
|
1954
1954
|
{
|
|
1955
1955
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml::XmlEncElementContentUrlSystem.String",
|
|
1956
1956
|
"clrName": "XmlEncElementContentUrl",
|
|
1957
|
-
"metadataToken":
|
|
1957
|
+
"metadataToken": 67109060,
|
|
1958
1958
|
"normalizedSignature": "XmlEncElementContentUrl|System.String|static=true|const=true",
|
|
1959
1959
|
"isStatic": true,
|
|
1960
1960
|
"isReadOnly": false,
|
|
@@ -1966,7 +1966,7 @@
|
|
|
1966
1966
|
{
|
|
1967
1967
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml::XmlEncEncryptedKeyUrlSystem.String",
|
|
1968
1968
|
"clrName": "XmlEncEncryptedKeyUrl",
|
|
1969
|
-
"metadataToken":
|
|
1969
|
+
"metadataToken": 67109061,
|
|
1970
1970
|
"normalizedSignature": "XmlEncEncryptedKeyUrl|System.String|static=true|const=true",
|
|
1971
1971
|
"isStatic": true,
|
|
1972
1972
|
"isReadOnly": false,
|
|
@@ -1978,7 +1978,7 @@
|
|
|
1978
1978
|
{
|
|
1979
1979
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml::XmlEncDESUrlSystem.String",
|
|
1980
1980
|
"clrName": "XmlEncDESUrl",
|
|
1981
|
-
"metadataToken":
|
|
1981
|
+
"metadataToken": 67109062,
|
|
1982
1982
|
"normalizedSignature": "XmlEncDESUrl|System.String|static=true|const=true",
|
|
1983
1983
|
"isStatic": true,
|
|
1984
1984
|
"isReadOnly": false,
|
|
@@ -1990,7 +1990,7 @@
|
|
|
1990
1990
|
{
|
|
1991
1991
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml::XmlEncTripleDESUrlSystem.String",
|
|
1992
1992
|
"clrName": "XmlEncTripleDESUrl",
|
|
1993
|
-
"metadataToken":
|
|
1993
|
+
"metadataToken": 67109063,
|
|
1994
1994
|
"normalizedSignature": "XmlEncTripleDESUrl|System.String|static=true|const=true",
|
|
1995
1995
|
"isStatic": true,
|
|
1996
1996
|
"isReadOnly": false,
|
|
@@ -2002,7 +2002,7 @@
|
|
|
2002
2002
|
{
|
|
2003
2003
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml::XmlEncAES128UrlSystem.String",
|
|
2004
2004
|
"clrName": "XmlEncAES128Url",
|
|
2005
|
-
"metadataToken":
|
|
2005
|
+
"metadataToken": 67109064,
|
|
2006
2006
|
"normalizedSignature": "XmlEncAES128Url|System.String|static=true|const=true",
|
|
2007
2007
|
"isStatic": true,
|
|
2008
2008
|
"isReadOnly": false,
|
|
@@ -2014,7 +2014,7 @@
|
|
|
2014
2014
|
{
|
|
2015
2015
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml::XmlEncAES256UrlSystem.String",
|
|
2016
2016
|
"clrName": "XmlEncAES256Url",
|
|
2017
|
-
"metadataToken":
|
|
2017
|
+
"metadataToken": 67109065,
|
|
2018
2018
|
"normalizedSignature": "XmlEncAES256Url|System.String|static=true|const=true",
|
|
2019
2019
|
"isStatic": true,
|
|
2020
2020
|
"isReadOnly": false,
|
|
@@ -2026,7 +2026,7 @@
|
|
|
2026
2026
|
{
|
|
2027
2027
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml::XmlEncAES192UrlSystem.String",
|
|
2028
2028
|
"clrName": "XmlEncAES192Url",
|
|
2029
|
-
"metadataToken":
|
|
2029
|
+
"metadataToken": 67109066,
|
|
2030
2030
|
"normalizedSignature": "XmlEncAES192Url|System.String|static=true|const=true",
|
|
2031
2031
|
"isStatic": true,
|
|
2032
2032
|
"isReadOnly": false,
|
|
@@ -2038,7 +2038,7 @@
|
|
|
2038
2038
|
{
|
|
2039
2039
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml::XmlEncRSA15UrlSystem.String",
|
|
2040
2040
|
"clrName": "XmlEncRSA15Url",
|
|
2041
|
-
"metadataToken":
|
|
2041
|
+
"metadataToken": 67109067,
|
|
2042
2042
|
"normalizedSignature": "XmlEncRSA15Url|System.String|static=true|const=true",
|
|
2043
2043
|
"isStatic": true,
|
|
2044
2044
|
"isReadOnly": false,
|
|
@@ -2050,7 +2050,7 @@
|
|
|
2050
2050
|
{
|
|
2051
2051
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml::XmlEncRSAOAEPUrlSystem.String",
|
|
2052
2052
|
"clrName": "XmlEncRSAOAEPUrl",
|
|
2053
|
-
"metadataToken":
|
|
2053
|
+
"metadataToken": 67109068,
|
|
2054
2054
|
"normalizedSignature": "XmlEncRSAOAEPUrl|System.String|static=true|const=true",
|
|
2055
2055
|
"isStatic": true,
|
|
2056
2056
|
"isReadOnly": false,
|
|
@@ -2062,7 +2062,7 @@
|
|
|
2062
2062
|
{
|
|
2063
2063
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml::XmlEncTripleDESKeyWrapUrlSystem.String",
|
|
2064
2064
|
"clrName": "XmlEncTripleDESKeyWrapUrl",
|
|
2065
|
-
"metadataToken":
|
|
2065
|
+
"metadataToken": 67109069,
|
|
2066
2066
|
"normalizedSignature": "XmlEncTripleDESKeyWrapUrl|System.String|static=true|const=true",
|
|
2067
2067
|
"isStatic": true,
|
|
2068
2068
|
"isReadOnly": false,
|
|
@@ -2074,7 +2074,7 @@
|
|
|
2074
2074
|
{
|
|
2075
2075
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml::XmlEncAES128KeyWrapUrlSystem.String",
|
|
2076
2076
|
"clrName": "XmlEncAES128KeyWrapUrl",
|
|
2077
|
-
"metadataToken":
|
|
2077
|
+
"metadataToken": 67109070,
|
|
2078
2078
|
"normalizedSignature": "XmlEncAES128KeyWrapUrl|System.String|static=true|const=true",
|
|
2079
2079
|
"isStatic": true,
|
|
2080
2080
|
"isReadOnly": false,
|
|
@@ -2086,7 +2086,7 @@
|
|
|
2086
2086
|
{
|
|
2087
2087
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml::XmlEncAES256KeyWrapUrlSystem.String",
|
|
2088
2088
|
"clrName": "XmlEncAES256KeyWrapUrl",
|
|
2089
|
-
"metadataToken":
|
|
2089
|
+
"metadataToken": 67109071,
|
|
2090
2090
|
"normalizedSignature": "XmlEncAES256KeyWrapUrl|System.String|static=true|const=true",
|
|
2091
2091
|
"isStatic": true,
|
|
2092
2092
|
"isReadOnly": false,
|
|
@@ -2098,7 +2098,7 @@
|
|
|
2098
2098
|
{
|
|
2099
2099
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml::XmlEncAES192KeyWrapUrlSystem.String",
|
|
2100
2100
|
"clrName": "XmlEncAES192KeyWrapUrl",
|
|
2101
|
-
"metadataToken":
|
|
2101
|
+
"metadataToken": 67109072,
|
|
2102
2102
|
"normalizedSignature": "XmlEncAES192KeyWrapUrl|System.String|static=true|const=true",
|
|
2103
2103
|
"isStatic": true,
|
|
2104
2104
|
"isReadOnly": false,
|
|
@@ -2110,7 +2110,7 @@
|
|
|
2110
2110
|
{
|
|
2111
2111
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml::XmlEncSHA256UrlSystem.String",
|
|
2112
2112
|
"clrName": "XmlEncSHA256Url",
|
|
2113
|
-
"metadataToken":
|
|
2113
|
+
"metadataToken": 67109073,
|
|
2114
2114
|
"normalizedSignature": "XmlEncSHA256Url|System.String|static=true|const=true",
|
|
2115
2115
|
"isStatic": true,
|
|
2116
2116
|
"isReadOnly": false,
|
|
@@ -2122,7 +2122,7 @@
|
|
|
2122
2122
|
{
|
|
2123
2123
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml::XmlEncSHA512UrlSystem.String",
|
|
2124
2124
|
"clrName": "XmlEncSHA512Url",
|
|
2125
|
-
"metadataToken":
|
|
2125
|
+
"metadataToken": 67109074,
|
|
2126
2126
|
"normalizedSignature": "XmlEncSHA512Url|System.String|static=true|const=true",
|
|
2127
2127
|
"isStatic": true,
|
|
2128
2128
|
"isReadOnly": false,
|
|
@@ -2136,7 +2136,7 @@
|
|
|
2136
2136
|
"constructors": [
|
|
2137
2137
|
{
|
|
2138
2138
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml::.ctor():void",
|
|
2139
|
-
"metadataToken":
|
|
2139
|
+
"metadataToken": 100663643,
|
|
2140
2140
|
"canonicalSignature": "():void",
|
|
2141
2141
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2142
2142
|
"isStatic": false,
|
|
@@ -2147,7 +2147,7 @@
|
|
|
2147
2147
|
},
|
|
2148
2148
|
{
|
|
2149
2149
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml::.ctor(System.Xml.XmlDocument):void",
|
|
2150
|
-
"metadataToken":
|
|
2150
|
+
"metadataToken": 100663644,
|
|
2151
2151
|
"canonicalSignature": "(System.Xml.XmlDocument):void",
|
|
2152
2152
|
"normalizedSignature": "constructor|(System.Xml.XmlDocument):void|static=false",
|
|
2153
2153
|
"isStatic": false,
|
|
@@ -2158,7 +2158,7 @@
|
|
|
2158
2158
|
},
|
|
2159
2159
|
{
|
|
2160
2160
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml::.ctor(System.Xml.XmlDocument,System.Security.Policy.Evidence):void",
|
|
2161
|
-
"metadataToken":
|
|
2161
|
+
"metadataToken": 100663645,
|
|
2162
2162
|
"canonicalSignature": "(System.Xml.XmlDocument,System.Security.Policy.Evidence):void",
|
|
2163
2163
|
"normalizedSignature": "constructor|(System.Xml.XmlDocument,System.Security.Policy.Evidence):void|static=false",
|
|
2164
2164
|
"isStatic": false,
|
|
@@ -2188,7 +2188,7 @@
|
|
|
2188
2188
|
{
|
|
2189
2189
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptionMethod::GetXml():System.Xml.XmlElement",
|
|
2190
2190
|
"clrName": "GetXml",
|
|
2191
|
-
"metadataToken":
|
|
2191
|
+
"metadataToken": 100663690,
|
|
2192
2192
|
"canonicalSignature": "():System.Xml.XmlElement",
|
|
2193
2193
|
"normalizedSignature": "GetXml|():System.Xml.XmlElement|static=false",
|
|
2194
2194
|
"emitScope": "ClassSurface",
|
|
@@ -2208,7 +2208,7 @@
|
|
|
2208
2208
|
{
|
|
2209
2209
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptionMethod::LoadXml(System.Xml.XmlElement):System.Void",
|
|
2210
2210
|
"clrName": "LoadXml",
|
|
2211
|
-
"metadataToken":
|
|
2211
|
+
"metadataToken": 100663692,
|
|
2212
2212
|
"canonicalSignature": "(System.Xml.XmlElement):System.Void",
|
|
2213
2213
|
"normalizedSignature": "LoadXml|(System.Xml.XmlElement):System.Void|static=false",
|
|
2214
2214
|
"emitScope": "ClassSurface",
|
|
@@ -2230,7 +2230,7 @@
|
|
|
2230
2230
|
{
|
|
2231
2231
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptionMethod::KeySize:System.Int32",
|
|
2232
2232
|
"clrName": "KeySize",
|
|
2233
|
-
"metadataToken":
|
|
2233
|
+
"metadataToken": 385876120,
|
|
2234
2234
|
"canonicalSignature": ":System.Int32",
|
|
2235
2235
|
"normalizedSignature": "KeySize|:System.Int32|static=false|accessor=getset",
|
|
2236
2236
|
"emitScope": "ClassSurface",
|
|
@@ -2249,7 +2249,7 @@
|
|
|
2249
2249
|
{
|
|
2250
2250
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptionMethod::KeyAlgorithm:System.String",
|
|
2251
2251
|
"clrName": "KeyAlgorithm",
|
|
2252
|
-
"metadataToken":
|
|
2252
|
+
"metadataToken": 385876121,
|
|
2253
2253
|
"canonicalSignature": ":System.String",
|
|
2254
2254
|
"normalizedSignature": "KeyAlgorithm|:System.String|static=false|accessor=getset",
|
|
2255
2255
|
"emitScope": "ClassSurface",
|
|
@@ -2271,7 +2271,7 @@
|
|
|
2271
2271
|
"constructors": [
|
|
2272
2272
|
{
|
|
2273
2273
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptionMethod::.ctor():void",
|
|
2274
|
-
"metadataToken":
|
|
2274
|
+
"metadataToken": 100663683,
|
|
2275
2275
|
"canonicalSignature": "():void",
|
|
2276
2276
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2277
2277
|
"isStatic": false,
|
|
@@ -2282,7 +2282,7 @@
|
|
|
2282
2282
|
},
|
|
2283
2283
|
{
|
|
2284
2284
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptionMethod::.ctor(System.String):void",
|
|
2285
|
-
"metadataToken":
|
|
2285
|
+
"metadataToken": 100663684,
|
|
2286
2286
|
"canonicalSignature": "(System.String):void",
|
|
2287
2287
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
2288
2288
|
"isStatic": false,
|
|
@@ -2312,7 +2312,7 @@
|
|
|
2312
2312
|
{
|
|
2313
2313
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptionProperty::GetXml():System.Xml.XmlElement",
|
|
2314
2314
|
"clrName": "GetXml",
|
|
2315
|
-
"metadataToken":
|
|
2315
|
+
"metadataToken": 100663700,
|
|
2316
2316
|
"canonicalSignature": "():System.Xml.XmlElement",
|
|
2317
2317
|
"normalizedSignature": "GetXml|():System.Xml.XmlElement|static=false",
|
|
2318
2318
|
"emitScope": "ClassSurface",
|
|
@@ -2332,7 +2332,7 @@
|
|
|
2332
2332
|
{
|
|
2333
2333
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptionProperty::LoadXml(System.Xml.XmlElement):System.Void",
|
|
2334
2334
|
"clrName": "LoadXml",
|
|
2335
|
-
"metadataToken":
|
|
2335
|
+
"metadataToken": 100663702,
|
|
2336
2336
|
"canonicalSignature": "(System.Xml.XmlElement):System.Void",
|
|
2337
2337
|
"normalizedSignature": "LoadXml|(System.Xml.XmlElement):System.Void|static=false",
|
|
2338
2338
|
"emitScope": "ClassSurface",
|
|
@@ -2354,7 +2354,7 @@
|
|
|
2354
2354
|
{
|
|
2355
2355
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptionProperty::Id:System.String",
|
|
2356
2356
|
"clrName": "Id",
|
|
2357
|
-
"metadataToken":
|
|
2357
|
+
"metadataToken": 385876122,
|
|
2358
2358
|
"canonicalSignature": ":System.String",
|
|
2359
2359
|
"normalizedSignature": "Id|:System.String|static=false|accessor=get",
|
|
2360
2360
|
"emitScope": "ClassSurface",
|
|
@@ -2373,7 +2373,7 @@
|
|
|
2373
2373
|
{
|
|
2374
2374
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptionProperty::Target:System.String",
|
|
2375
2375
|
"clrName": "Target",
|
|
2376
|
-
"metadataToken":
|
|
2376
|
+
"metadataToken": 385876123,
|
|
2377
2377
|
"canonicalSignature": ":System.String",
|
|
2378
2378
|
"normalizedSignature": "Target|:System.String|static=false|accessor=get",
|
|
2379
2379
|
"emitScope": "ClassSurface",
|
|
@@ -2392,7 +2392,7 @@
|
|
|
2392
2392
|
{
|
|
2393
2393
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptionProperty::PropertyElement:System.Xml.XmlElement",
|
|
2394
2394
|
"clrName": "PropertyElement",
|
|
2395
|
-
"metadataToken":
|
|
2395
|
+
"metadataToken": 385876124,
|
|
2396
2396
|
"canonicalSignature": ":System.Xml.XmlElement",
|
|
2397
2397
|
"normalizedSignature": "PropertyElement|:System.Xml.XmlElement|static=false|accessor=getset",
|
|
2398
2398
|
"emitScope": "ClassSurface",
|
|
@@ -2414,7 +2414,7 @@
|
|
|
2414
2414
|
"constructors": [
|
|
2415
2415
|
{
|
|
2416
2416
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptionProperty::.ctor():void",
|
|
2417
|
-
"metadataToken":
|
|
2417
|
+
"metadataToken": 100663693,
|
|
2418
2418
|
"canonicalSignature": "():void",
|
|
2419
2419
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2420
2420
|
"isStatic": false,
|
|
@@ -2425,7 +2425,7 @@
|
|
|
2425
2425
|
},
|
|
2426
2426
|
{
|
|
2427
2427
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptionProperty::.ctor(System.Xml.XmlElement):void",
|
|
2428
|
-
"metadataToken":
|
|
2428
|
+
"metadataToken": 100663694,
|
|
2429
2429
|
"canonicalSignature": "(System.Xml.XmlElement):void",
|
|
2430
2430
|
"normalizedSignature": "constructor|(System.Xml.XmlElement):void|static=false",
|
|
2431
2431
|
"isStatic": false,
|
|
@@ -2469,7 +2469,7 @@
|
|
|
2469
2469
|
{
|
|
2470
2470
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptionPropertyCollection::GetEnumerator():System.Collections.IEnumerator",
|
|
2471
2471
|
"clrName": "GetEnumerator",
|
|
2472
|
-
"metadataToken":
|
|
2472
|
+
"metadataToken": 100663704,
|
|
2473
2473
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
2474
2474
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
2475
2475
|
"emitScope": "ClassSurface",
|
|
@@ -2489,7 +2489,7 @@
|
|
|
2489
2489
|
{
|
|
2490
2490
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptionPropertyCollection::Add(System.Security.Cryptography.Xml.EncryptionProperty):System.Int32",
|
|
2491
2491
|
"clrName": "Add",
|
|
2492
|
-
"metadataToken":
|
|
2492
|
+
"metadataToken": 100663707,
|
|
2493
2493
|
"canonicalSignature": "(System.Security.Cryptography.Xml.EncryptionProperty):System.Int32",
|
|
2494
2494
|
"normalizedSignature": "Add|(System.Security.Cryptography.Xml.EncryptionProperty):System.Int32|static=false",
|
|
2495
2495
|
"emitScope": "ClassSurface",
|
|
@@ -2509,7 +2509,7 @@
|
|
|
2509
2509
|
{
|
|
2510
2510
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptionPropertyCollection::Clear():System.Void",
|
|
2511
2511
|
"clrName": "Clear",
|
|
2512
|
-
"metadataToken":
|
|
2512
|
+
"metadataToken": 100663708,
|
|
2513
2513
|
"canonicalSignature": "():System.Void",
|
|
2514
2514
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
2515
2515
|
"emitScope": "ClassSurface",
|
|
@@ -2529,7 +2529,7 @@
|
|
|
2529
2529
|
{
|
|
2530
2530
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptionPropertyCollection::Contains(System.Security.Cryptography.Xml.EncryptionProperty):System.Boolean",
|
|
2531
2531
|
"clrName": "Contains",
|
|
2532
|
-
"metadataToken":
|
|
2532
|
+
"metadataToken": 100663710,
|
|
2533
2533
|
"canonicalSignature": "(System.Security.Cryptography.Xml.EncryptionProperty):System.Boolean",
|
|
2534
2534
|
"normalizedSignature": "Contains|(System.Security.Cryptography.Xml.EncryptionProperty):System.Boolean|static=false",
|
|
2535
2535
|
"emitScope": "ClassSurface",
|
|
@@ -2549,7 +2549,7 @@
|
|
|
2549
2549
|
{
|
|
2550
2550
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptionPropertyCollection::IndexOf(System.Security.Cryptography.Xml.EncryptionProperty):System.Int32",
|
|
2551
2551
|
"clrName": "IndexOf",
|
|
2552
|
-
"metadataToken":
|
|
2552
|
+
"metadataToken": 100663712,
|
|
2553
2553
|
"canonicalSignature": "(System.Security.Cryptography.Xml.EncryptionProperty):System.Int32",
|
|
2554
2554
|
"normalizedSignature": "IndexOf|(System.Security.Cryptography.Xml.EncryptionProperty):System.Int32|static=false",
|
|
2555
2555
|
"emitScope": "ClassSurface",
|
|
@@ -2569,7 +2569,7 @@
|
|
|
2569
2569
|
{
|
|
2570
2570
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptionPropertyCollection::Insert(System.Int32,System.Security.Cryptography.Xml.EncryptionProperty):System.Void",
|
|
2571
2571
|
"clrName": "Insert",
|
|
2572
|
-
"metadataToken":
|
|
2572
|
+
"metadataToken": 100663714,
|
|
2573
2573
|
"canonicalSignature": "(System.Int32,System.Security.Cryptography.Xml.EncryptionProperty):System.Void",
|
|
2574
2574
|
"normalizedSignature": "Insert|(System.Int32,System.Security.Cryptography.Xml.EncryptionProperty):System.Void|static=false",
|
|
2575
2575
|
"emitScope": "ClassSurface",
|
|
@@ -2589,7 +2589,7 @@
|
|
|
2589
2589
|
{
|
|
2590
2590
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptionPropertyCollection::Remove(System.Security.Cryptography.Xml.EncryptionProperty):System.Void",
|
|
2591
2591
|
"clrName": "Remove",
|
|
2592
|
-
"metadataToken":
|
|
2592
|
+
"metadataToken": 100663716,
|
|
2593
2593
|
"canonicalSignature": "(System.Security.Cryptography.Xml.EncryptionProperty):System.Void",
|
|
2594
2594
|
"normalizedSignature": "Remove|(System.Security.Cryptography.Xml.EncryptionProperty):System.Void|static=false",
|
|
2595
2595
|
"emitScope": "ClassSurface",
|
|
@@ -2609,7 +2609,7 @@
|
|
|
2609
2609
|
{
|
|
2610
2610
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptionPropertyCollection::RemoveAt(System.Int32):System.Void",
|
|
2611
2611
|
"clrName": "RemoveAt",
|
|
2612
|
-
"metadataToken":
|
|
2612
|
+
"metadataToken": 100663717,
|
|
2613
2613
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
2614
2614
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
2615
2615
|
"emitScope": "ClassSurface",
|
|
@@ -2629,7 +2629,7 @@
|
|
|
2629
2629
|
{
|
|
2630
2630
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptionPropertyCollection::Item(System.Int32):System.Security.Cryptography.Xml.EncryptionProperty",
|
|
2631
2631
|
"clrName": "Item",
|
|
2632
|
-
"metadataToken":
|
|
2632
|
+
"metadataToken": 100663720,
|
|
2633
2633
|
"canonicalSignature": "(System.Int32):System.Security.Cryptography.Xml.EncryptionProperty",
|
|
2634
2634
|
"normalizedSignature": "Item|(System.Int32):System.Security.Cryptography.Xml.EncryptionProperty|static=false",
|
|
2635
2635
|
"emitScope": "ClassSurface",
|
|
@@ -2649,7 +2649,7 @@
|
|
|
2649
2649
|
{
|
|
2650
2650
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptionPropertyCollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
2651
2651
|
"clrName": "CopyTo",
|
|
2652
|
-
"metadataToken":
|
|
2652
|
+
"metadataToken": 100663725,
|
|
2653
2653
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
2654
2654
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
2655
2655
|
"emitScope": "ClassSurface",
|
|
@@ -2669,7 +2669,7 @@
|
|
|
2669
2669
|
{
|
|
2670
2670
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptionPropertyCollection::CopyTo(System.Security.Cryptography.Xml.EncryptionProperty[],System.Int32):System.Void",
|
|
2671
2671
|
"clrName": "CopyTo",
|
|
2672
|
-
"metadataToken":
|
|
2672
|
+
"metadataToken": 100663726,
|
|
2673
2673
|
"canonicalSignature": "(System.Security.Cryptography.Xml.EncryptionProperty[],System.Int32):System.Void",
|
|
2674
2674
|
"normalizedSignature": "CopyTo|(System.Security.Cryptography.Xml.EncryptionProperty[],System.Int32):System.Void|static=false",
|
|
2675
2675
|
"emitScope": "ClassSurface",
|
|
@@ -2691,7 +2691,7 @@
|
|
|
2691
2691
|
{
|
|
2692
2692
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptionPropertyCollection::Count:System.Int32",
|
|
2693
2693
|
"clrName": "Count",
|
|
2694
|
-
"metadataToken":
|
|
2694
|
+
"metadataToken": 385876126,
|
|
2695
2695
|
"canonicalSignature": ":System.Int32",
|
|
2696
2696
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
2697
2697
|
"emitScope": "ClassSurface",
|
|
@@ -2710,7 +2710,7 @@
|
|
|
2710
2710
|
{
|
|
2711
2711
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptionPropertyCollection::IsFixedSize:System.Boolean",
|
|
2712
2712
|
"clrName": "IsFixedSize",
|
|
2713
|
-
"metadataToken":
|
|
2713
|
+
"metadataToken": 385876127,
|
|
2714
2714
|
"canonicalSignature": ":System.Boolean",
|
|
2715
2715
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
2716
2716
|
"emitScope": "ClassSurface",
|
|
@@ -2729,7 +2729,7 @@
|
|
|
2729
2729
|
{
|
|
2730
2730
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptionPropertyCollection::IsReadOnly:System.Boolean",
|
|
2731
2731
|
"clrName": "IsReadOnly",
|
|
2732
|
-
"metadataToken":
|
|
2732
|
+
"metadataToken": 385876128,
|
|
2733
2733
|
"canonicalSignature": ":System.Boolean",
|
|
2734
2734
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
2735
2735
|
"emitScope": "ClassSurface",
|
|
@@ -2748,7 +2748,7 @@
|
|
|
2748
2748
|
{
|
|
2749
2749
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptionPropertyCollection::ItemOf[System.Int32]:System.Security.Cryptography.Xml.EncryptionProperty",
|
|
2750
2750
|
"clrName": "ItemOf",
|
|
2751
|
-
"metadataToken":
|
|
2751
|
+
"metadataToken": 385876129,
|
|
2752
2752
|
"canonicalSignature": "[System.Int32]:System.Security.Cryptography.Xml.EncryptionProperty",
|
|
2753
2753
|
"normalizedSignature": "ItemOf|[System.Int32]:System.Security.Cryptography.Xml.EncryptionProperty|static=false|accessor=getset",
|
|
2754
2754
|
"emitScope": "ClassSurface",
|
|
@@ -2767,7 +2767,7 @@
|
|
|
2767
2767
|
{
|
|
2768
2768
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptionPropertyCollection::SyncRoot:System.Object",
|
|
2769
2769
|
"clrName": "SyncRoot",
|
|
2770
|
-
"metadataToken":
|
|
2770
|
+
"metadataToken": 385876131,
|
|
2771
2771
|
"canonicalSignature": ":System.Object",
|
|
2772
2772
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
2773
2773
|
"emitScope": "ClassSurface",
|
|
@@ -2786,7 +2786,7 @@
|
|
|
2786
2786
|
{
|
|
2787
2787
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptionPropertyCollection::IsSynchronized:System.Boolean",
|
|
2788
2788
|
"clrName": "IsSynchronized",
|
|
2789
|
-
"metadataToken":
|
|
2789
|
+
"metadataToken": 385876132,
|
|
2790
2790
|
"canonicalSignature": ":System.Boolean",
|
|
2791
2791
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
2792
2792
|
"emitScope": "ClassSurface",
|
|
@@ -2808,7 +2808,7 @@
|
|
|
2808
2808
|
"constructors": [
|
|
2809
2809
|
{
|
|
2810
2810
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptionPropertyCollection::.ctor():void",
|
|
2811
|
-
"metadataToken":
|
|
2811
|
+
"metadataToken": 100663703,
|
|
2812
2812
|
"canonicalSignature": "():void",
|
|
2813
2813
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2814
2814
|
"isStatic": false,
|
|
@@ -2844,7 +2844,7 @@
|
|
|
2844
2844
|
{
|
|
2845
2845
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfo::GetXml():System.Xml.XmlElement",
|
|
2846
2846
|
"clrName": "GetXml",
|
|
2847
|
-
"metadataToken":
|
|
2847
|
+
"metadataToken": 100663750,
|
|
2848
2848
|
"canonicalSignature": "():System.Xml.XmlElement",
|
|
2849
2849
|
"normalizedSignature": "GetXml|():System.Xml.XmlElement|static=false",
|
|
2850
2850
|
"emitScope": "ClassSurface",
|
|
@@ -2864,7 +2864,7 @@
|
|
|
2864
2864
|
{
|
|
2865
2865
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfo::LoadXml(System.Xml.XmlElement):System.Void",
|
|
2866
2866
|
"clrName": "LoadXml",
|
|
2867
|
-
"metadataToken":
|
|
2867
|
+
"metadataToken": 100663752,
|
|
2868
2868
|
"canonicalSignature": "(System.Xml.XmlElement):System.Void",
|
|
2869
2869
|
"normalizedSignature": "LoadXml|(System.Xml.XmlElement):System.Void|static=false",
|
|
2870
2870
|
"emitScope": "ClassSurface",
|
|
@@ -2884,7 +2884,7 @@
|
|
|
2884
2884
|
{
|
|
2885
2885
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfo::AddClause(System.Security.Cryptography.Xml.KeyInfoClause):System.Void",
|
|
2886
2886
|
"clrName": "AddClause",
|
|
2887
|
-
"metadataToken":
|
|
2887
|
+
"metadataToken": 100663754,
|
|
2888
2888
|
"canonicalSignature": "(System.Security.Cryptography.Xml.KeyInfoClause):System.Void",
|
|
2889
2889
|
"normalizedSignature": "AddClause|(System.Security.Cryptography.Xml.KeyInfoClause):System.Void|static=false",
|
|
2890
2890
|
"emitScope": "ClassSurface",
|
|
@@ -2904,7 +2904,7 @@
|
|
|
2904
2904
|
{
|
|
2905
2905
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfo::GetEnumerator():System.Collections.IEnumerator",
|
|
2906
2906
|
"clrName": "GetEnumerator",
|
|
2907
|
-
"metadataToken":
|
|
2907
|
+
"metadataToken": 100663755,
|
|
2908
2908
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
2909
2909
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
2910
2910
|
"emitScope": "ClassSurface",
|
|
@@ -2924,7 +2924,7 @@
|
|
|
2924
2924
|
{
|
|
2925
2925
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfo::GetEnumerator(System.Type):System.Collections.IEnumerator",
|
|
2926
2926
|
"clrName": "GetEnumerator",
|
|
2927
|
-
"metadataToken":
|
|
2927
|
+
"metadataToken": 100663756,
|
|
2928
2928
|
"canonicalSignature": "(System.Type):System.Collections.IEnumerator",
|
|
2929
2929
|
"normalizedSignature": "GetEnumerator|(System.Type):System.Collections.IEnumerator|static=false",
|
|
2930
2930
|
"emitScope": "ClassSurface",
|
|
@@ -2946,7 +2946,7 @@
|
|
|
2946
2946
|
{
|
|
2947
2947
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfo::Id:System.String",
|
|
2948
2948
|
"clrName": "Id",
|
|
2949
|
-
"metadataToken":
|
|
2949
|
+
"metadataToken": 385876134,
|
|
2950
2950
|
"canonicalSignature": ":System.String",
|
|
2951
2951
|
"normalizedSignature": "Id|:System.String|static=false|accessor=getset",
|
|
2952
2952
|
"emitScope": "ClassSurface",
|
|
@@ -2965,7 +2965,7 @@
|
|
|
2965
2965
|
{
|
|
2966
2966
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfo::Count:System.Int32",
|
|
2967
2967
|
"clrName": "Count",
|
|
2968
|
-
"metadataToken":
|
|
2968
|
+
"metadataToken": 385876135,
|
|
2969
2969
|
"canonicalSignature": ":System.Int32",
|
|
2970
2970
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
2971
2971
|
"emitScope": "ClassSurface",
|
|
@@ -2987,7 +2987,7 @@
|
|
|
2987
2987
|
"constructors": [
|
|
2988
2988
|
{
|
|
2989
2989
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfo::.ctor():void",
|
|
2990
|
-
"metadataToken":
|
|
2990
|
+
"metadataToken": 100663747,
|
|
2991
2991
|
"canonicalSignature": "():void",
|
|
2992
2992
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2993
2993
|
"isStatic": false,
|
|
@@ -3017,7 +3017,7 @@
|
|
|
3017
3017
|
{
|
|
3018
3018
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoClause::GetXml():System.Xml.XmlElement",
|
|
3019
3019
|
"clrName": "GetXml",
|
|
3020
|
-
"metadataToken":
|
|
3020
|
+
"metadataToken": 100663758,
|
|
3021
3021
|
"canonicalSignature": "():System.Xml.XmlElement",
|
|
3022
3022
|
"normalizedSignature": "GetXml|():System.Xml.XmlElement|static=false",
|
|
3023
3023
|
"emitScope": "ClassSurface",
|
|
@@ -3037,7 +3037,7 @@
|
|
|
3037
3037
|
{
|
|
3038
3038
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoClause::LoadXml(System.Xml.XmlElement):System.Void",
|
|
3039
3039
|
"clrName": "LoadXml",
|
|
3040
|
-
"metadataToken":
|
|
3040
|
+
"metadataToken": 100663760,
|
|
3041
3041
|
"canonicalSignature": "(System.Xml.XmlElement):System.Void",
|
|
3042
3042
|
"normalizedSignature": "LoadXml|(System.Xml.XmlElement):System.Void|static=false",
|
|
3043
3043
|
"emitScope": "ClassSurface",
|
|
@@ -3061,7 +3061,7 @@
|
|
|
3061
3061
|
"constructors": [
|
|
3062
3062
|
{
|
|
3063
3063
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoClause::.ctor():void",
|
|
3064
|
-
"metadataToken":
|
|
3064
|
+
"metadataToken": 100663757,
|
|
3065
3065
|
"canonicalSignature": "():void",
|
|
3066
3066
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3067
3067
|
"isStatic": false,
|
|
@@ -3091,7 +3091,7 @@
|
|
|
3091
3091
|
{
|
|
3092
3092
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoEncryptedKey::GetXml():System.Xml.XmlElement",
|
|
3093
3093
|
"clrName": "GetXml",
|
|
3094
|
-
"metadataToken":
|
|
3094
|
+
"metadataToken": 100663765,
|
|
3095
3095
|
"canonicalSignature": "():System.Xml.XmlElement",
|
|
3096
3096
|
"normalizedSignature": "GetXml|():System.Xml.XmlElement|static=false",
|
|
3097
3097
|
"emitScope": "ClassSurface",
|
|
@@ -3111,7 +3111,7 @@
|
|
|
3111
3111
|
{
|
|
3112
3112
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoEncryptedKey::LoadXml(System.Xml.XmlElement):System.Void",
|
|
3113
3113
|
"clrName": "LoadXml",
|
|
3114
|
-
"metadataToken":
|
|
3114
|
+
"metadataToken": 100663767,
|
|
3115
3115
|
"canonicalSignature": "(System.Xml.XmlElement):System.Void",
|
|
3116
3116
|
"normalizedSignature": "LoadXml|(System.Xml.XmlElement):System.Void|static=false",
|
|
3117
3117
|
"emitScope": "ClassSurface",
|
|
@@ -3133,7 +3133,7 @@
|
|
|
3133
3133
|
{
|
|
3134
3134
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoEncryptedKey::EncryptedKey:System.Security.Cryptography.Xml.EncryptedKey",
|
|
3135
3135
|
"clrName": "EncryptedKey",
|
|
3136
|
-
"metadataToken":
|
|
3136
|
+
"metadataToken": 385876136,
|
|
3137
3137
|
"canonicalSignature": ":System.Security.Cryptography.Xml.EncryptedKey",
|
|
3138
3138
|
"normalizedSignature": "EncryptedKey|:System.Security.Cryptography.Xml.EncryptedKey|static=false|accessor=getset",
|
|
3139
3139
|
"emitScope": "ClassSurface",
|
|
@@ -3155,7 +3155,7 @@
|
|
|
3155
3155
|
"constructors": [
|
|
3156
3156
|
{
|
|
3157
3157
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoEncryptedKey::.ctor():void",
|
|
3158
|
-
"metadataToken":
|
|
3158
|
+
"metadataToken": 100663761,
|
|
3159
3159
|
"canonicalSignature": "():void",
|
|
3160
3160
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3161
3161
|
"isStatic": false,
|
|
@@ -3166,7 +3166,7 @@
|
|
|
3166
3166
|
},
|
|
3167
3167
|
{
|
|
3168
3168
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoEncryptedKey::.ctor(System.Security.Cryptography.Xml.EncryptedKey):void",
|
|
3169
|
-
"metadataToken":
|
|
3169
|
+
"metadataToken": 100663762,
|
|
3170
3170
|
"canonicalSignature": "(System.Security.Cryptography.Xml.EncryptedKey):void",
|
|
3171
3171
|
"normalizedSignature": "constructor|(System.Security.Cryptography.Xml.EncryptedKey):void|static=false",
|
|
3172
3172
|
"isStatic": false,
|
|
@@ -3196,7 +3196,7 @@
|
|
|
3196
3196
|
{
|
|
3197
3197
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoName::GetXml():System.Xml.XmlElement",
|
|
3198
3198
|
"clrName": "GetXml",
|
|
3199
|
-
"metadataToken":
|
|
3199
|
+
"metadataToken": 100663772,
|
|
3200
3200
|
"canonicalSignature": "():System.Xml.XmlElement",
|
|
3201
3201
|
"normalizedSignature": "GetXml|():System.Xml.XmlElement|static=false",
|
|
3202
3202
|
"emitScope": "ClassSurface",
|
|
@@ -3216,7 +3216,7 @@
|
|
|
3216
3216
|
{
|
|
3217
3217
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoName::LoadXml(System.Xml.XmlElement):System.Void",
|
|
3218
3218
|
"clrName": "LoadXml",
|
|
3219
|
-
"metadataToken":
|
|
3219
|
+
"metadataToken": 100663774,
|
|
3220
3220
|
"canonicalSignature": "(System.Xml.XmlElement):System.Void",
|
|
3221
3221
|
"normalizedSignature": "LoadXml|(System.Xml.XmlElement):System.Void|static=false",
|
|
3222
3222
|
"emitScope": "ClassSurface",
|
|
@@ -3238,7 +3238,7 @@
|
|
|
3238
3238
|
{
|
|
3239
3239
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoName::Value:System.String",
|
|
3240
3240
|
"clrName": "Value",
|
|
3241
|
-
"metadataToken":
|
|
3241
|
+
"metadataToken": 385876137,
|
|
3242
3242
|
"canonicalSignature": ":System.String",
|
|
3243
3243
|
"normalizedSignature": "Value|:System.String|static=false|accessor=getset",
|
|
3244
3244
|
"emitScope": "ClassSurface",
|
|
@@ -3260,7 +3260,7 @@
|
|
|
3260
3260
|
"constructors": [
|
|
3261
3261
|
{
|
|
3262
3262
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoName::.ctor():void",
|
|
3263
|
-
"metadataToken":
|
|
3263
|
+
"metadataToken": 100663768,
|
|
3264
3264
|
"canonicalSignature": "():void",
|
|
3265
3265
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3266
3266
|
"isStatic": false,
|
|
@@ -3271,7 +3271,7 @@
|
|
|
3271
3271
|
},
|
|
3272
3272
|
{
|
|
3273
3273
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoName::.ctor(System.String):void",
|
|
3274
|
-
"metadataToken":
|
|
3274
|
+
"metadataToken": 100663769,
|
|
3275
3275
|
"canonicalSignature": "(System.String):void",
|
|
3276
3276
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
3277
3277
|
"isStatic": false,
|
|
@@ -3301,7 +3301,7 @@
|
|
|
3301
3301
|
{
|
|
3302
3302
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoNode::GetXml():System.Xml.XmlElement",
|
|
3303
3303
|
"clrName": "GetXml",
|
|
3304
|
-
"metadataToken":
|
|
3304
|
+
"metadataToken": 100663779,
|
|
3305
3305
|
"canonicalSignature": "():System.Xml.XmlElement",
|
|
3306
3306
|
"normalizedSignature": "GetXml|():System.Xml.XmlElement|static=false",
|
|
3307
3307
|
"emitScope": "ClassSurface",
|
|
@@ -3321,7 +3321,7 @@
|
|
|
3321
3321
|
{
|
|
3322
3322
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoNode::LoadXml(System.Xml.XmlElement):System.Void",
|
|
3323
3323
|
"clrName": "LoadXml",
|
|
3324
|
-
"metadataToken":
|
|
3324
|
+
"metadataToken": 100663781,
|
|
3325
3325
|
"canonicalSignature": "(System.Xml.XmlElement):System.Void",
|
|
3326
3326
|
"normalizedSignature": "LoadXml|(System.Xml.XmlElement):System.Void|static=false",
|
|
3327
3327
|
"emitScope": "ClassSurface",
|
|
@@ -3343,7 +3343,7 @@
|
|
|
3343
3343
|
{
|
|
3344
3344
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoNode::Value:System.Xml.XmlElement",
|
|
3345
3345
|
"clrName": "Value",
|
|
3346
|
-
"metadataToken":
|
|
3346
|
+
"metadataToken": 385876138,
|
|
3347
3347
|
"canonicalSignature": ":System.Xml.XmlElement",
|
|
3348
3348
|
"normalizedSignature": "Value|:System.Xml.XmlElement|static=false|accessor=getset",
|
|
3349
3349
|
"emitScope": "ClassSurface",
|
|
@@ -3365,7 +3365,7 @@
|
|
|
3365
3365
|
"constructors": [
|
|
3366
3366
|
{
|
|
3367
3367
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoNode::.ctor():void",
|
|
3368
|
-
"metadataToken":
|
|
3368
|
+
"metadataToken": 100663775,
|
|
3369
3369
|
"canonicalSignature": "():void",
|
|
3370
3370
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3371
3371
|
"isStatic": false,
|
|
@@ -3376,7 +3376,7 @@
|
|
|
3376
3376
|
},
|
|
3377
3377
|
{
|
|
3378
3378
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoNode::.ctor(System.Xml.XmlElement):void",
|
|
3379
|
-
"metadataToken":
|
|
3379
|
+
"metadataToken": 100663776,
|
|
3380
3380
|
"canonicalSignature": "(System.Xml.XmlElement):void",
|
|
3381
3381
|
"normalizedSignature": "constructor|(System.Xml.XmlElement):void|static=false",
|
|
3382
3382
|
"isStatic": false,
|
|
@@ -3406,7 +3406,7 @@
|
|
|
3406
3406
|
{
|
|
3407
3407
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod::GetXml():System.Xml.XmlElement",
|
|
3408
3408
|
"clrName": "GetXml",
|
|
3409
|
-
"metadataToken":
|
|
3409
|
+
"metadataToken": 100663789,
|
|
3410
3410
|
"canonicalSignature": "():System.Xml.XmlElement",
|
|
3411
3411
|
"normalizedSignature": "GetXml|():System.Xml.XmlElement|static=false",
|
|
3412
3412
|
"emitScope": "ClassSurface",
|
|
@@ -3426,7 +3426,7 @@
|
|
|
3426
3426
|
{
|
|
3427
3427
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod::LoadXml(System.Xml.XmlElement):System.Void",
|
|
3428
3428
|
"clrName": "LoadXml",
|
|
3429
|
-
"metadataToken":
|
|
3429
|
+
"metadataToken": 100663791,
|
|
3430
3430
|
"canonicalSignature": "(System.Xml.XmlElement):System.Void",
|
|
3431
3431
|
"normalizedSignature": "LoadXml|(System.Xml.XmlElement):System.Void|static=false",
|
|
3432
3432
|
"emitScope": "ClassSurface",
|
|
@@ -3448,7 +3448,7 @@
|
|
|
3448
3448
|
{
|
|
3449
3449
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod::Uri:System.String",
|
|
3450
3450
|
"clrName": "Uri",
|
|
3451
|
-
"metadataToken":
|
|
3451
|
+
"metadataToken": 385876139,
|
|
3452
3452
|
"canonicalSignature": ":System.String",
|
|
3453
3453
|
"normalizedSignature": "Uri|:System.String|static=false|accessor=getset",
|
|
3454
3454
|
"emitScope": "ClassSurface",
|
|
@@ -3467,7 +3467,7 @@
|
|
|
3467
3467
|
{
|
|
3468
3468
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod::Type:System.String",
|
|
3469
3469
|
"clrName": "Type",
|
|
3470
|
-
"metadataToken":
|
|
3470
|
+
"metadataToken": 385876140,
|
|
3471
3471
|
"canonicalSignature": ":System.String",
|
|
3472
3472
|
"normalizedSignature": "Type|:System.String|static=false|accessor=getset",
|
|
3473
3473
|
"emitScope": "ClassSurface",
|
|
@@ -3489,7 +3489,7 @@
|
|
|
3489
3489
|
"constructors": [
|
|
3490
3490
|
{
|
|
3491
3491
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod::.ctor():void",
|
|
3492
|
-
"metadataToken":
|
|
3492
|
+
"metadataToken": 100663782,
|
|
3493
3493
|
"canonicalSignature": "():void",
|
|
3494
3494
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3495
3495
|
"isStatic": false,
|
|
@@ -3500,7 +3500,7 @@
|
|
|
3500
3500
|
},
|
|
3501
3501
|
{
|
|
3502
3502
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod::.ctor(System.String):void",
|
|
3503
|
-
"metadataToken":
|
|
3503
|
+
"metadataToken": 100663783,
|
|
3504
3504
|
"canonicalSignature": "(System.String):void",
|
|
3505
3505
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
3506
3506
|
"isStatic": false,
|
|
@@ -3511,7 +3511,7 @@
|
|
|
3511
3511
|
},
|
|
3512
3512
|
{
|
|
3513
3513
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod::.ctor(System.String,System.String):void",
|
|
3514
|
-
"metadataToken":
|
|
3514
|
+
"metadataToken": 100663784,
|
|
3515
3515
|
"canonicalSignature": "(System.String,System.String):void",
|
|
3516
3516
|
"normalizedSignature": "constructor|(System.String,System.String):void|static=false",
|
|
3517
3517
|
"isStatic": false,
|
|
@@ -3541,7 +3541,7 @@
|
|
|
3541
3541
|
{
|
|
3542
3542
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoX509Data::AddCertificate(System.Security.Cryptography.X509Certificates.X509Certificate):System.Void",
|
|
3543
3543
|
"clrName": "AddCertificate",
|
|
3544
|
-
"metadataToken":
|
|
3544
|
+
"metadataToken": 100663797,
|
|
3545
3545
|
"canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate):System.Void",
|
|
3546
3546
|
"normalizedSignature": "AddCertificate|(System.Security.Cryptography.X509Certificates.X509Certificate):System.Void|static=false",
|
|
3547
3547
|
"emitScope": "ClassSurface",
|
|
@@ -3561,7 +3561,7 @@
|
|
|
3561
3561
|
{
|
|
3562
3562
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoX509Data::AddSubjectKeyId(System.Byte[]):System.Void",
|
|
3563
3563
|
"clrName": "AddSubjectKeyId",
|
|
3564
|
-
"metadataToken":
|
|
3564
|
+
"metadataToken": 100663799,
|
|
3565
3565
|
"canonicalSignature": "(System.Byte[]):System.Void",
|
|
3566
3566
|
"normalizedSignature": "AddSubjectKeyId|(System.Byte[]):System.Void|static=false",
|
|
3567
3567
|
"emitScope": "ClassSurface",
|
|
@@ -3581,7 +3581,7 @@
|
|
|
3581
3581
|
{
|
|
3582
3582
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoX509Data::AddSubjectKeyId(System.String):System.Void",
|
|
3583
3583
|
"clrName": "AddSubjectKeyId",
|
|
3584
|
-
"metadataToken":
|
|
3584
|
+
"metadataToken": 100663800,
|
|
3585
3585
|
"canonicalSignature": "(System.String):System.Void",
|
|
3586
3586
|
"normalizedSignature": "AddSubjectKeyId|(System.String):System.Void|static=false",
|
|
3587
3587
|
"emitScope": "ClassSurface",
|
|
@@ -3601,7 +3601,7 @@
|
|
|
3601
3601
|
{
|
|
3602
3602
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoX509Data::AddSubjectName(System.String):System.Void",
|
|
3603
3603
|
"clrName": "AddSubjectName",
|
|
3604
|
-
"metadataToken":
|
|
3604
|
+
"metadataToken": 100663802,
|
|
3605
3605
|
"canonicalSignature": "(System.String):System.Void",
|
|
3606
3606
|
"normalizedSignature": "AddSubjectName|(System.String):System.Void|static=false",
|
|
3607
3607
|
"emitScope": "ClassSurface",
|
|
@@ -3621,7 +3621,7 @@
|
|
|
3621
3621
|
{
|
|
3622
3622
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoX509Data::AddIssuerSerial(System.String,System.String):System.Void",
|
|
3623
3623
|
"clrName": "AddIssuerSerial",
|
|
3624
|
-
"metadataToken":
|
|
3624
|
+
"metadataToken": 100663804,
|
|
3625
3625
|
"canonicalSignature": "(System.String,System.String):System.Void",
|
|
3626
3626
|
"normalizedSignature": "AddIssuerSerial|(System.String,System.String):System.Void|static=false",
|
|
3627
3627
|
"emitScope": "ClassSurface",
|
|
@@ -3641,7 +3641,7 @@
|
|
|
3641
3641
|
{
|
|
3642
3642
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoX509Data::GetXml():System.Xml.XmlElement",
|
|
3643
3643
|
"clrName": "GetXml",
|
|
3644
|
-
"metadataToken":
|
|
3644
|
+
"metadataToken": 100663809,
|
|
3645
3645
|
"canonicalSignature": "():System.Xml.XmlElement",
|
|
3646
3646
|
"normalizedSignature": "GetXml|():System.Xml.XmlElement|static=false",
|
|
3647
3647
|
"emitScope": "ClassSurface",
|
|
@@ -3661,7 +3661,7 @@
|
|
|
3661
3661
|
{
|
|
3662
3662
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoX509Data::LoadXml(System.Xml.XmlElement):System.Void",
|
|
3663
3663
|
"clrName": "LoadXml",
|
|
3664
|
-
"metadataToken":
|
|
3664
|
+
"metadataToken": 100663811,
|
|
3665
3665
|
"canonicalSignature": "(System.Xml.XmlElement):System.Void",
|
|
3666
3666
|
"normalizedSignature": "LoadXml|(System.Xml.XmlElement):System.Void|static=false",
|
|
3667
3667
|
"emitScope": "ClassSurface",
|
|
@@ -3683,7 +3683,7 @@
|
|
|
3683
3683
|
{
|
|
3684
3684
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoX509Data::Certificates:System.Collections.ArrayList",
|
|
3685
3685
|
"clrName": "Certificates",
|
|
3686
|
-
"metadataToken":
|
|
3686
|
+
"metadataToken": 385876141,
|
|
3687
3687
|
"canonicalSignature": ":System.Collections.ArrayList",
|
|
3688
3688
|
"normalizedSignature": "Certificates|:System.Collections.ArrayList|static=false|accessor=get",
|
|
3689
3689
|
"emitScope": "ClassSurface",
|
|
@@ -3702,7 +3702,7 @@
|
|
|
3702
3702
|
{
|
|
3703
3703
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoX509Data::SubjectKeyIds:System.Collections.ArrayList",
|
|
3704
3704
|
"clrName": "SubjectKeyIds",
|
|
3705
|
-
"metadataToken":
|
|
3705
|
+
"metadataToken": 385876142,
|
|
3706
3706
|
"canonicalSignature": ":System.Collections.ArrayList",
|
|
3707
3707
|
"normalizedSignature": "SubjectKeyIds|:System.Collections.ArrayList|static=false|accessor=get",
|
|
3708
3708
|
"emitScope": "ClassSurface",
|
|
@@ -3721,7 +3721,7 @@
|
|
|
3721
3721
|
{
|
|
3722
3722
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoX509Data::SubjectNames:System.Collections.ArrayList",
|
|
3723
3723
|
"clrName": "SubjectNames",
|
|
3724
|
-
"metadataToken":
|
|
3724
|
+
"metadataToken": 385876143,
|
|
3725
3725
|
"canonicalSignature": ":System.Collections.ArrayList",
|
|
3726
3726
|
"normalizedSignature": "SubjectNames|:System.Collections.ArrayList|static=false|accessor=get",
|
|
3727
3727
|
"emitScope": "ClassSurface",
|
|
@@ -3740,7 +3740,7 @@
|
|
|
3740
3740
|
{
|
|
3741
3741
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoX509Data::IssuerSerials:System.Collections.ArrayList",
|
|
3742
3742
|
"clrName": "IssuerSerials",
|
|
3743
|
-
"metadataToken":
|
|
3743
|
+
"metadataToken": 385876144,
|
|
3744
3744
|
"canonicalSignature": ":System.Collections.ArrayList",
|
|
3745
3745
|
"normalizedSignature": "IssuerSerials|:System.Collections.ArrayList|static=false|accessor=get",
|
|
3746
3746
|
"emitScope": "ClassSurface",
|
|
@@ -3759,7 +3759,7 @@
|
|
|
3759
3759
|
{
|
|
3760
3760
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoX509Data::CRL:System.Byte[]",
|
|
3761
3761
|
"clrName": "CRL",
|
|
3762
|
-
"metadataToken":
|
|
3762
|
+
"metadataToken": 385876145,
|
|
3763
3763
|
"canonicalSignature": ":System.Byte[]",
|
|
3764
3764
|
"normalizedSignature": "CRL|:System.Byte[]|static=false|accessor=getset",
|
|
3765
3765
|
"emitScope": "ClassSurface",
|
|
@@ -3781,7 +3781,7 @@
|
|
|
3781
3781
|
"constructors": [
|
|
3782
3782
|
{
|
|
3783
3783
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoX509Data::.ctor():void",
|
|
3784
|
-
"metadataToken":
|
|
3784
|
+
"metadataToken": 100663792,
|
|
3785
3785
|
"canonicalSignature": "():void",
|
|
3786
3786
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3787
3787
|
"isStatic": false,
|
|
@@ -3792,7 +3792,7 @@
|
|
|
3792
3792
|
},
|
|
3793
3793
|
{
|
|
3794
3794
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoX509Data::.ctor(System.Byte[]):void",
|
|
3795
|
-
"metadataToken":
|
|
3795
|
+
"metadataToken": 100663793,
|
|
3796
3796
|
"canonicalSignature": "(System.Byte[]):void",
|
|
3797
3797
|
"normalizedSignature": "constructor|(System.Byte[]):void|static=false",
|
|
3798
3798
|
"isStatic": false,
|
|
@@ -3803,7 +3803,7 @@
|
|
|
3803
3803
|
},
|
|
3804
3804
|
{
|
|
3805
3805
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoX509Data::.ctor(System.Security.Cryptography.X509Certificates.X509Certificate):void",
|
|
3806
|
-
"metadataToken":
|
|
3806
|
+
"metadataToken": 100663794,
|
|
3807
3807
|
"canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate):void",
|
|
3808
3808
|
"normalizedSignature": "constructor|(System.Security.Cryptography.X509Certificates.X509Certificate):void|static=false",
|
|
3809
3809
|
"isStatic": false,
|
|
@@ -3814,7 +3814,7 @@
|
|
|
3814
3814
|
},
|
|
3815
3815
|
{
|
|
3816
3816
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoX509Data::.ctor(System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509IncludeOption):void",
|
|
3817
|
-
"metadataToken":
|
|
3817
|
+
"metadataToken": 100663795,
|
|
3818
3818
|
"canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509IncludeOption):void",
|
|
3819
3819
|
"normalizedSignature": "constructor|(System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509IncludeOption):void|static=false",
|
|
3820
3820
|
"isStatic": false,
|
|
@@ -3847,7 +3847,7 @@
|
|
|
3847
3847
|
"constructors": [
|
|
3848
3848
|
{
|
|
3849
3849
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyReference::.ctor():void",
|
|
3850
|
-
"metadataToken":
|
|
3850
|
+
"metadataToken": 100663812,
|
|
3851
3851
|
"canonicalSignature": "():void",
|
|
3852
3852
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3853
3853
|
"isStatic": false,
|
|
@@ -3858,7 +3858,7 @@
|
|
|
3858
3858
|
},
|
|
3859
3859
|
{
|
|
3860
3860
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyReference::.ctor(System.String):void",
|
|
3861
|
-
"metadataToken":
|
|
3861
|
+
"metadataToken": 100663813,
|
|
3862
3862
|
"canonicalSignature": "(System.String):void",
|
|
3863
3863
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
3864
3864
|
"isStatic": false,
|
|
@@ -3869,7 +3869,7 @@
|
|
|
3869
3869
|
},
|
|
3870
3870
|
{
|
|
3871
3871
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyReference::.ctor(System.String,System.Security.Cryptography.Xml.TransformChain):void",
|
|
3872
|
-
"metadataToken":
|
|
3872
|
+
"metadataToken": 100663814,
|
|
3873
3873
|
"canonicalSignature": "(System.String,System.Security.Cryptography.Xml.TransformChain):void",
|
|
3874
3874
|
"normalizedSignature": "constructor|(System.String,System.Security.Cryptography.Xml.TransformChain):void|static=false",
|
|
3875
3875
|
"isStatic": false,
|
|
@@ -3899,7 +3899,7 @@
|
|
|
3899
3899
|
{
|
|
3900
3900
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Reference::GetXml():System.Xml.XmlElement",
|
|
3901
3901
|
"clrName": "GetXml",
|
|
3902
|
-
"metadataToken":
|
|
3902
|
+
"metadataToken": 100663845,
|
|
3903
3903
|
"canonicalSignature": "():System.Xml.XmlElement",
|
|
3904
3904
|
"normalizedSignature": "GetXml|():System.Xml.XmlElement|static=false",
|
|
3905
3905
|
"emitScope": "ClassSurface",
|
|
@@ -3919,7 +3919,7 @@
|
|
|
3919
3919
|
{
|
|
3920
3920
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Reference::LoadXml(System.Xml.XmlElement):System.Void",
|
|
3921
3921
|
"clrName": "LoadXml",
|
|
3922
|
-
"metadataToken":
|
|
3922
|
+
"metadataToken": 100663847,
|
|
3923
3923
|
"canonicalSignature": "(System.Xml.XmlElement):System.Void",
|
|
3924
3924
|
"normalizedSignature": "LoadXml|(System.Xml.XmlElement):System.Void|static=false",
|
|
3925
3925
|
"emitScope": "ClassSurface",
|
|
@@ -3939,7 +3939,7 @@
|
|
|
3939
3939
|
{
|
|
3940
3940
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Reference::AddTransform(System.Security.Cryptography.Xml.Transform):System.Void",
|
|
3941
3941
|
"clrName": "AddTransform",
|
|
3942
|
-
"metadataToken":
|
|
3942
|
+
"metadataToken": 100663848,
|
|
3943
3943
|
"canonicalSignature": "(System.Security.Cryptography.Xml.Transform):System.Void",
|
|
3944
3944
|
"normalizedSignature": "AddTransform|(System.Security.Cryptography.Xml.Transform):System.Void|static=false",
|
|
3945
3945
|
"emitScope": "ClassSurface",
|
|
@@ -3961,7 +3961,7 @@
|
|
|
3961
3961
|
{
|
|
3962
3962
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Reference::Id:System.String",
|
|
3963
3963
|
"clrName": "Id",
|
|
3964
|
-
"metadataToken":
|
|
3964
|
+
"metadataToken": 385876146,
|
|
3965
3965
|
"canonicalSignature": ":System.String",
|
|
3966
3966
|
"normalizedSignature": "Id|:System.String|static=false|accessor=getset",
|
|
3967
3967
|
"emitScope": "ClassSurface",
|
|
@@ -3980,7 +3980,7 @@
|
|
|
3980
3980
|
{
|
|
3981
3981
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Reference::Uri:System.String",
|
|
3982
3982
|
"clrName": "Uri",
|
|
3983
|
-
"metadataToken":
|
|
3983
|
+
"metadataToken": 385876147,
|
|
3984
3984
|
"canonicalSignature": ":System.String",
|
|
3985
3985
|
"normalizedSignature": "Uri|:System.String|static=false|accessor=getset",
|
|
3986
3986
|
"emitScope": "ClassSurface",
|
|
@@ -3999,7 +3999,7 @@
|
|
|
3999
3999
|
{
|
|
4000
4000
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Reference::Type:System.String",
|
|
4001
4001
|
"clrName": "Type",
|
|
4002
|
-
"metadataToken":
|
|
4002
|
+
"metadataToken": 385876148,
|
|
4003
4003
|
"canonicalSignature": ":System.String",
|
|
4004
4004
|
"normalizedSignature": "Type|:System.String|static=false|accessor=getset",
|
|
4005
4005
|
"emitScope": "ClassSurface",
|
|
@@ -4018,7 +4018,7 @@
|
|
|
4018
4018
|
{
|
|
4019
4019
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Reference::DigestMethod:System.String",
|
|
4020
4020
|
"clrName": "DigestMethod",
|
|
4021
|
-
"metadataToken":
|
|
4021
|
+
"metadataToken": 385876149,
|
|
4022
4022
|
"canonicalSignature": ":System.String",
|
|
4023
4023
|
"normalizedSignature": "DigestMethod|:System.String|static=false|accessor=getset",
|
|
4024
4024
|
"emitScope": "ClassSurface",
|
|
@@ -4037,7 +4037,7 @@
|
|
|
4037
4037
|
{
|
|
4038
4038
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Reference::DigestValue:System.Byte[]",
|
|
4039
4039
|
"clrName": "DigestValue",
|
|
4040
|
-
"metadataToken":
|
|
4040
|
+
"metadataToken": 385876150,
|
|
4041
4041
|
"canonicalSignature": ":System.Byte[]",
|
|
4042
4042
|
"normalizedSignature": "DigestValue|:System.Byte[]|static=false|accessor=getset",
|
|
4043
4043
|
"emitScope": "ClassSurface",
|
|
@@ -4056,7 +4056,7 @@
|
|
|
4056
4056
|
{
|
|
4057
4057
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Reference::TransformChain:System.Security.Cryptography.Xml.TransformChain",
|
|
4058
4058
|
"clrName": "TransformChain",
|
|
4059
|
-
"metadataToken":
|
|
4059
|
+
"metadataToken": 385876151,
|
|
4060
4060
|
"canonicalSignature": ":System.Security.Cryptography.Xml.TransformChain",
|
|
4061
4061
|
"normalizedSignature": "TransformChain|:System.Security.Cryptography.Xml.TransformChain|static=false|accessor=getset",
|
|
4062
4062
|
"emitScope": "ClassSurface",
|
|
@@ -4078,7 +4078,7 @@
|
|
|
4078
4078
|
"constructors": [
|
|
4079
4079
|
{
|
|
4080
4080
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Reference::.ctor():void",
|
|
4081
|
-
"metadataToken":
|
|
4081
|
+
"metadataToken": 100663825,
|
|
4082
4082
|
"canonicalSignature": "():void",
|
|
4083
4083
|
"normalizedSignature": "constructor|():void|static=false",
|
|
4084
4084
|
"isStatic": false,
|
|
@@ -4089,7 +4089,7 @@
|
|
|
4089
4089
|
},
|
|
4090
4090
|
{
|
|
4091
4091
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Reference::.ctor(System.IO.Stream):void",
|
|
4092
|
-
"metadataToken":
|
|
4092
|
+
"metadataToken": 100663826,
|
|
4093
4093
|
"canonicalSignature": "(System.IO.Stream):void",
|
|
4094
4094
|
"normalizedSignature": "constructor|(System.IO.Stream):void|static=false",
|
|
4095
4095
|
"isStatic": false,
|
|
@@ -4100,7 +4100,7 @@
|
|
|
4100
4100
|
},
|
|
4101
4101
|
{
|
|
4102
4102
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Reference::.ctor(System.String):void",
|
|
4103
|
-
"metadataToken":
|
|
4103
|
+
"metadataToken": 100663827,
|
|
4104
4104
|
"canonicalSignature": "(System.String):void",
|
|
4105
4105
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
4106
4106
|
"isStatic": false,
|
|
@@ -4144,7 +4144,7 @@
|
|
|
4144
4144
|
{
|
|
4145
4145
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.ReferenceList::GetEnumerator():System.Collections.IEnumerator",
|
|
4146
4146
|
"clrName": "GetEnumerator",
|
|
4147
|
-
"metadataToken":
|
|
4147
|
+
"metadataToken": 100663853,
|
|
4148
4148
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
4149
4149
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
4150
4150
|
"emitScope": "ClassSurface",
|
|
@@ -4164,7 +4164,7 @@
|
|
|
4164
4164
|
{
|
|
4165
4165
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.ReferenceList::Add(System.Object):System.Int32",
|
|
4166
4166
|
"clrName": "Add",
|
|
4167
|
-
"metadataToken":
|
|
4167
|
+
"metadataToken": 100663855,
|
|
4168
4168
|
"canonicalSignature": "(System.Object):System.Int32",
|
|
4169
4169
|
"normalizedSignature": "Add|(System.Object):System.Int32|static=false",
|
|
4170
4170
|
"emitScope": "ClassSurface",
|
|
@@ -4184,7 +4184,7 @@
|
|
|
4184
4184
|
{
|
|
4185
4185
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.ReferenceList::Clear():System.Void",
|
|
4186
4186
|
"clrName": "Clear",
|
|
4187
|
-
"metadataToken":
|
|
4187
|
+
"metadataToken": 100663856,
|
|
4188
4188
|
"canonicalSignature": "():System.Void",
|
|
4189
4189
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
4190
4190
|
"emitScope": "ClassSurface",
|
|
@@ -4204,7 +4204,7 @@
|
|
|
4204
4204
|
{
|
|
4205
4205
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.ReferenceList::Contains(System.Object):System.Boolean",
|
|
4206
4206
|
"clrName": "Contains",
|
|
4207
|
-
"metadataToken":
|
|
4207
|
+
"metadataToken": 100663857,
|
|
4208
4208
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
4209
4209
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
4210
4210
|
"emitScope": "ClassSurface",
|
|
@@ -4224,7 +4224,7 @@
|
|
|
4224
4224
|
{
|
|
4225
4225
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.ReferenceList::IndexOf(System.Object):System.Int32",
|
|
4226
4226
|
"clrName": "IndexOf",
|
|
4227
|
-
"metadataToken":
|
|
4227
|
+
"metadataToken": 100663858,
|
|
4228
4228
|
"canonicalSignature": "(System.Object):System.Int32",
|
|
4229
4229
|
"normalizedSignature": "IndexOf|(System.Object):System.Int32|static=false",
|
|
4230
4230
|
"emitScope": "ClassSurface",
|
|
@@ -4244,7 +4244,7 @@
|
|
|
4244
4244
|
{
|
|
4245
4245
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.ReferenceList::Insert(System.Int32,System.Object):System.Void",
|
|
4246
4246
|
"clrName": "Insert",
|
|
4247
|
-
"metadataToken":
|
|
4247
|
+
"metadataToken": 100663859,
|
|
4248
4248
|
"canonicalSignature": "(System.Int32,System.Object):System.Void",
|
|
4249
4249
|
"normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
|
|
4250
4250
|
"emitScope": "ClassSurface",
|
|
@@ -4264,7 +4264,7 @@
|
|
|
4264
4264
|
{
|
|
4265
4265
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.ReferenceList::Remove(System.Object):System.Void",
|
|
4266
4266
|
"clrName": "Remove",
|
|
4267
|
-
"metadataToken":
|
|
4267
|
+
"metadataToken": 100663860,
|
|
4268
4268
|
"canonicalSignature": "(System.Object):System.Void",
|
|
4269
4269
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
4270
4270
|
"emitScope": "ClassSurface",
|
|
@@ -4284,7 +4284,7 @@
|
|
|
4284
4284
|
{
|
|
4285
4285
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.ReferenceList::RemoveAt(System.Int32):System.Void",
|
|
4286
4286
|
"clrName": "RemoveAt",
|
|
4287
|
-
"metadataToken":
|
|
4287
|
+
"metadataToken": 100663861,
|
|
4288
4288
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
4289
4289
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
4290
4290
|
"emitScope": "ClassSurface",
|
|
@@ -4304,7 +4304,7 @@
|
|
|
4304
4304
|
{
|
|
4305
4305
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.ReferenceList::Item(System.Int32):System.Security.Cryptography.Xml.EncryptedReference",
|
|
4306
4306
|
"clrName": "Item",
|
|
4307
|
-
"metadataToken":
|
|
4307
|
+
"metadataToken": 100663862,
|
|
4308
4308
|
"canonicalSignature": "(System.Int32):System.Security.Cryptography.Xml.EncryptedReference",
|
|
4309
4309
|
"normalizedSignature": "Item|(System.Int32):System.Security.Cryptography.Xml.EncryptedReference|static=false",
|
|
4310
4310
|
"emitScope": "ClassSurface",
|
|
@@ -4324,7 +4324,7 @@
|
|
|
4324
4324
|
{
|
|
4325
4325
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.ReferenceList::CopyTo(System.Array,System.Int32):System.Void",
|
|
4326
4326
|
"clrName": "CopyTo",
|
|
4327
|
-
"metadataToken":
|
|
4327
|
+
"metadataToken": 100663867,
|
|
4328
4328
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
4329
4329
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
4330
4330
|
"emitScope": "ClassSurface",
|
|
@@ -4346,7 +4346,7 @@
|
|
|
4346
4346
|
{
|
|
4347
4347
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.ReferenceList::Count:System.Int32",
|
|
4348
4348
|
"clrName": "Count",
|
|
4349
|
-
"metadataToken":
|
|
4349
|
+
"metadataToken": 385876155,
|
|
4350
4350
|
"canonicalSignature": ":System.Int32",
|
|
4351
4351
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
4352
4352
|
"emitScope": "ClassSurface",
|
|
@@ -4365,7 +4365,7 @@
|
|
|
4365
4365
|
{
|
|
4366
4366
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.ReferenceList::ItemOf[System.Int32]:System.Security.Cryptography.Xml.EncryptedReference",
|
|
4367
4367
|
"clrName": "ItemOf",
|
|
4368
|
-
"metadataToken":
|
|
4368
|
+
"metadataToken": 385876156,
|
|
4369
4369
|
"canonicalSignature": "[System.Int32]:System.Security.Cryptography.Xml.EncryptedReference",
|
|
4370
4370
|
"normalizedSignature": "ItemOf|[System.Int32]:System.Security.Cryptography.Xml.EncryptedReference|static=false|accessor=getset",
|
|
4371
4371
|
"emitScope": "ClassSurface",
|
|
@@ -4384,7 +4384,7 @@
|
|
|
4384
4384
|
{
|
|
4385
4385
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.ReferenceList::SyncRoot:System.Object",
|
|
4386
4386
|
"clrName": "SyncRoot",
|
|
4387
|
-
"metadataToken":
|
|
4387
|
+
"metadataToken": 385876160,
|
|
4388
4388
|
"canonicalSignature": ":System.Object",
|
|
4389
4389
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
4390
4390
|
"emitScope": "ClassSurface",
|
|
@@ -4403,7 +4403,7 @@
|
|
|
4403
4403
|
{
|
|
4404
4404
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.ReferenceList::IsSynchronized:System.Boolean",
|
|
4405
4405
|
"clrName": "IsSynchronized",
|
|
4406
|
-
"metadataToken":
|
|
4406
|
+
"metadataToken": 385876161,
|
|
4407
4407
|
"canonicalSignature": ":System.Boolean",
|
|
4408
4408
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
4409
4409
|
"emitScope": "ClassSurface",
|
|
@@ -4425,7 +4425,7 @@
|
|
|
4425
4425
|
"constructors": [
|
|
4426
4426
|
{
|
|
4427
4427
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.ReferenceList::.ctor():void",
|
|
4428
|
-
"metadataToken":
|
|
4428
|
+
"metadataToken": 100663852,
|
|
4429
4429
|
"canonicalSignature": "():void",
|
|
4430
4430
|
"normalizedSignature": "constructor|():void|static=false",
|
|
4431
4431
|
"isStatic": false,
|
|
@@ -4455,7 +4455,7 @@
|
|
|
4455
4455
|
{
|
|
4456
4456
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.RSAKeyValue::GetXml():System.Xml.XmlElement",
|
|
4457
4457
|
"clrName": "GetXml",
|
|
4458
|
-
"metadataToken":
|
|
4458
|
+
"metadataToken": 100663876,
|
|
4459
4459
|
"canonicalSignature": "():System.Xml.XmlElement",
|
|
4460
4460
|
"normalizedSignature": "GetXml|():System.Xml.XmlElement|static=false",
|
|
4461
4461
|
"emitScope": "ClassSurface",
|
|
@@ -4475,7 +4475,7 @@
|
|
|
4475
4475
|
{
|
|
4476
4476
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.RSAKeyValue::LoadXml(System.Xml.XmlElement):System.Void",
|
|
4477
4477
|
"clrName": "LoadXml",
|
|
4478
|
-
"metadataToken":
|
|
4478
|
+
"metadataToken": 100663878,
|
|
4479
4479
|
"canonicalSignature": "(System.Xml.XmlElement):System.Void",
|
|
4480
4480
|
"normalizedSignature": "LoadXml|(System.Xml.XmlElement):System.Void|static=false",
|
|
4481
4481
|
"emitScope": "ClassSurface",
|
|
@@ -4497,7 +4497,7 @@
|
|
|
4497
4497
|
{
|
|
4498
4498
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.RSAKeyValue::Key:System.Security.Cryptography.RSA",
|
|
4499
4499
|
"clrName": "Key",
|
|
4500
|
-
"metadataToken":
|
|
4500
|
+
"metadataToken": 385876162,
|
|
4501
4501
|
"canonicalSignature": ":System.Security.Cryptography.RSA",
|
|
4502
4502
|
"normalizedSignature": "Key|:System.Security.Cryptography.RSA|static=false|accessor=getset",
|
|
4503
4503
|
"emitScope": "ClassSurface",
|
|
@@ -4519,7 +4519,7 @@
|
|
|
4519
4519
|
"constructors": [
|
|
4520
4520
|
{
|
|
4521
4521
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.RSAKeyValue::.ctor():void",
|
|
4522
|
-
"metadataToken":
|
|
4522
|
+
"metadataToken": 100663872,
|
|
4523
4523
|
"canonicalSignature": "():void",
|
|
4524
4524
|
"normalizedSignature": "constructor|():void|static=false",
|
|
4525
4525
|
"isStatic": false,
|
|
@@ -4530,7 +4530,7 @@
|
|
|
4530
4530
|
},
|
|
4531
4531
|
{
|
|
4532
4532
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.RSAKeyValue::.ctor(System.Security.Cryptography.RSA):void",
|
|
4533
|
-
"metadataToken":
|
|
4533
|
+
"metadataToken": 100663873,
|
|
4534
4534
|
"canonicalSignature": "(System.Security.Cryptography.RSA):void",
|
|
4535
4535
|
"normalizedSignature": "constructor|(System.Security.Cryptography.RSA):void|static=false",
|
|
4536
4536
|
"isStatic": false,
|
|
@@ -4560,7 +4560,7 @@
|
|
|
4560
4560
|
{
|
|
4561
4561
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Signature::GetXml():System.Xml.XmlElement",
|
|
4562
4562
|
"clrName": "GetXml",
|
|
4563
|
-
"metadataToken":
|
|
4563
|
+
"metadataToken": 100663893,
|
|
4564
4564
|
"canonicalSignature": "():System.Xml.XmlElement",
|
|
4565
4565
|
"normalizedSignature": "GetXml|():System.Xml.XmlElement|static=false",
|
|
4566
4566
|
"emitScope": "ClassSurface",
|
|
@@ -4580,7 +4580,7 @@
|
|
|
4580
4580
|
{
|
|
4581
4581
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Signature::LoadXml(System.Xml.XmlElement):System.Void",
|
|
4582
4582
|
"clrName": "LoadXml",
|
|
4583
|
-
"metadataToken":
|
|
4583
|
+
"metadataToken": 100663895,
|
|
4584
4584
|
"canonicalSignature": "(System.Xml.XmlElement):System.Void",
|
|
4585
4585
|
"normalizedSignature": "LoadXml|(System.Xml.XmlElement):System.Void|static=false",
|
|
4586
4586
|
"emitScope": "ClassSurface",
|
|
@@ -4600,7 +4600,7 @@
|
|
|
4600
4600
|
{
|
|
4601
4601
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Signature::AddObject(System.Security.Cryptography.Xml.DataObject):System.Void",
|
|
4602
4602
|
"clrName": "AddObject",
|
|
4603
|
-
"metadataToken":
|
|
4603
|
+
"metadataToken": 100663896,
|
|
4604
4604
|
"canonicalSignature": "(System.Security.Cryptography.Xml.DataObject):System.Void",
|
|
4605
4605
|
"normalizedSignature": "AddObject|(System.Security.Cryptography.Xml.DataObject):System.Void|static=false",
|
|
4606
4606
|
"emitScope": "ClassSurface",
|
|
@@ -4622,7 +4622,7 @@
|
|
|
4622
4622
|
{
|
|
4623
4623
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Signature::Id:System.String",
|
|
4624
4624
|
"clrName": "Id",
|
|
4625
|
-
"metadataToken":
|
|
4625
|
+
"metadataToken": 385876164,
|
|
4626
4626
|
"canonicalSignature": ":System.String",
|
|
4627
4627
|
"normalizedSignature": "Id|:System.String|static=false|accessor=getset",
|
|
4628
4628
|
"emitScope": "ClassSurface",
|
|
@@ -4641,7 +4641,7 @@
|
|
|
4641
4641
|
{
|
|
4642
4642
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Signature::SignedInfo:System.Security.Cryptography.Xml.SignedInfo",
|
|
4643
4643
|
"clrName": "SignedInfo",
|
|
4644
|
-
"metadataToken":
|
|
4644
|
+
"metadataToken": 385876165,
|
|
4645
4645
|
"canonicalSignature": ":System.Security.Cryptography.Xml.SignedInfo",
|
|
4646
4646
|
"normalizedSignature": "SignedInfo|:System.Security.Cryptography.Xml.SignedInfo|static=false|accessor=getset",
|
|
4647
4647
|
"emitScope": "ClassSurface",
|
|
@@ -4660,7 +4660,7 @@
|
|
|
4660
4660
|
{
|
|
4661
4661
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Signature::SignatureValue:System.Byte[]",
|
|
4662
4662
|
"clrName": "SignatureValue",
|
|
4663
|
-
"metadataToken":
|
|
4663
|
+
"metadataToken": 385876166,
|
|
4664
4664
|
"canonicalSignature": ":System.Byte[]",
|
|
4665
4665
|
"normalizedSignature": "SignatureValue|:System.Byte[]|static=false|accessor=getset",
|
|
4666
4666
|
"emitScope": "ClassSurface",
|
|
@@ -4679,7 +4679,7 @@
|
|
|
4679
4679
|
{
|
|
4680
4680
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Signature::KeyInfo:System.Security.Cryptography.Xml.KeyInfo",
|
|
4681
4681
|
"clrName": "KeyInfo",
|
|
4682
|
-
"metadataToken":
|
|
4682
|
+
"metadataToken": 385876167,
|
|
4683
4683
|
"canonicalSignature": ":System.Security.Cryptography.Xml.KeyInfo",
|
|
4684
4684
|
"normalizedSignature": "KeyInfo|:System.Security.Cryptography.Xml.KeyInfo|static=false|accessor=getset",
|
|
4685
4685
|
"emitScope": "ClassSurface",
|
|
@@ -4698,7 +4698,7 @@
|
|
|
4698
4698
|
{
|
|
4699
4699
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Signature::ObjectList:System.Collections.IList",
|
|
4700
4700
|
"clrName": "ObjectList",
|
|
4701
|
-
"metadataToken":
|
|
4701
|
+
"metadataToken": 385876168,
|
|
4702
4702
|
"canonicalSignature": ":System.Collections.IList",
|
|
4703
4703
|
"normalizedSignature": "ObjectList|:System.Collections.IList|static=false|accessor=getset",
|
|
4704
4704
|
"emitScope": "ClassSurface",
|
|
@@ -4720,7 +4720,7 @@
|
|
|
4720
4720
|
"constructors": [
|
|
4721
4721
|
{
|
|
4722
4722
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Signature::.ctor():void",
|
|
4723
|
-
"metadataToken":
|
|
4723
|
+
"metadataToken": 100663881,
|
|
4724
4724
|
"canonicalSignature": "():void",
|
|
4725
4725
|
"normalizedSignature": "constructor|():void|static=false",
|
|
4726
4726
|
"isStatic": false,
|
|
@@ -4760,7 +4760,7 @@
|
|
|
4760
4760
|
{
|
|
4761
4761
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedInfo::GetEnumerator():System.Collections.IEnumerator",
|
|
4762
4762
|
"clrName": "GetEnumerator",
|
|
4763
|
-
"metadataToken":
|
|
4763
|
+
"metadataToken": 100663900,
|
|
4764
4764
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
4765
4765
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
4766
4766
|
"emitScope": "ClassSurface",
|
|
@@ -4780,7 +4780,7 @@
|
|
|
4780
4780
|
{
|
|
4781
4781
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedInfo::CopyTo(System.Array,System.Int32):System.Void",
|
|
4782
4782
|
"clrName": "CopyTo",
|
|
4783
|
-
"metadataToken":
|
|
4783
|
+
"metadataToken": 100663901,
|
|
4784
4784
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
4785
4785
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
4786
4786
|
"emitScope": "ClassSurface",
|
|
@@ -4800,7 +4800,7 @@
|
|
|
4800
4800
|
{
|
|
4801
4801
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedInfo::GetXml():System.Xml.XmlElement",
|
|
4802
4802
|
"clrName": "GetXml",
|
|
4803
|
-
"metadataToken":
|
|
4803
|
+
"metadataToken": 100663917,
|
|
4804
4804
|
"canonicalSignature": "():System.Xml.XmlElement",
|
|
4805
4805
|
"normalizedSignature": "GetXml|():System.Xml.XmlElement|static=false",
|
|
4806
4806
|
"emitScope": "ClassSurface",
|
|
@@ -4820,7 +4820,7 @@
|
|
|
4820
4820
|
{
|
|
4821
4821
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedInfo::LoadXml(System.Xml.XmlElement):System.Void",
|
|
4822
4822
|
"clrName": "LoadXml",
|
|
4823
|
-
"metadataToken":
|
|
4823
|
+
"metadataToken": 100663919,
|
|
4824
4824
|
"canonicalSignature": "(System.Xml.XmlElement):System.Void",
|
|
4825
4825
|
"normalizedSignature": "LoadXml|(System.Xml.XmlElement):System.Void|static=false",
|
|
4826
4826
|
"emitScope": "ClassSurface",
|
|
@@ -4840,7 +4840,7 @@
|
|
|
4840
4840
|
{
|
|
4841
4841
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedInfo::AddReference(System.Security.Cryptography.Xml.Reference):System.Void",
|
|
4842
4842
|
"clrName": "AddReference",
|
|
4843
|
-
"metadataToken":
|
|
4843
|
+
"metadataToken": 100663920,
|
|
4844
4844
|
"canonicalSignature": "(System.Security.Cryptography.Xml.Reference):System.Void",
|
|
4845
4845
|
"normalizedSignature": "AddReference|(System.Security.Cryptography.Xml.Reference):System.Void|static=false",
|
|
4846
4846
|
"emitScope": "ClassSurface",
|
|
@@ -4862,7 +4862,7 @@
|
|
|
4862
4862
|
{
|
|
4863
4863
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedInfo::Count:System.Int32",
|
|
4864
4864
|
"clrName": "Count",
|
|
4865
|
-
"metadataToken":
|
|
4865
|
+
"metadataToken": 385876171,
|
|
4866
4866
|
"canonicalSignature": ":System.Int32",
|
|
4867
4867
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
4868
4868
|
"emitScope": "ClassSurface",
|
|
@@ -4881,7 +4881,7 @@
|
|
|
4881
4881
|
{
|
|
4882
4882
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedInfo::IsReadOnly:System.Boolean",
|
|
4883
4883
|
"clrName": "IsReadOnly",
|
|
4884
|
-
"metadataToken":
|
|
4884
|
+
"metadataToken": 385876172,
|
|
4885
4885
|
"canonicalSignature": ":System.Boolean",
|
|
4886
4886
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
4887
4887
|
"emitScope": "ClassSurface",
|
|
@@ -4900,7 +4900,7 @@
|
|
|
4900
4900
|
{
|
|
4901
4901
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedInfo::IsSynchronized:System.Boolean",
|
|
4902
4902
|
"clrName": "IsSynchronized",
|
|
4903
|
-
"metadataToken":
|
|
4903
|
+
"metadataToken": 385876173,
|
|
4904
4904
|
"canonicalSignature": ":System.Boolean",
|
|
4905
4905
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
4906
4906
|
"emitScope": "ClassSurface",
|
|
@@ -4919,7 +4919,7 @@
|
|
|
4919
4919
|
{
|
|
4920
4920
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedInfo::SyncRoot:System.Object",
|
|
4921
4921
|
"clrName": "SyncRoot",
|
|
4922
|
-
"metadataToken":
|
|
4922
|
+
"metadataToken": 385876174,
|
|
4923
4923
|
"canonicalSignature": ":System.Object",
|
|
4924
4924
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
4925
4925
|
"emitScope": "ClassSurface",
|
|
@@ -4938,7 +4938,7 @@
|
|
|
4938
4938
|
{
|
|
4939
4939
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedInfo::Id:System.String",
|
|
4940
4940
|
"clrName": "Id",
|
|
4941
|
-
"metadataToken":
|
|
4941
|
+
"metadataToken": 385876175,
|
|
4942
4942
|
"canonicalSignature": ":System.String",
|
|
4943
4943
|
"normalizedSignature": "Id|:System.String|static=false|accessor=getset",
|
|
4944
4944
|
"emitScope": "ClassSurface",
|
|
@@ -4957,7 +4957,7 @@
|
|
|
4957
4957
|
{
|
|
4958
4958
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedInfo::CanonicalizationMethod:System.String",
|
|
4959
4959
|
"clrName": "CanonicalizationMethod",
|
|
4960
|
-
"metadataToken":
|
|
4960
|
+
"metadataToken": 385876176,
|
|
4961
4961
|
"canonicalSignature": ":System.String",
|
|
4962
4962
|
"normalizedSignature": "CanonicalizationMethod|:System.String|static=false|accessor=getset",
|
|
4963
4963
|
"emitScope": "ClassSurface",
|
|
@@ -4976,7 +4976,7 @@
|
|
|
4976
4976
|
{
|
|
4977
4977
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedInfo::CanonicalizationMethodObject:System.Security.Cryptography.Xml.Transform",
|
|
4978
4978
|
"clrName": "CanonicalizationMethodObject",
|
|
4979
|
-
"metadataToken":
|
|
4979
|
+
"metadataToken": 385876177,
|
|
4980
4980
|
"canonicalSignature": ":System.Security.Cryptography.Xml.Transform",
|
|
4981
4981
|
"normalizedSignature": "CanonicalizationMethodObject|:System.Security.Cryptography.Xml.Transform|static=false|accessor=get",
|
|
4982
4982
|
"emitScope": "ClassSurface",
|
|
@@ -4995,7 +4995,7 @@
|
|
|
4995
4995
|
{
|
|
4996
4996
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedInfo::SignatureMethod:System.String",
|
|
4997
4997
|
"clrName": "SignatureMethod",
|
|
4998
|
-
"metadataToken":
|
|
4998
|
+
"metadataToken": 385876178,
|
|
4999
4999
|
"canonicalSignature": ":System.String",
|
|
5000
5000
|
"normalizedSignature": "SignatureMethod|:System.String|static=false|accessor=getset",
|
|
5001
5001
|
"emitScope": "ClassSurface",
|
|
@@ -5014,7 +5014,7 @@
|
|
|
5014
5014
|
{
|
|
5015
5015
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedInfo::SignatureLength:System.String",
|
|
5016
5016
|
"clrName": "SignatureLength",
|
|
5017
|
-
"metadataToken":
|
|
5017
|
+
"metadataToken": 385876179,
|
|
5018
5018
|
"canonicalSignature": ":System.String",
|
|
5019
5019
|
"normalizedSignature": "SignatureLength|:System.String|static=false|accessor=getset",
|
|
5020
5020
|
"emitScope": "ClassSurface",
|
|
@@ -5033,7 +5033,7 @@
|
|
|
5033
5033
|
{
|
|
5034
5034
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedInfo::References:System.Collections.ArrayList",
|
|
5035
5035
|
"clrName": "References",
|
|
5036
|
-
"metadataToken":
|
|
5036
|
+
"metadataToken": 385876180,
|
|
5037
5037
|
"canonicalSignature": ":System.Collections.ArrayList",
|
|
5038
5038
|
"normalizedSignature": "References|:System.Collections.ArrayList|static=false|accessor=get",
|
|
5039
5039
|
"emitScope": "ClassSurface",
|
|
@@ -5055,7 +5055,7 @@
|
|
|
5055
5055
|
"constructors": [
|
|
5056
5056
|
{
|
|
5057
5057
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedInfo::.ctor():void",
|
|
5058
|
-
"metadataToken":
|
|
5058
|
+
"metadataToken": 100663899,
|
|
5059
5059
|
"canonicalSignature": "():void",
|
|
5060
5060
|
"normalizedSignature": "constructor|():void|static=false",
|
|
5061
5061
|
"isStatic": false,
|
|
@@ -5085,7 +5085,7 @@
|
|
|
5085
5085
|
{
|
|
5086
5086
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::GetXml():System.Xml.XmlElement",
|
|
5087
5087
|
"clrName": "GetXml",
|
|
5088
|
-
"metadataToken":
|
|
5088
|
+
"metadataToken": 100663943,
|
|
5089
5089
|
"canonicalSignature": "():System.Xml.XmlElement",
|
|
5090
5090
|
"normalizedSignature": "GetXml|():System.Xml.XmlElement|static=false",
|
|
5091
5091
|
"emitScope": "ClassSurface",
|
|
@@ -5105,7 +5105,7 @@
|
|
|
5105
5105
|
{
|
|
5106
5106
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::LoadXml(System.Xml.XmlElement):System.Void",
|
|
5107
5107
|
"clrName": "LoadXml",
|
|
5108
|
-
"metadataToken":
|
|
5108
|
+
"metadataToken": 100663944,
|
|
5109
5109
|
"canonicalSignature": "(System.Xml.XmlElement):System.Void",
|
|
5110
5110
|
"normalizedSignature": "LoadXml|(System.Xml.XmlElement):System.Void|static=false",
|
|
5111
5111
|
"emitScope": "ClassSurface",
|
|
@@ -5125,7 +5125,7 @@
|
|
|
5125
5125
|
{
|
|
5126
5126
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::AddReference(System.Security.Cryptography.Xml.Reference):System.Void",
|
|
5127
5127
|
"clrName": "AddReference",
|
|
5128
|
-
"metadataToken":
|
|
5128
|
+
"metadataToken": 100663945,
|
|
5129
5129
|
"canonicalSignature": "(System.Security.Cryptography.Xml.Reference):System.Void",
|
|
5130
5130
|
"normalizedSignature": "AddReference|(System.Security.Cryptography.Xml.Reference):System.Void|static=false",
|
|
5131
5131
|
"emitScope": "ClassSurface",
|
|
@@ -5145,7 +5145,7 @@
|
|
|
5145
5145
|
{
|
|
5146
5146
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::AddObject(System.Security.Cryptography.Xml.DataObject):System.Void",
|
|
5147
5147
|
"clrName": "AddObject",
|
|
5148
|
-
"metadataToken":
|
|
5148
|
+
"metadataToken": 100663946,
|
|
5149
5149
|
"canonicalSignature": "(System.Security.Cryptography.Xml.DataObject):System.Void",
|
|
5150
5150
|
"normalizedSignature": "AddObject|(System.Security.Cryptography.Xml.DataObject):System.Void|static=false",
|
|
5151
5151
|
"emitScope": "ClassSurface",
|
|
@@ -5165,7 +5165,7 @@
|
|
|
5165
5165
|
{
|
|
5166
5166
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::CheckSignature():System.Boolean",
|
|
5167
5167
|
"clrName": "CheckSignature",
|
|
5168
|
-
"metadataToken":
|
|
5168
|
+
"metadataToken": 100663947,
|
|
5169
5169
|
"canonicalSignature": "():System.Boolean",
|
|
5170
5170
|
"normalizedSignature": "CheckSignature|():System.Boolean|static=false",
|
|
5171
5171
|
"emitScope": "ClassSurface",
|
|
@@ -5185,7 +5185,7 @@
|
|
|
5185
5185
|
{
|
|
5186
5186
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::CheckSignatureReturningKey(System.Security.Cryptography.AsymmetricAlgorithm\u0026):System.Boolean",
|
|
5187
5187
|
"clrName": "CheckSignatureReturningKey",
|
|
5188
|
-
"metadataToken":
|
|
5188
|
+
"metadataToken": 100663948,
|
|
5189
5189
|
"canonicalSignature": "(System.Security.Cryptography.AsymmetricAlgorithm\u0026):System.Boolean",
|
|
5190
5190
|
"normalizedSignature": "CheckSignatureReturningKey|(System.Security.Cryptography.AsymmetricAlgorithm\u0026):System.Boolean|static=false",
|
|
5191
5191
|
"emitScope": "ClassSurface",
|
|
@@ -5211,7 +5211,7 @@
|
|
|
5211
5211
|
{
|
|
5212
5212
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::CheckSignature(System.Security.Cryptography.AsymmetricAlgorithm):System.Boolean",
|
|
5213
5213
|
"clrName": "CheckSignature",
|
|
5214
|
-
"metadataToken":
|
|
5214
|
+
"metadataToken": 100663949,
|
|
5215
5215
|
"canonicalSignature": "(System.Security.Cryptography.AsymmetricAlgorithm):System.Boolean",
|
|
5216
5216
|
"normalizedSignature": "CheckSignature|(System.Security.Cryptography.AsymmetricAlgorithm):System.Boolean|static=false",
|
|
5217
5217
|
"emitScope": "ClassSurface",
|
|
@@ -5231,7 +5231,7 @@
|
|
|
5231
5231
|
{
|
|
5232
5232
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::CheckSignature(System.Security.Cryptography.KeyedHashAlgorithm):System.Boolean",
|
|
5233
5233
|
"clrName": "CheckSignature",
|
|
5234
|
-
"metadataToken":
|
|
5234
|
+
"metadataToken": 100663950,
|
|
5235
5235
|
"canonicalSignature": "(System.Security.Cryptography.KeyedHashAlgorithm):System.Boolean",
|
|
5236
5236
|
"normalizedSignature": "CheckSignature|(System.Security.Cryptography.KeyedHashAlgorithm):System.Boolean|static=false",
|
|
5237
5237
|
"emitScope": "ClassSurface",
|
|
@@ -5251,7 +5251,7 @@
|
|
|
5251
5251
|
{
|
|
5252
5252
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::CheckSignature(System.Security.Cryptography.X509Certificates.X509Certificate2,System.Boolean):System.Boolean",
|
|
5253
5253
|
"clrName": "CheckSignature",
|
|
5254
|
-
"metadataToken":
|
|
5254
|
+
"metadataToken": 100663951,
|
|
5255
5255
|
"canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate2,System.Boolean):System.Boolean",
|
|
5256
5256
|
"normalizedSignature": "CheckSignature|(System.Security.Cryptography.X509Certificates.X509Certificate2,System.Boolean):System.Boolean|static=false",
|
|
5257
5257
|
"emitScope": "ClassSurface",
|
|
@@ -5271,7 +5271,7 @@
|
|
|
5271
5271
|
{
|
|
5272
5272
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::ComputeSignature():System.Void",
|
|
5273
5273
|
"clrName": "ComputeSignature",
|
|
5274
|
-
"metadataToken":
|
|
5274
|
+
"metadataToken": 100663952,
|
|
5275
5275
|
"canonicalSignature": "():System.Void",
|
|
5276
5276
|
"normalizedSignature": "ComputeSignature|():System.Void|static=false",
|
|
5277
5277
|
"emitScope": "ClassSurface",
|
|
@@ -5291,7 +5291,7 @@
|
|
|
5291
5291
|
{
|
|
5292
5292
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::ComputeSignature(System.Security.Cryptography.KeyedHashAlgorithm):System.Void",
|
|
5293
5293
|
"clrName": "ComputeSignature",
|
|
5294
|
-
"metadataToken":
|
|
5294
|
+
"metadataToken": 100663953,
|
|
5295
5295
|
"canonicalSignature": "(System.Security.Cryptography.KeyedHashAlgorithm):System.Void",
|
|
5296
5296
|
"normalizedSignature": "ComputeSignature|(System.Security.Cryptography.KeyedHashAlgorithm):System.Void|static=false",
|
|
5297
5297
|
"emitScope": "ClassSurface",
|
|
@@ -5311,7 +5311,7 @@
|
|
|
5311
5311
|
{
|
|
5312
5312
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::GetPublicKey():System.Security.Cryptography.AsymmetricAlgorithm",
|
|
5313
5313
|
"clrName": "GetPublicKey",
|
|
5314
|
-
"metadataToken":
|
|
5314
|
+
"metadataToken": 100663954,
|
|
5315
5315
|
"canonicalSignature": "():System.Security.Cryptography.AsymmetricAlgorithm",
|
|
5316
5316
|
"normalizedSignature": "GetPublicKey|():System.Security.Cryptography.AsymmetricAlgorithm|static=false",
|
|
5317
5317
|
"emitScope": "ClassSurface",
|
|
@@ -5331,7 +5331,7 @@
|
|
|
5331
5331
|
{
|
|
5332
5332
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::GetIdElement(System.Xml.XmlDocument,System.String):System.Xml.XmlElement",
|
|
5333
5333
|
"clrName": "GetIdElement",
|
|
5334
|
-
"metadataToken":
|
|
5334
|
+
"metadataToken": 100663957,
|
|
5335
5335
|
"canonicalSignature": "(System.Xml.XmlDocument,System.String):System.Xml.XmlElement",
|
|
5336
5336
|
"normalizedSignature": "GetIdElement|(System.Xml.XmlDocument,System.String):System.Xml.XmlElement|static=false",
|
|
5337
5337
|
"emitScope": "ClassSurface",
|
|
@@ -5353,7 +5353,7 @@
|
|
|
5353
5353
|
{
|
|
5354
5354
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::SigningKeyName:System.String",
|
|
5355
5355
|
"clrName": "SigningKeyName",
|
|
5356
|
-
"metadataToken":
|
|
5356
|
+
"metadataToken": 385876182,
|
|
5357
5357
|
"canonicalSignature": ":System.String",
|
|
5358
5358
|
"normalizedSignature": "SigningKeyName|:System.String|static=false|accessor=getset",
|
|
5359
5359
|
"emitScope": "ClassSurface",
|
|
@@ -5372,7 +5372,7 @@
|
|
|
5372
5372
|
{
|
|
5373
5373
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::Resolver:System.Xml.XmlResolver",
|
|
5374
5374
|
"clrName": "Resolver",
|
|
5375
|
-
"metadataToken":
|
|
5375
|
+
"metadataToken": 385876183,
|
|
5376
5376
|
"canonicalSignature": ":System.Xml.XmlResolver",
|
|
5377
5377
|
"normalizedSignature": "Resolver|:System.Xml.XmlResolver|static=false|accessor=set",
|
|
5378
5378
|
"emitScope": "ClassSurface",
|
|
@@ -5391,7 +5391,7 @@
|
|
|
5391
5391
|
{
|
|
5392
5392
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::SignatureFormatValidator:System.Func_2[[System.Security.Cryptography.Xml.SignedXml,System.Security.Cryptography.Xml,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
5393
5393
|
"clrName": "SignatureFormatValidator",
|
|
5394
|
-
"metadataToken":
|
|
5394
|
+
"metadataToken": 385876185,
|
|
5395
5395
|
"canonicalSignature": ":System.Func_2[[System.Security.Cryptography.Xml.SignedXml,System.Security.Cryptography.Xml,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
5396
5396
|
"normalizedSignature": "SignatureFormatValidator|:System.Func_2[[System.Security.Cryptography.Xml.SignedXml,System.Security.Cryptography.Xml,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
5397
5397
|
"emitScope": "ClassSurface",
|
|
@@ -5410,7 +5410,7 @@
|
|
|
5410
5410
|
{
|
|
5411
5411
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::SafeCanonicalizationMethods:System.Collections.ObjectModel.Collection_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
5412
5412
|
"clrName": "SafeCanonicalizationMethods",
|
|
5413
|
-
"metadataToken":
|
|
5413
|
+
"metadataToken": 385876186,
|
|
5414
5414
|
"canonicalSignature": ":System.Collections.ObjectModel.Collection_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
5415
5415
|
"normalizedSignature": "SafeCanonicalizationMethods|:System.Collections.ObjectModel.Collection_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
5416
5416
|
"emitScope": "ClassSurface",
|
|
@@ -5429,7 +5429,7 @@
|
|
|
5429
5429
|
{
|
|
5430
5430
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::SigningKey:System.Security.Cryptography.AsymmetricAlgorithm",
|
|
5431
5431
|
"clrName": "SigningKey",
|
|
5432
|
-
"metadataToken":
|
|
5432
|
+
"metadataToken": 385876187,
|
|
5433
5433
|
"canonicalSignature": ":System.Security.Cryptography.AsymmetricAlgorithm",
|
|
5434
5434
|
"normalizedSignature": "SigningKey|:System.Security.Cryptography.AsymmetricAlgorithm|static=false|accessor=getset",
|
|
5435
5435
|
"emitScope": "ClassSurface",
|
|
@@ -5448,7 +5448,7 @@
|
|
|
5448
5448
|
{
|
|
5449
5449
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::EncryptedXml:System.Security.Cryptography.Xml.EncryptedXml",
|
|
5450
5450
|
"clrName": "EncryptedXml",
|
|
5451
|
-
"metadataToken":
|
|
5451
|
+
"metadataToken": 385876188,
|
|
5452
5452
|
"canonicalSignature": ":System.Security.Cryptography.Xml.EncryptedXml",
|
|
5453
5453
|
"normalizedSignature": "EncryptedXml|:System.Security.Cryptography.Xml.EncryptedXml|static=false|accessor=getset",
|
|
5454
5454
|
"emitScope": "ClassSurface",
|
|
@@ -5467,7 +5467,7 @@
|
|
|
5467
5467
|
{
|
|
5468
5468
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::Signature:System.Security.Cryptography.Xml.Signature",
|
|
5469
5469
|
"clrName": "Signature",
|
|
5470
|
-
"metadataToken":
|
|
5470
|
+
"metadataToken": 385876189,
|
|
5471
5471
|
"canonicalSignature": ":System.Security.Cryptography.Xml.Signature",
|
|
5472
5472
|
"normalizedSignature": "Signature|:System.Security.Cryptography.Xml.Signature|static=false|accessor=get",
|
|
5473
5473
|
"emitScope": "ClassSurface",
|
|
@@ -5486,7 +5486,7 @@
|
|
|
5486
5486
|
{
|
|
5487
5487
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::SignedInfo:System.Security.Cryptography.Xml.SignedInfo",
|
|
5488
5488
|
"clrName": "SignedInfo",
|
|
5489
|
-
"metadataToken":
|
|
5489
|
+
"metadataToken": 385876190,
|
|
5490
5490
|
"canonicalSignature": ":System.Security.Cryptography.Xml.SignedInfo",
|
|
5491
5491
|
"normalizedSignature": "SignedInfo|:System.Security.Cryptography.Xml.SignedInfo|static=false|accessor=get",
|
|
5492
5492
|
"emitScope": "ClassSurface",
|
|
@@ -5505,7 +5505,7 @@
|
|
|
5505
5505
|
{
|
|
5506
5506
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::SignatureMethod:System.String",
|
|
5507
5507
|
"clrName": "SignatureMethod",
|
|
5508
|
-
"metadataToken":
|
|
5508
|
+
"metadataToken": 385876191,
|
|
5509
5509
|
"canonicalSignature": ":System.String",
|
|
5510
5510
|
"normalizedSignature": "SignatureMethod|:System.String|static=false|accessor=get",
|
|
5511
5511
|
"emitScope": "ClassSurface",
|
|
@@ -5524,7 +5524,7 @@
|
|
|
5524
5524
|
{
|
|
5525
5525
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::SignatureLength:System.String",
|
|
5526
5526
|
"clrName": "SignatureLength",
|
|
5527
|
-
"metadataToken":
|
|
5527
|
+
"metadataToken": 385876192,
|
|
5528
5528
|
"canonicalSignature": ":System.String",
|
|
5529
5529
|
"normalizedSignature": "SignatureLength|:System.String|static=false|accessor=get",
|
|
5530
5530
|
"emitScope": "ClassSurface",
|
|
@@ -5543,7 +5543,7 @@
|
|
|
5543
5543
|
{
|
|
5544
5544
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::SignatureValue:System.Byte[]",
|
|
5545
5545
|
"clrName": "SignatureValue",
|
|
5546
|
-
"metadataToken":
|
|
5546
|
+
"metadataToken": 385876193,
|
|
5547
5547
|
"canonicalSignature": ":System.Byte[]",
|
|
5548
5548
|
"normalizedSignature": "SignatureValue|:System.Byte[]|static=false|accessor=get",
|
|
5549
5549
|
"emitScope": "ClassSurface",
|
|
@@ -5562,7 +5562,7 @@
|
|
|
5562
5562
|
{
|
|
5563
5563
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::KeyInfo:System.Security.Cryptography.Xml.KeyInfo",
|
|
5564
5564
|
"clrName": "KeyInfo",
|
|
5565
|
-
"metadataToken":
|
|
5565
|
+
"metadataToken": 385876194,
|
|
5566
5566
|
"canonicalSignature": ":System.Security.Cryptography.Xml.KeyInfo",
|
|
5567
5567
|
"normalizedSignature": "KeyInfo|:System.Security.Cryptography.Xml.KeyInfo|static=false|accessor=getset",
|
|
5568
5568
|
"emitScope": "ClassSurface",
|
|
@@ -5583,7 +5583,7 @@
|
|
|
5583
5583
|
{
|
|
5584
5584
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::m_signatureSystem.Security.Cryptography.Xml.Signature",
|
|
5585
5585
|
"clrName": "m_signature",
|
|
5586
|
-
"metadataToken":
|
|
5586
|
+
"metadataToken": 67109152,
|
|
5587
5587
|
"normalizedSignature": "m_signature|System.Security.Cryptography.Xml.Signature|static=false|const=false",
|
|
5588
5588
|
"isStatic": false,
|
|
5589
5589
|
"isReadOnly": false,
|
|
@@ -5595,7 +5595,7 @@
|
|
|
5595
5595
|
{
|
|
5596
5596
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::m_strSigningKeyNameSystem.String",
|
|
5597
5597
|
"clrName": "m_strSigningKeyName",
|
|
5598
|
-
"metadataToken":
|
|
5598
|
+
"metadataToken": 67109153,
|
|
5599
5599
|
"normalizedSignature": "m_strSigningKeyName|System.String|static=false|const=false",
|
|
5600
5600
|
"isStatic": false,
|
|
5601
5601
|
"isReadOnly": false,
|
|
@@ -5607,7 +5607,7 @@
|
|
|
5607
5607
|
{
|
|
5608
5608
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::XmlDsigNamespaceUrlSystem.String",
|
|
5609
5609
|
"clrName": "XmlDsigNamespaceUrl",
|
|
5610
|
-
"metadataToken":
|
|
5610
|
+
"metadataToken": 67109173,
|
|
5611
5611
|
"normalizedSignature": "XmlDsigNamespaceUrl|System.String|static=true|const=true",
|
|
5612
5612
|
"isStatic": true,
|
|
5613
5613
|
"isReadOnly": false,
|
|
@@ -5619,7 +5619,7 @@
|
|
|
5619
5619
|
{
|
|
5620
5620
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::XmlDsigMinimalCanonicalizationUrlSystem.String",
|
|
5621
5621
|
"clrName": "XmlDsigMinimalCanonicalizationUrl",
|
|
5622
|
-
"metadataToken":
|
|
5622
|
+
"metadataToken": 67109174,
|
|
5623
5623
|
"normalizedSignature": "XmlDsigMinimalCanonicalizationUrl|System.String|static=true|const=true",
|
|
5624
5624
|
"isStatic": true,
|
|
5625
5625
|
"isReadOnly": false,
|
|
@@ -5631,7 +5631,7 @@
|
|
|
5631
5631
|
{
|
|
5632
5632
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::XmlDsigCanonicalizationUrlSystem.String",
|
|
5633
5633
|
"clrName": "XmlDsigCanonicalizationUrl",
|
|
5634
|
-
"metadataToken":
|
|
5634
|
+
"metadataToken": 67109175,
|
|
5635
5635
|
"normalizedSignature": "XmlDsigCanonicalizationUrl|System.String|static=true|const=true",
|
|
5636
5636
|
"isStatic": true,
|
|
5637
5637
|
"isReadOnly": false,
|
|
@@ -5643,7 +5643,7 @@
|
|
|
5643
5643
|
{
|
|
5644
5644
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::XmlDsigCanonicalizationWithCommentsUrlSystem.String",
|
|
5645
5645
|
"clrName": "XmlDsigCanonicalizationWithCommentsUrl",
|
|
5646
|
-
"metadataToken":
|
|
5646
|
+
"metadataToken": 67109176,
|
|
5647
5647
|
"normalizedSignature": "XmlDsigCanonicalizationWithCommentsUrl|System.String|static=true|const=true",
|
|
5648
5648
|
"isStatic": true,
|
|
5649
5649
|
"isReadOnly": false,
|
|
@@ -5655,7 +5655,7 @@
|
|
|
5655
5655
|
{
|
|
5656
5656
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::XmlDsigSHA1UrlSystem.String",
|
|
5657
5657
|
"clrName": "XmlDsigSHA1Url",
|
|
5658
|
-
"metadataToken":
|
|
5658
|
+
"metadataToken": 67109177,
|
|
5659
5659
|
"normalizedSignature": "XmlDsigSHA1Url|System.String|static=true|const=true",
|
|
5660
5660
|
"isStatic": true,
|
|
5661
5661
|
"isReadOnly": false,
|
|
@@ -5667,7 +5667,7 @@
|
|
|
5667
5667
|
{
|
|
5668
5668
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::XmlDsigDSAUrlSystem.String",
|
|
5669
5669
|
"clrName": "XmlDsigDSAUrl",
|
|
5670
|
-
"metadataToken":
|
|
5670
|
+
"metadataToken": 67109178,
|
|
5671
5671
|
"normalizedSignature": "XmlDsigDSAUrl|System.String|static=true|const=true",
|
|
5672
5672
|
"isStatic": true,
|
|
5673
5673
|
"isReadOnly": false,
|
|
@@ -5679,7 +5679,7 @@
|
|
|
5679
5679
|
{
|
|
5680
5680
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::XmlDsigRSASHA1UrlSystem.String",
|
|
5681
5681
|
"clrName": "XmlDsigRSASHA1Url",
|
|
5682
|
-
"metadataToken":
|
|
5682
|
+
"metadataToken": 67109179,
|
|
5683
5683
|
"normalizedSignature": "XmlDsigRSASHA1Url|System.String|static=true|const=true",
|
|
5684
5684
|
"isStatic": true,
|
|
5685
5685
|
"isReadOnly": false,
|
|
@@ -5691,7 +5691,7 @@
|
|
|
5691
5691
|
{
|
|
5692
5692
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::XmlDsigHMACSHA1UrlSystem.String",
|
|
5693
5693
|
"clrName": "XmlDsigHMACSHA1Url",
|
|
5694
|
-
"metadataToken":
|
|
5694
|
+
"metadataToken": 67109180,
|
|
5695
5695
|
"normalizedSignature": "XmlDsigHMACSHA1Url|System.String|static=true|const=true",
|
|
5696
5696
|
"isStatic": true,
|
|
5697
5697
|
"isReadOnly": false,
|
|
@@ -5703,7 +5703,7 @@
|
|
|
5703
5703
|
{
|
|
5704
5704
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::XmlDsigSHA256UrlSystem.String",
|
|
5705
5705
|
"clrName": "XmlDsigSHA256Url",
|
|
5706
|
-
"metadataToken":
|
|
5706
|
+
"metadataToken": 67109181,
|
|
5707
5707
|
"normalizedSignature": "XmlDsigSHA256Url|System.String|static=true|const=true",
|
|
5708
5708
|
"isStatic": true,
|
|
5709
5709
|
"isReadOnly": false,
|
|
@@ -5715,7 +5715,7 @@
|
|
|
5715
5715
|
{
|
|
5716
5716
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::XmlDsigRSASHA256UrlSystem.String",
|
|
5717
5717
|
"clrName": "XmlDsigRSASHA256Url",
|
|
5718
|
-
"metadataToken":
|
|
5718
|
+
"metadataToken": 67109182,
|
|
5719
5719
|
"normalizedSignature": "XmlDsigRSASHA256Url|System.String|static=true|const=true",
|
|
5720
5720
|
"isStatic": true,
|
|
5721
5721
|
"isReadOnly": false,
|
|
@@ -5727,7 +5727,7 @@
|
|
|
5727
5727
|
{
|
|
5728
5728
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::XmlDsigSHA384UrlSystem.String",
|
|
5729
5729
|
"clrName": "XmlDsigSHA384Url",
|
|
5730
|
-
"metadataToken":
|
|
5730
|
+
"metadataToken": 67109183,
|
|
5731
5731
|
"normalizedSignature": "XmlDsigSHA384Url|System.String|static=true|const=true",
|
|
5732
5732
|
"isStatic": true,
|
|
5733
5733
|
"isReadOnly": false,
|
|
@@ -5739,7 +5739,7 @@
|
|
|
5739
5739
|
{
|
|
5740
5740
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::XmlDsigRSASHA384UrlSystem.String",
|
|
5741
5741
|
"clrName": "XmlDsigRSASHA384Url",
|
|
5742
|
-
"metadataToken":
|
|
5742
|
+
"metadataToken": 67109184,
|
|
5743
5743
|
"normalizedSignature": "XmlDsigRSASHA384Url|System.String|static=true|const=true",
|
|
5744
5744
|
"isStatic": true,
|
|
5745
5745
|
"isReadOnly": false,
|
|
@@ -5751,7 +5751,7 @@
|
|
|
5751
5751
|
{
|
|
5752
5752
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::XmlDsigSHA512UrlSystem.String",
|
|
5753
5753
|
"clrName": "XmlDsigSHA512Url",
|
|
5754
|
-
"metadataToken":
|
|
5754
|
+
"metadataToken": 67109185,
|
|
5755
5755
|
"normalizedSignature": "XmlDsigSHA512Url|System.String|static=true|const=true",
|
|
5756
5756
|
"isStatic": true,
|
|
5757
5757
|
"isReadOnly": false,
|
|
@@ -5763,7 +5763,7 @@
|
|
|
5763
5763
|
{
|
|
5764
5764
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::XmlDsigRSASHA512UrlSystem.String",
|
|
5765
5765
|
"clrName": "XmlDsigRSASHA512Url",
|
|
5766
|
-
"metadataToken":
|
|
5766
|
+
"metadataToken": 67109186,
|
|
5767
5767
|
"normalizedSignature": "XmlDsigRSASHA512Url|System.String|static=true|const=true",
|
|
5768
5768
|
"isStatic": true,
|
|
5769
5769
|
"isReadOnly": false,
|
|
@@ -5775,7 +5775,7 @@
|
|
|
5775
5775
|
{
|
|
5776
5776
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::XmlDsigC14NTransformUrlSystem.String",
|
|
5777
5777
|
"clrName": "XmlDsigC14NTransformUrl",
|
|
5778
|
-
"metadataToken":
|
|
5778
|
+
"metadataToken": 67109187,
|
|
5779
5779
|
"normalizedSignature": "XmlDsigC14NTransformUrl|System.String|static=true|const=true",
|
|
5780
5780
|
"isStatic": true,
|
|
5781
5781
|
"isReadOnly": false,
|
|
@@ -5787,7 +5787,7 @@
|
|
|
5787
5787
|
{
|
|
5788
5788
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::XmlDsigC14NWithCommentsTransformUrlSystem.String",
|
|
5789
5789
|
"clrName": "XmlDsigC14NWithCommentsTransformUrl",
|
|
5790
|
-
"metadataToken":
|
|
5790
|
+
"metadataToken": 67109188,
|
|
5791
5791
|
"normalizedSignature": "XmlDsigC14NWithCommentsTransformUrl|System.String|static=true|const=true",
|
|
5792
5792
|
"isStatic": true,
|
|
5793
5793
|
"isReadOnly": false,
|
|
@@ -5799,7 +5799,7 @@
|
|
|
5799
5799
|
{
|
|
5800
5800
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::XmlDsigExcC14NTransformUrlSystem.String",
|
|
5801
5801
|
"clrName": "XmlDsigExcC14NTransformUrl",
|
|
5802
|
-
"metadataToken":
|
|
5802
|
+
"metadataToken": 67109189,
|
|
5803
5803
|
"normalizedSignature": "XmlDsigExcC14NTransformUrl|System.String|static=true|const=true",
|
|
5804
5804
|
"isStatic": true,
|
|
5805
5805
|
"isReadOnly": false,
|
|
@@ -5811,7 +5811,7 @@
|
|
|
5811
5811
|
{
|
|
5812
5812
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::XmlDsigExcC14NWithCommentsTransformUrlSystem.String",
|
|
5813
5813
|
"clrName": "XmlDsigExcC14NWithCommentsTransformUrl",
|
|
5814
|
-
"metadataToken":
|
|
5814
|
+
"metadataToken": 67109190,
|
|
5815
5815
|
"normalizedSignature": "XmlDsigExcC14NWithCommentsTransformUrl|System.String|static=true|const=true",
|
|
5816
5816
|
"isStatic": true,
|
|
5817
5817
|
"isReadOnly": false,
|
|
@@ -5823,7 +5823,7 @@
|
|
|
5823
5823
|
{
|
|
5824
5824
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::XmlDsigBase64TransformUrlSystem.String",
|
|
5825
5825
|
"clrName": "XmlDsigBase64TransformUrl",
|
|
5826
|
-
"metadataToken":
|
|
5826
|
+
"metadataToken": 67109191,
|
|
5827
5827
|
"normalizedSignature": "XmlDsigBase64TransformUrl|System.String|static=true|const=true",
|
|
5828
5828
|
"isStatic": true,
|
|
5829
5829
|
"isReadOnly": false,
|
|
@@ -5835,7 +5835,7 @@
|
|
|
5835
5835
|
{
|
|
5836
5836
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::XmlDsigXPathTransformUrlSystem.String",
|
|
5837
5837
|
"clrName": "XmlDsigXPathTransformUrl",
|
|
5838
|
-
"metadataToken":
|
|
5838
|
+
"metadataToken": 67109192,
|
|
5839
5839
|
"normalizedSignature": "XmlDsigXPathTransformUrl|System.String|static=true|const=true",
|
|
5840
5840
|
"isStatic": true,
|
|
5841
5841
|
"isReadOnly": false,
|
|
@@ -5847,7 +5847,7 @@
|
|
|
5847
5847
|
{
|
|
5848
5848
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::XmlDsigXsltTransformUrlSystem.String",
|
|
5849
5849
|
"clrName": "XmlDsigXsltTransformUrl",
|
|
5850
|
-
"metadataToken":
|
|
5850
|
+
"metadataToken": 67109193,
|
|
5851
5851
|
"normalizedSignature": "XmlDsigXsltTransformUrl|System.String|static=true|const=true",
|
|
5852
5852
|
"isStatic": true,
|
|
5853
5853
|
"isReadOnly": false,
|
|
@@ -5859,7 +5859,7 @@
|
|
|
5859
5859
|
{
|
|
5860
5860
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::XmlDsigEnvelopedSignatureTransformUrlSystem.String",
|
|
5861
5861
|
"clrName": "XmlDsigEnvelopedSignatureTransformUrl",
|
|
5862
|
-
"metadataToken":
|
|
5862
|
+
"metadataToken": 67109194,
|
|
5863
5863
|
"normalizedSignature": "XmlDsigEnvelopedSignatureTransformUrl|System.String|static=true|const=true",
|
|
5864
5864
|
"isStatic": true,
|
|
5865
5865
|
"isReadOnly": false,
|
|
@@ -5871,7 +5871,7 @@
|
|
|
5871
5871
|
{
|
|
5872
5872
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::XmlDecryptionTransformUrlSystem.String",
|
|
5873
5873
|
"clrName": "XmlDecryptionTransformUrl",
|
|
5874
|
-
"metadataToken":
|
|
5874
|
+
"metadataToken": 67109195,
|
|
5875
5875
|
"normalizedSignature": "XmlDecryptionTransformUrl|System.String|static=true|const=true",
|
|
5876
5876
|
"isStatic": true,
|
|
5877
5877
|
"isReadOnly": false,
|
|
@@ -5883,7 +5883,7 @@
|
|
|
5883
5883
|
{
|
|
5884
5884
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::XmlLicenseTransformUrlSystem.String",
|
|
5885
5885
|
"clrName": "XmlLicenseTransformUrl",
|
|
5886
|
-
"metadataToken":
|
|
5886
|
+
"metadataToken": 67109196,
|
|
5887
5887
|
"normalizedSignature": "XmlLicenseTransformUrl|System.String|static=true|const=true",
|
|
5888
5888
|
"isStatic": true,
|
|
5889
5889
|
"isReadOnly": false,
|
|
@@ -5897,7 +5897,7 @@
|
|
|
5897
5897
|
"constructors": [
|
|
5898
5898
|
{
|
|
5899
5899
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::.ctor():void",
|
|
5900
|
-
"metadataToken":
|
|
5900
|
+
"metadataToken": 100663921,
|
|
5901
5901
|
"canonicalSignature": "():void",
|
|
5902
5902
|
"normalizedSignature": "constructor|():void|static=false",
|
|
5903
5903
|
"isStatic": false,
|
|
@@ -5908,7 +5908,7 @@
|
|
|
5908
5908
|
},
|
|
5909
5909
|
{
|
|
5910
5910
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::.ctor(System.Xml.XmlDocument):void",
|
|
5911
|
-
"metadataToken":
|
|
5911
|
+
"metadataToken": 100663922,
|
|
5912
5912
|
"canonicalSignature": "(System.Xml.XmlDocument):void",
|
|
5913
5913
|
"normalizedSignature": "constructor|(System.Xml.XmlDocument):void|static=false",
|
|
5914
5914
|
"isStatic": false,
|
|
@@ -5919,7 +5919,7 @@
|
|
|
5919
5919
|
},
|
|
5920
5920
|
{
|
|
5921
5921
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::.ctor(System.Xml.XmlElement):void",
|
|
5922
|
-
"metadataToken":
|
|
5922
|
+
"metadataToken": 100663923,
|
|
5923
5923
|
"canonicalSignature": "(System.Xml.XmlElement):void",
|
|
5924
5924
|
"normalizedSignature": "constructor|(System.Xml.XmlElement):void|static=false",
|
|
5925
5925
|
"isStatic": false,
|
|
@@ -5949,7 +5949,7 @@
|
|
|
5949
5949
|
{
|
|
5950
5950
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Transform::GetXml():System.Xml.XmlElement",
|
|
5951
5951
|
"clrName": "GetXml",
|
|
5952
|
-
"metadataToken":
|
|
5952
|
+
"metadataToken": 100664027,
|
|
5953
5953
|
"canonicalSignature": "():System.Xml.XmlElement",
|
|
5954
5954
|
"normalizedSignature": "GetXml|():System.Xml.XmlElement|static=false",
|
|
5955
5955
|
"emitScope": "ClassSurface",
|
|
@@ -5969,7 +5969,7 @@
|
|
|
5969
5969
|
{
|
|
5970
5970
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Transform::LoadInnerXml(System.Xml.XmlNodeList):System.Void",
|
|
5971
5971
|
"clrName": "LoadInnerXml",
|
|
5972
|
-
"metadataToken":
|
|
5972
|
+
"metadataToken": 100664030,
|
|
5973
5973
|
"canonicalSignature": "(System.Xml.XmlNodeList):System.Void",
|
|
5974
5974
|
"normalizedSignature": "LoadInnerXml|(System.Xml.XmlNodeList):System.Void|static=false",
|
|
5975
5975
|
"emitScope": "ClassSurface",
|
|
@@ -5989,7 +5989,7 @@
|
|
|
5989
5989
|
{
|
|
5990
5990
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Transform::GetInnerXml():System.Xml.XmlNodeList",
|
|
5991
5991
|
"clrName": "GetInnerXml",
|
|
5992
|
-
"metadataToken":
|
|
5992
|
+
"metadataToken": 100664031,
|
|
5993
5993
|
"canonicalSignature": "():System.Xml.XmlNodeList",
|
|
5994
5994
|
"normalizedSignature": "GetInnerXml|():System.Xml.XmlNodeList|static=false",
|
|
5995
5995
|
"emitScope": "ClassSurface",
|
|
@@ -6009,7 +6009,7 @@
|
|
|
6009
6009
|
{
|
|
6010
6010
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Transform::LoadInput(System.Object):System.Void",
|
|
6011
6011
|
"clrName": "LoadInput",
|
|
6012
|
-
"metadataToken":
|
|
6012
|
+
"metadataToken": 100664032,
|
|
6013
6013
|
"canonicalSignature": "(System.Object):System.Void",
|
|
6014
6014
|
"normalizedSignature": "LoadInput|(System.Object):System.Void|static=false",
|
|
6015
6015
|
"emitScope": "ClassSurface",
|
|
@@ -6029,7 +6029,7 @@
|
|
|
6029
6029
|
{
|
|
6030
6030
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Transform::GetOutput():System.Object",
|
|
6031
6031
|
"clrName": "GetOutput",
|
|
6032
|
-
"metadataToken":
|
|
6032
|
+
"metadataToken": 100664033,
|
|
6033
6033
|
"canonicalSignature": "():System.Object",
|
|
6034
6034
|
"normalizedSignature": "GetOutput|():System.Object|static=false",
|
|
6035
6035
|
"emitScope": "ClassSurface",
|
|
@@ -6049,7 +6049,7 @@
|
|
|
6049
6049
|
{
|
|
6050
6050
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Transform::GetOutput(System.Type):System.Object",
|
|
6051
6051
|
"clrName": "GetOutput",
|
|
6052
|
-
"metadataToken":
|
|
6052
|
+
"metadataToken": 100664034,
|
|
6053
6053
|
"canonicalSignature": "(System.Type):System.Object",
|
|
6054
6054
|
"normalizedSignature": "GetOutput|(System.Type):System.Object|static=false",
|
|
6055
6055
|
"emitScope": "ClassSurface",
|
|
@@ -6069,7 +6069,7 @@
|
|
|
6069
6069
|
{
|
|
6070
6070
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Transform::GetDigestedOutput(System.Security.Cryptography.HashAlgorithm):System.Byte[]",
|
|
6071
6071
|
"clrName": "GetDigestedOutput",
|
|
6072
|
-
"metadataToken":
|
|
6072
|
+
"metadataToken": 100664035,
|
|
6073
6073
|
"canonicalSignature": "(System.Security.Cryptography.HashAlgorithm):System.Byte[]",
|
|
6074
6074
|
"normalizedSignature": "GetDigestedOutput|(System.Security.Cryptography.HashAlgorithm):System.Byte[]|static=false",
|
|
6075
6075
|
"emitScope": "ClassSurface",
|
|
@@ -6091,7 +6091,7 @@
|
|
|
6091
6091
|
{
|
|
6092
6092
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Transform::Algorithm:System.String",
|
|
6093
6093
|
"clrName": "Algorithm",
|
|
6094
|
-
"metadataToken":
|
|
6094
|
+
"metadataToken": 385876202,
|
|
6095
6095
|
"canonicalSignature": ":System.String",
|
|
6096
6096
|
"normalizedSignature": "Algorithm|:System.String|static=false|accessor=getset",
|
|
6097
6097
|
"emitScope": "ClassSurface",
|
|
@@ -6110,7 +6110,7 @@
|
|
|
6110
6110
|
{
|
|
6111
6111
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Transform::Resolver:System.Xml.XmlResolver",
|
|
6112
6112
|
"clrName": "Resolver",
|
|
6113
|
-
"metadataToken":
|
|
6113
|
+
"metadataToken": 385876203,
|
|
6114
6114
|
"canonicalSignature": ":System.Xml.XmlResolver",
|
|
6115
6115
|
"normalizedSignature": "Resolver|:System.Xml.XmlResolver|static=false|accessor=getset",
|
|
6116
6116
|
"emitScope": "ClassSurface",
|
|
@@ -6129,7 +6129,7 @@
|
|
|
6129
6129
|
{
|
|
6130
6130
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Transform::InputTypes:System.Type[]",
|
|
6131
6131
|
"clrName": "InputTypes",
|
|
6132
|
-
"metadataToken":
|
|
6132
|
+
"metadataToken": 385876205,
|
|
6133
6133
|
"canonicalSignature": ":System.Type[]",
|
|
6134
6134
|
"normalizedSignature": "InputTypes|:System.Type[]|static=false|accessor=get",
|
|
6135
6135
|
"emitScope": "ClassSurface",
|
|
@@ -6148,7 +6148,7 @@
|
|
|
6148
6148
|
{
|
|
6149
6149
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Transform::OutputTypes:System.Type[]",
|
|
6150
6150
|
"clrName": "OutputTypes",
|
|
6151
|
-
"metadataToken":
|
|
6151
|
+
"metadataToken": 385876206,
|
|
6152
6152
|
"canonicalSignature": ":System.Type[]",
|
|
6153
6153
|
"normalizedSignature": "OutputTypes|:System.Type[]|static=false|accessor=get",
|
|
6154
6154
|
"emitScope": "ClassSurface",
|
|
@@ -6167,7 +6167,7 @@
|
|
|
6167
6167
|
{
|
|
6168
6168
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Transform::Context:System.Xml.XmlElement",
|
|
6169
6169
|
"clrName": "Context",
|
|
6170
|
-
"metadataToken":
|
|
6170
|
+
"metadataToken": 385876207,
|
|
6171
6171
|
"canonicalSignature": ":System.Xml.XmlElement",
|
|
6172
6172
|
"normalizedSignature": "Context|:System.Xml.XmlElement|static=false|accessor=getset",
|
|
6173
6173
|
"emitScope": "ClassSurface",
|
|
@@ -6186,7 +6186,7 @@
|
|
|
6186
6186
|
{
|
|
6187
6187
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Transform::PropagatedNamespaces:System.Collections.Hashtable",
|
|
6188
6188
|
"clrName": "PropagatedNamespaces",
|
|
6189
|
-
"metadataToken":
|
|
6189
|
+
"metadataToken": 385876208,
|
|
6190
6190
|
"canonicalSignature": ":System.Collections.Hashtable",
|
|
6191
6191
|
"normalizedSignature": "PropagatedNamespaces|:System.Collections.Hashtable|static=false|accessor=get",
|
|
6192
6192
|
"emitScope": "ClassSurface",
|
|
@@ -6208,7 +6208,7 @@
|
|
|
6208
6208
|
"constructors": [
|
|
6209
6209
|
{
|
|
6210
6210
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Transform::.ctor():void",
|
|
6211
|
-
"metadataToken":
|
|
6211
|
+
"metadataToken": 100664018,
|
|
6212
6212
|
"canonicalSignature": "():void",
|
|
6213
6213
|
"normalizedSignature": "constructor|():void|static=false",
|
|
6214
6214
|
"isStatic": false,
|
|
@@ -6238,7 +6238,7 @@
|
|
|
6238
6238
|
{
|
|
6239
6239
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.TransformChain::Add(System.Security.Cryptography.Xml.Transform):System.Void",
|
|
6240
6240
|
"clrName": "Add",
|
|
6241
|
-
"metadataToken":
|
|
6241
|
+
"metadataToken": 100664040,
|
|
6242
6242
|
"canonicalSignature": "(System.Security.Cryptography.Xml.Transform):System.Void",
|
|
6243
6243
|
"normalizedSignature": "Add|(System.Security.Cryptography.Xml.Transform):System.Void|static=false",
|
|
6244
6244
|
"emitScope": "ClassSurface",
|
|
@@ -6258,7 +6258,7 @@
|
|
|
6258
6258
|
{
|
|
6259
6259
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.TransformChain::GetEnumerator():System.Collections.IEnumerator",
|
|
6260
6260
|
"clrName": "GetEnumerator",
|
|
6261
|
-
"metadataToken":
|
|
6261
|
+
"metadataToken": 100664041,
|
|
6262
6262
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
6263
6263
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
6264
6264
|
"emitScope": "ClassSurface",
|
|
@@ -6280,7 +6280,7 @@
|
|
|
6280
6280
|
{
|
|
6281
6281
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.TransformChain::Count:System.Int32",
|
|
6282
6282
|
"clrName": "Count",
|
|
6283
|
-
"metadataToken":
|
|
6283
|
+
"metadataToken": 385876209,
|
|
6284
6284
|
"canonicalSignature": ":System.Int32",
|
|
6285
6285
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
6286
6286
|
"emitScope": "ClassSurface",
|
|
@@ -6299,7 +6299,7 @@
|
|
|
6299
6299
|
{
|
|
6300
6300
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.TransformChain::Item[System.Int32]:System.Security.Cryptography.Xml.Transform",
|
|
6301
6301
|
"clrName": "Item",
|
|
6302
|
-
"metadataToken":
|
|
6302
|
+
"metadataToken": 385876210,
|
|
6303
6303
|
"canonicalSignature": "[System.Int32]:System.Security.Cryptography.Xml.Transform",
|
|
6304
6304
|
"normalizedSignature": "Item|[System.Int32]:System.Security.Cryptography.Xml.Transform|static=false|accessor=get",
|
|
6305
6305
|
"emitScope": "ClassSurface",
|
|
@@ -6321,7 +6321,7 @@
|
|
|
6321
6321
|
"constructors": [
|
|
6322
6322
|
{
|
|
6323
6323
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.TransformChain::.ctor():void",
|
|
6324
|
-
"metadataToken":
|
|
6324
|
+
"metadataToken": 100664039,
|
|
6325
6325
|
"canonicalSignature": "():void",
|
|
6326
6326
|
"normalizedSignature": "constructor|():void|static=false",
|
|
6327
6327
|
"isStatic": false,
|
|
@@ -6351,7 +6351,7 @@
|
|
|
6351
6351
|
{
|
|
6352
6352
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDecryptionTransform::IsTargetElement(System.Xml.XmlElement,System.String):System.Boolean",
|
|
6353
6353
|
"clrName": "IsTargetElement",
|
|
6354
|
-
"metadataToken":
|
|
6354
|
+
"metadataToken": 100664095,
|
|
6355
6355
|
"canonicalSignature": "(System.Xml.XmlElement,System.String):System.Boolean",
|
|
6356
6356
|
"normalizedSignature": "IsTargetElement|(System.Xml.XmlElement,System.String):System.Boolean|static=false",
|
|
6357
6357
|
"emitScope": "ClassSurface",
|
|
@@ -6371,7 +6371,7 @@
|
|
|
6371
6371
|
{
|
|
6372
6372
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDecryptionTransform::AddExceptUri(System.String):System.Void",
|
|
6373
6373
|
"clrName": "AddExceptUri",
|
|
6374
|
-
"metadataToken":
|
|
6374
|
+
"metadataToken": 100664100,
|
|
6375
6375
|
"canonicalSignature": "(System.String):System.Void",
|
|
6376
6376
|
"normalizedSignature": "AddExceptUri|(System.String):System.Void|static=false",
|
|
6377
6377
|
"emitScope": "ClassSurface",
|
|
@@ -6391,7 +6391,7 @@
|
|
|
6391
6391
|
{
|
|
6392
6392
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDecryptionTransform::LoadInnerXml(System.Xml.XmlNodeList):System.Void",
|
|
6393
6393
|
"clrName": "LoadInnerXml",
|
|
6394
|
-
"metadataToken":
|
|
6394
|
+
"metadataToken": 100664101,
|
|
6395
6395
|
"canonicalSignature": "(System.Xml.XmlNodeList):System.Void",
|
|
6396
6396
|
"normalizedSignature": "LoadInnerXml|(System.Xml.XmlNodeList):System.Void|static=false",
|
|
6397
6397
|
"emitScope": "ClassSurface",
|
|
@@ -6411,7 +6411,7 @@
|
|
|
6411
6411
|
{
|
|
6412
6412
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDecryptionTransform::GetInnerXml():System.Xml.XmlNodeList",
|
|
6413
6413
|
"clrName": "GetInnerXml",
|
|
6414
|
-
"metadataToken":
|
|
6414
|
+
"metadataToken": 100664102,
|
|
6415
6415
|
"canonicalSignature": "():System.Xml.XmlNodeList",
|
|
6416
6416
|
"normalizedSignature": "GetInnerXml|():System.Xml.XmlNodeList|static=false",
|
|
6417
6417
|
"emitScope": "ClassSurface",
|
|
@@ -6431,7 +6431,7 @@
|
|
|
6431
6431
|
{
|
|
6432
6432
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDecryptionTransform::LoadInput(System.Object):System.Void",
|
|
6433
6433
|
"clrName": "LoadInput",
|
|
6434
|
-
"metadataToken":
|
|
6434
|
+
"metadataToken": 100664103,
|
|
6435
6435
|
"canonicalSignature": "(System.Object):System.Void",
|
|
6436
6436
|
"normalizedSignature": "LoadInput|(System.Object):System.Void|static=false",
|
|
6437
6437
|
"emitScope": "ClassSurface",
|
|
@@ -6451,7 +6451,7 @@
|
|
|
6451
6451
|
{
|
|
6452
6452
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDecryptionTransform::GetOutput():System.Object",
|
|
6453
6453
|
"clrName": "GetOutput",
|
|
6454
|
-
"metadataToken":
|
|
6454
|
+
"metadataToken": 100664109,
|
|
6455
6455
|
"canonicalSignature": "():System.Object",
|
|
6456
6456
|
"normalizedSignature": "GetOutput|():System.Object|static=false",
|
|
6457
6457
|
"emitScope": "ClassSurface",
|
|
@@ -6471,7 +6471,7 @@
|
|
|
6471
6471
|
{
|
|
6472
6472
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDecryptionTransform::GetOutput(System.Type):System.Object",
|
|
6473
6473
|
"clrName": "GetOutput",
|
|
6474
|
-
"metadataToken":
|
|
6474
|
+
"metadataToken": 100664110,
|
|
6475
6475
|
"canonicalSignature": "(System.Type):System.Object",
|
|
6476
6476
|
"normalizedSignature": "GetOutput|(System.Type):System.Object|static=false",
|
|
6477
6477
|
"emitScope": "ClassSurface",
|
|
@@ -6493,7 +6493,7 @@
|
|
|
6493
6493
|
{
|
|
6494
6494
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDecryptionTransform::EncryptedXml:System.Security.Cryptography.Xml.EncryptedXml",
|
|
6495
6495
|
"clrName": "EncryptedXml",
|
|
6496
|
-
"metadataToken":
|
|
6496
|
+
"metadataToken": 385876212,
|
|
6497
6497
|
"canonicalSignature": ":System.Security.Cryptography.Xml.EncryptedXml",
|
|
6498
6498
|
"normalizedSignature": "EncryptedXml|:System.Security.Cryptography.Xml.EncryptedXml|static=false|accessor=getset",
|
|
6499
6499
|
"emitScope": "ClassSurface",
|
|
@@ -6512,7 +6512,7 @@
|
|
|
6512
6512
|
{
|
|
6513
6513
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDecryptionTransform::InputTypes:System.Type[]",
|
|
6514
6514
|
"clrName": "InputTypes",
|
|
6515
|
-
"metadataToken":
|
|
6515
|
+
"metadataToken": 385876213,
|
|
6516
6516
|
"canonicalSignature": ":System.Type[]",
|
|
6517
6517
|
"normalizedSignature": "InputTypes|:System.Type[]|static=false|accessor=get",
|
|
6518
6518
|
"emitScope": "ClassSurface",
|
|
@@ -6531,7 +6531,7 @@
|
|
|
6531
6531
|
{
|
|
6532
6532
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDecryptionTransform::OutputTypes:System.Type[]",
|
|
6533
6533
|
"clrName": "OutputTypes",
|
|
6534
|
-
"metadataToken":
|
|
6534
|
+
"metadataToken": 385876214,
|
|
6535
6535
|
"canonicalSignature": ":System.Type[]",
|
|
6536
6536
|
"normalizedSignature": "OutputTypes|:System.Type[]|static=false|accessor=get",
|
|
6537
6537
|
"emitScope": "ClassSurface",
|
|
@@ -6553,7 +6553,7 @@
|
|
|
6553
6553
|
"constructors": [
|
|
6554
6554
|
{
|
|
6555
6555
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDecryptionTransform::.ctor():void",
|
|
6556
|
-
"metadataToken":
|
|
6556
|
+
"metadataToken": 100664093,
|
|
6557
6557
|
"canonicalSignature": "():void",
|
|
6558
6558
|
"normalizedSignature": "constructor|():void|static=false",
|
|
6559
6559
|
"isStatic": false,
|
|
@@ -6583,7 +6583,7 @@
|
|
|
6583
6583
|
{
|
|
6584
6584
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigBase64Transform::LoadInnerXml(System.Xml.XmlNodeList):System.Void",
|
|
6585
6585
|
"clrName": "LoadInnerXml",
|
|
6586
|
-
"metadataToken":
|
|
6586
|
+
"metadataToken": 100664114,
|
|
6587
6587
|
"canonicalSignature": "(System.Xml.XmlNodeList):System.Void",
|
|
6588
6588
|
"normalizedSignature": "LoadInnerXml|(System.Xml.XmlNodeList):System.Void|static=false",
|
|
6589
6589
|
"emitScope": "ClassSurface",
|
|
@@ -6603,7 +6603,7 @@
|
|
|
6603
6603
|
{
|
|
6604
6604
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigBase64Transform::GetInnerXml():System.Xml.XmlNodeList",
|
|
6605
6605
|
"clrName": "GetInnerXml",
|
|
6606
|
-
"metadataToken":
|
|
6606
|
+
"metadataToken": 100664115,
|
|
6607
6607
|
"canonicalSignature": "():System.Xml.XmlNodeList",
|
|
6608
6608
|
"normalizedSignature": "GetInnerXml|():System.Xml.XmlNodeList|static=false",
|
|
6609
6609
|
"emitScope": "ClassSurface",
|
|
@@ -6623,7 +6623,7 @@
|
|
|
6623
6623
|
{
|
|
6624
6624
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigBase64Transform::LoadInput(System.Object):System.Void",
|
|
6625
6625
|
"clrName": "LoadInput",
|
|
6626
|
-
"metadataToken":
|
|
6626
|
+
"metadataToken": 100664116,
|
|
6627
6627
|
"canonicalSignature": "(System.Object):System.Void",
|
|
6628
6628
|
"normalizedSignature": "LoadInput|(System.Object):System.Void|static=false",
|
|
6629
6629
|
"emitScope": "ClassSurface",
|
|
@@ -6643,7 +6643,7 @@
|
|
|
6643
6643
|
{
|
|
6644
6644
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigBase64Transform::GetOutput():System.Object",
|
|
6645
6645
|
"clrName": "GetOutput",
|
|
6646
|
-
"metadataToken":
|
|
6646
|
+
"metadataToken": 100664119,
|
|
6647
6647
|
"canonicalSignature": "():System.Object",
|
|
6648
6648
|
"normalizedSignature": "GetOutput|():System.Object|static=false",
|
|
6649
6649
|
"emitScope": "ClassSurface",
|
|
@@ -6663,7 +6663,7 @@
|
|
|
6663
6663
|
{
|
|
6664
6664
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigBase64Transform::GetOutput(System.Type):System.Object",
|
|
6665
6665
|
"clrName": "GetOutput",
|
|
6666
|
-
"metadataToken":
|
|
6666
|
+
"metadataToken": 100664120,
|
|
6667
6667
|
"canonicalSignature": "(System.Type):System.Object",
|
|
6668
6668
|
"normalizedSignature": "GetOutput|(System.Type):System.Object|static=false",
|
|
6669
6669
|
"emitScope": "ClassSurface",
|
|
@@ -6685,7 +6685,7 @@
|
|
|
6685
6685
|
{
|
|
6686
6686
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigBase64Transform::InputTypes:System.Type[]",
|
|
6687
6687
|
"clrName": "InputTypes",
|
|
6688
|
-
"metadataToken":
|
|
6688
|
+
"metadataToken": 385876215,
|
|
6689
6689
|
"canonicalSignature": ":System.Type[]",
|
|
6690
6690
|
"normalizedSignature": "InputTypes|:System.Type[]|static=false|accessor=get",
|
|
6691
6691
|
"emitScope": "ClassSurface",
|
|
@@ -6704,7 +6704,7 @@
|
|
|
6704
6704
|
{
|
|
6705
6705
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigBase64Transform::OutputTypes:System.Type[]",
|
|
6706
6706
|
"clrName": "OutputTypes",
|
|
6707
|
-
"metadataToken":
|
|
6707
|
+
"metadataToken": 385876216,
|
|
6708
6708
|
"canonicalSignature": ":System.Type[]",
|
|
6709
6709
|
"normalizedSignature": "OutputTypes|:System.Type[]|static=false|accessor=get",
|
|
6710
6710
|
"emitScope": "ClassSurface",
|
|
@@ -6726,7 +6726,7 @@
|
|
|
6726
6726
|
"constructors": [
|
|
6727
6727
|
{
|
|
6728
6728
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigBase64Transform::.ctor():void",
|
|
6729
|
-
"metadataToken":
|
|
6729
|
+
"metadataToken": 100664111,
|
|
6730
6730
|
"canonicalSignature": "():void",
|
|
6731
6731
|
"normalizedSignature": "constructor|():void|static=false",
|
|
6732
6732
|
"isStatic": false,
|
|
@@ -6756,7 +6756,7 @@
|
|
|
6756
6756
|
{
|
|
6757
6757
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigC14NTransform::LoadInnerXml(System.Xml.XmlNodeList):System.Void",
|
|
6758
6758
|
"clrName": "LoadInnerXml",
|
|
6759
|
-
"metadataToken":
|
|
6759
|
+
"metadataToken": 100664125,
|
|
6760
6760
|
"canonicalSignature": "(System.Xml.XmlNodeList):System.Void",
|
|
6761
6761
|
"normalizedSignature": "LoadInnerXml|(System.Xml.XmlNodeList):System.Void|static=false",
|
|
6762
6762
|
"emitScope": "ClassSurface",
|
|
@@ -6776,7 +6776,7 @@
|
|
|
6776
6776
|
{
|
|
6777
6777
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigC14NTransform::GetInnerXml():System.Xml.XmlNodeList",
|
|
6778
6778
|
"clrName": "GetInnerXml",
|
|
6779
|
-
"metadataToken":
|
|
6779
|
+
"metadataToken": 100664126,
|
|
6780
6780
|
"canonicalSignature": "():System.Xml.XmlNodeList",
|
|
6781
6781
|
"normalizedSignature": "GetInnerXml|():System.Xml.XmlNodeList|static=false",
|
|
6782
6782
|
"emitScope": "ClassSurface",
|
|
@@ -6796,7 +6796,7 @@
|
|
|
6796
6796
|
{
|
|
6797
6797
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigC14NTransform::LoadInput(System.Object):System.Void",
|
|
6798
6798
|
"clrName": "LoadInput",
|
|
6799
|
-
"metadataToken":
|
|
6799
|
+
"metadataToken": 100664127,
|
|
6800
6800
|
"canonicalSignature": "(System.Object):System.Void",
|
|
6801
6801
|
"normalizedSignature": "LoadInput|(System.Object):System.Void|static=false",
|
|
6802
6802
|
"emitScope": "ClassSurface",
|
|
@@ -6816,7 +6816,7 @@
|
|
|
6816
6816
|
{
|
|
6817
6817
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigC14NTransform::GetOutput():System.Object",
|
|
6818
6818
|
"clrName": "GetOutput",
|
|
6819
|
-
"metadataToken":
|
|
6819
|
+
"metadataToken": 100664128,
|
|
6820
6820
|
"canonicalSignature": "():System.Object",
|
|
6821
6821
|
"normalizedSignature": "GetOutput|():System.Object|static=false",
|
|
6822
6822
|
"emitScope": "ClassSurface",
|
|
@@ -6836,7 +6836,7 @@
|
|
|
6836
6836
|
{
|
|
6837
6837
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigC14NTransform::GetOutput(System.Type):System.Object",
|
|
6838
6838
|
"clrName": "GetOutput",
|
|
6839
|
-
"metadataToken":
|
|
6839
|
+
"metadataToken": 100664129,
|
|
6840
6840
|
"canonicalSignature": "(System.Type):System.Object",
|
|
6841
6841
|
"normalizedSignature": "GetOutput|(System.Type):System.Object|static=false",
|
|
6842
6842
|
"emitScope": "ClassSurface",
|
|
@@ -6856,7 +6856,7 @@
|
|
|
6856
6856
|
{
|
|
6857
6857
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigC14NTransform::GetDigestedOutput(System.Security.Cryptography.HashAlgorithm):System.Byte[]",
|
|
6858
6858
|
"clrName": "GetDigestedOutput",
|
|
6859
|
-
"metadataToken":
|
|
6859
|
+
"metadataToken": 100664130,
|
|
6860
6860
|
"canonicalSignature": "(System.Security.Cryptography.HashAlgorithm):System.Byte[]",
|
|
6861
6861
|
"normalizedSignature": "GetDigestedOutput|(System.Security.Cryptography.HashAlgorithm):System.Byte[]|static=false",
|
|
6862
6862
|
"emitScope": "ClassSurface",
|
|
@@ -6878,7 +6878,7 @@
|
|
|
6878
6878
|
{
|
|
6879
6879
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigC14NTransform::InputTypes:System.Type[]",
|
|
6880
6880
|
"clrName": "InputTypes",
|
|
6881
|
-
"metadataToken":
|
|
6881
|
+
"metadataToken": 385876217,
|
|
6882
6882
|
"canonicalSignature": ":System.Type[]",
|
|
6883
6883
|
"normalizedSignature": "InputTypes|:System.Type[]|static=false|accessor=get",
|
|
6884
6884
|
"emitScope": "ClassSurface",
|
|
@@ -6897,7 +6897,7 @@
|
|
|
6897
6897
|
{
|
|
6898
6898
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigC14NTransform::OutputTypes:System.Type[]",
|
|
6899
6899
|
"clrName": "OutputTypes",
|
|
6900
|
-
"metadataToken":
|
|
6900
|
+
"metadataToken": 385876218,
|
|
6901
6901
|
"canonicalSignature": ":System.Type[]",
|
|
6902
6902
|
"normalizedSignature": "OutputTypes|:System.Type[]|static=false|accessor=get",
|
|
6903
6903
|
"emitScope": "ClassSurface",
|
|
@@ -6919,7 +6919,7 @@
|
|
|
6919
6919
|
"constructors": [
|
|
6920
6920
|
{
|
|
6921
6921
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigC14NTransform::.ctor():void",
|
|
6922
|
-
"metadataToken":
|
|
6922
|
+
"metadataToken": 100664121,
|
|
6923
6923
|
"canonicalSignature": "():void",
|
|
6924
6924
|
"normalizedSignature": "constructor|():void|static=false",
|
|
6925
6925
|
"isStatic": false,
|
|
@@ -6930,7 +6930,7 @@
|
|
|
6930
6930
|
},
|
|
6931
6931
|
{
|
|
6932
6932
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigC14NTransform::.ctor(System.Boolean):void",
|
|
6933
|
-
"metadataToken":
|
|
6933
|
+
"metadataToken": 100664122,
|
|
6934
6934
|
"canonicalSignature": "(System.Boolean):void",
|
|
6935
6935
|
"normalizedSignature": "constructor|(System.Boolean):void|static=false",
|
|
6936
6936
|
"isStatic": false,
|
|
@@ -6963,7 +6963,7 @@
|
|
|
6963
6963
|
"constructors": [
|
|
6964
6964
|
{
|
|
6965
6965
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigC14NWithCommentsTransform::.ctor():void",
|
|
6966
|
-
"metadataToken":
|
|
6966
|
+
"metadataToken": 100664131,
|
|
6967
6967
|
"canonicalSignature": "():void",
|
|
6968
6968
|
"normalizedSignature": "constructor|():void|static=false",
|
|
6969
6969
|
"isStatic": false,
|
|
@@ -6993,7 +6993,7 @@
|
|
|
6993
6993
|
{
|
|
6994
6994
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform::LoadInnerXml(System.Xml.XmlNodeList):System.Void",
|
|
6995
6995
|
"clrName": "LoadInnerXml",
|
|
6996
|
-
"metadataToken":
|
|
6996
|
+
"metadataToken": 100664137,
|
|
6997
6997
|
"canonicalSignature": "(System.Xml.XmlNodeList):System.Void",
|
|
6998
6998
|
"normalizedSignature": "LoadInnerXml|(System.Xml.XmlNodeList):System.Void|static=false",
|
|
6999
6999
|
"emitScope": "ClassSurface",
|
|
@@ -7013,7 +7013,7 @@
|
|
|
7013
7013
|
{
|
|
7014
7014
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform::GetInnerXml():System.Xml.XmlNodeList",
|
|
7015
7015
|
"clrName": "GetInnerXml",
|
|
7016
|
-
"metadataToken":
|
|
7016
|
+
"metadataToken": 100664138,
|
|
7017
7017
|
"canonicalSignature": "():System.Xml.XmlNodeList",
|
|
7018
7018
|
"normalizedSignature": "GetInnerXml|():System.Xml.XmlNodeList|static=false",
|
|
7019
7019
|
"emitScope": "ClassSurface",
|
|
@@ -7033,7 +7033,7 @@
|
|
|
7033
7033
|
{
|
|
7034
7034
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform::LoadInput(System.Object):System.Void",
|
|
7035
7035
|
"clrName": "LoadInput",
|
|
7036
|
-
"metadataToken":
|
|
7036
|
+
"metadataToken": 100664139,
|
|
7037
7037
|
"canonicalSignature": "(System.Object):System.Void",
|
|
7038
7038
|
"normalizedSignature": "LoadInput|(System.Object):System.Void|static=false",
|
|
7039
7039
|
"emitScope": "ClassSurface",
|
|
@@ -7053,7 +7053,7 @@
|
|
|
7053
7053
|
{
|
|
7054
7054
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform::GetOutput():System.Object",
|
|
7055
7055
|
"clrName": "GetOutput",
|
|
7056
|
-
"metadataToken":
|
|
7056
|
+
"metadataToken": 100664143,
|
|
7057
7057
|
"canonicalSignature": "():System.Object",
|
|
7058
7058
|
"normalizedSignature": "GetOutput|():System.Object|static=false",
|
|
7059
7059
|
"emitScope": "ClassSurface",
|
|
@@ -7073,7 +7073,7 @@
|
|
|
7073
7073
|
{
|
|
7074
7074
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform::GetOutput(System.Type):System.Object",
|
|
7075
7075
|
"clrName": "GetOutput",
|
|
7076
|
-
"metadataToken":
|
|
7076
|
+
"metadataToken": 100664144,
|
|
7077
7077
|
"canonicalSignature": "(System.Type):System.Object",
|
|
7078
7078
|
"normalizedSignature": "GetOutput|(System.Type):System.Object|static=false",
|
|
7079
7079
|
"emitScope": "ClassSurface",
|
|
@@ -7095,7 +7095,7 @@
|
|
|
7095
7095
|
{
|
|
7096
7096
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform::InputTypes:System.Type[]",
|
|
7097
7097
|
"clrName": "InputTypes",
|
|
7098
|
-
"metadataToken":
|
|
7098
|
+
"metadataToken": 385876220,
|
|
7099
7099
|
"canonicalSignature": ":System.Type[]",
|
|
7100
7100
|
"normalizedSignature": "InputTypes|:System.Type[]|static=false|accessor=get",
|
|
7101
7101
|
"emitScope": "ClassSurface",
|
|
@@ -7114,7 +7114,7 @@
|
|
|
7114
7114
|
{
|
|
7115
7115
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform::OutputTypes:System.Type[]",
|
|
7116
7116
|
"clrName": "OutputTypes",
|
|
7117
|
-
"metadataToken":
|
|
7117
|
+
"metadataToken": 385876221,
|
|
7118
7118
|
"canonicalSignature": ":System.Type[]",
|
|
7119
7119
|
"normalizedSignature": "OutputTypes|:System.Type[]|static=false|accessor=get",
|
|
7120
7120
|
"emitScope": "ClassSurface",
|
|
@@ -7136,7 +7136,7 @@
|
|
|
7136
7136
|
"constructors": [
|
|
7137
7137
|
{
|
|
7138
7138
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform::.ctor():void",
|
|
7139
|
-
"metadataToken":
|
|
7139
|
+
"metadataToken": 100664133,
|
|
7140
7140
|
"canonicalSignature": "():void",
|
|
7141
7141
|
"normalizedSignature": "constructor|():void|static=false",
|
|
7142
7142
|
"isStatic": false,
|
|
@@ -7147,7 +7147,7 @@
|
|
|
7147
7147
|
},
|
|
7148
7148
|
{
|
|
7149
7149
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform::.ctor(System.Boolean):void",
|
|
7150
|
-
"metadataToken":
|
|
7150
|
+
"metadataToken": 100664134,
|
|
7151
7151
|
"canonicalSignature": "(System.Boolean):void",
|
|
7152
7152
|
"normalizedSignature": "constructor|(System.Boolean):void|static=false",
|
|
7153
7153
|
"isStatic": false,
|
|
@@ -7177,7 +7177,7 @@
|
|
|
7177
7177
|
{
|
|
7178
7178
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform::LoadInnerXml(System.Xml.XmlNodeList):System.Void",
|
|
7179
7179
|
"clrName": "LoadInnerXml",
|
|
7180
|
-
"metadataToken":
|
|
7180
|
+
"metadataToken": 100664153,
|
|
7181
7181
|
"canonicalSignature": "(System.Xml.XmlNodeList):System.Void",
|
|
7182
7182
|
"normalizedSignature": "LoadInnerXml|(System.Xml.XmlNodeList):System.Void|static=false",
|
|
7183
7183
|
"emitScope": "ClassSurface",
|
|
@@ -7197,7 +7197,7 @@
|
|
|
7197
7197
|
{
|
|
7198
7198
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform::LoadInput(System.Object):System.Void",
|
|
7199
7199
|
"clrName": "LoadInput",
|
|
7200
|
-
"metadataToken":
|
|
7200
|
+
"metadataToken": 100664154,
|
|
7201
7201
|
"canonicalSignature": "(System.Object):System.Void",
|
|
7202
7202
|
"normalizedSignature": "LoadInput|(System.Object):System.Void|static=false",
|
|
7203
7203
|
"emitScope": "ClassSurface",
|
|
@@ -7217,7 +7217,7 @@
|
|
|
7217
7217
|
{
|
|
7218
7218
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform::GetInnerXml():System.Xml.XmlNodeList",
|
|
7219
7219
|
"clrName": "GetInnerXml",
|
|
7220
|
-
"metadataToken":
|
|
7220
|
+
"metadataToken": 100664155,
|
|
7221
7221
|
"canonicalSignature": "():System.Xml.XmlNodeList",
|
|
7222
7222
|
"normalizedSignature": "GetInnerXml|():System.Xml.XmlNodeList|static=false",
|
|
7223
7223
|
"emitScope": "ClassSurface",
|
|
@@ -7237,7 +7237,7 @@
|
|
|
7237
7237
|
{
|
|
7238
7238
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform::GetOutput():System.Object",
|
|
7239
7239
|
"clrName": "GetOutput",
|
|
7240
|
-
"metadataToken":
|
|
7240
|
+
"metadataToken": 100664156,
|
|
7241
7241
|
"canonicalSignature": "():System.Object",
|
|
7242
7242
|
"normalizedSignature": "GetOutput|():System.Object|static=false",
|
|
7243
7243
|
"emitScope": "ClassSurface",
|
|
@@ -7257,7 +7257,7 @@
|
|
|
7257
7257
|
{
|
|
7258
7258
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform::GetOutput(System.Type):System.Object",
|
|
7259
7259
|
"clrName": "GetOutput",
|
|
7260
|
-
"metadataToken":
|
|
7260
|
+
"metadataToken": 100664157,
|
|
7261
7261
|
"canonicalSignature": "(System.Type):System.Object",
|
|
7262
7262
|
"normalizedSignature": "GetOutput|(System.Type):System.Object|static=false",
|
|
7263
7263
|
"emitScope": "ClassSurface",
|
|
@@ -7277,7 +7277,7 @@
|
|
|
7277
7277
|
{
|
|
7278
7278
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform::GetDigestedOutput(System.Security.Cryptography.HashAlgorithm):System.Byte[]",
|
|
7279
7279
|
"clrName": "GetDigestedOutput",
|
|
7280
|
-
"metadataToken":
|
|
7280
|
+
"metadataToken": 100664158,
|
|
7281
7281
|
"canonicalSignature": "(System.Security.Cryptography.HashAlgorithm):System.Byte[]",
|
|
7282
7282
|
"normalizedSignature": "GetDigestedOutput|(System.Security.Cryptography.HashAlgorithm):System.Byte[]|static=false",
|
|
7283
7283
|
"emitScope": "ClassSurface",
|
|
@@ -7299,7 +7299,7 @@
|
|
|
7299
7299
|
{
|
|
7300
7300
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform::InclusiveNamespacesPrefixList:System.String",
|
|
7301
7301
|
"clrName": "InclusiveNamespacesPrefixList",
|
|
7302
|
-
"metadataToken":
|
|
7302
|
+
"metadataToken": 385876222,
|
|
7303
7303
|
"canonicalSignature": ":System.String",
|
|
7304
7304
|
"normalizedSignature": "InclusiveNamespacesPrefixList|:System.String|static=false|accessor=getset",
|
|
7305
7305
|
"emitScope": "ClassSurface",
|
|
@@ -7318,7 +7318,7 @@
|
|
|
7318
7318
|
{
|
|
7319
7319
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform::InputTypes:System.Type[]",
|
|
7320
7320
|
"clrName": "InputTypes",
|
|
7321
|
-
"metadataToken":
|
|
7321
|
+
"metadataToken": 385876223,
|
|
7322
7322
|
"canonicalSignature": ":System.Type[]",
|
|
7323
7323
|
"normalizedSignature": "InputTypes|:System.Type[]|static=false|accessor=get",
|
|
7324
7324
|
"emitScope": "ClassSurface",
|
|
@@ -7337,7 +7337,7 @@
|
|
|
7337
7337
|
{
|
|
7338
7338
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform::OutputTypes:System.Type[]",
|
|
7339
7339
|
"clrName": "OutputTypes",
|
|
7340
|
-
"metadataToken":
|
|
7340
|
+
"metadataToken": 385876224,
|
|
7341
7341
|
"canonicalSignature": ":System.Type[]",
|
|
7342
7342
|
"normalizedSignature": "OutputTypes|:System.Type[]|static=false|accessor=get",
|
|
7343
7343
|
"emitScope": "ClassSurface",
|
|
@@ -7359,7 +7359,7 @@
|
|
|
7359
7359
|
"constructors": [
|
|
7360
7360
|
{
|
|
7361
7361
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform::.ctor():void",
|
|
7362
|
-
"metadataToken":
|
|
7362
|
+
"metadataToken": 100664145,
|
|
7363
7363
|
"canonicalSignature": "():void",
|
|
7364
7364
|
"normalizedSignature": "constructor|():void|static=false",
|
|
7365
7365
|
"isStatic": false,
|
|
@@ -7370,7 +7370,7 @@
|
|
|
7370
7370
|
},
|
|
7371
7371
|
{
|
|
7372
7372
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform::.ctor(System.Boolean):void",
|
|
7373
|
-
"metadataToken":
|
|
7373
|
+
"metadataToken": 100664146,
|
|
7374
7374
|
"canonicalSignature": "(System.Boolean):void",
|
|
7375
7375
|
"normalizedSignature": "constructor|(System.Boolean):void|static=false",
|
|
7376
7376
|
"isStatic": false,
|
|
@@ -7381,7 +7381,7 @@
|
|
|
7381
7381
|
},
|
|
7382
7382
|
{
|
|
7383
7383
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform::.ctor(System.String):void",
|
|
7384
|
-
"metadataToken":
|
|
7384
|
+
"metadataToken": 100664147,
|
|
7385
7385
|
"canonicalSignature": "(System.String):void",
|
|
7386
7386
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
7387
7387
|
"isStatic": false,
|
|
@@ -7392,7 +7392,7 @@
|
|
|
7392
7392
|
},
|
|
7393
7393
|
{
|
|
7394
7394
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform::.ctor(System.Boolean,System.String):void",
|
|
7395
|
-
"metadataToken":
|
|
7395
|
+
"metadataToken": 100664148,
|
|
7396
7396
|
"canonicalSignature": "(System.Boolean,System.String):void",
|
|
7397
7397
|
"normalizedSignature": "constructor|(System.Boolean,System.String):void|static=false",
|
|
7398
7398
|
"isStatic": false,
|
|
@@ -7425,7 +7425,7 @@
|
|
|
7425
7425
|
"constructors": [
|
|
7426
7426
|
{
|
|
7427
7427
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigExcC14NWithCommentsTransform::.ctor():void",
|
|
7428
|
-
"metadataToken":
|
|
7428
|
+
"metadataToken": 100664159,
|
|
7429
7429
|
"canonicalSignature": "():void",
|
|
7430
7430
|
"normalizedSignature": "constructor|():void|static=false",
|
|
7431
7431
|
"isStatic": false,
|
|
@@ -7436,7 +7436,7 @@
|
|
|
7436
7436
|
},
|
|
7437
7437
|
{
|
|
7438
7438
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigExcC14NWithCommentsTransform::.ctor(System.String):void",
|
|
7439
|
-
"metadataToken":
|
|
7439
|
+
"metadataToken": 100664160,
|
|
7440
7440
|
"canonicalSignature": "(System.String):void",
|
|
7441
7441
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
7442
7442
|
"isStatic": false,
|
|
@@ -7466,7 +7466,7 @@
|
|
|
7466
7466
|
{
|
|
7467
7467
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigXPathTransform::LoadInnerXml(System.Xml.XmlNodeList):System.Void",
|
|
7468
7468
|
"clrName": "LoadInnerXml",
|
|
7469
|
-
"metadataToken":
|
|
7469
|
+
"metadataToken": 100664164,
|
|
7470
7470
|
"canonicalSignature": "(System.Xml.XmlNodeList):System.Void",
|
|
7471
7471
|
"normalizedSignature": "LoadInnerXml|(System.Xml.XmlNodeList):System.Void|static=false",
|
|
7472
7472
|
"emitScope": "ClassSurface",
|
|
@@ -7486,7 +7486,7 @@
|
|
|
7486
7486
|
{
|
|
7487
7487
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigXPathTransform::GetInnerXml():System.Xml.XmlNodeList",
|
|
7488
7488
|
"clrName": "GetInnerXml",
|
|
7489
|
-
"metadataToken":
|
|
7489
|
+
"metadataToken": 100664165,
|
|
7490
7490
|
"canonicalSignature": "():System.Xml.XmlNodeList",
|
|
7491
7491
|
"normalizedSignature": "GetInnerXml|():System.Xml.XmlNodeList|static=false",
|
|
7492
7492
|
"emitScope": "ClassSurface",
|
|
@@ -7506,7 +7506,7 @@
|
|
|
7506
7506
|
{
|
|
7507
7507
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigXPathTransform::LoadInput(System.Object):System.Void",
|
|
7508
7508
|
"clrName": "LoadInput",
|
|
7509
|
-
"metadataToken":
|
|
7509
|
+
"metadataToken": 100664166,
|
|
7510
7510
|
"canonicalSignature": "(System.Object):System.Void",
|
|
7511
7511
|
"normalizedSignature": "LoadInput|(System.Object):System.Void|static=false",
|
|
7512
7512
|
"emitScope": "ClassSurface",
|
|
@@ -7526,7 +7526,7 @@
|
|
|
7526
7526
|
{
|
|
7527
7527
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigXPathTransform::GetOutput():System.Object",
|
|
7528
7528
|
"clrName": "GetOutput",
|
|
7529
|
-
"metadataToken":
|
|
7529
|
+
"metadataToken": 100664170,
|
|
7530
7530
|
"canonicalSignature": "():System.Object",
|
|
7531
7531
|
"normalizedSignature": "GetOutput|():System.Object|static=false",
|
|
7532
7532
|
"emitScope": "ClassSurface",
|
|
@@ -7546,7 +7546,7 @@
|
|
|
7546
7546
|
{
|
|
7547
7547
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigXPathTransform::GetOutput(System.Type):System.Object",
|
|
7548
7548
|
"clrName": "GetOutput",
|
|
7549
|
-
"metadataToken":
|
|
7549
|
+
"metadataToken": 100664171,
|
|
7550
7550
|
"canonicalSignature": "(System.Type):System.Object",
|
|
7551
7551
|
"normalizedSignature": "GetOutput|(System.Type):System.Object|static=false",
|
|
7552
7552
|
"emitScope": "ClassSurface",
|
|
@@ -7568,7 +7568,7 @@
|
|
|
7568
7568
|
{
|
|
7569
7569
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigXPathTransform::InputTypes:System.Type[]",
|
|
7570
7570
|
"clrName": "InputTypes",
|
|
7571
|
-
"metadataToken":
|
|
7571
|
+
"metadataToken": 385876225,
|
|
7572
7572
|
"canonicalSignature": ":System.Type[]",
|
|
7573
7573
|
"normalizedSignature": "InputTypes|:System.Type[]|static=false|accessor=get",
|
|
7574
7574
|
"emitScope": "ClassSurface",
|
|
@@ -7587,7 +7587,7 @@
|
|
|
7587
7587
|
{
|
|
7588
7588
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigXPathTransform::OutputTypes:System.Type[]",
|
|
7589
7589
|
"clrName": "OutputTypes",
|
|
7590
|
-
"metadataToken":
|
|
7590
|
+
"metadataToken": 385876226,
|
|
7591
7591
|
"canonicalSignature": ":System.Type[]",
|
|
7592
7592
|
"normalizedSignature": "OutputTypes|:System.Type[]|static=false|accessor=get",
|
|
7593
7593
|
"emitScope": "ClassSurface",
|
|
@@ -7609,7 +7609,7 @@
|
|
|
7609
7609
|
"constructors": [
|
|
7610
7610
|
{
|
|
7611
7611
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigXPathTransform::.ctor():void",
|
|
7612
|
-
"metadataToken":
|
|
7612
|
+
"metadataToken": 100664161,
|
|
7613
7613
|
"canonicalSignature": "():void",
|
|
7614
7614
|
"normalizedSignature": "constructor|():void|static=false",
|
|
7615
7615
|
"isStatic": false,
|
|
@@ -7639,7 +7639,7 @@
|
|
|
7639
7639
|
{
|
|
7640
7640
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigXsltTransform::LoadInnerXml(System.Xml.XmlNodeList):System.Void",
|
|
7641
7641
|
"clrName": "LoadInnerXml",
|
|
7642
|
-
"metadataToken":
|
|
7642
|
+
"metadataToken": 100664176,
|
|
7643
7643
|
"canonicalSignature": "(System.Xml.XmlNodeList):System.Void",
|
|
7644
7644
|
"normalizedSignature": "LoadInnerXml|(System.Xml.XmlNodeList):System.Void|static=false",
|
|
7645
7645
|
"emitScope": "ClassSurface",
|
|
@@ -7659,7 +7659,7 @@
|
|
|
7659
7659
|
{
|
|
7660
7660
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigXsltTransform::GetInnerXml():System.Xml.XmlNodeList",
|
|
7661
7661
|
"clrName": "GetInnerXml",
|
|
7662
|
-
"metadataToken":
|
|
7662
|
+
"metadataToken": 100664177,
|
|
7663
7663
|
"canonicalSignature": "():System.Xml.XmlNodeList",
|
|
7664
7664
|
"normalizedSignature": "GetInnerXml|():System.Xml.XmlNodeList|static=false",
|
|
7665
7665
|
"emitScope": "ClassSurface",
|
|
@@ -7679,7 +7679,7 @@
|
|
|
7679
7679
|
{
|
|
7680
7680
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigXsltTransform::LoadInput(System.Object):System.Void",
|
|
7681
7681
|
"clrName": "LoadInput",
|
|
7682
|
-
"metadataToken":
|
|
7682
|
+
"metadataToken": 100664178,
|
|
7683
7683
|
"canonicalSignature": "(System.Object):System.Void",
|
|
7684
7684
|
"normalizedSignature": "LoadInput|(System.Object):System.Void|static=false",
|
|
7685
7685
|
"emitScope": "ClassSurface",
|
|
@@ -7699,7 +7699,7 @@
|
|
|
7699
7699
|
{
|
|
7700
7700
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigXsltTransform::GetOutput():System.Object",
|
|
7701
7701
|
"clrName": "GetOutput",
|
|
7702
|
-
"metadataToken":
|
|
7702
|
+
"metadataToken": 100664179,
|
|
7703
7703
|
"canonicalSignature": "():System.Object",
|
|
7704
7704
|
"normalizedSignature": "GetOutput|():System.Object|static=false",
|
|
7705
7705
|
"emitScope": "ClassSurface",
|
|
@@ -7719,7 +7719,7 @@
|
|
|
7719
7719
|
{
|
|
7720
7720
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigXsltTransform::GetOutput(System.Type):System.Object",
|
|
7721
7721
|
"clrName": "GetOutput",
|
|
7722
|
-
"metadataToken":
|
|
7722
|
+
"metadataToken": 100664180,
|
|
7723
7723
|
"canonicalSignature": "(System.Type):System.Object",
|
|
7724
7724
|
"normalizedSignature": "GetOutput|(System.Type):System.Object|static=false",
|
|
7725
7725
|
"emitScope": "ClassSurface",
|
|
@@ -7741,7 +7741,7 @@
|
|
|
7741
7741
|
{
|
|
7742
7742
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigXsltTransform::InputTypes:System.Type[]",
|
|
7743
7743
|
"clrName": "InputTypes",
|
|
7744
|
-
"metadataToken":
|
|
7744
|
+
"metadataToken": 385876227,
|
|
7745
7745
|
"canonicalSignature": ":System.Type[]",
|
|
7746
7746
|
"normalizedSignature": "InputTypes|:System.Type[]|static=false|accessor=get",
|
|
7747
7747
|
"emitScope": "ClassSurface",
|
|
@@ -7760,7 +7760,7 @@
|
|
|
7760
7760
|
{
|
|
7761
7761
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigXsltTransform::OutputTypes:System.Type[]",
|
|
7762
7762
|
"clrName": "OutputTypes",
|
|
7763
|
-
"metadataToken":
|
|
7763
|
+
"metadataToken": 385876228,
|
|
7764
7764
|
"canonicalSignature": ":System.Type[]",
|
|
7765
7765
|
"normalizedSignature": "OutputTypes|:System.Type[]|static=false|accessor=get",
|
|
7766
7766
|
"emitScope": "ClassSurface",
|
|
@@ -7782,7 +7782,7 @@
|
|
|
7782
7782
|
"constructors": [
|
|
7783
7783
|
{
|
|
7784
7784
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigXsltTransform::.ctor():void",
|
|
7785
|
-
"metadataToken":
|
|
7785
|
+
"metadataToken": 100664172,
|
|
7786
7786
|
"canonicalSignature": "():void",
|
|
7787
7787
|
"normalizedSignature": "constructor|():void|static=false",
|
|
7788
7788
|
"isStatic": false,
|
|
@@ -7793,7 +7793,7 @@
|
|
|
7793
7793
|
},
|
|
7794
7794
|
{
|
|
7795
7795
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigXsltTransform::.ctor(System.Boolean):void",
|
|
7796
|
-
"metadataToken":
|
|
7796
|
+
"metadataToken": 100664173,
|
|
7797
7797
|
"canonicalSignature": "(System.Boolean):void",
|
|
7798
7798
|
"normalizedSignature": "constructor|(System.Boolean):void|static=false",
|
|
7799
7799
|
"isStatic": false,
|
|
@@ -7823,7 +7823,7 @@
|
|
|
7823
7823
|
{
|
|
7824
7824
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlLicenseTransform::GetInnerXml():System.Xml.XmlNodeList",
|
|
7825
7825
|
"clrName": "GetInnerXml",
|
|
7826
|
-
"metadataToken":
|
|
7826
|
+
"metadataToken": 100664187,
|
|
7827
7827
|
"canonicalSignature": "():System.Xml.XmlNodeList",
|
|
7828
7828
|
"normalizedSignature": "GetInnerXml|():System.Xml.XmlNodeList|static=false",
|
|
7829
7829
|
"emitScope": "ClassSurface",
|
|
@@ -7843,7 +7843,7 @@
|
|
|
7843
7843
|
{
|
|
7844
7844
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlLicenseTransform::GetOutput():System.Object",
|
|
7845
7845
|
"clrName": "GetOutput",
|
|
7846
|
-
"metadataToken":
|
|
7846
|
+
"metadataToken": 100664188,
|
|
7847
7847
|
"canonicalSignature": "():System.Object",
|
|
7848
7848
|
"normalizedSignature": "GetOutput|():System.Object|static=false",
|
|
7849
7849
|
"emitScope": "ClassSurface",
|
|
@@ -7863,7 +7863,7 @@
|
|
|
7863
7863
|
{
|
|
7864
7864
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlLicenseTransform::GetOutput(System.Type):System.Object",
|
|
7865
7865
|
"clrName": "GetOutput",
|
|
7866
|
-
"metadataToken":
|
|
7866
|
+
"metadataToken": 100664189,
|
|
7867
7867
|
"canonicalSignature": "(System.Type):System.Object",
|
|
7868
7868
|
"normalizedSignature": "GetOutput|(System.Type):System.Object|static=false",
|
|
7869
7869
|
"emitScope": "ClassSurface",
|
|
@@ -7883,7 +7883,7 @@
|
|
|
7883
7883
|
{
|
|
7884
7884
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlLicenseTransform::LoadInnerXml(System.Xml.XmlNodeList):System.Void",
|
|
7885
7885
|
"clrName": "LoadInnerXml",
|
|
7886
|
-
"metadataToken":
|
|
7886
|
+
"metadataToken": 100664190,
|
|
7887
7887
|
"canonicalSignature": "(System.Xml.XmlNodeList):System.Void",
|
|
7888
7888
|
"normalizedSignature": "LoadInnerXml|(System.Xml.XmlNodeList):System.Void|static=false",
|
|
7889
7889
|
"emitScope": "ClassSurface",
|
|
@@ -7903,7 +7903,7 @@
|
|
|
7903
7903
|
{
|
|
7904
7904
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlLicenseTransform::LoadInput(System.Object):System.Void",
|
|
7905
7905
|
"clrName": "LoadInput",
|
|
7906
|
-
"metadataToken":
|
|
7906
|
+
"metadataToken": 100664191,
|
|
7907
7907
|
"canonicalSignature": "(System.Object):System.Void",
|
|
7908
7908
|
"normalizedSignature": "LoadInput|(System.Object):System.Void|static=false",
|
|
7909
7909
|
"emitScope": "ClassSurface",
|
|
@@ -7925,7 +7925,7 @@
|
|
|
7925
7925
|
{
|
|
7926
7926
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlLicenseTransform::InputTypes:System.Type[]",
|
|
7927
7927
|
"clrName": "InputTypes",
|
|
7928
|
-
"metadataToken":
|
|
7928
|
+
"metadataToken": 385876229,
|
|
7929
7929
|
"canonicalSignature": ":System.Type[]",
|
|
7930
7930
|
"normalizedSignature": "InputTypes|:System.Type[]|static=false|accessor=get",
|
|
7931
7931
|
"emitScope": "ClassSurface",
|
|
@@ -7944,7 +7944,7 @@
|
|
|
7944
7944
|
{
|
|
7945
7945
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlLicenseTransform::OutputTypes:System.Type[]",
|
|
7946
7946
|
"clrName": "OutputTypes",
|
|
7947
|
-
"metadataToken":
|
|
7947
|
+
"metadataToken": 385876230,
|
|
7948
7948
|
"canonicalSignature": ":System.Type[]",
|
|
7949
7949
|
"normalizedSignature": "OutputTypes|:System.Type[]|static=false|accessor=get",
|
|
7950
7950
|
"emitScope": "ClassSurface",
|
|
@@ -7963,7 +7963,7 @@
|
|
|
7963
7963
|
{
|
|
7964
7964
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlLicenseTransform::Decryptor:System.Security.Cryptography.Xml.IRelDecryptor",
|
|
7965
7965
|
"clrName": "Decryptor",
|
|
7966
|
-
"metadataToken":
|
|
7966
|
+
"metadataToken": 385876231,
|
|
7967
7967
|
"canonicalSignature": ":System.Security.Cryptography.Xml.IRelDecryptor",
|
|
7968
7968
|
"normalizedSignature": "Decryptor|:System.Security.Cryptography.Xml.IRelDecryptor|static=false|accessor=getset",
|
|
7969
7969
|
"emitScope": "ClassSurface",
|
|
@@ -7985,7 +7985,7 @@
|
|
|
7985
7985
|
"constructors": [
|
|
7986
7986
|
{
|
|
7987
7987
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlLicenseTransform::.ctor():void",
|
|
7988
|
-
"metadataToken":
|
|
7988
|
+
"metadataToken": 100664181,
|
|
7989
7989
|
"canonicalSignature": "():void",
|
|
7990
7990
|
"normalizedSignature": "constructor|():void|static=false",
|
|
7991
7991
|
"isStatic": false,
|