@tsonic/microsoft-extensions 10.0.1 → 10.0.3
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/bindings.json +75 -0
- package/Microsoft.Extensions.Caching.Distributed/internal/index.d.ts +3 -3
- package/Microsoft.Extensions.Caching.Hybrid/bindings.json +74 -1
- package/Microsoft.Extensions.Caching.Hybrid/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.Caching.Memory/bindings.json +277 -0
- package/Microsoft.Extensions.Caching.Memory/internal/index.d.ts +6 -4
- package/Microsoft.Extensions.Configuration/bindings.json +616 -6
- package/Microsoft.Extensions.Configuration/internal/index.d.ts +25 -31
- package/Microsoft.Extensions.Configuration.CommandLine/bindings.json +57 -1
- package/Microsoft.Extensions.Configuration.CommandLine/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.Configuration.EnvironmentVariables/bindings.json +37 -0
- package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.Configuration.EnvironmentVariables.d.ts +1 -1
- package/Microsoft.Extensions.Configuration.Ini/bindings.json +75 -0
- package/Microsoft.Extensions.Configuration.Json/bindings.json +74 -0
- package/Microsoft.Extensions.Configuration.Json/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.Configuration.Json.d.ts +1 -1
- package/Microsoft.Extensions.Configuration.KeyPerFile/bindings.json +47 -0
- package/Microsoft.Extensions.Configuration.KeyPerFile/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.Configuration.KeyPerFile.d.ts +1 -1
- package/Microsoft.Extensions.Configuration.Memory/bindings.json +48 -0
- package/Microsoft.Extensions.Configuration.Memory/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.Configuration.Memory.d.ts +1 -1
- package/Microsoft.Extensions.Configuration.UserSecrets/bindings.json +12 -0
- package/Microsoft.Extensions.Configuration.Xml/bindings.json +114 -1
- package/Microsoft.Extensions.Configuration.Xml/internal/index.d.ts +3 -3
- package/Microsoft.Extensions.Configuration.Xml.d.ts +1 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +597 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +1 -2
- package/Microsoft.Extensions.DependencyInjection.Extensions/bindings.json +47 -0
- package/Microsoft.Extensions.Diagnostics.HealthChecks/bindings.json +116 -1
- package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.Diagnostics.Metrics/bindings.json +91 -0
- package/Microsoft.Extensions.Diagnostics.Metrics/internal/index.d.ts +7 -7
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/bindings.json +1 -0
- package/Microsoft.Extensions.FileProviders/bindings.json +213 -0
- package/Microsoft.Extensions.FileProviders/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.FileProviders.Composite/bindings.json +25 -0
- package/Microsoft.Extensions.FileProviders.Embedded/bindings.json +25 -0
- package/Microsoft.Extensions.FileProviders.Internal/bindings.json +26 -0
- package/Microsoft.Extensions.FileProviders.Physical/bindings.json +194 -4
- package/Microsoft.Extensions.FileProviders.Physical/internal/index.d.ts +5 -7
- package/Microsoft.Extensions.FileProviders.Physical.d.ts +1 -1
- package/Microsoft.Extensions.FileSystemGlobbing/bindings.json +60 -0
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/bindings.json +77 -3
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/index.d.ts +3 -3
- package/Microsoft.Extensions.FileSystemGlobbing.Internal/bindings.json +41 -0
- package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/bindings.json +82 -0
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/bindings.json +447 -4
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.d.ts +6 -8
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.d.ts +1 -1
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/bindings.json +8 -0
- package/Microsoft.Extensions.Hosting/bindings.json +308 -1
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +12 -6
- package/Microsoft.Extensions.Hosting.Internal/bindings.json +76 -0
- package/Microsoft.Extensions.Http/bindings.json +57 -1
- package/Microsoft.Extensions.Http/internal/index.d.ts +5 -3
- package/Microsoft.Extensions.Http.Logging/bindings.json +123 -2
- package/Microsoft.Extensions.Http.Logging/internal/index.d.ts +5 -1
- package/Microsoft.Extensions.Http.Logging.d.ts +1 -1
- package/Microsoft.Extensions.Http.d.ts +1 -1
- package/Microsoft.Extensions.Internal/bindings.json +14 -0
- package/Microsoft.Extensions.Localization/bindings.json +303 -0
- package/Microsoft.Extensions.Localization/internal/index.d.ts +9 -3
- package/Microsoft.Extensions.Localization.d.ts +2 -1
- package/Microsoft.Extensions.Logging/bindings.json +399 -0
- package/Microsoft.Extensions.Logging/internal/index.d.ts +3 -2
- package/Microsoft.Extensions.Logging.Abstractions/bindings.json +126 -1
- package/Microsoft.Extensions.Logging.Abstractions/internal/index.d.ts +2 -4
- package/Microsoft.Extensions.Logging.Configuration/bindings.json +39 -0
- package/Microsoft.Extensions.Logging.Console/bindings.json +208 -3
- package/Microsoft.Extensions.Logging.Console/internal/index.d.ts +7 -8
- package/Microsoft.Extensions.Logging.Debug/bindings.json +18 -0
- package/Microsoft.Extensions.Logging.EventLog/bindings.json +35 -0
- package/Microsoft.Extensions.Logging.EventLog/internal/index.d.ts +4 -4
- package/Microsoft.Extensions.Logging.EventSource/bindings.json +58 -1
- package/Microsoft.Extensions.Logging.EventSource/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.Logging.EventSource.d.ts +1 -1
- package/Microsoft.Extensions.Logging.TraceSource/bindings.json +19 -0
- package/Microsoft.Extensions.ObjectPool/bindings.json +184 -3
- package/Microsoft.Extensions.ObjectPool/internal/index.d.ts +3 -3
- package/Microsoft.Extensions.Options/bindings.json +970 -10
- package/Microsoft.Extensions.Options/internal/index.d.ts +27 -24
- package/Microsoft.Extensions.Primitives/bindings.json +309 -4
- package/Microsoft.Extensions.Primitives/internal/index.d.ts +5 -8
- package/Microsoft.Extensions.Validation/bindings.json +176 -3
- package/Microsoft.Extensions.Validation/internal/index.d.ts +9 -6
- package/Microsoft.Extensions.Validation.d.ts +1 -1
- package/Microsoft.Extensions.WebEncoders/bindings.json +6 -0
- package/Microsoft.Extensions.WebEncoders/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.WebEncoders.Testing/bindings.json +36 -0
- package/System.Diagnostics/bindings.json +280 -0
- package/System.Diagnostics/internal/index.d.ts +7 -10
- package/System.Diagnostics.Eventing.Reader/bindings.json +884 -1
- package/System.Diagnostics.Eventing.Reader/internal/index.d.ts +19 -21
- package/System.Net.Http/bindings.json +12 -0
- package/System.Security.Cryptography/bindings.json +46 -0
- package/System.Security.Cryptography/internal/index.d.ts +1 -2
- package/System.Security.Cryptography.Pkcs/bindings.json +673 -29
- package/System.Security.Cryptography.Pkcs/internal/index.d.ts +25 -39
- package/System.Security.Cryptography.Xml/bindings.json +983 -4
- package/System.Security.Cryptography.Xml/internal/index.d.ts +68 -48
- package/System.Security.Cryptography.Xml.d.ts +1 -1
- package/package.json +1 -1
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
"isVirtual": true,
|
|
33
33
|
"isOverride": false,
|
|
34
34
|
"isSealed": false,
|
|
35
|
+
"visibility": "Public",
|
|
35
36
|
"declaringClrType": "System.Security.Cryptography.Xml.IRelDecryptor",
|
|
36
37
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
37
38
|
"isExtensionMethod": false
|
|
@@ -53,6 +54,10 @@
|
|
|
53
54
|
"isSealed": true,
|
|
54
55
|
"isStatic": false,
|
|
55
56
|
"arity": 0,
|
|
57
|
+
"baseType": {
|
|
58
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
59
|
+
"clrName": "System.ValueType"
|
|
60
|
+
},
|
|
56
61
|
"methods": [],
|
|
57
62
|
"properties": [
|
|
58
63
|
{
|
|
@@ -70,6 +75,7 @@
|
|
|
70
75
|
"isAbstract": false,
|
|
71
76
|
"isVirtual": false,
|
|
72
77
|
"isOverride": false,
|
|
78
|
+
"visibility": "Public",
|
|
73
79
|
"declaringClrType": "System.Security.Cryptography.Xml.X509IssuerSerial",
|
|
74
80
|
"declaringAssemblyName": "System.Security.Cryptography.Pkcs"
|
|
75
81
|
},
|
|
@@ -88,6 +94,7 @@
|
|
|
88
94
|
"isAbstract": false,
|
|
89
95
|
"isVirtual": false,
|
|
90
96
|
"isOverride": false,
|
|
97
|
+
"visibility": "Public",
|
|
91
98
|
"declaringClrType": "System.Security.Cryptography.Xml.X509IssuerSerial",
|
|
92
99
|
"declaringAssemblyName": "System.Security.Cryptography.Pkcs"
|
|
93
100
|
}
|
|
@@ -107,6 +114,10 @@
|
|
|
107
114
|
"isSealed": true,
|
|
108
115
|
"isStatic": false,
|
|
109
116
|
"arity": 0,
|
|
117
|
+
"baseType": {
|
|
118
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
119
|
+
"clrName": "System.Object"
|
|
120
|
+
},
|
|
110
121
|
"methods": [
|
|
111
122
|
{
|
|
112
123
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.CipherData::GetXml():System.Xml.XmlElement",
|
|
@@ -123,6 +134,7 @@
|
|
|
123
134
|
"isVirtual": false,
|
|
124
135
|
"isOverride": false,
|
|
125
136
|
"isSealed": false,
|
|
137
|
+
"visibility": "Public",
|
|
126
138
|
"declaringClrType": "System.Security.Cryptography.Xml.CipherData",
|
|
127
139
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
128
140
|
"isExtensionMethod": false
|
|
@@ -142,6 +154,7 @@
|
|
|
142
154
|
"isVirtual": false,
|
|
143
155
|
"isOverride": false,
|
|
144
156
|
"isSealed": false,
|
|
157
|
+
"visibility": "Public",
|
|
145
158
|
"declaringClrType": "System.Security.Cryptography.Xml.CipherData",
|
|
146
159
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
147
160
|
"isExtensionMethod": false
|
|
@@ -163,6 +176,7 @@
|
|
|
163
176
|
"isAbstract": false,
|
|
164
177
|
"isVirtual": false,
|
|
165
178
|
"isOverride": false,
|
|
179
|
+
"visibility": "Public",
|
|
166
180
|
"declaringClrType": "System.Security.Cryptography.Xml.CipherData",
|
|
167
181
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
168
182
|
},
|
|
@@ -181,6 +195,7 @@
|
|
|
181
195
|
"isAbstract": false,
|
|
182
196
|
"isVirtual": false,
|
|
183
197
|
"isOverride": false,
|
|
198
|
+
"visibility": "Public",
|
|
184
199
|
"declaringClrType": "System.Security.Cryptography.Xml.CipherData",
|
|
185
200
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
186
201
|
}
|
|
@@ -195,6 +210,7 @@
|
|
|
195
210
|
"normalizedSignature": "constructor|():void|static=false",
|
|
196
211
|
"isStatic": false,
|
|
197
212
|
"parameterCount": 0,
|
|
213
|
+
"visibility": "Public",
|
|
198
214
|
"declaringClrType": "System.Security.Cryptography.Xml.CipherData",
|
|
199
215
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
200
216
|
},
|
|
@@ -205,6 +221,7 @@
|
|
|
205
221
|
"normalizedSignature": "constructor|(System.Byte[]):void|static=false",
|
|
206
222
|
"isStatic": false,
|
|
207
223
|
"parameterCount": 1,
|
|
224
|
+
"visibility": "Public",
|
|
208
225
|
"declaringClrType": "System.Security.Cryptography.Xml.CipherData",
|
|
209
226
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
210
227
|
},
|
|
@@ -215,6 +232,7 @@
|
|
|
215
232
|
"normalizedSignature": "constructor|(System.Security.Cryptography.Xml.CipherReference):void|static=false",
|
|
216
233
|
"isStatic": false,
|
|
217
234
|
"parameterCount": 1,
|
|
235
|
+
"visibility": "Public",
|
|
218
236
|
"declaringClrType": "System.Security.Cryptography.Xml.CipherData",
|
|
219
237
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
220
238
|
}
|
|
@@ -231,6 +249,10 @@
|
|
|
231
249
|
"isSealed": true,
|
|
232
250
|
"isStatic": false,
|
|
233
251
|
"arity": 0,
|
|
252
|
+
"baseType": {
|
|
253
|
+
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedReference",
|
|
254
|
+
"clrName": "System.Security.Cryptography.Xml.EncryptedReference"
|
|
255
|
+
},
|
|
234
256
|
"methods": [
|
|
235
257
|
{
|
|
236
258
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.CipherReference::GetXml():System.Xml.XmlElement",
|
|
@@ -247,6 +269,7 @@
|
|
|
247
269
|
"isVirtual": true,
|
|
248
270
|
"isOverride": true,
|
|
249
271
|
"isSealed": false,
|
|
272
|
+
"visibility": "Public",
|
|
250
273
|
"declaringClrType": "System.Security.Cryptography.Xml.CipherReference",
|
|
251
274
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
252
275
|
"isExtensionMethod": false
|
|
@@ -266,6 +289,7 @@
|
|
|
266
289
|
"isVirtual": true,
|
|
267
290
|
"isOverride": true,
|
|
268
291
|
"isSealed": false,
|
|
292
|
+
"visibility": "Public",
|
|
269
293
|
"declaringClrType": "System.Security.Cryptography.Xml.CipherReference",
|
|
270
294
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
271
295
|
"isExtensionMethod": false
|
|
@@ -282,6 +306,7 @@
|
|
|
282
306
|
"normalizedSignature": "constructor|():void|static=false",
|
|
283
307
|
"isStatic": false,
|
|
284
308
|
"parameterCount": 0,
|
|
309
|
+
"visibility": "Public",
|
|
285
310
|
"declaringClrType": "System.Security.Cryptography.Xml.CipherReference",
|
|
286
311
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
287
312
|
},
|
|
@@ -292,6 +317,7 @@
|
|
|
292
317
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
293
318
|
"isStatic": false,
|
|
294
319
|
"parameterCount": 1,
|
|
320
|
+
"visibility": "Public",
|
|
295
321
|
"declaringClrType": "System.Security.Cryptography.Xml.CipherReference",
|
|
296
322
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
297
323
|
},
|
|
@@ -302,6 +328,7 @@
|
|
|
302
328
|
"normalizedSignature": "constructor|(System.String,System.Security.Cryptography.Xml.TransformChain):void|static=false",
|
|
303
329
|
"isStatic": false,
|
|
304
330
|
"parameterCount": 2,
|
|
331
|
+
"visibility": "Public",
|
|
305
332
|
"declaringClrType": "System.Security.Cryptography.Xml.CipherReference",
|
|
306
333
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
307
334
|
}
|
|
@@ -318,6 +345,16 @@
|
|
|
318
345
|
"isSealed": false,
|
|
319
346
|
"isStatic": false,
|
|
320
347
|
"arity": 0,
|
|
348
|
+
"baseType": {
|
|
349
|
+
"stableId": "System.Private.Xml:System.Xml.XmlException",
|
|
350
|
+
"clrName": "System.Xml.XmlException"
|
|
351
|
+
},
|
|
352
|
+
"interfaces": [
|
|
353
|
+
{
|
|
354
|
+
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
355
|
+
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
356
|
+
}
|
|
357
|
+
],
|
|
321
358
|
"methods": [],
|
|
322
359
|
"properties": [],
|
|
323
360
|
"fields": [],
|
|
@@ -330,6 +367,7 @@
|
|
|
330
367
|
"normalizedSignature": "constructor|():void|static=false",
|
|
331
368
|
"isStatic": false,
|
|
332
369
|
"parameterCount": 0,
|
|
370
|
+
"visibility": "Public",
|
|
333
371
|
"declaringClrType": "System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException",
|
|
334
372
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
335
373
|
},
|
|
@@ -340,6 +378,7 @@
|
|
|
340
378
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
341
379
|
"isStatic": false,
|
|
342
380
|
"parameterCount": 1,
|
|
381
|
+
"visibility": "Public",
|
|
343
382
|
"declaringClrType": "System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException",
|
|
344
383
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
345
384
|
},
|
|
@@ -350,6 +389,18 @@
|
|
|
350
389
|
"normalizedSignature": "constructor|(System.String,System.Exception):void|static=false",
|
|
351
390
|
"isStatic": false,
|
|
352
391
|
"parameterCount": 2,
|
|
392
|
+
"visibility": "Public",
|
|
393
|
+
"declaringClrType": "System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException",
|
|
394
|
+
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
|
|
398
|
+
"metadataToken": 100663557,
|
|
399
|
+
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
|
|
400
|
+
"normalizedSignature": "constructor|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void|static=false",
|
|
401
|
+
"isStatic": false,
|
|
402
|
+
"parameterCount": 2,
|
|
403
|
+
"visibility": "Protected",
|
|
353
404
|
"declaringClrType": "System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException",
|
|
354
405
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
355
406
|
}
|
|
@@ -366,6 +417,10 @@
|
|
|
366
417
|
"isSealed": false,
|
|
367
418
|
"isStatic": false,
|
|
368
419
|
"arity": 0,
|
|
420
|
+
"baseType": {
|
|
421
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
422
|
+
"clrName": "System.Object"
|
|
423
|
+
},
|
|
369
424
|
"methods": [
|
|
370
425
|
{
|
|
371
426
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.DataObject::GetXml():System.Xml.XmlElement",
|
|
@@ -382,6 +437,7 @@
|
|
|
382
437
|
"isVirtual": false,
|
|
383
438
|
"isOverride": false,
|
|
384
439
|
"isSealed": false,
|
|
440
|
+
"visibility": "Public",
|
|
385
441
|
"declaringClrType": "System.Security.Cryptography.Xml.DataObject",
|
|
386
442
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
387
443
|
"isExtensionMethod": false
|
|
@@ -401,6 +457,7 @@
|
|
|
401
457
|
"isVirtual": false,
|
|
402
458
|
"isOverride": false,
|
|
403
459
|
"isSealed": false,
|
|
460
|
+
"visibility": "Public",
|
|
404
461
|
"declaringClrType": "System.Security.Cryptography.Xml.DataObject",
|
|
405
462
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
406
463
|
"isExtensionMethod": false
|
|
@@ -422,6 +479,7 @@
|
|
|
422
479
|
"isAbstract": false,
|
|
423
480
|
"isVirtual": false,
|
|
424
481
|
"isOverride": false,
|
|
482
|
+
"visibility": "Public",
|
|
425
483
|
"declaringClrType": "System.Security.Cryptography.Xml.DataObject",
|
|
426
484
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
427
485
|
},
|
|
@@ -440,6 +498,7 @@
|
|
|
440
498
|
"isAbstract": false,
|
|
441
499
|
"isVirtual": false,
|
|
442
500
|
"isOverride": false,
|
|
501
|
+
"visibility": "Public",
|
|
443
502
|
"declaringClrType": "System.Security.Cryptography.Xml.DataObject",
|
|
444
503
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
445
504
|
},
|
|
@@ -458,6 +517,7 @@
|
|
|
458
517
|
"isAbstract": false,
|
|
459
518
|
"isVirtual": false,
|
|
460
519
|
"isOverride": false,
|
|
520
|
+
"visibility": "Public",
|
|
461
521
|
"declaringClrType": "System.Security.Cryptography.Xml.DataObject",
|
|
462
522
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
463
523
|
},
|
|
@@ -476,6 +536,7 @@
|
|
|
476
536
|
"isAbstract": false,
|
|
477
537
|
"isVirtual": false,
|
|
478
538
|
"isOverride": false,
|
|
539
|
+
"visibility": "Public",
|
|
479
540
|
"declaringClrType": "System.Security.Cryptography.Xml.DataObject",
|
|
480
541
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
481
542
|
}
|
|
@@ -490,6 +551,7 @@
|
|
|
490
551
|
"normalizedSignature": "constructor|():void|static=false",
|
|
491
552
|
"isStatic": false,
|
|
492
553
|
"parameterCount": 0,
|
|
554
|
+
"visibility": "Public",
|
|
493
555
|
"declaringClrType": "System.Security.Cryptography.Xml.DataObject",
|
|
494
556
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
495
557
|
},
|
|
@@ -500,6 +562,7 @@
|
|
|
500
562
|
"normalizedSignature": "constructor|(System.String,System.String,System.String,System.Xml.XmlElement):void|static=false",
|
|
501
563
|
"isStatic": false,
|
|
502
564
|
"parameterCount": 4,
|
|
565
|
+
"visibility": "Public",
|
|
503
566
|
"declaringClrType": "System.Security.Cryptography.Xml.DataObject",
|
|
504
567
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
505
568
|
}
|
|
@@ -516,6 +579,10 @@
|
|
|
516
579
|
"isSealed": true,
|
|
517
580
|
"isStatic": false,
|
|
518
581
|
"arity": 0,
|
|
582
|
+
"baseType": {
|
|
583
|
+
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedReference",
|
|
584
|
+
"clrName": "System.Security.Cryptography.Xml.EncryptedReference"
|
|
585
|
+
},
|
|
519
586
|
"methods": [],
|
|
520
587
|
"properties": [],
|
|
521
588
|
"fields": [],
|
|
@@ -528,6 +595,7 @@
|
|
|
528
595
|
"normalizedSignature": "constructor|():void|static=false",
|
|
529
596
|
"isStatic": false,
|
|
530
597
|
"parameterCount": 0,
|
|
598
|
+
"visibility": "Public",
|
|
531
599
|
"declaringClrType": "System.Security.Cryptography.Xml.DataReference",
|
|
532
600
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
533
601
|
},
|
|
@@ -538,6 +606,7 @@
|
|
|
538
606
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
539
607
|
"isStatic": false,
|
|
540
608
|
"parameterCount": 1,
|
|
609
|
+
"visibility": "Public",
|
|
541
610
|
"declaringClrType": "System.Security.Cryptography.Xml.DataReference",
|
|
542
611
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
543
612
|
},
|
|
@@ -548,6 +617,7 @@
|
|
|
548
617
|
"normalizedSignature": "constructor|(System.String,System.Security.Cryptography.Xml.TransformChain):void|static=false",
|
|
549
618
|
"isStatic": false,
|
|
550
619
|
"parameterCount": 2,
|
|
620
|
+
"visibility": "Public",
|
|
551
621
|
"declaringClrType": "System.Security.Cryptography.Xml.DataReference",
|
|
552
622
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
553
623
|
}
|
|
@@ -564,6 +634,10 @@
|
|
|
564
634
|
"isSealed": false,
|
|
565
635
|
"isStatic": false,
|
|
566
636
|
"arity": 0,
|
|
637
|
+
"baseType": {
|
|
638
|
+
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoClause",
|
|
639
|
+
"clrName": "System.Security.Cryptography.Xml.KeyInfoClause"
|
|
640
|
+
},
|
|
567
641
|
"methods": [
|
|
568
642
|
{
|
|
569
643
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.DSAKeyValue::GetXml():System.Xml.XmlElement",
|
|
@@ -580,6 +654,7 @@
|
|
|
580
654
|
"isVirtual": true,
|
|
581
655
|
"isOverride": true,
|
|
582
656
|
"isSealed": false,
|
|
657
|
+
"visibility": "Public",
|
|
583
658
|
"declaringClrType": "System.Security.Cryptography.Xml.DSAKeyValue",
|
|
584
659
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
585
660
|
"isExtensionMethod": false
|
|
@@ -599,6 +674,7 @@
|
|
|
599
674
|
"isVirtual": true,
|
|
600
675
|
"isOverride": true,
|
|
601
676
|
"isSealed": false,
|
|
677
|
+
"visibility": "Public",
|
|
602
678
|
"declaringClrType": "System.Security.Cryptography.Xml.DSAKeyValue",
|
|
603
679
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
604
680
|
"isExtensionMethod": false
|
|
@@ -620,6 +696,7 @@
|
|
|
620
696
|
"isAbstract": false,
|
|
621
697
|
"isVirtual": false,
|
|
622
698
|
"isOverride": false,
|
|
699
|
+
"visibility": "Public",
|
|
623
700
|
"declaringClrType": "System.Security.Cryptography.Xml.DSAKeyValue",
|
|
624
701
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
625
702
|
}
|
|
@@ -634,6 +711,7 @@
|
|
|
634
711
|
"normalizedSignature": "constructor|():void|static=false",
|
|
635
712
|
"isStatic": false,
|
|
636
713
|
"parameterCount": 0,
|
|
714
|
+
"visibility": "Public",
|
|
637
715
|
"declaringClrType": "System.Security.Cryptography.Xml.DSAKeyValue",
|
|
638
716
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
639
717
|
},
|
|
@@ -644,6 +722,7 @@
|
|
|
644
722
|
"normalizedSignature": "constructor|(System.Security.Cryptography.DSA):void|static=false",
|
|
645
723
|
"isStatic": false,
|
|
646
724
|
"parameterCount": 1,
|
|
725
|
+
"visibility": "Public",
|
|
647
726
|
"declaringClrType": "System.Security.Cryptography.Xml.DSAKeyValue",
|
|
648
727
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
649
728
|
}
|
|
@@ -660,6 +739,10 @@
|
|
|
660
739
|
"isSealed": true,
|
|
661
740
|
"isStatic": false,
|
|
662
741
|
"arity": 0,
|
|
742
|
+
"baseType": {
|
|
743
|
+
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedType",
|
|
744
|
+
"clrName": "System.Security.Cryptography.Xml.EncryptedType"
|
|
745
|
+
},
|
|
663
746
|
"methods": [
|
|
664
747
|
{
|
|
665
748
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedData::LoadXml(System.Xml.XmlElement):System.Void",
|
|
@@ -676,6 +759,7 @@
|
|
|
676
759
|
"isVirtual": true,
|
|
677
760
|
"isOverride": true,
|
|
678
761
|
"isSealed": false,
|
|
762
|
+
"visibility": "Public",
|
|
679
763
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedData",
|
|
680
764
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
681
765
|
"isExtensionMethod": false
|
|
@@ -695,6 +779,7 @@
|
|
|
695
779
|
"isVirtual": true,
|
|
696
780
|
"isOverride": true,
|
|
697
781
|
"isSealed": false,
|
|
782
|
+
"visibility": "Public",
|
|
698
783
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedData",
|
|
699
784
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
700
785
|
"isExtensionMethod": false
|
|
@@ -711,6 +796,7 @@
|
|
|
711
796
|
"normalizedSignature": "constructor|():void|static=false",
|
|
712
797
|
"isStatic": false,
|
|
713
798
|
"parameterCount": 0,
|
|
799
|
+
"visibility": "Public",
|
|
714
800
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedData",
|
|
715
801
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
716
802
|
}
|
|
@@ -727,6 +813,10 @@
|
|
|
727
813
|
"isSealed": true,
|
|
728
814
|
"isStatic": false,
|
|
729
815
|
"arity": 0,
|
|
816
|
+
"baseType": {
|
|
817
|
+
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedType",
|
|
818
|
+
"clrName": "System.Security.Cryptography.Xml.EncryptedType"
|
|
819
|
+
},
|
|
730
820
|
"methods": [
|
|
731
821
|
{
|
|
732
822
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedKey::AddReference(System.Security.Cryptography.Xml.DataReference):System.Void",
|
|
@@ -743,6 +833,7 @@
|
|
|
743
833
|
"isVirtual": false,
|
|
744
834
|
"isOverride": false,
|
|
745
835
|
"isSealed": false,
|
|
836
|
+
"visibility": "Public",
|
|
746
837
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedKey",
|
|
747
838
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
748
839
|
"isExtensionMethod": false
|
|
@@ -762,6 +853,7 @@
|
|
|
762
853
|
"isVirtual": false,
|
|
763
854
|
"isOverride": false,
|
|
764
855
|
"isSealed": false,
|
|
856
|
+
"visibility": "Public",
|
|
765
857
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedKey",
|
|
766
858
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
767
859
|
"isExtensionMethod": false
|
|
@@ -781,6 +873,7 @@
|
|
|
781
873
|
"isVirtual": true,
|
|
782
874
|
"isOverride": true,
|
|
783
875
|
"isSealed": false,
|
|
876
|
+
"visibility": "Public",
|
|
784
877
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedKey",
|
|
785
878
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
786
879
|
"isExtensionMethod": false
|
|
@@ -800,6 +893,7 @@
|
|
|
800
893
|
"isVirtual": true,
|
|
801
894
|
"isOverride": true,
|
|
802
895
|
"isSealed": false,
|
|
896
|
+
"visibility": "Public",
|
|
803
897
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedKey",
|
|
804
898
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
805
899
|
"isExtensionMethod": false
|
|
@@ -821,6 +915,7 @@
|
|
|
821
915
|
"isAbstract": false,
|
|
822
916
|
"isVirtual": false,
|
|
823
917
|
"isOverride": false,
|
|
918
|
+
"visibility": "Public",
|
|
824
919
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedKey",
|
|
825
920
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
826
921
|
},
|
|
@@ -839,6 +934,7 @@
|
|
|
839
934
|
"isAbstract": false,
|
|
840
935
|
"isVirtual": false,
|
|
841
936
|
"isOverride": false,
|
|
937
|
+
"visibility": "Public",
|
|
842
938
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedKey",
|
|
843
939
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
844
940
|
},
|
|
@@ -857,6 +953,7 @@
|
|
|
857
953
|
"isAbstract": false,
|
|
858
954
|
"isVirtual": false,
|
|
859
955
|
"isOverride": false,
|
|
956
|
+
"visibility": "Public",
|
|
860
957
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedKey",
|
|
861
958
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
862
959
|
}
|
|
@@ -871,6 +968,7 @@
|
|
|
871
968
|
"normalizedSignature": "constructor|():void|static=false",
|
|
872
969
|
"isStatic": false,
|
|
873
970
|
"parameterCount": 0,
|
|
971
|
+
"visibility": "Public",
|
|
874
972
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedKey",
|
|
875
973
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
876
974
|
}
|
|
@@ -887,6 +985,10 @@
|
|
|
887
985
|
"isSealed": false,
|
|
888
986
|
"isStatic": false,
|
|
889
987
|
"arity": 0,
|
|
988
|
+
"baseType": {
|
|
989
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
990
|
+
"clrName": "System.Object"
|
|
991
|
+
},
|
|
890
992
|
"methods": [
|
|
891
993
|
{
|
|
892
994
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedReference::AddTransform(System.Security.Cryptography.Xml.Transform):System.Void",
|
|
@@ -903,6 +1005,7 @@
|
|
|
903
1005
|
"isVirtual": false,
|
|
904
1006
|
"isOverride": false,
|
|
905
1007
|
"isSealed": false,
|
|
1008
|
+
"visibility": "Public",
|
|
906
1009
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedReference",
|
|
907
1010
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
908
1011
|
"isExtensionMethod": false
|
|
@@ -922,6 +1025,7 @@
|
|
|
922
1025
|
"isVirtual": true,
|
|
923
1026
|
"isOverride": false,
|
|
924
1027
|
"isSealed": false,
|
|
1028
|
+
"visibility": "Public",
|
|
925
1029
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedReference",
|
|
926
1030
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
927
1031
|
"isExtensionMethod": false
|
|
@@ -941,6 +1045,7 @@
|
|
|
941
1045
|
"isVirtual": true,
|
|
942
1046
|
"isOverride": false,
|
|
943
1047
|
"isSealed": false,
|
|
1048
|
+
"visibility": "Public",
|
|
944
1049
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedReference",
|
|
945
1050
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
946
1051
|
"isExtensionMethod": false
|
|
@@ -962,6 +1067,7 @@
|
|
|
962
1067
|
"isAbstract": false,
|
|
963
1068
|
"isVirtual": false,
|
|
964
1069
|
"isOverride": false,
|
|
1070
|
+
"visibility": "Public",
|
|
965
1071
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedReference",
|
|
966
1072
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
967
1073
|
},
|
|
@@ -980,13 +1086,86 @@
|
|
|
980
1086
|
"isAbstract": false,
|
|
981
1087
|
"isVirtual": false,
|
|
982
1088
|
"isOverride": false,
|
|
1089
|
+
"visibility": "Public",
|
|
1090
|
+
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedReference",
|
|
1091
|
+
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
1092
|
+
},
|
|
1093
|
+
{
|
|
1094
|
+
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedReference::ReferenceType:System.String",
|
|
1095
|
+
"clrName": "ReferenceType",
|
|
1096
|
+
"metadataToken": 385876097,
|
|
1097
|
+
"canonicalSignature": ":System.String",
|
|
1098
|
+
"normalizedSignature": "ReferenceType|:System.String|static=false|accessor=getset",
|
|
1099
|
+
"emitScope": "ClassSurface",
|
|
1100
|
+
"provenance": "Original",
|
|
1101
|
+
"isIndexer": false,
|
|
1102
|
+
"hasGetter": true,
|
|
1103
|
+
"hasSetter": true,
|
|
1104
|
+
"isStatic": false,
|
|
1105
|
+
"isAbstract": false,
|
|
1106
|
+
"isVirtual": false,
|
|
1107
|
+
"isOverride": false,
|
|
1108
|
+
"visibility": "Protected",
|
|
1109
|
+
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedReference",
|
|
1110
|
+
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
1111
|
+
},
|
|
1112
|
+
{
|
|
1113
|
+
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedReference::CacheValid:System.Boolean",
|
|
1114
|
+
"clrName": "CacheValid",
|
|
1115
|
+
"metadataToken": 385876098,
|
|
1116
|
+
"canonicalSignature": ":System.Boolean",
|
|
1117
|
+
"normalizedSignature": "CacheValid|:System.Boolean|static=false|accessor=get",
|
|
1118
|
+
"emitScope": "ClassSurface",
|
|
1119
|
+
"provenance": "Original",
|
|
1120
|
+
"isIndexer": false,
|
|
1121
|
+
"hasGetter": true,
|
|
1122
|
+
"hasSetter": false,
|
|
1123
|
+
"isStatic": false,
|
|
1124
|
+
"isAbstract": false,
|
|
1125
|
+
"isVirtual": false,
|
|
1126
|
+
"isOverride": false,
|
|
1127
|
+
"visibility": "ProtectedInternal",
|
|
983
1128
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedReference",
|
|
984
1129
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
985
1130
|
}
|
|
986
1131
|
],
|
|
987
1132
|
"fields": [],
|
|
988
1133
|
"events": [],
|
|
989
|
-
"constructors": [
|
|
1134
|
+
"constructors": [
|
|
1135
|
+
{
|
|
1136
|
+
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedReference::.ctor():void",
|
|
1137
|
+
"metadataToken": 100663601,
|
|
1138
|
+
"canonicalSignature": "():void",
|
|
1139
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
1140
|
+
"isStatic": false,
|
|
1141
|
+
"parameterCount": 0,
|
|
1142
|
+
"visibility": "Protected",
|
|
1143
|
+
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedReference",
|
|
1144
|
+
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedReference::.ctor(System.String):void",
|
|
1148
|
+
"metadataToken": 100663602,
|
|
1149
|
+
"canonicalSignature": "(System.String):void",
|
|
1150
|
+
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
1151
|
+
"isStatic": false,
|
|
1152
|
+
"parameterCount": 1,
|
|
1153
|
+
"visibility": "Protected",
|
|
1154
|
+
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedReference",
|
|
1155
|
+
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
1156
|
+
},
|
|
1157
|
+
{
|
|
1158
|
+
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedReference::.ctor(System.String,System.Security.Cryptography.Xml.TransformChain):void",
|
|
1159
|
+
"metadataToken": 100663603,
|
|
1160
|
+
"canonicalSignature": "(System.String,System.Security.Cryptography.Xml.TransformChain):void",
|
|
1161
|
+
"normalizedSignature": "constructor|(System.String,System.Security.Cryptography.Xml.TransformChain):void|static=false",
|
|
1162
|
+
"isStatic": false,
|
|
1163
|
+
"parameterCount": 2,
|
|
1164
|
+
"visibility": "Protected",
|
|
1165
|
+
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedReference",
|
|
1166
|
+
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
1167
|
+
}
|
|
1168
|
+
]
|
|
990
1169
|
},
|
|
991
1170
|
{
|
|
992
1171
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedType",
|
|
@@ -999,6 +1178,10 @@
|
|
|
999
1178
|
"isSealed": false,
|
|
1000
1179
|
"isStatic": false,
|
|
1001
1180
|
"arity": 0,
|
|
1181
|
+
"baseType": {
|
|
1182
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1183
|
+
"clrName": "System.Object"
|
|
1184
|
+
},
|
|
1002
1185
|
"methods": [
|
|
1003
1186
|
{
|
|
1004
1187
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedType::AddProperty(System.Security.Cryptography.Xml.EncryptionProperty):System.Void",
|
|
@@ -1015,6 +1198,7 @@
|
|
|
1015
1198
|
"isVirtual": false,
|
|
1016
1199
|
"isOverride": false,
|
|
1017
1200
|
"isSealed": false,
|
|
1201
|
+
"visibility": "Public",
|
|
1018
1202
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedType",
|
|
1019
1203
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
1020
1204
|
"isExtensionMethod": false
|
|
@@ -1034,6 +1218,7 @@
|
|
|
1034
1218
|
"isVirtual": true,
|
|
1035
1219
|
"isOverride": false,
|
|
1036
1220
|
"isSealed": false,
|
|
1221
|
+
"visibility": "Public",
|
|
1037
1222
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedType",
|
|
1038
1223
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
1039
1224
|
"isExtensionMethod": false
|
|
@@ -1053,6 +1238,7 @@
|
|
|
1053
1238
|
"isVirtual": true,
|
|
1054
1239
|
"isOverride": false,
|
|
1055
1240
|
"isSealed": false,
|
|
1241
|
+
"visibility": "Public",
|
|
1056
1242
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedType",
|
|
1057
1243
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
1058
1244
|
"isExtensionMethod": false
|
|
@@ -1074,6 +1260,7 @@
|
|
|
1074
1260
|
"isAbstract": false,
|
|
1075
1261
|
"isVirtual": true,
|
|
1076
1262
|
"isOverride": false,
|
|
1263
|
+
"visibility": "Public",
|
|
1077
1264
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedType",
|
|
1078
1265
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
1079
1266
|
},
|
|
@@ -1092,6 +1279,7 @@
|
|
|
1092
1279
|
"isAbstract": false,
|
|
1093
1280
|
"isVirtual": true,
|
|
1094
1281
|
"isOverride": false,
|
|
1282
|
+
"visibility": "Public",
|
|
1095
1283
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedType",
|
|
1096
1284
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
1097
1285
|
},
|
|
@@ -1110,6 +1298,7 @@
|
|
|
1110
1298
|
"isAbstract": false,
|
|
1111
1299
|
"isVirtual": true,
|
|
1112
1300
|
"isOverride": false,
|
|
1301
|
+
"visibility": "Public",
|
|
1113
1302
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedType",
|
|
1114
1303
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
1115
1304
|
},
|
|
@@ -1128,6 +1317,7 @@
|
|
|
1128
1317
|
"isAbstract": false,
|
|
1129
1318
|
"isVirtual": true,
|
|
1130
1319
|
"isOverride": false,
|
|
1320
|
+
"visibility": "Public",
|
|
1131
1321
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedType",
|
|
1132
1322
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
1133
1323
|
},
|
|
@@ -1146,6 +1336,7 @@
|
|
|
1146
1336
|
"isAbstract": false,
|
|
1147
1337
|
"isVirtual": false,
|
|
1148
1338
|
"isOverride": false,
|
|
1339
|
+
"visibility": "Public",
|
|
1149
1340
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedType",
|
|
1150
1341
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
1151
1342
|
},
|
|
@@ -1164,6 +1355,7 @@
|
|
|
1164
1355
|
"isAbstract": false,
|
|
1165
1356
|
"isVirtual": true,
|
|
1166
1357
|
"isOverride": false,
|
|
1358
|
+
"visibility": "Public",
|
|
1167
1359
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedType",
|
|
1168
1360
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
1169
1361
|
},
|
|
@@ -1182,6 +1374,7 @@
|
|
|
1182
1374
|
"isAbstract": false,
|
|
1183
1375
|
"isVirtual": true,
|
|
1184
1376
|
"isOverride": false,
|
|
1377
|
+
"visibility": "Public",
|
|
1185
1378
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedType",
|
|
1186
1379
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
1187
1380
|
},
|
|
@@ -1200,13 +1393,26 @@
|
|
|
1200
1393
|
"isAbstract": false,
|
|
1201
1394
|
"isVirtual": true,
|
|
1202
1395
|
"isOverride": false,
|
|
1396
|
+
"visibility": "Public",
|
|
1203
1397
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedType",
|
|
1204
1398
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
1205
1399
|
}
|
|
1206
1400
|
],
|
|
1207
1401
|
"fields": [],
|
|
1208
1402
|
"events": [],
|
|
1209
|
-
"constructors": [
|
|
1403
|
+
"constructors": [
|
|
1404
|
+
{
|
|
1405
|
+
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedType::.ctor():void",
|
|
1406
|
+
"metadataToken": 100663634,
|
|
1407
|
+
"canonicalSignature": "():void",
|
|
1408
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
1409
|
+
"isStatic": false,
|
|
1410
|
+
"parameterCount": 0,
|
|
1411
|
+
"visibility": "Protected",
|
|
1412
|
+
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedType",
|
|
1413
|
+
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
1414
|
+
}
|
|
1415
|
+
]
|
|
1210
1416
|
},
|
|
1211
1417
|
{
|
|
1212
1418
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml",
|
|
@@ -1219,6 +1425,10 @@
|
|
|
1219
1425
|
"isSealed": false,
|
|
1220
1426
|
"isStatic": false,
|
|
1221
1427
|
"arity": 0,
|
|
1428
|
+
"baseType": {
|
|
1429
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1430
|
+
"clrName": "System.Object"
|
|
1431
|
+
},
|
|
1222
1432
|
"methods": [
|
|
1223
1433
|
{
|
|
1224
1434
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedXml::GetIdElement(System.Xml.XmlDocument,System.String):System.Xml.XmlElement",
|
|
@@ -1235,6 +1445,7 @@
|
|
|
1235
1445
|
"isVirtual": true,
|
|
1236
1446
|
"isOverride": false,
|
|
1237
1447
|
"isSealed": false,
|
|
1448
|
+
"visibility": "Public",
|
|
1238
1449
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedXml",
|
|
1239
1450
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
1240
1451
|
"isExtensionMethod": false
|
|
@@ -1254,6 +1465,7 @@
|
|
|
1254
1465
|
"isVirtual": true,
|
|
1255
1466
|
"isOverride": false,
|
|
1256
1467
|
"isSealed": false,
|
|
1468
|
+
"visibility": "Public",
|
|
1257
1469
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedXml",
|
|
1258
1470
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
1259
1471
|
"isExtensionMethod": false
|
|
@@ -1273,6 +1485,7 @@
|
|
|
1273
1485
|
"isVirtual": true,
|
|
1274
1486
|
"isOverride": false,
|
|
1275
1487
|
"isSealed": false,
|
|
1488
|
+
"visibility": "Public",
|
|
1276
1489
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedXml",
|
|
1277
1490
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
1278
1491
|
"isExtensionMethod": false
|
|
@@ -1292,6 +1505,7 @@
|
|
|
1292
1505
|
"isVirtual": true,
|
|
1293
1506
|
"isOverride": false,
|
|
1294
1507
|
"isSealed": false,
|
|
1508
|
+
"visibility": "Public",
|
|
1295
1509
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedXml",
|
|
1296
1510
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
1297
1511
|
"isExtensionMethod": false
|
|
@@ -1311,6 +1525,7 @@
|
|
|
1311
1525
|
"isVirtual": false,
|
|
1312
1526
|
"isOverride": false,
|
|
1313
1527
|
"isSealed": false,
|
|
1528
|
+
"visibility": "Public",
|
|
1314
1529
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedXml",
|
|
1315
1530
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
1316
1531
|
"isExtensionMethod": false
|
|
@@ -1330,6 +1545,7 @@
|
|
|
1330
1545
|
"isVirtual": false,
|
|
1331
1546
|
"isOverride": false,
|
|
1332
1547
|
"isSealed": false,
|
|
1548
|
+
"visibility": "Public",
|
|
1333
1549
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedXml",
|
|
1334
1550
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
1335
1551
|
"isExtensionMethod": false
|
|
@@ -1349,6 +1565,7 @@
|
|
|
1349
1565
|
"isVirtual": false,
|
|
1350
1566
|
"isOverride": false,
|
|
1351
1567
|
"isSealed": false,
|
|
1568
|
+
"visibility": "Public",
|
|
1352
1569
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedXml",
|
|
1353
1570
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
1354
1571
|
"isExtensionMethod": false
|
|
@@ -1368,6 +1585,7 @@
|
|
|
1368
1585
|
"isVirtual": false,
|
|
1369
1586
|
"isOverride": false,
|
|
1370
1587
|
"isSealed": false,
|
|
1588
|
+
"visibility": "Public",
|
|
1371
1589
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedXml",
|
|
1372
1590
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
1373
1591
|
"isExtensionMethod": false
|
|
@@ -1387,6 +1605,7 @@
|
|
|
1387
1605
|
"isVirtual": false,
|
|
1388
1606
|
"isOverride": false,
|
|
1389
1607
|
"isSealed": false,
|
|
1608
|
+
"visibility": "Public",
|
|
1390
1609
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedXml",
|
|
1391
1610
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
1392
1611
|
"isExtensionMethod": false
|
|
@@ -1406,6 +1625,7 @@
|
|
|
1406
1625
|
"isVirtual": false,
|
|
1407
1626
|
"isOverride": false,
|
|
1408
1627
|
"isSealed": false,
|
|
1628
|
+
"visibility": "Public",
|
|
1409
1629
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedXml",
|
|
1410
1630
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
1411
1631
|
"isExtensionMethod": false
|
|
@@ -1425,6 +1645,7 @@
|
|
|
1425
1645
|
"isVirtual": false,
|
|
1426
1646
|
"isOverride": false,
|
|
1427
1647
|
"isSealed": false,
|
|
1648
|
+
"visibility": "Public",
|
|
1428
1649
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedXml",
|
|
1429
1650
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
1430
1651
|
"isExtensionMethod": false
|
|
@@ -1444,6 +1665,7 @@
|
|
|
1444
1665
|
"isVirtual": false,
|
|
1445
1666
|
"isOverride": false,
|
|
1446
1667
|
"isSealed": false,
|
|
1668
|
+
"visibility": "Public",
|
|
1447
1669
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedXml",
|
|
1448
1670
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
1449
1671
|
"isExtensionMethod": false
|
|
@@ -1463,6 +1685,7 @@
|
|
|
1463
1685
|
"isVirtual": false,
|
|
1464
1686
|
"isOverride": false,
|
|
1465
1687
|
"isSealed": false,
|
|
1688
|
+
"visibility": "Public",
|
|
1466
1689
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedXml",
|
|
1467
1690
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
1468
1691
|
"isExtensionMethod": false
|
|
@@ -1482,6 +1705,7 @@
|
|
|
1482
1705
|
"isVirtual": false,
|
|
1483
1706
|
"isOverride": false,
|
|
1484
1707
|
"isSealed": false,
|
|
1708
|
+
"visibility": "Public",
|
|
1485
1709
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedXml",
|
|
1486
1710
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
1487
1711
|
"isExtensionMethod": false
|
|
@@ -1501,6 +1725,7 @@
|
|
|
1501
1725
|
"isVirtual": false,
|
|
1502
1726
|
"isOverride": false,
|
|
1503
1727
|
"isSealed": false,
|
|
1728
|
+
"visibility": "Public",
|
|
1504
1729
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedXml",
|
|
1505
1730
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
1506
1731
|
"isExtensionMethod": false
|
|
@@ -1520,6 +1745,7 @@
|
|
|
1520
1745
|
"isVirtual": false,
|
|
1521
1746
|
"isOverride": false,
|
|
1522
1747
|
"isSealed": false,
|
|
1748
|
+
"visibility": "Public",
|
|
1523
1749
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedXml",
|
|
1524
1750
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
1525
1751
|
"isExtensionMethod": false
|
|
@@ -1539,6 +1765,7 @@
|
|
|
1539
1765
|
"isVirtual": false,
|
|
1540
1766
|
"isOverride": false,
|
|
1541
1767
|
"isSealed": false,
|
|
1768
|
+
"visibility": "Public",
|
|
1542
1769
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedXml",
|
|
1543
1770
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
1544
1771
|
"isExtensionMethod": false
|
|
@@ -1558,6 +1785,7 @@
|
|
|
1558
1785
|
"isVirtual": false,
|
|
1559
1786
|
"isOverride": false,
|
|
1560
1787
|
"isSealed": false,
|
|
1788
|
+
"visibility": "Public",
|
|
1561
1789
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedXml",
|
|
1562
1790
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
1563
1791
|
"isExtensionMethod": false
|
|
@@ -1579,6 +1807,7 @@
|
|
|
1579
1807
|
"isAbstract": false,
|
|
1580
1808
|
"isVirtual": false,
|
|
1581
1809
|
"isOverride": false,
|
|
1810
|
+
"visibility": "Public",
|
|
1582
1811
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedXml",
|
|
1583
1812
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
1584
1813
|
},
|
|
@@ -1597,6 +1826,7 @@
|
|
|
1597
1826
|
"isAbstract": false,
|
|
1598
1827
|
"isVirtual": false,
|
|
1599
1828
|
"isOverride": false,
|
|
1829
|
+
"visibility": "Public",
|
|
1600
1830
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedXml",
|
|
1601
1831
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
1602
1832
|
},
|
|
@@ -1615,6 +1845,7 @@
|
|
|
1615
1845
|
"isAbstract": false,
|
|
1616
1846
|
"isVirtual": false,
|
|
1617
1847
|
"isOverride": false,
|
|
1848
|
+
"visibility": "Public",
|
|
1618
1849
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedXml",
|
|
1619
1850
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
1620
1851
|
},
|
|
@@ -1633,6 +1864,7 @@
|
|
|
1633
1864
|
"isAbstract": false,
|
|
1634
1865
|
"isVirtual": false,
|
|
1635
1866
|
"isOverride": false,
|
|
1867
|
+
"visibility": "Public",
|
|
1636
1868
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedXml",
|
|
1637
1869
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
1638
1870
|
},
|
|
@@ -1651,6 +1883,7 @@
|
|
|
1651
1883
|
"isAbstract": false,
|
|
1652
1884
|
"isVirtual": false,
|
|
1653
1885
|
"isOverride": false,
|
|
1886
|
+
"visibility": "Public",
|
|
1654
1887
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedXml",
|
|
1655
1888
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
1656
1889
|
},
|
|
@@ -1669,6 +1902,7 @@
|
|
|
1669
1902
|
"isAbstract": false,
|
|
1670
1903
|
"isVirtual": false,
|
|
1671
1904
|
"isOverride": false,
|
|
1905
|
+
"visibility": "Public",
|
|
1672
1906
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedXml",
|
|
1673
1907
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
1674
1908
|
},
|
|
@@ -1687,6 +1921,7 @@
|
|
|
1687
1921
|
"isAbstract": false,
|
|
1688
1922
|
"isVirtual": false,
|
|
1689
1923
|
"isOverride": false,
|
|
1924
|
+
"visibility": "Public",
|
|
1690
1925
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedXml",
|
|
1691
1926
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
1692
1927
|
}
|
|
@@ -1700,6 +1935,7 @@
|
|
|
1700
1935
|
"isStatic": true,
|
|
1701
1936
|
"isReadOnly": false,
|
|
1702
1937
|
"isLiteral": true,
|
|
1938
|
+
"visibility": "Public",
|
|
1703
1939
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedXml",
|
|
1704
1940
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
1705
1941
|
},
|
|
@@ -1711,6 +1947,7 @@
|
|
|
1711
1947
|
"isStatic": true,
|
|
1712
1948
|
"isReadOnly": false,
|
|
1713
1949
|
"isLiteral": true,
|
|
1950
|
+
"visibility": "Public",
|
|
1714
1951
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedXml",
|
|
1715
1952
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
1716
1953
|
},
|
|
@@ -1722,6 +1959,7 @@
|
|
|
1722
1959
|
"isStatic": true,
|
|
1723
1960
|
"isReadOnly": false,
|
|
1724
1961
|
"isLiteral": true,
|
|
1962
|
+
"visibility": "Public",
|
|
1725
1963
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedXml",
|
|
1726
1964
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
1727
1965
|
},
|
|
@@ -1733,6 +1971,7 @@
|
|
|
1733
1971
|
"isStatic": true,
|
|
1734
1972
|
"isReadOnly": false,
|
|
1735
1973
|
"isLiteral": true,
|
|
1974
|
+
"visibility": "Public",
|
|
1736
1975
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedXml",
|
|
1737
1976
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
1738
1977
|
},
|
|
@@ -1744,6 +1983,7 @@
|
|
|
1744
1983
|
"isStatic": true,
|
|
1745
1984
|
"isReadOnly": false,
|
|
1746
1985
|
"isLiteral": true,
|
|
1986
|
+
"visibility": "Public",
|
|
1747
1987
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedXml",
|
|
1748
1988
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
1749
1989
|
},
|
|
@@ -1755,6 +1995,7 @@
|
|
|
1755
1995
|
"isStatic": true,
|
|
1756
1996
|
"isReadOnly": false,
|
|
1757
1997
|
"isLiteral": true,
|
|
1998
|
+
"visibility": "Public",
|
|
1758
1999
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedXml",
|
|
1759
2000
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
1760
2001
|
},
|
|
@@ -1766,6 +2007,7 @@
|
|
|
1766
2007
|
"isStatic": true,
|
|
1767
2008
|
"isReadOnly": false,
|
|
1768
2009
|
"isLiteral": true,
|
|
2010
|
+
"visibility": "Public",
|
|
1769
2011
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedXml",
|
|
1770
2012
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
1771
2013
|
},
|
|
@@ -1777,6 +2019,7 @@
|
|
|
1777
2019
|
"isStatic": true,
|
|
1778
2020
|
"isReadOnly": false,
|
|
1779
2021
|
"isLiteral": true,
|
|
2022
|
+
"visibility": "Public",
|
|
1780
2023
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedXml",
|
|
1781
2024
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
1782
2025
|
},
|
|
@@ -1788,6 +2031,7 @@
|
|
|
1788
2031
|
"isStatic": true,
|
|
1789
2032
|
"isReadOnly": false,
|
|
1790
2033
|
"isLiteral": true,
|
|
2034
|
+
"visibility": "Public",
|
|
1791
2035
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedXml",
|
|
1792
2036
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
1793
2037
|
},
|
|
@@ -1799,6 +2043,7 @@
|
|
|
1799
2043
|
"isStatic": true,
|
|
1800
2044
|
"isReadOnly": false,
|
|
1801
2045
|
"isLiteral": true,
|
|
2046
|
+
"visibility": "Public",
|
|
1802
2047
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedXml",
|
|
1803
2048
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
1804
2049
|
},
|
|
@@ -1810,6 +2055,7 @@
|
|
|
1810
2055
|
"isStatic": true,
|
|
1811
2056
|
"isReadOnly": false,
|
|
1812
2057
|
"isLiteral": true,
|
|
2058
|
+
"visibility": "Public",
|
|
1813
2059
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedXml",
|
|
1814
2060
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
1815
2061
|
},
|
|
@@ -1821,6 +2067,7 @@
|
|
|
1821
2067
|
"isStatic": true,
|
|
1822
2068
|
"isReadOnly": false,
|
|
1823
2069
|
"isLiteral": true,
|
|
2070
|
+
"visibility": "Public",
|
|
1824
2071
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedXml",
|
|
1825
2072
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
1826
2073
|
},
|
|
@@ -1832,6 +2079,7 @@
|
|
|
1832
2079
|
"isStatic": true,
|
|
1833
2080
|
"isReadOnly": false,
|
|
1834
2081
|
"isLiteral": true,
|
|
2082
|
+
"visibility": "Public",
|
|
1835
2083
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedXml",
|
|
1836
2084
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
1837
2085
|
},
|
|
@@ -1843,6 +2091,7 @@
|
|
|
1843
2091
|
"isStatic": true,
|
|
1844
2092
|
"isReadOnly": false,
|
|
1845
2093
|
"isLiteral": true,
|
|
2094
|
+
"visibility": "Public",
|
|
1846
2095
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedXml",
|
|
1847
2096
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
1848
2097
|
},
|
|
@@ -1854,6 +2103,7 @@
|
|
|
1854
2103
|
"isStatic": true,
|
|
1855
2104
|
"isReadOnly": false,
|
|
1856
2105
|
"isLiteral": true,
|
|
2106
|
+
"visibility": "Public",
|
|
1857
2107
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedXml",
|
|
1858
2108
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
1859
2109
|
},
|
|
@@ -1865,6 +2115,7 @@
|
|
|
1865
2115
|
"isStatic": true,
|
|
1866
2116
|
"isReadOnly": false,
|
|
1867
2117
|
"isLiteral": true,
|
|
2118
|
+
"visibility": "Public",
|
|
1868
2119
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedXml",
|
|
1869
2120
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
1870
2121
|
},
|
|
@@ -1876,6 +2127,7 @@
|
|
|
1876
2127
|
"isStatic": true,
|
|
1877
2128
|
"isReadOnly": false,
|
|
1878
2129
|
"isLiteral": true,
|
|
2130
|
+
"visibility": "Public",
|
|
1879
2131
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedXml",
|
|
1880
2132
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
1881
2133
|
}
|
|
@@ -1889,6 +2141,7 @@
|
|
|
1889
2141
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1890
2142
|
"isStatic": false,
|
|
1891
2143
|
"parameterCount": 0,
|
|
2144
|
+
"visibility": "Public",
|
|
1892
2145
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedXml",
|
|
1893
2146
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
1894
2147
|
},
|
|
@@ -1899,6 +2152,7 @@
|
|
|
1899
2152
|
"normalizedSignature": "constructor|(System.Xml.XmlDocument):void|static=false",
|
|
1900
2153
|
"isStatic": false,
|
|
1901
2154
|
"parameterCount": 1,
|
|
2155
|
+
"visibility": "Public",
|
|
1902
2156
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedXml",
|
|
1903
2157
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
1904
2158
|
},
|
|
@@ -1909,6 +2163,7 @@
|
|
|
1909
2163
|
"normalizedSignature": "constructor|(System.Xml.XmlDocument,System.Security.Policy.Evidence):void|static=false",
|
|
1910
2164
|
"isStatic": false,
|
|
1911
2165
|
"parameterCount": 2,
|
|
2166
|
+
"visibility": "Public",
|
|
1912
2167
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptedXml",
|
|
1913
2168
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
1914
2169
|
}
|
|
@@ -1925,6 +2180,10 @@
|
|
|
1925
2180
|
"isSealed": false,
|
|
1926
2181
|
"isStatic": false,
|
|
1927
2182
|
"arity": 0,
|
|
2183
|
+
"baseType": {
|
|
2184
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
2185
|
+
"clrName": "System.Object"
|
|
2186
|
+
},
|
|
1928
2187
|
"methods": [
|
|
1929
2188
|
{
|
|
1930
2189
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptionMethod::GetXml():System.Xml.XmlElement",
|
|
@@ -1941,6 +2200,7 @@
|
|
|
1941
2200
|
"isVirtual": false,
|
|
1942
2201
|
"isOverride": false,
|
|
1943
2202
|
"isSealed": false,
|
|
2203
|
+
"visibility": "Public",
|
|
1944
2204
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptionMethod",
|
|
1945
2205
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
1946
2206
|
"isExtensionMethod": false
|
|
@@ -1960,6 +2220,7 @@
|
|
|
1960
2220
|
"isVirtual": false,
|
|
1961
2221
|
"isOverride": false,
|
|
1962
2222
|
"isSealed": false,
|
|
2223
|
+
"visibility": "Public",
|
|
1963
2224
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptionMethod",
|
|
1964
2225
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
1965
2226
|
"isExtensionMethod": false
|
|
@@ -1981,6 +2242,7 @@
|
|
|
1981
2242
|
"isAbstract": false,
|
|
1982
2243
|
"isVirtual": false,
|
|
1983
2244
|
"isOverride": false,
|
|
2245
|
+
"visibility": "Public",
|
|
1984
2246
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptionMethod",
|
|
1985
2247
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
1986
2248
|
},
|
|
@@ -1999,6 +2261,7 @@
|
|
|
1999
2261
|
"isAbstract": false,
|
|
2000
2262
|
"isVirtual": false,
|
|
2001
2263
|
"isOverride": false,
|
|
2264
|
+
"visibility": "Public",
|
|
2002
2265
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptionMethod",
|
|
2003
2266
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
2004
2267
|
}
|
|
@@ -2013,6 +2276,7 @@
|
|
|
2013
2276
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2014
2277
|
"isStatic": false,
|
|
2015
2278
|
"parameterCount": 0,
|
|
2279
|
+
"visibility": "Public",
|
|
2016
2280
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptionMethod",
|
|
2017
2281
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
2018
2282
|
},
|
|
@@ -2023,6 +2287,7 @@
|
|
|
2023
2287
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
2024
2288
|
"isStatic": false,
|
|
2025
2289
|
"parameterCount": 1,
|
|
2290
|
+
"visibility": "Public",
|
|
2026
2291
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptionMethod",
|
|
2027
2292
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
2028
2293
|
}
|
|
@@ -2039,6 +2304,10 @@
|
|
|
2039
2304
|
"isSealed": true,
|
|
2040
2305
|
"isStatic": false,
|
|
2041
2306
|
"arity": 0,
|
|
2307
|
+
"baseType": {
|
|
2308
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
2309
|
+
"clrName": "System.Object"
|
|
2310
|
+
},
|
|
2042
2311
|
"methods": [
|
|
2043
2312
|
{
|
|
2044
2313
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptionProperty::GetXml():System.Xml.XmlElement",
|
|
@@ -2055,6 +2324,7 @@
|
|
|
2055
2324
|
"isVirtual": false,
|
|
2056
2325
|
"isOverride": false,
|
|
2057
2326
|
"isSealed": false,
|
|
2327
|
+
"visibility": "Public",
|
|
2058
2328
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptionProperty",
|
|
2059
2329
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
2060
2330
|
"isExtensionMethod": false
|
|
@@ -2074,6 +2344,7 @@
|
|
|
2074
2344
|
"isVirtual": false,
|
|
2075
2345
|
"isOverride": false,
|
|
2076
2346
|
"isSealed": false,
|
|
2347
|
+
"visibility": "Public",
|
|
2077
2348
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptionProperty",
|
|
2078
2349
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
2079
2350
|
"isExtensionMethod": false
|
|
@@ -2095,6 +2366,7 @@
|
|
|
2095
2366
|
"isAbstract": false,
|
|
2096
2367
|
"isVirtual": false,
|
|
2097
2368
|
"isOverride": false,
|
|
2369
|
+
"visibility": "Public",
|
|
2098
2370
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptionProperty",
|
|
2099
2371
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
2100
2372
|
},
|
|
@@ -2113,6 +2385,7 @@
|
|
|
2113
2385
|
"isAbstract": false,
|
|
2114
2386
|
"isVirtual": false,
|
|
2115
2387
|
"isOverride": false,
|
|
2388
|
+
"visibility": "Public",
|
|
2116
2389
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptionProperty",
|
|
2117
2390
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
2118
2391
|
},
|
|
@@ -2131,6 +2404,7 @@
|
|
|
2131
2404
|
"isAbstract": false,
|
|
2132
2405
|
"isVirtual": false,
|
|
2133
2406
|
"isOverride": false,
|
|
2407
|
+
"visibility": "Public",
|
|
2134
2408
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptionProperty",
|
|
2135
2409
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
2136
2410
|
}
|
|
@@ -2145,6 +2419,7 @@
|
|
|
2145
2419
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2146
2420
|
"isStatic": false,
|
|
2147
2421
|
"parameterCount": 0,
|
|
2422
|
+
"visibility": "Public",
|
|
2148
2423
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptionProperty",
|
|
2149
2424
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
2150
2425
|
},
|
|
@@ -2155,6 +2430,7 @@
|
|
|
2155
2430
|
"normalizedSignature": "constructor|(System.Xml.XmlElement):void|static=false",
|
|
2156
2431
|
"isStatic": false,
|
|
2157
2432
|
"parameterCount": 1,
|
|
2433
|
+
"visibility": "Public",
|
|
2158
2434
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptionProperty",
|
|
2159
2435
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
2160
2436
|
}
|
|
@@ -2171,6 +2447,24 @@
|
|
|
2171
2447
|
"isSealed": true,
|
|
2172
2448
|
"isStatic": false,
|
|
2173
2449
|
"arity": 0,
|
|
2450
|
+
"baseType": {
|
|
2451
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
2452
|
+
"clrName": "System.Object"
|
|
2453
|
+
},
|
|
2454
|
+
"interfaces": [
|
|
2455
|
+
{
|
|
2456
|
+
"stableId": "System.Private.CoreLib:System.Collections.IList",
|
|
2457
|
+
"clrName": "System.Collections.IList"
|
|
2458
|
+
},
|
|
2459
|
+
{
|
|
2460
|
+
"stableId": "System.Private.CoreLib:System.Collections.ICollection",
|
|
2461
|
+
"clrName": "System.Collections.ICollection"
|
|
2462
|
+
},
|
|
2463
|
+
{
|
|
2464
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
2465
|
+
"clrName": "System.Collections.IEnumerable"
|
|
2466
|
+
}
|
|
2467
|
+
],
|
|
2174
2468
|
"methods": [
|
|
2175
2469
|
{
|
|
2176
2470
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptionPropertyCollection::GetEnumerator():System.Collections.IEnumerator",
|
|
@@ -2187,6 +2481,7 @@
|
|
|
2187
2481
|
"isVirtual": true,
|
|
2188
2482
|
"isOverride": false,
|
|
2189
2483
|
"isSealed": true,
|
|
2484
|
+
"visibility": "Public",
|
|
2190
2485
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptionPropertyCollection",
|
|
2191
2486
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
2192
2487
|
"isExtensionMethod": false
|
|
@@ -2206,6 +2501,7 @@
|
|
|
2206
2501
|
"isVirtual": false,
|
|
2207
2502
|
"isOverride": false,
|
|
2208
2503
|
"isSealed": false,
|
|
2504
|
+
"visibility": "Public",
|
|
2209
2505
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptionPropertyCollection",
|
|
2210
2506
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
2211
2507
|
"isExtensionMethod": false
|
|
@@ -2225,6 +2521,7 @@
|
|
|
2225
2521
|
"isVirtual": true,
|
|
2226
2522
|
"isOverride": false,
|
|
2227
2523
|
"isSealed": true,
|
|
2524
|
+
"visibility": "Public",
|
|
2228
2525
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptionPropertyCollection",
|
|
2229
2526
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
2230
2527
|
"isExtensionMethod": false
|
|
@@ -2244,6 +2541,7 @@
|
|
|
2244
2541
|
"isVirtual": false,
|
|
2245
2542
|
"isOverride": false,
|
|
2246
2543
|
"isSealed": false,
|
|
2544
|
+
"visibility": "Public",
|
|
2247
2545
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptionPropertyCollection",
|
|
2248
2546
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
2249
2547
|
"isExtensionMethod": false
|
|
@@ -2263,6 +2561,7 @@
|
|
|
2263
2561
|
"isVirtual": false,
|
|
2264
2562
|
"isOverride": false,
|
|
2265
2563
|
"isSealed": false,
|
|
2564
|
+
"visibility": "Public",
|
|
2266
2565
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptionPropertyCollection",
|
|
2267
2566
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
2268
2567
|
"isExtensionMethod": false
|
|
@@ -2282,6 +2581,7 @@
|
|
|
2282
2581
|
"isVirtual": false,
|
|
2283
2582
|
"isOverride": false,
|
|
2284
2583
|
"isSealed": false,
|
|
2584
|
+
"visibility": "Public",
|
|
2285
2585
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptionPropertyCollection",
|
|
2286
2586
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
2287
2587
|
"isExtensionMethod": false
|
|
@@ -2301,6 +2601,7 @@
|
|
|
2301
2601
|
"isVirtual": false,
|
|
2302
2602
|
"isOverride": false,
|
|
2303
2603
|
"isSealed": false,
|
|
2604
|
+
"visibility": "Public",
|
|
2304
2605
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptionPropertyCollection",
|
|
2305
2606
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
2306
2607
|
"isExtensionMethod": false
|
|
@@ -2320,6 +2621,7 @@
|
|
|
2320
2621
|
"isVirtual": true,
|
|
2321
2622
|
"isOverride": false,
|
|
2322
2623
|
"isSealed": true,
|
|
2624
|
+
"visibility": "Public",
|
|
2323
2625
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptionPropertyCollection",
|
|
2324
2626
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
2325
2627
|
"isExtensionMethod": false
|
|
@@ -2339,6 +2641,7 @@
|
|
|
2339
2641
|
"isVirtual": false,
|
|
2340
2642
|
"isOverride": false,
|
|
2341
2643
|
"isSealed": false,
|
|
2644
|
+
"visibility": "Public",
|
|
2342
2645
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptionPropertyCollection",
|
|
2343
2646
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
2344
2647
|
"isExtensionMethod": false
|
|
@@ -2358,6 +2661,7 @@
|
|
|
2358
2661
|
"isVirtual": true,
|
|
2359
2662
|
"isOverride": false,
|
|
2360
2663
|
"isSealed": true,
|
|
2664
|
+
"visibility": "Public",
|
|
2361
2665
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptionPropertyCollection",
|
|
2362
2666
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
2363
2667
|
"isExtensionMethod": false
|
|
@@ -2377,6 +2681,7 @@
|
|
|
2377
2681
|
"isVirtual": false,
|
|
2378
2682
|
"isOverride": false,
|
|
2379
2683
|
"isSealed": false,
|
|
2684
|
+
"visibility": "Public",
|
|
2380
2685
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptionPropertyCollection",
|
|
2381
2686
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
2382
2687
|
"isExtensionMethod": false
|
|
@@ -2398,6 +2703,7 @@
|
|
|
2398
2703
|
"isAbstract": false,
|
|
2399
2704
|
"isVirtual": true,
|
|
2400
2705
|
"isOverride": false,
|
|
2706
|
+
"visibility": "Public",
|
|
2401
2707
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptionPropertyCollection",
|
|
2402
2708
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
2403
2709
|
},
|
|
@@ -2416,6 +2722,7 @@
|
|
|
2416
2722
|
"isAbstract": false,
|
|
2417
2723
|
"isVirtual": true,
|
|
2418
2724
|
"isOverride": false,
|
|
2725
|
+
"visibility": "Public",
|
|
2419
2726
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptionPropertyCollection",
|
|
2420
2727
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
2421
2728
|
},
|
|
@@ -2434,6 +2741,7 @@
|
|
|
2434
2741
|
"isAbstract": false,
|
|
2435
2742
|
"isVirtual": true,
|
|
2436
2743
|
"isOverride": false,
|
|
2744
|
+
"visibility": "Public",
|
|
2437
2745
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptionPropertyCollection",
|
|
2438
2746
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
2439
2747
|
},
|
|
@@ -2452,6 +2760,7 @@
|
|
|
2452
2760
|
"isAbstract": false,
|
|
2453
2761
|
"isVirtual": false,
|
|
2454
2762
|
"isOverride": false,
|
|
2763
|
+
"visibility": "Public",
|
|
2455
2764
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptionPropertyCollection",
|
|
2456
2765
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
2457
2766
|
},
|
|
@@ -2470,6 +2779,7 @@
|
|
|
2470
2779
|
"isAbstract": false,
|
|
2471
2780
|
"isVirtual": true,
|
|
2472
2781
|
"isOverride": false,
|
|
2782
|
+
"visibility": "Public",
|
|
2473
2783
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptionPropertyCollection",
|
|
2474
2784
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
2475
2785
|
},
|
|
@@ -2488,6 +2798,7 @@
|
|
|
2488
2798
|
"isAbstract": false,
|
|
2489
2799
|
"isVirtual": true,
|
|
2490
2800
|
"isOverride": false,
|
|
2801
|
+
"visibility": "Public",
|
|
2491
2802
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptionPropertyCollection",
|
|
2492
2803
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
2493
2804
|
}
|
|
@@ -2502,6 +2813,7 @@
|
|
|
2502
2813
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2503
2814
|
"isStatic": false,
|
|
2504
2815
|
"parameterCount": 0,
|
|
2816
|
+
"visibility": "Public",
|
|
2505
2817
|
"declaringClrType": "System.Security.Cryptography.Xml.EncryptionPropertyCollection",
|
|
2506
2818
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
2507
2819
|
}
|
|
@@ -2518,6 +2830,16 @@
|
|
|
2518
2830
|
"isSealed": false,
|
|
2519
2831
|
"isStatic": false,
|
|
2520
2832
|
"arity": 0,
|
|
2833
|
+
"baseType": {
|
|
2834
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
2835
|
+
"clrName": "System.Object"
|
|
2836
|
+
},
|
|
2837
|
+
"interfaces": [
|
|
2838
|
+
{
|
|
2839
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
2840
|
+
"clrName": "System.Collections.IEnumerable"
|
|
2841
|
+
}
|
|
2842
|
+
],
|
|
2521
2843
|
"methods": [
|
|
2522
2844
|
{
|
|
2523
2845
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfo::GetXml():System.Xml.XmlElement",
|
|
@@ -2534,6 +2856,7 @@
|
|
|
2534
2856
|
"isVirtual": false,
|
|
2535
2857
|
"isOverride": false,
|
|
2536
2858
|
"isSealed": false,
|
|
2859
|
+
"visibility": "Public",
|
|
2537
2860
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfo",
|
|
2538
2861
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
2539
2862
|
"isExtensionMethod": false
|
|
@@ -2553,6 +2876,7 @@
|
|
|
2553
2876
|
"isVirtual": false,
|
|
2554
2877
|
"isOverride": false,
|
|
2555
2878
|
"isSealed": false,
|
|
2879
|
+
"visibility": "Public",
|
|
2556
2880
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfo",
|
|
2557
2881
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
2558
2882
|
"isExtensionMethod": false
|
|
@@ -2572,6 +2896,7 @@
|
|
|
2572
2896
|
"isVirtual": false,
|
|
2573
2897
|
"isOverride": false,
|
|
2574
2898
|
"isSealed": false,
|
|
2899
|
+
"visibility": "Public",
|
|
2575
2900
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfo",
|
|
2576
2901
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
2577
2902
|
"isExtensionMethod": false
|
|
@@ -2591,6 +2916,7 @@
|
|
|
2591
2916
|
"isVirtual": true,
|
|
2592
2917
|
"isOverride": false,
|
|
2593
2918
|
"isSealed": true,
|
|
2919
|
+
"visibility": "Public",
|
|
2594
2920
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfo",
|
|
2595
2921
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
2596
2922
|
"isExtensionMethod": false
|
|
@@ -2610,6 +2936,7 @@
|
|
|
2610
2936
|
"isVirtual": false,
|
|
2611
2937
|
"isOverride": false,
|
|
2612
2938
|
"isSealed": false,
|
|
2939
|
+
"visibility": "Public",
|
|
2613
2940
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfo",
|
|
2614
2941
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
2615
2942
|
"isExtensionMethod": false
|
|
@@ -2631,6 +2958,7 @@
|
|
|
2631
2958
|
"isAbstract": false,
|
|
2632
2959
|
"isVirtual": false,
|
|
2633
2960
|
"isOverride": false,
|
|
2961
|
+
"visibility": "Public",
|
|
2634
2962
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfo",
|
|
2635
2963
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
2636
2964
|
},
|
|
@@ -2649,6 +2977,7 @@
|
|
|
2649
2977
|
"isAbstract": false,
|
|
2650
2978
|
"isVirtual": false,
|
|
2651
2979
|
"isOverride": false,
|
|
2980
|
+
"visibility": "Public",
|
|
2652
2981
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfo",
|
|
2653
2982
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
2654
2983
|
}
|
|
@@ -2663,6 +2992,7 @@
|
|
|
2663
2992
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2664
2993
|
"isStatic": false,
|
|
2665
2994
|
"parameterCount": 0,
|
|
2995
|
+
"visibility": "Public",
|
|
2666
2996
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfo",
|
|
2667
2997
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
2668
2998
|
}
|
|
@@ -2679,6 +3009,10 @@
|
|
|
2679
3009
|
"isSealed": false,
|
|
2680
3010
|
"isStatic": false,
|
|
2681
3011
|
"arity": 0,
|
|
3012
|
+
"baseType": {
|
|
3013
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
3014
|
+
"clrName": "System.Object"
|
|
3015
|
+
},
|
|
2682
3016
|
"methods": [
|
|
2683
3017
|
{
|
|
2684
3018
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoClause::GetXml():System.Xml.XmlElement",
|
|
@@ -2695,6 +3029,7 @@
|
|
|
2695
3029
|
"isVirtual": true,
|
|
2696
3030
|
"isOverride": false,
|
|
2697
3031
|
"isSealed": false,
|
|
3032
|
+
"visibility": "Public",
|
|
2698
3033
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfoClause",
|
|
2699
3034
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
2700
3035
|
"isExtensionMethod": false
|
|
@@ -2714,6 +3049,7 @@
|
|
|
2714
3049
|
"isVirtual": true,
|
|
2715
3050
|
"isOverride": false,
|
|
2716
3051
|
"isSealed": false,
|
|
3052
|
+
"visibility": "Public",
|
|
2717
3053
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfoClause",
|
|
2718
3054
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
2719
3055
|
"isExtensionMethod": false
|
|
@@ -2722,7 +3058,19 @@
|
|
|
2722
3058
|
"properties": [],
|
|
2723
3059
|
"fields": [],
|
|
2724
3060
|
"events": [],
|
|
2725
|
-
"constructors": [
|
|
3061
|
+
"constructors": [
|
|
3062
|
+
{
|
|
3063
|
+
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoClause::.ctor():void",
|
|
3064
|
+
"metadataToken": 100663746,
|
|
3065
|
+
"canonicalSignature": "():void",
|
|
3066
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
3067
|
+
"isStatic": false,
|
|
3068
|
+
"parameterCount": 0,
|
|
3069
|
+
"visibility": "Protected",
|
|
3070
|
+
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfoClause",
|
|
3071
|
+
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
3072
|
+
}
|
|
3073
|
+
]
|
|
2726
3074
|
},
|
|
2727
3075
|
{
|
|
2728
3076
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoEncryptedKey",
|
|
@@ -2735,6 +3083,10 @@
|
|
|
2735
3083
|
"isSealed": false,
|
|
2736
3084
|
"isStatic": false,
|
|
2737
3085
|
"arity": 0,
|
|
3086
|
+
"baseType": {
|
|
3087
|
+
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoClause",
|
|
3088
|
+
"clrName": "System.Security.Cryptography.Xml.KeyInfoClause"
|
|
3089
|
+
},
|
|
2738
3090
|
"methods": [
|
|
2739
3091
|
{
|
|
2740
3092
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoEncryptedKey::GetXml():System.Xml.XmlElement",
|
|
@@ -2751,6 +3103,7 @@
|
|
|
2751
3103
|
"isVirtual": true,
|
|
2752
3104
|
"isOverride": true,
|
|
2753
3105
|
"isSealed": false,
|
|
3106
|
+
"visibility": "Public",
|
|
2754
3107
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfoEncryptedKey",
|
|
2755
3108
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
2756
3109
|
"isExtensionMethod": false
|
|
@@ -2770,6 +3123,7 @@
|
|
|
2770
3123
|
"isVirtual": true,
|
|
2771
3124
|
"isOverride": true,
|
|
2772
3125
|
"isSealed": false,
|
|
3126
|
+
"visibility": "Public",
|
|
2773
3127
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfoEncryptedKey",
|
|
2774
3128
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
2775
3129
|
"isExtensionMethod": false
|
|
@@ -2791,6 +3145,7 @@
|
|
|
2791
3145
|
"isAbstract": false,
|
|
2792
3146
|
"isVirtual": false,
|
|
2793
3147
|
"isOverride": false,
|
|
3148
|
+
"visibility": "Public",
|
|
2794
3149
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfoEncryptedKey",
|
|
2795
3150
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
2796
3151
|
}
|
|
@@ -2805,6 +3160,7 @@
|
|
|
2805
3160
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2806
3161
|
"isStatic": false,
|
|
2807
3162
|
"parameterCount": 0,
|
|
3163
|
+
"visibility": "Public",
|
|
2808
3164
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfoEncryptedKey",
|
|
2809
3165
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
2810
3166
|
},
|
|
@@ -2815,6 +3171,7 @@
|
|
|
2815
3171
|
"normalizedSignature": "constructor|(System.Security.Cryptography.Xml.EncryptedKey):void|static=false",
|
|
2816
3172
|
"isStatic": false,
|
|
2817
3173
|
"parameterCount": 1,
|
|
3174
|
+
"visibility": "Public",
|
|
2818
3175
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfoEncryptedKey",
|
|
2819
3176
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
2820
3177
|
}
|
|
@@ -2831,6 +3188,10 @@
|
|
|
2831
3188
|
"isSealed": false,
|
|
2832
3189
|
"isStatic": false,
|
|
2833
3190
|
"arity": 0,
|
|
3191
|
+
"baseType": {
|
|
3192
|
+
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoClause",
|
|
3193
|
+
"clrName": "System.Security.Cryptography.Xml.KeyInfoClause"
|
|
3194
|
+
},
|
|
2834
3195
|
"methods": [
|
|
2835
3196
|
{
|
|
2836
3197
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoName::GetXml():System.Xml.XmlElement",
|
|
@@ -2847,6 +3208,7 @@
|
|
|
2847
3208
|
"isVirtual": true,
|
|
2848
3209
|
"isOverride": true,
|
|
2849
3210
|
"isSealed": false,
|
|
3211
|
+
"visibility": "Public",
|
|
2850
3212
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfoName",
|
|
2851
3213
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
2852
3214
|
"isExtensionMethod": false
|
|
@@ -2866,6 +3228,7 @@
|
|
|
2866
3228
|
"isVirtual": true,
|
|
2867
3229
|
"isOverride": true,
|
|
2868
3230
|
"isSealed": false,
|
|
3231
|
+
"visibility": "Public",
|
|
2869
3232
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfoName",
|
|
2870
3233
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
2871
3234
|
"isExtensionMethod": false
|
|
@@ -2887,6 +3250,7 @@
|
|
|
2887
3250
|
"isAbstract": false,
|
|
2888
3251
|
"isVirtual": false,
|
|
2889
3252
|
"isOverride": false,
|
|
3253
|
+
"visibility": "Public",
|
|
2890
3254
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfoName",
|
|
2891
3255
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
2892
3256
|
}
|
|
@@ -2901,6 +3265,7 @@
|
|
|
2901
3265
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2902
3266
|
"isStatic": false,
|
|
2903
3267
|
"parameterCount": 0,
|
|
3268
|
+
"visibility": "Public",
|
|
2904
3269
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfoName",
|
|
2905
3270
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
2906
3271
|
},
|
|
@@ -2911,6 +3276,7 @@
|
|
|
2911
3276
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
2912
3277
|
"isStatic": false,
|
|
2913
3278
|
"parameterCount": 1,
|
|
3279
|
+
"visibility": "Public",
|
|
2914
3280
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfoName",
|
|
2915
3281
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
2916
3282
|
}
|
|
@@ -2927,6 +3293,10 @@
|
|
|
2927
3293
|
"isSealed": false,
|
|
2928
3294
|
"isStatic": false,
|
|
2929
3295
|
"arity": 0,
|
|
3296
|
+
"baseType": {
|
|
3297
|
+
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoClause",
|
|
3298
|
+
"clrName": "System.Security.Cryptography.Xml.KeyInfoClause"
|
|
3299
|
+
},
|
|
2930
3300
|
"methods": [
|
|
2931
3301
|
{
|
|
2932
3302
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoNode::GetXml():System.Xml.XmlElement",
|
|
@@ -2943,6 +3313,7 @@
|
|
|
2943
3313
|
"isVirtual": true,
|
|
2944
3314
|
"isOverride": true,
|
|
2945
3315
|
"isSealed": false,
|
|
3316
|
+
"visibility": "Public",
|
|
2946
3317
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfoNode",
|
|
2947
3318
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
2948
3319
|
"isExtensionMethod": false
|
|
@@ -2962,6 +3333,7 @@
|
|
|
2962
3333
|
"isVirtual": true,
|
|
2963
3334
|
"isOverride": true,
|
|
2964
3335
|
"isSealed": false,
|
|
3336
|
+
"visibility": "Public",
|
|
2965
3337
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfoNode",
|
|
2966
3338
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
2967
3339
|
"isExtensionMethod": false
|
|
@@ -2983,6 +3355,7 @@
|
|
|
2983
3355
|
"isAbstract": false,
|
|
2984
3356
|
"isVirtual": false,
|
|
2985
3357
|
"isOverride": false,
|
|
3358
|
+
"visibility": "Public",
|
|
2986
3359
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfoNode",
|
|
2987
3360
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
2988
3361
|
}
|
|
@@ -2997,6 +3370,7 @@
|
|
|
2997
3370
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2998
3371
|
"isStatic": false,
|
|
2999
3372
|
"parameterCount": 0,
|
|
3373
|
+
"visibility": "Public",
|
|
3000
3374
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfoNode",
|
|
3001
3375
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
3002
3376
|
},
|
|
@@ -3007,6 +3381,7 @@
|
|
|
3007
3381
|
"normalizedSignature": "constructor|(System.Xml.XmlElement):void|static=false",
|
|
3008
3382
|
"isStatic": false,
|
|
3009
3383
|
"parameterCount": 1,
|
|
3384
|
+
"visibility": "Public",
|
|
3010
3385
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfoNode",
|
|
3011
3386
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
3012
3387
|
}
|
|
@@ -3023,6 +3398,10 @@
|
|
|
3023
3398
|
"isSealed": false,
|
|
3024
3399
|
"isStatic": false,
|
|
3025
3400
|
"arity": 0,
|
|
3401
|
+
"baseType": {
|
|
3402
|
+
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoClause",
|
|
3403
|
+
"clrName": "System.Security.Cryptography.Xml.KeyInfoClause"
|
|
3404
|
+
},
|
|
3026
3405
|
"methods": [
|
|
3027
3406
|
{
|
|
3028
3407
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod::GetXml():System.Xml.XmlElement",
|
|
@@ -3039,6 +3418,7 @@
|
|
|
3039
3418
|
"isVirtual": true,
|
|
3040
3419
|
"isOverride": true,
|
|
3041
3420
|
"isSealed": false,
|
|
3421
|
+
"visibility": "Public",
|
|
3042
3422
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfoRetrievalMethod",
|
|
3043
3423
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
3044
3424
|
"isExtensionMethod": false
|
|
@@ -3058,6 +3438,7 @@
|
|
|
3058
3438
|
"isVirtual": true,
|
|
3059
3439
|
"isOverride": true,
|
|
3060
3440
|
"isSealed": false,
|
|
3441
|
+
"visibility": "Public",
|
|
3061
3442
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfoRetrievalMethod",
|
|
3062
3443
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
3063
3444
|
"isExtensionMethod": false
|
|
@@ -3079,6 +3460,7 @@
|
|
|
3079
3460
|
"isAbstract": false,
|
|
3080
3461
|
"isVirtual": false,
|
|
3081
3462
|
"isOverride": false,
|
|
3463
|
+
"visibility": "Public",
|
|
3082
3464
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfoRetrievalMethod",
|
|
3083
3465
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
3084
3466
|
},
|
|
@@ -3097,6 +3479,7 @@
|
|
|
3097
3479
|
"isAbstract": false,
|
|
3098
3480
|
"isVirtual": false,
|
|
3099
3481
|
"isOverride": false,
|
|
3482
|
+
"visibility": "Public",
|
|
3100
3483
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfoRetrievalMethod",
|
|
3101
3484
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
3102
3485
|
}
|
|
@@ -3111,6 +3494,7 @@
|
|
|
3111
3494
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3112
3495
|
"isStatic": false,
|
|
3113
3496
|
"parameterCount": 0,
|
|
3497
|
+
"visibility": "Public",
|
|
3114
3498
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfoRetrievalMethod",
|
|
3115
3499
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
3116
3500
|
},
|
|
@@ -3121,6 +3505,7 @@
|
|
|
3121
3505
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
3122
3506
|
"isStatic": false,
|
|
3123
3507
|
"parameterCount": 1,
|
|
3508
|
+
"visibility": "Public",
|
|
3124
3509
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfoRetrievalMethod",
|
|
3125
3510
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
3126
3511
|
},
|
|
@@ -3131,6 +3516,7 @@
|
|
|
3131
3516
|
"normalizedSignature": "constructor|(System.String,System.String):void|static=false",
|
|
3132
3517
|
"isStatic": false,
|
|
3133
3518
|
"parameterCount": 2,
|
|
3519
|
+
"visibility": "Public",
|
|
3134
3520
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfoRetrievalMethod",
|
|
3135
3521
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
3136
3522
|
}
|
|
@@ -3147,6 +3533,10 @@
|
|
|
3147
3533
|
"isSealed": false,
|
|
3148
3534
|
"isStatic": false,
|
|
3149
3535
|
"arity": 0,
|
|
3536
|
+
"baseType": {
|
|
3537
|
+
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoClause",
|
|
3538
|
+
"clrName": "System.Security.Cryptography.Xml.KeyInfoClause"
|
|
3539
|
+
},
|
|
3150
3540
|
"methods": [
|
|
3151
3541
|
{
|
|
3152
3542
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoX509Data::AddCertificate(System.Security.Cryptography.X509Certificates.X509Certificate):System.Void",
|
|
@@ -3163,6 +3553,7 @@
|
|
|
3163
3553
|
"isVirtual": false,
|
|
3164
3554
|
"isOverride": false,
|
|
3165
3555
|
"isSealed": false,
|
|
3556
|
+
"visibility": "Public",
|
|
3166
3557
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfoX509Data",
|
|
3167
3558
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
3168
3559
|
"isExtensionMethod": false
|
|
@@ -3182,6 +3573,7 @@
|
|
|
3182
3573
|
"isVirtual": false,
|
|
3183
3574
|
"isOverride": false,
|
|
3184
3575
|
"isSealed": false,
|
|
3576
|
+
"visibility": "Public",
|
|
3185
3577
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfoX509Data",
|
|
3186
3578
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
3187
3579
|
"isExtensionMethod": false
|
|
@@ -3201,6 +3593,7 @@
|
|
|
3201
3593
|
"isVirtual": false,
|
|
3202
3594
|
"isOverride": false,
|
|
3203
3595
|
"isSealed": false,
|
|
3596
|
+
"visibility": "Public",
|
|
3204
3597
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfoX509Data",
|
|
3205
3598
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
3206
3599
|
"isExtensionMethod": false
|
|
@@ -3220,6 +3613,7 @@
|
|
|
3220
3613
|
"isVirtual": false,
|
|
3221
3614
|
"isOverride": false,
|
|
3222
3615
|
"isSealed": false,
|
|
3616
|
+
"visibility": "Public",
|
|
3223
3617
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfoX509Data",
|
|
3224
3618
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
3225
3619
|
"isExtensionMethod": false
|
|
@@ -3239,6 +3633,7 @@
|
|
|
3239
3633
|
"isVirtual": false,
|
|
3240
3634
|
"isOverride": false,
|
|
3241
3635
|
"isSealed": false,
|
|
3636
|
+
"visibility": "Public",
|
|
3242
3637
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfoX509Data",
|
|
3243
3638
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
3244
3639
|
"isExtensionMethod": false
|
|
@@ -3258,6 +3653,7 @@
|
|
|
3258
3653
|
"isVirtual": true,
|
|
3259
3654
|
"isOverride": true,
|
|
3260
3655
|
"isSealed": false,
|
|
3656
|
+
"visibility": "Public",
|
|
3261
3657
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfoX509Data",
|
|
3262
3658
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
3263
3659
|
"isExtensionMethod": false
|
|
@@ -3277,6 +3673,7 @@
|
|
|
3277
3673
|
"isVirtual": true,
|
|
3278
3674
|
"isOverride": true,
|
|
3279
3675
|
"isSealed": false,
|
|
3676
|
+
"visibility": "Public",
|
|
3280
3677
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfoX509Data",
|
|
3281
3678
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
3282
3679
|
"isExtensionMethod": false
|
|
@@ -3298,6 +3695,7 @@
|
|
|
3298
3695
|
"isAbstract": false,
|
|
3299
3696
|
"isVirtual": false,
|
|
3300
3697
|
"isOverride": false,
|
|
3698
|
+
"visibility": "Public",
|
|
3301
3699
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfoX509Data",
|
|
3302
3700
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
3303
3701
|
},
|
|
@@ -3316,6 +3714,7 @@
|
|
|
3316
3714
|
"isAbstract": false,
|
|
3317
3715
|
"isVirtual": false,
|
|
3318
3716
|
"isOverride": false,
|
|
3717
|
+
"visibility": "Public",
|
|
3319
3718
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfoX509Data",
|
|
3320
3719
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
3321
3720
|
},
|
|
@@ -3334,6 +3733,7 @@
|
|
|
3334
3733
|
"isAbstract": false,
|
|
3335
3734
|
"isVirtual": false,
|
|
3336
3735
|
"isOverride": false,
|
|
3736
|
+
"visibility": "Public",
|
|
3337
3737
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfoX509Data",
|
|
3338
3738
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
3339
3739
|
},
|
|
@@ -3352,6 +3752,7 @@
|
|
|
3352
3752
|
"isAbstract": false,
|
|
3353
3753
|
"isVirtual": false,
|
|
3354
3754
|
"isOverride": false,
|
|
3755
|
+
"visibility": "Public",
|
|
3355
3756
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfoX509Data",
|
|
3356
3757
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
3357
3758
|
},
|
|
@@ -3370,6 +3771,7 @@
|
|
|
3370
3771
|
"isAbstract": false,
|
|
3371
3772
|
"isVirtual": false,
|
|
3372
3773
|
"isOverride": false,
|
|
3774
|
+
"visibility": "Public",
|
|
3373
3775
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfoX509Data",
|
|
3374
3776
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
3375
3777
|
}
|
|
@@ -3384,6 +3786,7 @@
|
|
|
3384
3786
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3385
3787
|
"isStatic": false,
|
|
3386
3788
|
"parameterCount": 0,
|
|
3789
|
+
"visibility": "Public",
|
|
3387
3790
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfoX509Data",
|
|
3388
3791
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
3389
3792
|
},
|
|
@@ -3394,6 +3797,7 @@
|
|
|
3394
3797
|
"normalizedSignature": "constructor|(System.Byte[]):void|static=false",
|
|
3395
3798
|
"isStatic": false,
|
|
3396
3799
|
"parameterCount": 1,
|
|
3800
|
+
"visibility": "Public",
|
|
3397
3801
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfoX509Data",
|
|
3398
3802
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
3399
3803
|
},
|
|
@@ -3404,6 +3808,7 @@
|
|
|
3404
3808
|
"normalizedSignature": "constructor|(System.Security.Cryptography.X509Certificates.X509Certificate):void|static=false",
|
|
3405
3809
|
"isStatic": false,
|
|
3406
3810
|
"parameterCount": 1,
|
|
3811
|
+
"visibility": "Public",
|
|
3407
3812
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfoX509Data",
|
|
3408
3813
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
3409
3814
|
},
|
|
@@ -3414,6 +3819,7 @@
|
|
|
3414
3819
|
"normalizedSignature": "constructor|(System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509IncludeOption):void|static=false",
|
|
3415
3820
|
"isStatic": false,
|
|
3416
3821
|
"parameterCount": 2,
|
|
3822
|
+
"visibility": "Public",
|
|
3417
3823
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyInfoX509Data",
|
|
3418
3824
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
3419
3825
|
}
|
|
@@ -3430,6 +3836,10 @@
|
|
|
3430
3836
|
"isSealed": true,
|
|
3431
3837
|
"isStatic": false,
|
|
3432
3838
|
"arity": 0,
|
|
3839
|
+
"baseType": {
|
|
3840
|
+
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.EncryptedReference",
|
|
3841
|
+
"clrName": "System.Security.Cryptography.Xml.EncryptedReference"
|
|
3842
|
+
},
|
|
3433
3843
|
"methods": [],
|
|
3434
3844
|
"properties": [],
|
|
3435
3845
|
"fields": [],
|
|
@@ -3442,6 +3852,7 @@
|
|
|
3442
3852
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3443
3853
|
"isStatic": false,
|
|
3444
3854
|
"parameterCount": 0,
|
|
3855
|
+
"visibility": "Public",
|
|
3445
3856
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyReference",
|
|
3446
3857
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
3447
3858
|
},
|
|
@@ -3452,6 +3863,7 @@
|
|
|
3452
3863
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
3453
3864
|
"isStatic": false,
|
|
3454
3865
|
"parameterCount": 1,
|
|
3866
|
+
"visibility": "Public",
|
|
3455
3867
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyReference",
|
|
3456
3868
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
3457
3869
|
},
|
|
@@ -3462,6 +3874,7 @@
|
|
|
3462
3874
|
"normalizedSignature": "constructor|(System.String,System.Security.Cryptography.Xml.TransformChain):void|static=false",
|
|
3463
3875
|
"isStatic": false,
|
|
3464
3876
|
"parameterCount": 2,
|
|
3877
|
+
"visibility": "Public",
|
|
3465
3878
|
"declaringClrType": "System.Security.Cryptography.Xml.KeyReference",
|
|
3466
3879
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
3467
3880
|
}
|
|
@@ -3478,6 +3891,10 @@
|
|
|
3478
3891
|
"isSealed": false,
|
|
3479
3892
|
"isStatic": false,
|
|
3480
3893
|
"arity": 0,
|
|
3894
|
+
"baseType": {
|
|
3895
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
3896
|
+
"clrName": "System.Object"
|
|
3897
|
+
},
|
|
3481
3898
|
"methods": [
|
|
3482
3899
|
{
|
|
3483
3900
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Reference::GetXml():System.Xml.XmlElement",
|
|
@@ -3494,6 +3911,7 @@
|
|
|
3494
3911
|
"isVirtual": false,
|
|
3495
3912
|
"isOverride": false,
|
|
3496
3913
|
"isSealed": false,
|
|
3914
|
+
"visibility": "Public",
|
|
3497
3915
|
"declaringClrType": "System.Security.Cryptography.Xml.Reference",
|
|
3498
3916
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
3499
3917
|
"isExtensionMethod": false
|
|
@@ -3513,6 +3931,7 @@
|
|
|
3513
3931
|
"isVirtual": false,
|
|
3514
3932
|
"isOverride": false,
|
|
3515
3933
|
"isSealed": false,
|
|
3934
|
+
"visibility": "Public",
|
|
3516
3935
|
"declaringClrType": "System.Security.Cryptography.Xml.Reference",
|
|
3517
3936
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
3518
3937
|
"isExtensionMethod": false
|
|
@@ -3532,6 +3951,7 @@
|
|
|
3532
3951
|
"isVirtual": false,
|
|
3533
3952
|
"isOverride": false,
|
|
3534
3953
|
"isSealed": false,
|
|
3954
|
+
"visibility": "Public",
|
|
3535
3955
|
"declaringClrType": "System.Security.Cryptography.Xml.Reference",
|
|
3536
3956
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
3537
3957
|
"isExtensionMethod": false
|
|
@@ -3553,6 +3973,7 @@
|
|
|
3553
3973
|
"isAbstract": false,
|
|
3554
3974
|
"isVirtual": false,
|
|
3555
3975
|
"isOverride": false,
|
|
3976
|
+
"visibility": "Public",
|
|
3556
3977
|
"declaringClrType": "System.Security.Cryptography.Xml.Reference",
|
|
3557
3978
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
3558
3979
|
},
|
|
@@ -3571,6 +3992,7 @@
|
|
|
3571
3992
|
"isAbstract": false,
|
|
3572
3993
|
"isVirtual": false,
|
|
3573
3994
|
"isOverride": false,
|
|
3995
|
+
"visibility": "Public",
|
|
3574
3996
|
"declaringClrType": "System.Security.Cryptography.Xml.Reference",
|
|
3575
3997
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
3576
3998
|
},
|
|
@@ -3589,6 +4011,7 @@
|
|
|
3589
4011
|
"isAbstract": false,
|
|
3590
4012
|
"isVirtual": false,
|
|
3591
4013
|
"isOverride": false,
|
|
4014
|
+
"visibility": "Public",
|
|
3592
4015
|
"declaringClrType": "System.Security.Cryptography.Xml.Reference",
|
|
3593
4016
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
3594
4017
|
},
|
|
@@ -3607,6 +4030,7 @@
|
|
|
3607
4030
|
"isAbstract": false,
|
|
3608
4031
|
"isVirtual": false,
|
|
3609
4032
|
"isOverride": false,
|
|
4033
|
+
"visibility": "Public",
|
|
3610
4034
|
"declaringClrType": "System.Security.Cryptography.Xml.Reference",
|
|
3611
4035
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
3612
4036
|
},
|
|
@@ -3625,6 +4049,7 @@
|
|
|
3625
4049
|
"isAbstract": false,
|
|
3626
4050
|
"isVirtual": false,
|
|
3627
4051
|
"isOverride": false,
|
|
4052
|
+
"visibility": "Public",
|
|
3628
4053
|
"declaringClrType": "System.Security.Cryptography.Xml.Reference",
|
|
3629
4054
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
3630
4055
|
},
|
|
@@ -3643,6 +4068,7 @@
|
|
|
3643
4068
|
"isAbstract": false,
|
|
3644
4069
|
"isVirtual": false,
|
|
3645
4070
|
"isOverride": false,
|
|
4071
|
+
"visibility": "Public",
|
|
3646
4072
|
"declaringClrType": "System.Security.Cryptography.Xml.Reference",
|
|
3647
4073
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
3648
4074
|
}
|
|
@@ -3657,6 +4083,7 @@
|
|
|
3657
4083
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3658
4084
|
"isStatic": false,
|
|
3659
4085
|
"parameterCount": 0,
|
|
4086
|
+
"visibility": "Public",
|
|
3660
4087
|
"declaringClrType": "System.Security.Cryptography.Xml.Reference",
|
|
3661
4088
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
3662
4089
|
},
|
|
@@ -3667,6 +4094,7 @@
|
|
|
3667
4094
|
"normalizedSignature": "constructor|(System.IO.Stream):void|static=false",
|
|
3668
4095
|
"isStatic": false,
|
|
3669
4096
|
"parameterCount": 1,
|
|
4097
|
+
"visibility": "Public",
|
|
3670
4098
|
"declaringClrType": "System.Security.Cryptography.Xml.Reference",
|
|
3671
4099
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
3672
4100
|
},
|
|
@@ -3677,6 +4105,7 @@
|
|
|
3677
4105
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
3678
4106
|
"isStatic": false,
|
|
3679
4107
|
"parameterCount": 1,
|
|
4108
|
+
"visibility": "Public",
|
|
3680
4109
|
"declaringClrType": "System.Security.Cryptography.Xml.Reference",
|
|
3681
4110
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
3682
4111
|
}
|
|
@@ -3693,6 +4122,24 @@
|
|
|
3693
4122
|
"isSealed": true,
|
|
3694
4123
|
"isStatic": false,
|
|
3695
4124
|
"arity": 0,
|
|
4125
|
+
"baseType": {
|
|
4126
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
4127
|
+
"clrName": "System.Object"
|
|
4128
|
+
},
|
|
4129
|
+
"interfaces": [
|
|
4130
|
+
{
|
|
4131
|
+
"stableId": "System.Private.CoreLib:System.Collections.IList",
|
|
4132
|
+
"clrName": "System.Collections.IList"
|
|
4133
|
+
},
|
|
4134
|
+
{
|
|
4135
|
+
"stableId": "System.Private.CoreLib:System.Collections.ICollection",
|
|
4136
|
+
"clrName": "System.Collections.ICollection"
|
|
4137
|
+
},
|
|
4138
|
+
{
|
|
4139
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
4140
|
+
"clrName": "System.Collections.IEnumerable"
|
|
4141
|
+
}
|
|
4142
|
+
],
|
|
3696
4143
|
"methods": [
|
|
3697
4144
|
{
|
|
3698
4145
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.ReferenceList::GetEnumerator():System.Collections.IEnumerator",
|
|
@@ -3709,6 +4156,7 @@
|
|
|
3709
4156
|
"isVirtual": true,
|
|
3710
4157
|
"isOverride": false,
|
|
3711
4158
|
"isSealed": true,
|
|
4159
|
+
"visibility": "Public",
|
|
3712
4160
|
"declaringClrType": "System.Security.Cryptography.Xml.ReferenceList",
|
|
3713
4161
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
3714
4162
|
"isExtensionMethod": false
|
|
@@ -3728,6 +4176,7 @@
|
|
|
3728
4176
|
"isVirtual": true,
|
|
3729
4177
|
"isOverride": false,
|
|
3730
4178
|
"isSealed": true,
|
|
4179
|
+
"visibility": "Public",
|
|
3731
4180
|
"declaringClrType": "System.Security.Cryptography.Xml.ReferenceList",
|
|
3732
4181
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
3733
4182
|
"isExtensionMethod": false
|
|
@@ -3747,6 +4196,7 @@
|
|
|
3747
4196
|
"isVirtual": true,
|
|
3748
4197
|
"isOverride": false,
|
|
3749
4198
|
"isSealed": true,
|
|
4199
|
+
"visibility": "Public",
|
|
3750
4200
|
"declaringClrType": "System.Security.Cryptography.Xml.ReferenceList",
|
|
3751
4201
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
3752
4202
|
"isExtensionMethod": false
|
|
@@ -3766,6 +4216,7 @@
|
|
|
3766
4216
|
"isVirtual": true,
|
|
3767
4217
|
"isOverride": false,
|
|
3768
4218
|
"isSealed": true,
|
|
4219
|
+
"visibility": "Public",
|
|
3769
4220
|
"declaringClrType": "System.Security.Cryptography.Xml.ReferenceList",
|
|
3770
4221
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
3771
4222
|
"isExtensionMethod": false
|
|
@@ -3785,6 +4236,7 @@
|
|
|
3785
4236
|
"isVirtual": true,
|
|
3786
4237
|
"isOverride": false,
|
|
3787
4238
|
"isSealed": true,
|
|
4239
|
+
"visibility": "Public",
|
|
3788
4240
|
"declaringClrType": "System.Security.Cryptography.Xml.ReferenceList",
|
|
3789
4241
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
3790
4242
|
"isExtensionMethod": false
|
|
@@ -3804,6 +4256,7 @@
|
|
|
3804
4256
|
"isVirtual": true,
|
|
3805
4257
|
"isOverride": false,
|
|
3806
4258
|
"isSealed": true,
|
|
4259
|
+
"visibility": "Public",
|
|
3807
4260
|
"declaringClrType": "System.Security.Cryptography.Xml.ReferenceList",
|
|
3808
4261
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
3809
4262
|
"isExtensionMethod": false
|
|
@@ -3823,6 +4276,7 @@
|
|
|
3823
4276
|
"isVirtual": true,
|
|
3824
4277
|
"isOverride": false,
|
|
3825
4278
|
"isSealed": true,
|
|
4279
|
+
"visibility": "Public",
|
|
3826
4280
|
"declaringClrType": "System.Security.Cryptography.Xml.ReferenceList",
|
|
3827
4281
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
3828
4282
|
"isExtensionMethod": false
|
|
@@ -3842,6 +4296,7 @@
|
|
|
3842
4296
|
"isVirtual": true,
|
|
3843
4297
|
"isOverride": false,
|
|
3844
4298
|
"isSealed": true,
|
|
4299
|
+
"visibility": "Public",
|
|
3845
4300
|
"declaringClrType": "System.Security.Cryptography.Xml.ReferenceList",
|
|
3846
4301
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
3847
4302
|
"isExtensionMethod": false
|
|
@@ -3861,6 +4316,7 @@
|
|
|
3861
4316
|
"isVirtual": false,
|
|
3862
4317
|
"isOverride": false,
|
|
3863
4318
|
"isSealed": false,
|
|
4319
|
+
"visibility": "Public",
|
|
3864
4320
|
"declaringClrType": "System.Security.Cryptography.Xml.ReferenceList",
|
|
3865
4321
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
3866
4322
|
"isExtensionMethod": false
|
|
@@ -3880,6 +4336,7 @@
|
|
|
3880
4336
|
"isVirtual": true,
|
|
3881
4337
|
"isOverride": false,
|
|
3882
4338
|
"isSealed": true,
|
|
4339
|
+
"visibility": "Public",
|
|
3883
4340
|
"declaringClrType": "System.Security.Cryptography.Xml.ReferenceList",
|
|
3884
4341
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
3885
4342
|
"isExtensionMethod": false
|
|
@@ -3901,6 +4358,7 @@
|
|
|
3901
4358
|
"isAbstract": false,
|
|
3902
4359
|
"isVirtual": true,
|
|
3903
4360
|
"isOverride": false,
|
|
4361
|
+
"visibility": "Public",
|
|
3904
4362
|
"declaringClrType": "System.Security.Cryptography.Xml.ReferenceList",
|
|
3905
4363
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
3906
4364
|
},
|
|
@@ -3919,6 +4377,7 @@
|
|
|
3919
4377
|
"isAbstract": false,
|
|
3920
4378
|
"isVirtual": false,
|
|
3921
4379
|
"isOverride": false,
|
|
4380
|
+
"visibility": "Public",
|
|
3922
4381
|
"declaringClrType": "System.Security.Cryptography.Xml.ReferenceList",
|
|
3923
4382
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
3924
4383
|
},
|
|
@@ -3937,6 +4396,7 @@
|
|
|
3937
4396
|
"isAbstract": false,
|
|
3938
4397
|
"isVirtual": true,
|
|
3939
4398
|
"isOverride": false,
|
|
4399
|
+
"visibility": "Public",
|
|
3940
4400
|
"declaringClrType": "System.Security.Cryptography.Xml.ReferenceList",
|
|
3941
4401
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
3942
4402
|
},
|
|
@@ -3955,6 +4415,7 @@
|
|
|
3955
4415
|
"isAbstract": false,
|
|
3956
4416
|
"isVirtual": true,
|
|
3957
4417
|
"isOverride": false,
|
|
4418
|
+
"visibility": "Public",
|
|
3958
4419
|
"declaringClrType": "System.Security.Cryptography.Xml.ReferenceList",
|
|
3959
4420
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
3960
4421
|
}
|
|
@@ -3969,6 +4430,7 @@
|
|
|
3969
4430
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3970
4431
|
"isStatic": false,
|
|
3971
4432
|
"parameterCount": 0,
|
|
4433
|
+
"visibility": "Public",
|
|
3972
4434
|
"declaringClrType": "System.Security.Cryptography.Xml.ReferenceList",
|
|
3973
4435
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
3974
4436
|
}
|
|
@@ -3985,6 +4447,10 @@
|
|
|
3985
4447
|
"isSealed": false,
|
|
3986
4448
|
"isStatic": false,
|
|
3987
4449
|
"arity": 0,
|
|
4450
|
+
"baseType": {
|
|
4451
|
+
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.KeyInfoClause",
|
|
4452
|
+
"clrName": "System.Security.Cryptography.Xml.KeyInfoClause"
|
|
4453
|
+
},
|
|
3988
4454
|
"methods": [
|
|
3989
4455
|
{
|
|
3990
4456
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.RSAKeyValue::GetXml():System.Xml.XmlElement",
|
|
@@ -4001,6 +4467,7 @@
|
|
|
4001
4467
|
"isVirtual": true,
|
|
4002
4468
|
"isOverride": true,
|
|
4003
4469
|
"isSealed": false,
|
|
4470
|
+
"visibility": "Public",
|
|
4004
4471
|
"declaringClrType": "System.Security.Cryptography.Xml.RSAKeyValue",
|
|
4005
4472
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
4006
4473
|
"isExtensionMethod": false
|
|
@@ -4020,6 +4487,7 @@
|
|
|
4020
4487
|
"isVirtual": true,
|
|
4021
4488
|
"isOverride": true,
|
|
4022
4489
|
"isSealed": false,
|
|
4490
|
+
"visibility": "Public",
|
|
4023
4491
|
"declaringClrType": "System.Security.Cryptography.Xml.RSAKeyValue",
|
|
4024
4492
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
4025
4493
|
"isExtensionMethod": false
|
|
@@ -4041,6 +4509,7 @@
|
|
|
4041
4509
|
"isAbstract": false,
|
|
4042
4510
|
"isVirtual": false,
|
|
4043
4511
|
"isOverride": false,
|
|
4512
|
+
"visibility": "Public",
|
|
4044
4513
|
"declaringClrType": "System.Security.Cryptography.Xml.RSAKeyValue",
|
|
4045
4514
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
4046
4515
|
}
|
|
@@ -4055,6 +4524,7 @@
|
|
|
4055
4524
|
"normalizedSignature": "constructor|():void|static=false",
|
|
4056
4525
|
"isStatic": false,
|
|
4057
4526
|
"parameterCount": 0,
|
|
4527
|
+
"visibility": "Public",
|
|
4058
4528
|
"declaringClrType": "System.Security.Cryptography.Xml.RSAKeyValue",
|
|
4059
4529
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
4060
4530
|
},
|
|
@@ -4065,6 +4535,7 @@
|
|
|
4065
4535
|
"normalizedSignature": "constructor|(System.Security.Cryptography.RSA):void|static=false",
|
|
4066
4536
|
"isStatic": false,
|
|
4067
4537
|
"parameterCount": 1,
|
|
4538
|
+
"visibility": "Public",
|
|
4068
4539
|
"declaringClrType": "System.Security.Cryptography.Xml.RSAKeyValue",
|
|
4069
4540
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
4070
4541
|
}
|
|
@@ -4081,6 +4552,10 @@
|
|
|
4081
4552
|
"isSealed": false,
|
|
4082
4553
|
"isStatic": false,
|
|
4083
4554
|
"arity": 0,
|
|
4555
|
+
"baseType": {
|
|
4556
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
4557
|
+
"clrName": "System.Object"
|
|
4558
|
+
},
|
|
4084
4559
|
"methods": [
|
|
4085
4560
|
{
|
|
4086
4561
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Signature::GetXml():System.Xml.XmlElement",
|
|
@@ -4097,6 +4572,7 @@
|
|
|
4097
4572
|
"isVirtual": false,
|
|
4098
4573
|
"isOverride": false,
|
|
4099
4574
|
"isSealed": false,
|
|
4575
|
+
"visibility": "Public",
|
|
4100
4576
|
"declaringClrType": "System.Security.Cryptography.Xml.Signature",
|
|
4101
4577
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
4102
4578
|
"isExtensionMethod": false
|
|
@@ -4116,6 +4592,7 @@
|
|
|
4116
4592
|
"isVirtual": false,
|
|
4117
4593
|
"isOverride": false,
|
|
4118
4594
|
"isSealed": false,
|
|
4595
|
+
"visibility": "Public",
|
|
4119
4596
|
"declaringClrType": "System.Security.Cryptography.Xml.Signature",
|
|
4120
4597
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
4121
4598
|
"isExtensionMethod": false
|
|
@@ -4135,6 +4612,7 @@
|
|
|
4135
4612
|
"isVirtual": false,
|
|
4136
4613
|
"isOverride": false,
|
|
4137
4614
|
"isSealed": false,
|
|
4615
|
+
"visibility": "Public",
|
|
4138
4616
|
"declaringClrType": "System.Security.Cryptography.Xml.Signature",
|
|
4139
4617
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
4140
4618
|
"isExtensionMethod": false
|
|
@@ -4156,6 +4634,7 @@
|
|
|
4156
4634
|
"isAbstract": false,
|
|
4157
4635
|
"isVirtual": false,
|
|
4158
4636
|
"isOverride": false,
|
|
4637
|
+
"visibility": "Public",
|
|
4159
4638
|
"declaringClrType": "System.Security.Cryptography.Xml.Signature",
|
|
4160
4639
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
4161
4640
|
},
|
|
@@ -4174,6 +4653,7 @@
|
|
|
4174
4653
|
"isAbstract": false,
|
|
4175
4654
|
"isVirtual": false,
|
|
4176
4655
|
"isOverride": false,
|
|
4656
|
+
"visibility": "Public",
|
|
4177
4657
|
"declaringClrType": "System.Security.Cryptography.Xml.Signature",
|
|
4178
4658
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
4179
4659
|
},
|
|
@@ -4192,6 +4672,7 @@
|
|
|
4192
4672
|
"isAbstract": false,
|
|
4193
4673
|
"isVirtual": false,
|
|
4194
4674
|
"isOverride": false,
|
|
4675
|
+
"visibility": "Public",
|
|
4195
4676
|
"declaringClrType": "System.Security.Cryptography.Xml.Signature",
|
|
4196
4677
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
4197
4678
|
},
|
|
@@ -4210,6 +4691,7 @@
|
|
|
4210
4691
|
"isAbstract": false,
|
|
4211
4692
|
"isVirtual": false,
|
|
4212
4693
|
"isOverride": false,
|
|
4694
|
+
"visibility": "Public",
|
|
4213
4695
|
"declaringClrType": "System.Security.Cryptography.Xml.Signature",
|
|
4214
4696
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
4215
4697
|
},
|
|
@@ -4228,6 +4710,7 @@
|
|
|
4228
4710
|
"isAbstract": false,
|
|
4229
4711
|
"isVirtual": false,
|
|
4230
4712
|
"isOverride": false,
|
|
4713
|
+
"visibility": "Public",
|
|
4231
4714
|
"declaringClrType": "System.Security.Cryptography.Xml.Signature",
|
|
4232
4715
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
4233
4716
|
}
|
|
@@ -4242,6 +4725,7 @@
|
|
|
4242
4725
|
"normalizedSignature": "constructor|():void|static=false",
|
|
4243
4726
|
"isStatic": false,
|
|
4244
4727
|
"parameterCount": 0,
|
|
4728
|
+
"visibility": "Public",
|
|
4245
4729
|
"declaringClrType": "System.Security.Cryptography.Xml.Signature",
|
|
4246
4730
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
4247
4731
|
}
|
|
@@ -4258,6 +4742,20 @@
|
|
|
4258
4742
|
"isSealed": false,
|
|
4259
4743
|
"isStatic": false,
|
|
4260
4744
|
"arity": 0,
|
|
4745
|
+
"baseType": {
|
|
4746
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
4747
|
+
"clrName": "System.Object"
|
|
4748
|
+
},
|
|
4749
|
+
"interfaces": [
|
|
4750
|
+
{
|
|
4751
|
+
"stableId": "System.Private.CoreLib:System.Collections.ICollection",
|
|
4752
|
+
"clrName": "System.Collections.ICollection"
|
|
4753
|
+
},
|
|
4754
|
+
{
|
|
4755
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
4756
|
+
"clrName": "System.Collections.IEnumerable"
|
|
4757
|
+
}
|
|
4758
|
+
],
|
|
4261
4759
|
"methods": [
|
|
4262
4760
|
{
|
|
4263
4761
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedInfo::GetEnumerator():System.Collections.IEnumerator",
|
|
@@ -4274,6 +4772,7 @@
|
|
|
4274
4772
|
"isVirtual": true,
|
|
4275
4773
|
"isOverride": false,
|
|
4276
4774
|
"isSealed": true,
|
|
4775
|
+
"visibility": "Public",
|
|
4277
4776
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedInfo",
|
|
4278
4777
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
4279
4778
|
"isExtensionMethod": false
|
|
@@ -4293,6 +4792,7 @@
|
|
|
4293
4792
|
"isVirtual": true,
|
|
4294
4793
|
"isOverride": false,
|
|
4295
4794
|
"isSealed": true,
|
|
4795
|
+
"visibility": "Public",
|
|
4296
4796
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedInfo",
|
|
4297
4797
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
4298
4798
|
"isExtensionMethod": false
|
|
@@ -4312,6 +4812,7 @@
|
|
|
4312
4812
|
"isVirtual": false,
|
|
4313
4813
|
"isOverride": false,
|
|
4314
4814
|
"isSealed": false,
|
|
4815
|
+
"visibility": "Public",
|
|
4315
4816
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedInfo",
|
|
4316
4817
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
4317
4818
|
"isExtensionMethod": false
|
|
@@ -4331,6 +4832,7 @@
|
|
|
4331
4832
|
"isVirtual": false,
|
|
4332
4833
|
"isOverride": false,
|
|
4333
4834
|
"isSealed": false,
|
|
4835
|
+
"visibility": "Public",
|
|
4334
4836
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedInfo",
|
|
4335
4837
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
4336
4838
|
"isExtensionMethod": false
|
|
@@ -4350,6 +4852,7 @@
|
|
|
4350
4852
|
"isVirtual": false,
|
|
4351
4853
|
"isOverride": false,
|
|
4352
4854
|
"isSealed": false,
|
|
4855
|
+
"visibility": "Public",
|
|
4353
4856
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedInfo",
|
|
4354
4857
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
4355
4858
|
"isExtensionMethod": false
|
|
@@ -4371,6 +4874,7 @@
|
|
|
4371
4874
|
"isAbstract": false,
|
|
4372
4875
|
"isVirtual": true,
|
|
4373
4876
|
"isOverride": false,
|
|
4877
|
+
"visibility": "Public",
|
|
4374
4878
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedInfo",
|
|
4375
4879
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
4376
4880
|
},
|
|
@@ -4389,6 +4893,7 @@
|
|
|
4389
4893
|
"isAbstract": false,
|
|
4390
4894
|
"isVirtual": false,
|
|
4391
4895
|
"isOverride": false,
|
|
4896
|
+
"visibility": "Public",
|
|
4392
4897
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedInfo",
|
|
4393
4898
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
4394
4899
|
},
|
|
@@ -4407,6 +4912,7 @@
|
|
|
4407
4912
|
"isAbstract": false,
|
|
4408
4913
|
"isVirtual": true,
|
|
4409
4914
|
"isOverride": false,
|
|
4915
|
+
"visibility": "Public",
|
|
4410
4916
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedInfo",
|
|
4411
4917
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
4412
4918
|
},
|
|
@@ -4425,6 +4931,7 @@
|
|
|
4425
4931
|
"isAbstract": false,
|
|
4426
4932
|
"isVirtual": true,
|
|
4427
4933
|
"isOverride": false,
|
|
4934
|
+
"visibility": "Public",
|
|
4428
4935
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedInfo",
|
|
4429
4936
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
4430
4937
|
},
|
|
@@ -4443,6 +4950,7 @@
|
|
|
4443
4950
|
"isAbstract": false,
|
|
4444
4951
|
"isVirtual": false,
|
|
4445
4952
|
"isOverride": false,
|
|
4953
|
+
"visibility": "Public",
|
|
4446
4954
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedInfo",
|
|
4447
4955
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
4448
4956
|
},
|
|
@@ -4461,6 +4969,7 @@
|
|
|
4461
4969
|
"isAbstract": false,
|
|
4462
4970
|
"isVirtual": false,
|
|
4463
4971
|
"isOverride": false,
|
|
4972
|
+
"visibility": "Public",
|
|
4464
4973
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedInfo",
|
|
4465
4974
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
4466
4975
|
},
|
|
@@ -4479,6 +4988,7 @@
|
|
|
4479
4988
|
"isAbstract": false,
|
|
4480
4989
|
"isVirtual": false,
|
|
4481
4990
|
"isOverride": false,
|
|
4991
|
+
"visibility": "Public",
|
|
4482
4992
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedInfo",
|
|
4483
4993
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
4484
4994
|
},
|
|
@@ -4497,6 +5007,7 @@
|
|
|
4497
5007
|
"isAbstract": false,
|
|
4498
5008
|
"isVirtual": false,
|
|
4499
5009
|
"isOverride": false,
|
|
5010
|
+
"visibility": "Public",
|
|
4500
5011
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedInfo",
|
|
4501
5012
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
4502
5013
|
},
|
|
@@ -4515,6 +5026,7 @@
|
|
|
4515
5026
|
"isAbstract": false,
|
|
4516
5027
|
"isVirtual": false,
|
|
4517
5028
|
"isOverride": false,
|
|
5029
|
+
"visibility": "Public",
|
|
4518
5030
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedInfo",
|
|
4519
5031
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
4520
5032
|
},
|
|
@@ -4533,6 +5045,7 @@
|
|
|
4533
5045
|
"isAbstract": false,
|
|
4534
5046
|
"isVirtual": false,
|
|
4535
5047
|
"isOverride": false,
|
|
5048
|
+
"visibility": "Public",
|
|
4536
5049
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedInfo",
|
|
4537
5050
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
4538
5051
|
}
|
|
@@ -4547,6 +5060,7 @@
|
|
|
4547
5060
|
"normalizedSignature": "constructor|():void|static=false",
|
|
4548
5061
|
"isStatic": false,
|
|
4549
5062
|
"parameterCount": 0,
|
|
5063
|
+
"visibility": "Public",
|
|
4550
5064
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedInfo",
|
|
4551
5065
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
4552
5066
|
}
|
|
@@ -4563,6 +5077,10 @@
|
|
|
4563
5077
|
"isSealed": false,
|
|
4564
5078
|
"isStatic": false,
|
|
4565
5079
|
"arity": 0,
|
|
5080
|
+
"baseType": {
|
|
5081
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
5082
|
+
"clrName": "System.Object"
|
|
5083
|
+
},
|
|
4566
5084
|
"methods": [
|
|
4567
5085
|
{
|
|
4568
5086
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::GetXml():System.Xml.XmlElement",
|
|
@@ -4579,6 +5097,7 @@
|
|
|
4579
5097
|
"isVirtual": false,
|
|
4580
5098
|
"isOverride": false,
|
|
4581
5099
|
"isSealed": false,
|
|
5100
|
+
"visibility": "Public",
|
|
4582
5101
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
4583
5102
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
4584
5103
|
"isExtensionMethod": false
|
|
@@ -4598,6 +5117,7 @@
|
|
|
4598
5117
|
"isVirtual": false,
|
|
4599
5118
|
"isOverride": false,
|
|
4600
5119
|
"isSealed": false,
|
|
5120
|
+
"visibility": "Public",
|
|
4601
5121
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
4602
5122
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
4603
5123
|
"isExtensionMethod": false
|
|
@@ -4617,6 +5137,7 @@
|
|
|
4617
5137
|
"isVirtual": false,
|
|
4618
5138
|
"isOverride": false,
|
|
4619
5139
|
"isSealed": false,
|
|
5140
|
+
"visibility": "Public",
|
|
4620
5141
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
4621
5142
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
4622
5143
|
"isExtensionMethod": false
|
|
@@ -4636,6 +5157,7 @@
|
|
|
4636
5157
|
"isVirtual": false,
|
|
4637
5158
|
"isOverride": false,
|
|
4638
5159
|
"isSealed": false,
|
|
5160
|
+
"visibility": "Public",
|
|
4639
5161
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
4640
5162
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
4641
5163
|
"isExtensionMethod": false
|
|
@@ -4655,6 +5177,7 @@
|
|
|
4655
5177
|
"isVirtual": false,
|
|
4656
5178
|
"isOverride": false,
|
|
4657
5179
|
"isSealed": false,
|
|
5180
|
+
"visibility": "Public",
|
|
4658
5181
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
4659
5182
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
4660
5183
|
"isExtensionMethod": false
|
|
@@ -4674,6 +5197,7 @@
|
|
|
4674
5197
|
"isVirtual": false,
|
|
4675
5198
|
"isOverride": false,
|
|
4676
5199
|
"isSealed": false,
|
|
5200
|
+
"visibility": "Public",
|
|
4677
5201
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
4678
5202
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
4679
5203
|
"isExtensionMethod": false,
|
|
@@ -4699,6 +5223,7 @@
|
|
|
4699
5223
|
"isVirtual": false,
|
|
4700
5224
|
"isOverride": false,
|
|
4701
5225
|
"isSealed": false,
|
|
5226
|
+
"visibility": "Public",
|
|
4702
5227
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
4703
5228
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
4704
5229
|
"isExtensionMethod": false
|
|
@@ -4718,6 +5243,7 @@
|
|
|
4718
5243
|
"isVirtual": false,
|
|
4719
5244
|
"isOverride": false,
|
|
4720
5245
|
"isSealed": false,
|
|
5246
|
+
"visibility": "Public",
|
|
4721
5247
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
4722
5248
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
4723
5249
|
"isExtensionMethod": false
|
|
@@ -4737,6 +5263,7 @@
|
|
|
4737
5263
|
"isVirtual": false,
|
|
4738
5264
|
"isOverride": false,
|
|
4739
5265
|
"isSealed": false,
|
|
5266
|
+
"visibility": "Public",
|
|
4740
5267
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
4741
5268
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
4742
5269
|
"isExtensionMethod": false
|
|
@@ -4756,6 +5283,7 @@
|
|
|
4756
5283
|
"isVirtual": false,
|
|
4757
5284
|
"isOverride": false,
|
|
4758
5285
|
"isSealed": false,
|
|
5286
|
+
"visibility": "Public",
|
|
4759
5287
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
4760
5288
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
4761
5289
|
"isExtensionMethod": false
|
|
@@ -4775,6 +5303,27 @@
|
|
|
4775
5303
|
"isVirtual": false,
|
|
4776
5304
|
"isOverride": false,
|
|
4777
5305
|
"isSealed": false,
|
|
5306
|
+
"visibility": "Public",
|
|
5307
|
+
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
5308
|
+
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
5309
|
+
"isExtensionMethod": false
|
|
5310
|
+
},
|
|
5311
|
+
{
|
|
5312
|
+
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::GetPublicKey():System.Security.Cryptography.AsymmetricAlgorithm",
|
|
5313
|
+
"clrName": "GetPublicKey",
|
|
5314
|
+
"metadataToken": 100663943,
|
|
5315
|
+
"canonicalSignature": "():System.Security.Cryptography.AsymmetricAlgorithm",
|
|
5316
|
+
"normalizedSignature": "GetPublicKey|():System.Security.Cryptography.AsymmetricAlgorithm|static=false",
|
|
5317
|
+
"emitScope": "ClassSurface",
|
|
5318
|
+
"provenance": "Original",
|
|
5319
|
+
"arity": 0,
|
|
5320
|
+
"parameterCount": 0,
|
|
5321
|
+
"isStatic": false,
|
|
5322
|
+
"isAbstract": false,
|
|
5323
|
+
"isVirtual": true,
|
|
5324
|
+
"isOverride": false,
|
|
5325
|
+
"isSealed": false,
|
|
5326
|
+
"visibility": "Protected",
|
|
4778
5327
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
4779
5328
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
4780
5329
|
"isExtensionMethod": false
|
|
@@ -4794,6 +5343,7 @@
|
|
|
4794
5343
|
"isVirtual": true,
|
|
4795
5344
|
"isOverride": false,
|
|
4796
5345
|
"isSealed": false,
|
|
5346
|
+
"visibility": "Public",
|
|
4797
5347
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
4798
5348
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
4799
5349
|
"isExtensionMethod": false
|
|
@@ -4815,6 +5365,7 @@
|
|
|
4815
5365
|
"isAbstract": false,
|
|
4816
5366
|
"isVirtual": false,
|
|
4817
5367
|
"isOverride": false,
|
|
5368
|
+
"visibility": "Public",
|
|
4818
5369
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
4819
5370
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
4820
5371
|
},
|
|
@@ -4833,6 +5384,7 @@
|
|
|
4833
5384
|
"isAbstract": false,
|
|
4834
5385
|
"isVirtual": false,
|
|
4835
5386
|
"isOverride": false,
|
|
5387
|
+
"visibility": "Public",
|
|
4836
5388
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
4837
5389
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
4838
5390
|
},
|
|
@@ -4851,6 +5403,7 @@
|
|
|
4851
5403
|
"isAbstract": false,
|
|
4852
5404
|
"isVirtual": false,
|
|
4853
5405
|
"isOverride": false,
|
|
5406
|
+
"visibility": "Public",
|
|
4854
5407
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
4855
5408
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
4856
5409
|
},
|
|
@@ -4869,6 +5422,7 @@
|
|
|
4869
5422
|
"isAbstract": false,
|
|
4870
5423
|
"isVirtual": false,
|
|
4871
5424
|
"isOverride": false,
|
|
5425
|
+
"visibility": "Public",
|
|
4872
5426
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
4873
5427
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
4874
5428
|
},
|
|
@@ -4887,6 +5441,7 @@
|
|
|
4887
5441
|
"isAbstract": false,
|
|
4888
5442
|
"isVirtual": false,
|
|
4889
5443
|
"isOverride": false,
|
|
5444
|
+
"visibility": "Public",
|
|
4890
5445
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
4891
5446
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
4892
5447
|
},
|
|
@@ -4905,6 +5460,7 @@
|
|
|
4905
5460
|
"isAbstract": false,
|
|
4906
5461
|
"isVirtual": false,
|
|
4907
5462
|
"isOverride": false,
|
|
5463
|
+
"visibility": "Public",
|
|
4908
5464
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
4909
5465
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
4910
5466
|
},
|
|
@@ -4923,6 +5479,7 @@
|
|
|
4923
5479
|
"isAbstract": false,
|
|
4924
5480
|
"isVirtual": false,
|
|
4925
5481
|
"isOverride": false,
|
|
5482
|
+
"visibility": "Public",
|
|
4926
5483
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
4927
5484
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
4928
5485
|
},
|
|
@@ -4941,6 +5498,7 @@
|
|
|
4941
5498
|
"isAbstract": false,
|
|
4942
5499
|
"isVirtual": false,
|
|
4943
5500
|
"isOverride": false,
|
|
5501
|
+
"visibility": "Public",
|
|
4944
5502
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
4945
5503
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
4946
5504
|
},
|
|
@@ -4959,6 +5517,7 @@
|
|
|
4959
5517
|
"isAbstract": false,
|
|
4960
5518
|
"isVirtual": false,
|
|
4961
5519
|
"isOverride": false,
|
|
5520
|
+
"visibility": "Public",
|
|
4962
5521
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
4963
5522
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
4964
5523
|
},
|
|
@@ -4977,6 +5536,7 @@
|
|
|
4977
5536
|
"isAbstract": false,
|
|
4978
5537
|
"isVirtual": false,
|
|
4979
5538
|
"isOverride": false,
|
|
5539
|
+
"visibility": "Public",
|
|
4980
5540
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
4981
5541
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
4982
5542
|
},
|
|
@@ -4995,6 +5555,7 @@
|
|
|
4995
5555
|
"isAbstract": false,
|
|
4996
5556
|
"isVirtual": false,
|
|
4997
5557
|
"isOverride": false,
|
|
5558
|
+
"visibility": "Public",
|
|
4998
5559
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
4999
5560
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
5000
5561
|
},
|
|
@@ -5013,11 +5574,36 @@
|
|
|
5013
5574
|
"isAbstract": false,
|
|
5014
5575
|
"isVirtual": false,
|
|
5015
5576
|
"isOverride": false,
|
|
5577
|
+
"visibility": "Public",
|
|
5016
5578
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
5017
5579
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
5018
5580
|
}
|
|
5019
5581
|
],
|
|
5020
5582
|
"fields": [
|
|
5583
|
+
{
|
|
5584
|
+
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::m_signatureSystem.Security.Cryptography.Xml.Signature",
|
|
5585
|
+
"clrName": "m_signature",
|
|
5586
|
+
"metadataToken": 67109144,
|
|
5587
|
+
"normalizedSignature": "m_signature|System.Security.Cryptography.Xml.Signature|static=false|const=false",
|
|
5588
|
+
"isStatic": false,
|
|
5589
|
+
"isReadOnly": false,
|
|
5590
|
+
"isLiteral": false,
|
|
5591
|
+
"visibility": "Protected",
|
|
5592
|
+
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
5593
|
+
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
5594
|
+
},
|
|
5595
|
+
{
|
|
5596
|
+
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::m_strSigningKeyNameSystem.String",
|
|
5597
|
+
"clrName": "m_strSigningKeyName",
|
|
5598
|
+
"metadataToken": 67109145,
|
|
5599
|
+
"normalizedSignature": "m_strSigningKeyName|System.String|static=false|const=false",
|
|
5600
|
+
"isStatic": false,
|
|
5601
|
+
"isReadOnly": false,
|
|
5602
|
+
"isLiteral": false,
|
|
5603
|
+
"visibility": "Protected",
|
|
5604
|
+
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
5605
|
+
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
5606
|
+
},
|
|
5021
5607
|
{
|
|
5022
5608
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.SignedXml::XmlDsigNamespaceUrlSystem.String",
|
|
5023
5609
|
"clrName": "XmlDsigNamespaceUrl",
|
|
@@ -5026,6 +5612,7 @@
|
|
|
5026
5612
|
"isStatic": true,
|
|
5027
5613
|
"isReadOnly": false,
|
|
5028
5614
|
"isLiteral": true,
|
|
5615
|
+
"visibility": "Public",
|
|
5029
5616
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
5030
5617
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
5031
5618
|
},
|
|
@@ -5037,6 +5624,7 @@
|
|
|
5037
5624
|
"isStatic": true,
|
|
5038
5625
|
"isReadOnly": false,
|
|
5039
5626
|
"isLiteral": true,
|
|
5627
|
+
"visibility": "Public",
|
|
5040
5628
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
5041
5629
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
5042
5630
|
},
|
|
@@ -5048,6 +5636,7 @@
|
|
|
5048
5636
|
"isStatic": true,
|
|
5049
5637
|
"isReadOnly": false,
|
|
5050
5638
|
"isLiteral": true,
|
|
5639
|
+
"visibility": "Public",
|
|
5051
5640
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
5052
5641
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
5053
5642
|
},
|
|
@@ -5059,6 +5648,7 @@
|
|
|
5059
5648
|
"isStatic": true,
|
|
5060
5649
|
"isReadOnly": false,
|
|
5061
5650
|
"isLiteral": true,
|
|
5651
|
+
"visibility": "Public",
|
|
5062
5652
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
5063
5653
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
5064
5654
|
},
|
|
@@ -5070,6 +5660,7 @@
|
|
|
5070
5660
|
"isStatic": true,
|
|
5071
5661
|
"isReadOnly": false,
|
|
5072
5662
|
"isLiteral": true,
|
|
5663
|
+
"visibility": "Public",
|
|
5073
5664
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
5074
5665
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
5075
5666
|
},
|
|
@@ -5081,6 +5672,7 @@
|
|
|
5081
5672
|
"isStatic": true,
|
|
5082
5673
|
"isReadOnly": false,
|
|
5083
5674
|
"isLiteral": true,
|
|
5675
|
+
"visibility": "Public",
|
|
5084
5676
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
5085
5677
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
5086
5678
|
},
|
|
@@ -5092,6 +5684,7 @@
|
|
|
5092
5684
|
"isStatic": true,
|
|
5093
5685
|
"isReadOnly": false,
|
|
5094
5686
|
"isLiteral": true,
|
|
5687
|
+
"visibility": "Public",
|
|
5095
5688
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
5096
5689
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
5097
5690
|
},
|
|
@@ -5103,6 +5696,7 @@
|
|
|
5103
5696
|
"isStatic": true,
|
|
5104
5697
|
"isReadOnly": false,
|
|
5105
5698
|
"isLiteral": true,
|
|
5699
|
+
"visibility": "Public",
|
|
5106
5700
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
5107
5701
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
5108
5702
|
},
|
|
@@ -5114,6 +5708,7 @@
|
|
|
5114
5708
|
"isStatic": true,
|
|
5115
5709
|
"isReadOnly": false,
|
|
5116
5710
|
"isLiteral": true,
|
|
5711
|
+
"visibility": "Public",
|
|
5117
5712
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
5118
5713
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
5119
5714
|
},
|
|
@@ -5125,6 +5720,7 @@
|
|
|
5125
5720
|
"isStatic": true,
|
|
5126
5721
|
"isReadOnly": false,
|
|
5127
5722
|
"isLiteral": true,
|
|
5723
|
+
"visibility": "Public",
|
|
5128
5724
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
5129
5725
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
5130
5726
|
},
|
|
@@ -5136,6 +5732,7 @@
|
|
|
5136
5732
|
"isStatic": true,
|
|
5137
5733
|
"isReadOnly": false,
|
|
5138
5734
|
"isLiteral": true,
|
|
5735
|
+
"visibility": "Public",
|
|
5139
5736
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
5140
5737
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
5141
5738
|
},
|
|
@@ -5147,6 +5744,7 @@
|
|
|
5147
5744
|
"isStatic": true,
|
|
5148
5745
|
"isReadOnly": false,
|
|
5149
5746
|
"isLiteral": true,
|
|
5747
|
+
"visibility": "Public",
|
|
5150
5748
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
5151
5749
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
5152
5750
|
},
|
|
@@ -5158,6 +5756,7 @@
|
|
|
5158
5756
|
"isStatic": true,
|
|
5159
5757
|
"isReadOnly": false,
|
|
5160
5758
|
"isLiteral": true,
|
|
5759
|
+
"visibility": "Public",
|
|
5161
5760
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
5162
5761
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
5163
5762
|
},
|
|
@@ -5169,6 +5768,7 @@
|
|
|
5169
5768
|
"isStatic": true,
|
|
5170
5769
|
"isReadOnly": false,
|
|
5171
5770
|
"isLiteral": true,
|
|
5771
|
+
"visibility": "Public",
|
|
5172
5772
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
5173
5773
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
5174
5774
|
},
|
|
@@ -5180,6 +5780,7 @@
|
|
|
5180
5780
|
"isStatic": true,
|
|
5181
5781
|
"isReadOnly": false,
|
|
5182
5782
|
"isLiteral": true,
|
|
5783
|
+
"visibility": "Public",
|
|
5183
5784
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
5184
5785
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
5185
5786
|
},
|
|
@@ -5191,6 +5792,7 @@
|
|
|
5191
5792
|
"isStatic": true,
|
|
5192
5793
|
"isReadOnly": false,
|
|
5193
5794
|
"isLiteral": true,
|
|
5795
|
+
"visibility": "Public",
|
|
5194
5796
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
5195
5797
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
5196
5798
|
},
|
|
@@ -5202,6 +5804,7 @@
|
|
|
5202
5804
|
"isStatic": true,
|
|
5203
5805
|
"isReadOnly": false,
|
|
5204
5806
|
"isLiteral": true,
|
|
5807
|
+
"visibility": "Public",
|
|
5205
5808
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
5206
5809
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
5207
5810
|
},
|
|
@@ -5213,6 +5816,7 @@
|
|
|
5213
5816
|
"isStatic": true,
|
|
5214
5817
|
"isReadOnly": false,
|
|
5215
5818
|
"isLiteral": true,
|
|
5819
|
+
"visibility": "Public",
|
|
5216
5820
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
5217
5821
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
5218
5822
|
},
|
|
@@ -5224,6 +5828,7 @@
|
|
|
5224
5828
|
"isStatic": true,
|
|
5225
5829
|
"isReadOnly": false,
|
|
5226
5830
|
"isLiteral": true,
|
|
5831
|
+
"visibility": "Public",
|
|
5227
5832
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
5228
5833
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
5229
5834
|
},
|
|
@@ -5235,6 +5840,7 @@
|
|
|
5235
5840
|
"isStatic": true,
|
|
5236
5841
|
"isReadOnly": false,
|
|
5237
5842
|
"isLiteral": true,
|
|
5843
|
+
"visibility": "Public",
|
|
5238
5844
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
5239
5845
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
5240
5846
|
},
|
|
@@ -5246,6 +5852,7 @@
|
|
|
5246
5852
|
"isStatic": true,
|
|
5247
5853
|
"isReadOnly": false,
|
|
5248
5854
|
"isLiteral": true,
|
|
5855
|
+
"visibility": "Public",
|
|
5249
5856
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
5250
5857
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
5251
5858
|
},
|
|
@@ -5257,6 +5864,7 @@
|
|
|
5257
5864
|
"isStatic": true,
|
|
5258
5865
|
"isReadOnly": false,
|
|
5259
5866
|
"isLiteral": true,
|
|
5867
|
+
"visibility": "Public",
|
|
5260
5868
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
5261
5869
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
5262
5870
|
},
|
|
@@ -5268,6 +5876,7 @@
|
|
|
5268
5876
|
"isStatic": true,
|
|
5269
5877
|
"isReadOnly": false,
|
|
5270
5878
|
"isLiteral": true,
|
|
5879
|
+
"visibility": "Public",
|
|
5271
5880
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
5272
5881
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
5273
5882
|
},
|
|
@@ -5279,6 +5888,7 @@
|
|
|
5279
5888
|
"isStatic": true,
|
|
5280
5889
|
"isReadOnly": false,
|
|
5281
5890
|
"isLiteral": true,
|
|
5891
|
+
"visibility": "Public",
|
|
5282
5892
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
5283
5893
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
5284
5894
|
}
|
|
@@ -5292,6 +5902,7 @@
|
|
|
5292
5902
|
"normalizedSignature": "constructor|():void|static=false",
|
|
5293
5903
|
"isStatic": false,
|
|
5294
5904
|
"parameterCount": 0,
|
|
5905
|
+
"visibility": "Public",
|
|
5295
5906
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
5296
5907
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
5297
5908
|
},
|
|
@@ -5302,6 +5913,7 @@
|
|
|
5302
5913
|
"normalizedSignature": "constructor|(System.Xml.XmlDocument):void|static=false",
|
|
5303
5914
|
"isStatic": false,
|
|
5304
5915
|
"parameterCount": 1,
|
|
5916
|
+
"visibility": "Public",
|
|
5305
5917
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
5306
5918
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
5307
5919
|
},
|
|
@@ -5312,6 +5924,7 @@
|
|
|
5312
5924
|
"normalizedSignature": "constructor|(System.Xml.XmlElement):void|static=false",
|
|
5313
5925
|
"isStatic": false,
|
|
5314
5926
|
"parameterCount": 1,
|
|
5927
|
+
"visibility": "Public",
|
|
5315
5928
|
"declaringClrType": "System.Security.Cryptography.Xml.SignedXml",
|
|
5316
5929
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
5317
5930
|
}
|
|
@@ -5328,6 +5941,10 @@
|
|
|
5328
5941
|
"isSealed": false,
|
|
5329
5942
|
"isStatic": false,
|
|
5330
5943
|
"arity": 0,
|
|
5944
|
+
"baseType": {
|
|
5945
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
5946
|
+
"clrName": "System.Object"
|
|
5947
|
+
},
|
|
5331
5948
|
"methods": [
|
|
5332
5949
|
{
|
|
5333
5950
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Transform::GetXml():System.Xml.XmlElement",
|
|
@@ -5344,6 +5961,7 @@
|
|
|
5344
5961
|
"isVirtual": false,
|
|
5345
5962
|
"isOverride": false,
|
|
5346
5963
|
"isSealed": false,
|
|
5964
|
+
"visibility": "Public",
|
|
5347
5965
|
"declaringClrType": "System.Security.Cryptography.Xml.Transform",
|
|
5348
5966
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
5349
5967
|
"isExtensionMethod": false
|
|
@@ -5363,6 +5981,27 @@
|
|
|
5363
5981
|
"isVirtual": true,
|
|
5364
5982
|
"isOverride": false,
|
|
5365
5983
|
"isSealed": false,
|
|
5984
|
+
"visibility": "Public",
|
|
5985
|
+
"declaringClrType": "System.Security.Cryptography.Xml.Transform",
|
|
5986
|
+
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
5987
|
+
"isExtensionMethod": false
|
|
5988
|
+
},
|
|
5989
|
+
{
|
|
5990
|
+
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Transform::GetInnerXml():System.Xml.XmlNodeList",
|
|
5991
|
+
"clrName": "GetInnerXml",
|
|
5992
|
+
"metadataToken": 100664020,
|
|
5993
|
+
"canonicalSignature": "():System.Xml.XmlNodeList",
|
|
5994
|
+
"normalizedSignature": "GetInnerXml|():System.Xml.XmlNodeList|static=false",
|
|
5995
|
+
"emitScope": "ClassSurface",
|
|
5996
|
+
"provenance": "Original",
|
|
5997
|
+
"arity": 0,
|
|
5998
|
+
"parameterCount": 0,
|
|
5999
|
+
"isStatic": false,
|
|
6000
|
+
"isAbstract": true,
|
|
6001
|
+
"isVirtual": true,
|
|
6002
|
+
"isOverride": false,
|
|
6003
|
+
"isSealed": false,
|
|
6004
|
+
"visibility": "Protected",
|
|
5366
6005
|
"declaringClrType": "System.Security.Cryptography.Xml.Transform",
|
|
5367
6006
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
5368
6007
|
"isExtensionMethod": false
|
|
@@ -5382,6 +6021,7 @@
|
|
|
5382
6021
|
"isVirtual": true,
|
|
5383
6022
|
"isOverride": false,
|
|
5384
6023
|
"isSealed": false,
|
|
6024
|
+
"visibility": "Public",
|
|
5385
6025
|
"declaringClrType": "System.Security.Cryptography.Xml.Transform",
|
|
5386
6026
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
5387
6027
|
"isExtensionMethod": false
|
|
@@ -5401,6 +6041,7 @@
|
|
|
5401
6041
|
"isVirtual": true,
|
|
5402
6042
|
"isOverride": false,
|
|
5403
6043
|
"isSealed": false,
|
|
6044
|
+
"visibility": "Public",
|
|
5404
6045
|
"declaringClrType": "System.Security.Cryptography.Xml.Transform",
|
|
5405
6046
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
5406
6047
|
"isExtensionMethod": false
|
|
@@ -5420,6 +6061,7 @@
|
|
|
5420
6061
|
"isVirtual": true,
|
|
5421
6062
|
"isOverride": false,
|
|
5422
6063
|
"isSealed": false,
|
|
6064
|
+
"visibility": "Public",
|
|
5423
6065
|
"declaringClrType": "System.Security.Cryptography.Xml.Transform",
|
|
5424
6066
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
5425
6067
|
"isExtensionMethod": false
|
|
@@ -5439,6 +6081,7 @@
|
|
|
5439
6081
|
"isVirtual": true,
|
|
5440
6082
|
"isOverride": false,
|
|
5441
6083
|
"isSealed": false,
|
|
6084
|
+
"visibility": "Public",
|
|
5442
6085
|
"declaringClrType": "System.Security.Cryptography.Xml.Transform",
|
|
5443
6086
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
5444
6087
|
"isExtensionMethod": false
|
|
@@ -5460,6 +6103,26 @@
|
|
|
5460
6103
|
"isAbstract": false,
|
|
5461
6104
|
"isVirtual": false,
|
|
5462
6105
|
"isOverride": false,
|
|
6106
|
+
"visibility": "Public",
|
|
6107
|
+
"declaringClrType": "System.Security.Cryptography.Xml.Transform",
|
|
6108
|
+
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
6109
|
+
},
|
|
6110
|
+
{
|
|
6111
|
+
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Transform::Resolver:System.Xml.XmlResolver",
|
|
6112
|
+
"clrName": "Resolver",
|
|
6113
|
+
"metadataToken": 385876199,
|
|
6114
|
+
"canonicalSignature": ":System.Xml.XmlResolver",
|
|
6115
|
+
"normalizedSignature": "Resolver|:System.Xml.XmlResolver|static=false|accessor=getset",
|
|
6116
|
+
"emitScope": "ClassSurface",
|
|
6117
|
+
"provenance": "Original",
|
|
6118
|
+
"isIndexer": false,
|
|
6119
|
+
"hasGetter": true,
|
|
6120
|
+
"hasSetter": true,
|
|
6121
|
+
"isStatic": false,
|
|
6122
|
+
"isAbstract": false,
|
|
6123
|
+
"isVirtual": false,
|
|
6124
|
+
"isOverride": false,
|
|
6125
|
+
"visibility": "Internal",
|
|
5463
6126
|
"declaringClrType": "System.Security.Cryptography.Xml.Transform",
|
|
5464
6127
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
5465
6128
|
},
|
|
@@ -5478,6 +6141,7 @@
|
|
|
5478
6141
|
"isAbstract": true,
|
|
5479
6142
|
"isVirtual": true,
|
|
5480
6143
|
"isOverride": false,
|
|
6144
|
+
"visibility": "Public",
|
|
5481
6145
|
"declaringClrType": "System.Security.Cryptography.Xml.Transform",
|
|
5482
6146
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
5483
6147
|
},
|
|
@@ -5496,6 +6160,7 @@
|
|
|
5496
6160
|
"isAbstract": true,
|
|
5497
6161
|
"isVirtual": true,
|
|
5498
6162
|
"isOverride": false,
|
|
6163
|
+
"visibility": "Public",
|
|
5499
6164
|
"declaringClrType": "System.Security.Cryptography.Xml.Transform",
|
|
5500
6165
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
5501
6166
|
},
|
|
@@ -5514,6 +6179,7 @@
|
|
|
5514
6179
|
"isAbstract": false,
|
|
5515
6180
|
"isVirtual": false,
|
|
5516
6181
|
"isOverride": false,
|
|
6182
|
+
"visibility": "Public",
|
|
5517
6183
|
"declaringClrType": "System.Security.Cryptography.Xml.Transform",
|
|
5518
6184
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
5519
6185
|
},
|
|
@@ -5532,13 +6198,26 @@
|
|
|
5532
6198
|
"isAbstract": false,
|
|
5533
6199
|
"isVirtual": false,
|
|
5534
6200
|
"isOverride": false,
|
|
6201
|
+
"visibility": "Public",
|
|
5535
6202
|
"declaringClrType": "System.Security.Cryptography.Xml.Transform",
|
|
5536
6203
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
5537
6204
|
}
|
|
5538
6205
|
],
|
|
5539
6206
|
"fields": [],
|
|
5540
6207
|
"events": [],
|
|
5541
|
-
"constructors": [
|
|
6208
|
+
"constructors": [
|
|
6209
|
+
{
|
|
6210
|
+
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Transform::.ctor():void",
|
|
6211
|
+
"metadataToken": 100664007,
|
|
6212
|
+
"canonicalSignature": "():void",
|
|
6213
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
6214
|
+
"isStatic": false,
|
|
6215
|
+
"parameterCount": 0,
|
|
6216
|
+
"visibility": "Protected",
|
|
6217
|
+
"declaringClrType": "System.Security.Cryptography.Xml.Transform",
|
|
6218
|
+
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
6219
|
+
}
|
|
6220
|
+
]
|
|
5542
6221
|
},
|
|
5543
6222
|
{
|
|
5544
6223
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.TransformChain",
|
|
@@ -5551,6 +6230,10 @@
|
|
|
5551
6230
|
"isSealed": false,
|
|
5552
6231
|
"isStatic": false,
|
|
5553
6232
|
"arity": 0,
|
|
6233
|
+
"baseType": {
|
|
6234
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
6235
|
+
"clrName": "System.Object"
|
|
6236
|
+
},
|
|
5554
6237
|
"methods": [
|
|
5555
6238
|
{
|
|
5556
6239
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.TransformChain::Add(System.Security.Cryptography.Xml.Transform):System.Void",
|
|
@@ -5567,6 +6250,7 @@
|
|
|
5567
6250
|
"isVirtual": false,
|
|
5568
6251
|
"isOverride": false,
|
|
5569
6252
|
"isSealed": false,
|
|
6253
|
+
"visibility": "Public",
|
|
5570
6254
|
"declaringClrType": "System.Security.Cryptography.Xml.TransformChain",
|
|
5571
6255
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
5572
6256
|
"isExtensionMethod": false
|
|
@@ -5586,6 +6270,7 @@
|
|
|
5586
6270
|
"isVirtual": false,
|
|
5587
6271
|
"isOverride": false,
|
|
5588
6272
|
"isSealed": false,
|
|
6273
|
+
"visibility": "Public",
|
|
5589
6274
|
"declaringClrType": "System.Security.Cryptography.Xml.TransformChain",
|
|
5590
6275
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
5591
6276
|
"isExtensionMethod": false
|
|
@@ -5607,6 +6292,7 @@
|
|
|
5607
6292
|
"isAbstract": false,
|
|
5608
6293
|
"isVirtual": false,
|
|
5609
6294
|
"isOverride": false,
|
|
6295
|
+
"visibility": "Public",
|
|
5610
6296
|
"declaringClrType": "System.Security.Cryptography.Xml.TransformChain",
|
|
5611
6297
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
5612
6298
|
},
|
|
@@ -5625,6 +6311,7 @@
|
|
|
5625
6311
|
"isAbstract": false,
|
|
5626
6312
|
"isVirtual": false,
|
|
5627
6313
|
"isOverride": false,
|
|
6314
|
+
"visibility": "Public",
|
|
5628
6315
|
"declaringClrType": "System.Security.Cryptography.Xml.TransformChain",
|
|
5629
6316
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
5630
6317
|
}
|
|
@@ -5639,6 +6326,7 @@
|
|
|
5639
6326
|
"normalizedSignature": "constructor|():void|static=false",
|
|
5640
6327
|
"isStatic": false,
|
|
5641
6328
|
"parameterCount": 0,
|
|
6329
|
+
"visibility": "Public",
|
|
5642
6330
|
"declaringClrType": "System.Security.Cryptography.Xml.TransformChain",
|
|
5643
6331
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
5644
6332
|
}
|
|
@@ -5655,7 +6343,31 @@
|
|
|
5655
6343
|
"isSealed": false,
|
|
5656
6344
|
"isStatic": false,
|
|
5657
6345
|
"arity": 0,
|
|
6346
|
+
"baseType": {
|
|
6347
|
+
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Transform",
|
|
6348
|
+
"clrName": "System.Security.Cryptography.Xml.Transform"
|
|
6349
|
+
},
|
|
5658
6350
|
"methods": [
|
|
6351
|
+
{
|
|
6352
|
+
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDecryptionTransform::IsTargetElement(System.Xml.XmlElement,System.String):System.Boolean",
|
|
6353
|
+
"clrName": "IsTargetElement",
|
|
6354
|
+
"metadataToken": 100664084,
|
|
6355
|
+
"canonicalSignature": "(System.Xml.XmlElement,System.String):System.Boolean",
|
|
6356
|
+
"normalizedSignature": "IsTargetElement|(System.Xml.XmlElement,System.String):System.Boolean|static=false",
|
|
6357
|
+
"emitScope": "ClassSurface",
|
|
6358
|
+
"provenance": "Original",
|
|
6359
|
+
"arity": 0,
|
|
6360
|
+
"parameterCount": 2,
|
|
6361
|
+
"isStatic": false,
|
|
6362
|
+
"isAbstract": false,
|
|
6363
|
+
"isVirtual": true,
|
|
6364
|
+
"isOverride": false,
|
|
6365
|
+
"isSealed": false,
|
|
6366
|
+
"visibility": "Protected",
|
|
6367
|
+
"declaringClrType": "System.Security.Cryptography.Xml.XmlDecryptionTransform",
|
|
6368
|
+
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
6369
|
+
"isExtensionMethod": false
|
|
6370
|
+
},
|
|
5659
6371
|
{
|
|
5660
6372
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDecryptionTransform::AddExceptUri(System.String):System.Void",
|
|
5661
6373
|
"clrName": "AddExceptUri",
|
|
@@ -5671,6 +6383,7 @@
|
|
|
5671
6383
|
"isVirtual": false,
|
|
5672
6384
|
"isOverride": false,
|
|
5673
6385
|
"isSealed": false,
|
|
6386
|
+
"visibility": "Public",
|
|
5674
6387
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDecryptionTransform",
|
|
5675
6388
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
5676
6389
|
"isExtensionMethod": false
|
|
@@ -5690,6 +6403,27 @@
|
|
|
5690
6403
|
"isVirtual": true,
|
|
5691
6404
|
"isOverride": true,
|
|
5692
6405
|
"isSealed": false,
|
|
6406
|
+
"visibility": "Public",
|
|
6407
|
+
"declaringClrType": "System.Security.Cryptography.Xml.XmlDecryptionTransform",
|
|
6408
|
+
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
6409
|
+
"isExtensionMethod": false
|
|
6410
|
+
},
|
|
6411
|
+
{
|
|
6412
|
+
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDecryptionTransform::GetInnerXml():System.Xml.XmlNodeList",
|
|
6413
|
+
"clrName": "GetInnerXml",
|
|
6414
|
+
"metadataToken": 100664091,
|
|
6415
|
+
"canonicalSignature": "():System.Xml.XmlNodeList",
|
|
6416
|
+
"normalizedSignature": "GetInnerXml|():System.Xml.XmlNodeList|static=false",
|
|
6417
|
+
"emitScope": "ClassSurface",
|
|
6418
|
+
"provenance": "Original",
|
|
6419
|
+
"arity": 0,
|
|
6420
|
+
"parameterCount": 0,
|
|
6421
|
+
"isStatic": false,
|
|
6422
|
+
"isAbstract": false,
|
|
6423
|
+
"isVirtual": true,
|
|
6424
|
+
"isOverride": true,
|
|
6425
|
+
"isSealed": false,
|
|
6426
|
+
"visibility": "Protected",
|
|
5693
6427
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDecryptionTransform",
|
|
5694
6428
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
5695
6429
|
"isExtensionMethod": false
|
|
@@ -5709,6 +6443,7 @@
|
|
|
5709
6443
|
"isVirtual": true,
|
|
5710
6444
|
"isOverride": true,
|
|
5711
6445
|
"isSealed": false,
|
|
6446
|
+
"visibility": "Public",
|
|
5712
6447
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDecryptionTransform",
|
|
5713
6448
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
5714
6449
|
"isExtensionMethod": false
|
|
@@ -5728,6 +6463,7 @@
|
|
|
5728
6463
|
"isVirtual": true,
|
|
5729
6464
|
"isOverride": true,
|
|
5730
6465
|
"isSealed": false,
|
|
6466
|
+
"visibility": "Public",
|
|
5731
6467
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDecryptionTransform",
|
|
5732
6468
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
5733
6469
|
"isExtensionMethod": false
|
|
@@ -5747,6 +6483,7 @@
|
|
|
5747
6483
|
"isVirtual": true,
|
|
5748
6484
|
"isOverride": true,
|
|
5749
6485
|
"isSealed": false,
|
|
6486
|
+
"visibility": "Public",
|
|
5750
6487
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDecryptionTransform",
|
|
5751
6488
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
5752
6489
|
"isExtensionMethod": false
|
|
@@ -5768,6 +6505,7 @@
|
|
|
5768
6505
|
"isAbstract": false,
|
|
5769
6506
|
"isVirtual": false,
|
|
5770
6507
|
"isOverride": false,
|
|
6508
|
+
"visibility": "Public",
|
|
5771
6509
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDecryptionTransform",
|
|
5772
6510
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
5773
6511
|
},
|
|
@@ -5786,6 +6524,7 @@
|
|
|
5786
6524
|
"isAbstract": false,
|
|
5787
6525
|
"isVirtual": true,
|
|
5788
6526
|
"isOverride": true,
|
|
6527
|
+
"visibility": "Public",
|
|
5789
6528
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDecryptionTransform",
|
|
5790
6529
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
5791
6530
|
},
|
|
@@ -5804,6 +6543,7 @@
|
|
|
5804
6543
|
"isAbstract": false,
|
|
5805
6544
|
"isVirtual": true,
|
|
5806
6545
|
"isOverride": true,
|
|
6546
|
+
"visibility": "Public",
|
|
5807
6547
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDecryptionTransform",
|
|
5808
6548
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
5809
6549
|
}
|
|
@@ -5818,6 +6558,7 @@
|
|
|
5818
6558
|
"normalizedSignature": "constructor|():void|static=false",
|
|
5819
6559
|
"isStatic": false,
|
|
5820
6560
|
"parameterCount": 0,
|
|
6561
|
+
"visibility": "Public",
|
|
5821
6562
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDecryptionTransform",
|
|
5822
6563
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
5823
6564
|
}
|
|
@@ -5834,6 +6575,10 @@
|
|
|
5834
6575
|
"isSealed": false,
|
|
5835
6576
|
"isStatic": false,
|
|
5836
6577
|
"arity": 0,
|
|
6578
|
+
"baseType": {
|
|
6579
|
+
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Transform",
|
|
6580
|
+
"clrName": "System.Security.Cryptography.Xml.Transform"
|
|
6581
|
+
},
|
|
5837
6582
|
"methods": [
|
|
5838
6583
|
{
|
|
5839
6584
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigBase64Transform::LoadInnerXml(System.Xml.XmlNodeList):System.Void",
|
|
@@ -5850,6 +6595,27 @@
|
|
|
5850
6595
|
"isVirtual": true,
|
|
5851
6596
|
"isOverride": true,
|
|
5852
6597
|
"isSealed": false,
|
|
6598
|
+
"visibility": "Public",
|
|
6599
|
+
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigBase64Transform",
|
|
6600
|
+
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
6601
|
+
"isExtensionMethod": false
|
|
6602
|
+
},
|
|
6603
|
+
{
|
|
6604
|
+
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigBase64Transform::GetInnerXml():System.Xml.XmlNodeList",
|
|
6605
|
+
"clrName": "GetInnerXml",
|
|
6606
|
+
"metadataToken": 100664104,
|
|
6607
|
+
"canonicalSignature": "():System.Xml.XmlNodeList",
|
|
6608
|
+
"normalizedSignature": "GetInnerXml|():System.Xml.XmlNodeList|static=false",
|
|
6609
|
+
"emitScope": "ClassSurface",
|
|
6610
|
+
"provenance": "Original",
|
|
6611
|
+
"arity": 0,
|
|
6612
|
+
"parameterCount": 0,
|
|
6613
|
+
"isStatic": false,
|
|
6614
|
+
"isAbstract": false,
|
|
6615
|
+
"isVirtual": true,
|
|
6616
|
+
"isOverride": true,
|
|
6617
|
+
"isSealed": false,
|
|
6618
|
+
"visibility": "Protected",
|
|
5853
6619
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigBase64Transform",
|
|
5854
6620
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
5855
6621
|
"isExtensionMethod": false
|
|
@@ -5869,6 +6635,7 @@
|
|
|
5869
6635
|
"isVirtual": true,
|
|
5870
6636
|
"isOverride": true,
|
|
5871
6637
|
"isSealed": false,
|
|
6638
|
+
"visibility": "Public",
|
|
5872
6639
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigBase64Transform",
|
|
5873
6640
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
5874
6641
|
"isExtensionMethod": false
|
|
@@ -5888,6 +6655,7 @@
|
|
|
5888
6655
|
"isVirtual": true,
|
|
5889
6656
|
"isOverride": true,
|
|
5890
6657
|
"isSealed": false,
|
|
6658
|
+
"visibility": "Public",
|
|
5891
6659
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigBase64Transform",
|
|
5892
6660
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
5893
6661
|
"isExtensionMethod": false
|
|
@@ -5907,6 +6675,7 @@
|
|
|
5907
6675
|
"isVirtual": true,
|
|
5908
6676
|
"isOverride": true,
|
|
5909
6677
|
"isSealed": false,
|
|
6678
|
+
"visibility": "Public",
|
|
5910
6679
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigBase64Transform",
|
|
5911
6680
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
5912
6681
|
"isExtensionMethod": false
|
|
@@ -5928,6 +6697,7 @@
|
|
|
5928
6697
|
"isAbstract": false,
|
|
5929
6698
|
"isVirtual": true,
|
|
5930
6699
|
"isOverride": true,
|
|
6700
|
+
"visibility": "Public",
|
|
5931
6701
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigBase64Transform",
|
|
5932
6702
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
5933
6703
|
},
|
|
@@ -5946,6 +6716,7 @@
|
|
|
5946
6716
|
"isAbstract": false,
|
|
5947
6717
|
"isVirtual": true,
|
|
5948
6718
|
"isOverride": true,
|
|
6719
|
+
"visibility": "Public",
|
|
5949
6720
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigBase64Transform",
|
|
5950
6721
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
5951
6722
|
}
|
|
@@ -5960,6 +6731,7 @@
|
|
|
5960
6731
|
"normalizedSignature": "constructor|():void|static=false",
|
|
5961
6732
|
"isStatic": false,
|
|
5962
6733
|
"parameterCount": 0,
|
|
6734
|
+
"visibility": "Public",
|
|
5963
6735
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigBase64Transform",
|
|
5964
6736
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
5965
6737
|
}
|
|
@@ -5976,6 +6748,10 @@
|
|
|
5976
6748
|
"isSealed": false,
|
|
5977
6749
|
"isStatic": false,
|
|
5978
6750
|
"arity": 0,
|
|
6751
|
+
"baseType": {
|
|
6752
|
+
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Transform",
|
|
6753
|
+
"clrName": "System.Security.Cryptography.Xml.Transform"
|
|
6754
|
+
},
|
|
5979
6755
|
"methods": [
|
|
5980
6756
|
{
|
|
5981
6757
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigC14NTransform::LoadInnerXml(System.Xml.XmlNodeList):System.Void",
|
|
@@ -5992,6 +6768,27 @@
|
|
|
5992
6768
|
"isVirtual": true,
|
|
5993
6769
|
"isOverride": true,
|
|
5994
6770
|
"isSealed": false,
|
|
6771
|
+
"visibility": "Public",
|
|
6772
|
+
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigC14NTransform",
|
|
6773
|
+
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
6774
|
+
"isExtensionMethod": false
|
|
6775
|
+
},
|
|
6776
|
+
{
|
|
6777
|
+
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigC14NTransform::GetInnerXml():System.Xml.XmlNodeList",
|
|
6778
|
+
"clrName": "GetInnerXml",
|
|
6779
|
+
"metadataToken": 100664115,
|
|
6780
|
+
"canonicalSignature": "():System.Xml.XmlNodeList",
|
|
6781
|
+
"normalizedSignature": "GetInnerXml|():System.Xml.XmlNodeList|static=false",
|
|
6782
|
+
"emitScope": "ClassSurface",
|
|
6783
|
+
"provenance": "Original",
|
|
6784
|
+
"arity": 0,
|
|
6785
|
+
"parameterCount": 0,
|
|
6786
|
+
"isStatic": false,
|
|
6787
|
+
"isAbstract": false,
|
|
6788
|
+
"isVirtual": true,
|
|
6789
|
+
"isOverride": true,
|
|
6790
|
+
"isSealed": false,
|
|
6791
|
+
"visibility": "Protected",
|
|
5995
6792
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigC14NTransform",
|
|
5996
6793
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
5997
6794
|
"isExtensionMethod": false
|
|
@@ -6011,6 +6808,7 @@
|
|
|
6011
6808
|
"isVirtual": true,
|
|
6012
6809
|
"isOverride": true,
|
|
6013
6810
|
"isSealed": false,
|
|
6811
|
+
"visibility": "Public",
|
|
6014
6812
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigC14NTransform",
|
|
6015
6813
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
6016
6814
|
"isExtensionMethod": false
|
|
@@ -6030,6 +6828,7 @@
|
|
|
6030
6828
|
"isVirtual": true,
|
|
6031
6829
|
"isOverride": true,
|
|
6032
6830
|
"isSealed": false,
|
|
6831
|
+
"visibility": "Public",
|
|
6033
6832
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigC14NTransform",
|
|
6034
6833
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
6035
6834
|
"isExtensionMethod": false
|
|
@@ -6049,6 +6848,7 @@
|
|
|
6049
6848
|
"isVirtual": true,
|
|
6050
6849
|
"isOverride": true,
|
|
6051
6850
|
"isSealed": false,
|
|
6851
|
+
"visibility": "Public",
|
|
6052
6852
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigC14NTransform",
|
|
6053
6853
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
6054
6854
|
"isExtensionMethod": false
|
|
@@ -6068,6 +6868,7 @@
|
|
|
6068
6868
|
"isVirtual": true,
|
|
6069
6869
|
"isOverride": true,
|
|
6070
6870
|
"isSealed": false,
|
|
6871
|
+
"visibility": "Public",
|
|
6071
6872
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigC14NTransform",
|
|
6072
6873
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
6073
6874
|
"isExtensionMethod": false
|
|
@@ -6089,6 +6890,7 @@
|
|
|
6089
6890
|
"isAbstract": false,
|
|
6090
6891
|
"isVirtual": true,
|
|
6091
6892
|
"isOverride": true,
|
|
6893
|
+
"visibility": "Public",
|
|
6092
6894
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigC14NTransform",
|
|
6093
6895
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
6094
6896
|
},
|
|
@@ -6107,6 +6909,7 @@
|
|
|
6107
6909
|
"isAbstract": false,
|
|
6108
6910
|
"isVirtual": true,
|
|
6109
6911
|
"isOverride": true,
|
|
6912
|
+
"visibility": "Public",
|
|
6110
6913
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigC14NTransform",
|
|
6111
6914
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
6112
6915
|
}
|
|
@@ -6121,6 +6924,7 @@
|
|
|
6121
6924
|
"normalizedSignature": "constructor|():void|static=false",
|
|
6122
6925
|
"isStatic": false,
|
|
6123
6926
|
"parameterCount": 0,
|
|
6927
|
+
"visibility": "Public",
|
|
6124
6928
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigC14NTransform",
|
|
6125
6929
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
6126
6930
|
},
|
|
@@ -6131,6 +6935,7 @@
|
|
|
6131
6935
|
"normalizedSignature": "constructor|(System.Boolean):void|static=false",
|
|
6132
6936
|
"isStatic": false,
|
|
6133
6937
|
"parameterCount": 1,
|
|
6938
|
+
"visibility": "Public",
|
|
6134
6939
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigC14NTransform",
|
|
6135
6940
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
6136
6941
|
}
|
|
@@ -6147,6 +6952,10 @@
|
|
|
6147
6952
|
"isSealed": false,
|
|
6148
6953
|
"isStatic": false,
|
|
6149
6954
|
"arity": 0,
|
|
6955
|
+
"baseType": {
|
|
6956
|
+
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigC14NTransform",
|
|
6957
|
+
"clrName": "System.Security.Cryptography.Xml.XmlDsigC14NTransform"
|
|
6958
|
+
},
|
|
6150
6959
|
"methods": [],
|
|
6151
6960
|
"properties": [],
|
|
6152
6961
|
"fields": [],
|
|
@@ -6159,6 +6968,7 @@
|
|
|
6159
6968
|
"normalizedSignature": "constructor|():void|static=false",
|
|
6160
6969
|
"isStatic": false,
|
|
6161
6970
|
"parameterCount": 0,
|
|
6971
|
+
"visibility": "Public",
|
|
6162
6972
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigC14NWithCommentsTransform",
|
|
6163
6973
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
6164
6974
|
}
|
|
@@ -6175,6 +6985,10 @@
|
|
|
6175
6985
|
"isSealed": false,
|
|
6176
6986
|
"isStatic": false,
|
|
6177
6987
|
"arity": 0,
|
|
6988
|
+
"baseType": {
|
|
6989
|
+
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Transform",
|
|
6990
|
+
"clrName": "System.Security.Cryptography.Xml.Transform"
|
|
6991
|
+
},
|
|
6178
6992
|
"methods": [
|
|
6179
6993
|
{
|
|
6180
6994
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform::LoadInnerXml(System.Xml.XmlNodeList):System.Void",
|
|
@@ -6191,6 +7005,27 @@
|
|
|
6191
7005
|
"isVirtual": true,
|
|
6192
7006
|
"isOverride": true,
|
|
6193
7007
|
"isSealed": false,
|
|
7008
|
+
"visibility": "Public",
|
|
7009
|
+
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform",
|
|
7010
|
+
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
7011
|
+
"isExtensionMethod": false
|
|
7012
|
+
},
|
|
7013
|
+
{
|
|
7014
|
+
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform::GetInnerXml():System.Xml.XmlNodeList",
|
|
7015
|
+
"clrName": "GetInnerXml",
|
|
7016
|
+
"metadataToken": 100664127,
|
|
7017
|
+
"canonicalSignature": "():System.Xml.XmlNodeList",
|
|
7018
|
+
"normalizedSignature": "GetInnerXml|():System.Xml.XmlNodeList|static=false",
|
|
7019
|
+
"emitScope": "ClassSurface",
|
|
7020
|
+
"provenance": "Original",
|
|
7021
|
+
"arity": 0,
|
|
7022
|
+
"parameterCount": 0,
|
|
7023
|
+
"isStatic": false,
|
|
7024
|
+
"isAbstract": false,
|
|
7025
|
+
"isVirtual": true,
|
|
7026
|
+
"isOverride": true,
|
|
7027
|
+
"isSealed": false,
|
|
7028
|
+
"visibility": "Protected",
|
|
6194
7029
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform",
|
|
6195
7030
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
6196
7031
|
"isExtensionMethod": false
|
|
@@ -6210,6 +7045,7 @@
|
|
|
6210
7045
|
"isVirtual": true,
|
|
6211
7046
|
"isOverride": true,
|
|
6212
7047
|
"isSealed": false,
|
|
7048
|
+
"visibility": "Public",
|
|
6213
7049
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform",
|
|
6214
7050
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
6215
7051
|
"isExtensionMethod": false
|
|
@@ -6229,6 +7065,7 @@
|
|
|
6229
7065
|
"isVirtual": true,
|
|
6230
7066
|
"isOverride": true,
|
|
6231
7067
|
"isSealed": false,
|
|
7068
|
+
"visibility": "Public",
|
|
6232
7069
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform",
|
|
6233
7070
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
6234
7071
|
"isExtensionMethod": false
|
|
@@ -6248,6 +7085,7 @@
|
|
|
6248
7085
|
"isVirtual": true,
|
|
6249
7086
|
"isOverride": true,
|
|
6250
7087
|
"isSealed": false,
|
|
7088
|
+
"visibility": "Public",
|
|
6251
7089
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform",
|
|
6252
7090
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
6253
7091
|
"isExtensionMethod": false
|
|
@@ -6269,6 +7107,7 @@
|
|
|
6269
7107
|
"isAbstract": false,
|
|
6270
7108
|
"isVirtual": true,
|
|
6271
7109
|
"isOverride": true,
|
|
7110
|
+
"visibility": "Public",
|
|
6272
7111
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform",
|
|
6273
7112
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
6274
7113
|
},
|
|
@@ -6287,6 +7126,7 @@
|
|
|
6287
7126
|
"isAbstract": false,
|
|
6288
7127
|
"isVirtual": true,
|
|
6289
7128
|
"isOverride": true,
|
|
7129
|
+
"visibility": "Public",
|
|
6290
7130
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform",
|
|
6291
7131
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
6292
7132
|
}
|
|
@@ -6301,6 +7141,7 @@
|
|
|
6301
7141
|
"normalizedSignature": "constructor|():void|static=false",
|
|
6302
7142
|
"isStatic": false,
|
|
6303
7143
|
"parameterCount": 0,
|
|
7144
|
+
"visibility": "Public",
|
|
6304
7145
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform",
|
|
6305
7146
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
6306
7147
|
},
|
|
@@ -6311,6 +7152,7 @@
|
|
|
6311
7152
|
"normalizedSignature": "constructor|(System.Boolean):void|static=false",
|
|
6312
7153
|
"isStatic": false,
|
|
6313
7154
|
"parameterCount": 1,
|
|
7155
|
+
"visibility": "Public",
|
|
6314
7156
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform",
|
|
6315
7157
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
6316
7158
|
}
|
|
@@ -6327,6 +7169,10 @@
|
|
|
6327
7169
|
"isSealed": false,
|
|
6328
7170
|
"isStatic": false,
|
|
6329
7171
|
"arity": 0,
|
|
7172
|
+
"baseType": {
|
|
7173
|
+
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Transform",
|
|
7174
|
+
"clrName": "System.Security.Cryptography.Xml.Transform"
|
|
7175
|
+
},
|
|
6330
7176
|
"methods": [
|
|
6331
7177
|
{
|
|
6332
7178
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform::LoadInnerXml(System.Xml.XmlNodeList):System.Void",
|
|
@@ -6343,6 +7189,7 @@
|
|
|
6343
7189
|
"isVirtual": true,
|
|
6344
7190
|
"isOverride": true,
|
|
6345
7191
|
"isSealed": false,
|
|
7192
|
+
"visibility": "Public",
|
|
6346
7193
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigExcC14NTransform",
|
|
6347
7194
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
6348
7195
|
"isExtensionMethod": false
|
|
@@ -6362,6 +7209,27 @@
|
|
|
6362
7209
|
"isVirtual": true,
|
|
6363
7210
|
"isOverride": true,
|
|
6364
7211
|
"isSealed": false,
|
|
7212
|
+
"visibility": "Public",
|
|
7213
|
+
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigExcC14NTransform",
|
|
7214
|
+
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
7215
|
+
"isExtensionMethod": false
|
|
7216
|
+
},
|
|
7217
|
+
{
|
|
7218
|
+
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform::GetInnerXml():System.Xml.XmlNodeList",
|
|
7219
|
+
"clrName": "GetInnerXml",
|
|
7220
|
+
"metadataToken": 100664144,
|
|
7221
|
+
"canonicalSignature": "():System.Xml.XmlNodeList",
|
|
7222
|
+
"normalizedSignature": "GetInnerXml|():System.Xml.XmlNodeList|static=false",
|
|
7223
|
+
"emitScope": "ClassSurface",
|
|
7224
|
+
"provenance": "Original",
|
|
7225
|
+
"arity": 0,
|
|
7226
|
+
"parameterCount": 0,
|
|
7227
|
+
"isStatic": false,
|
|
7228
|
+
"isAbstract": false,
|
|
7229
|
+
"isVirtual": true,
|
|
7230
|
+
"isOverride": true,
|
|
7231
|
+
"isSealed": false,
|
|
7232
|
+
"visibility": "Protected",
|
|
6365
7233
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigExcC14NTransform",
|
|
6366
7234
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
6367
7235
|
"isExtensionMethod": false
|
|
@@ -6381,6 +7249,7 @@
|
|
|
6381
7249
|
"isVirtual": true,
|
|
6382
7250
|
"isOverride": true,
|
|
6383
7251
|
"isSealed": false,
|
|
7252
|
+
"visibility": "Public",
|
|
6384
7253
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigExcC14NTransform",
|
|
6385
7254
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
6386
7255
|
"isExtensionMethod": false
|
|
@@ -6400,6 +7269,7 @@
|
|
|
6400
7269
|
"isVirtual": true,
|
|
6401
7270
|
"isOverride": true,
|
|
6402
7271
|
"isSealed": false,
|
|
7272
|
+
"visibility": "Public",
|
|
6403
7273
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigExcC14NTransform",
|
|
6404
7274
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
6405
7275
|
"isExtensionMethod": false
|
|
@@ -6419,6 +7289,7 @@
|
|
|
6419
7289
|
"isVirtual": true,
|
|
6420
7290
|
"isOverride": true,
|
|
6421
7291
|
"isSealed": false,
|
|
7292
|
+
"visibility": "Public",
|
|
6422
7293
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigExcC14NTransform",
|
|
6423
7294
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
6424
7295
|
"isExtensionMethod": false
|
|
@@ -6440,6 +7311,7 @@
|
|
|
6440
7311
|
"isAbstract": false,
|
|
6441
7312
|
"isVirtual": false,
|
|
6442
7313
|
"isOverride": false,
|
|
7314
|
+
"visibility": "Public",
|
|
6443
7315
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigExcC14NTransform",
|
|
6444
7316
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
6445
7317
|
},
|
|
@@ -6458,6 +7330,7 @@
|
|
|
6458
7330
|
"isAbstract": false,
|
|
6459
7331
|
"isVirtual": true,
|
|
6460
7332
|
"isOverride": true,
|
|
7333
|
+
"visibility": "Public",
|
|
6461
7334
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigExcC14NTransform",
|
|
6462
7335
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
6463
7336
|
},
|
|
@@ -6476,6 +7349,7 @@
|
|
|
6476
7349
|
"isAbstract": false,
|
|
6477
7350
|
"isVirtual": true,
|
|
6478
7351
|
"isOverride": true,
|
|
7352
|
+
"visibility": "Public",
|
|
6479
7353
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigExcC14NTransform",
|
|
6480
7354
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
6481
7355
|
}
|
|
@@ -6490,6 +7364,7 @@
|
|
|
6490
7364
|
"normalizedSignature": "constructor|():void|static=false",
|
|
6491
7365
|
"isStatic": false,
|
|
6492
7366
|
"parameterCount": 0,
|
|
7367
|
+
"visibility": "Public",
|
|
6493
7368
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigExcC14NTransform",
|
|
6494
7369
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
6495
7370
|
},
|
|
@@ -6500,6 +7375,7 @@
|
|
|
6500
7375
|
"normalizedSignature": "constructor|(System.Boolean):void|static=false",
|
|
6501
7376
|
"isStatic": false,
|
|
6502
7377
|
"parameterCount": 1,
|
|
7378
|
+
"visibility": "Public",
|
|
6503
7379
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigExcC14NTransform",
|
|
6504
7380
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
6505
7381
|
},
|
|
@@ -6510,6 +7386,7 @@
|
|
|
6510
7386
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
6511
7387
|
"isStatic": false,
|
|
6512
7388
|
"parameterCount": 1,
|
|
7389
|
+
"visibility": "Public",
|
|
6513
7390
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigExcC14NTransform",
|
|
6514
7391
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
6515
7392
|
},
|
|
@@ -6520,6 +7397,7 @@
|
|
|
6520
7397
|
"normalizedSignature": "constructor|(System.Boolean,System.String):void|static=false",
|
|
6521
7398
|
"isStatic": false,
|
|
6522
7399
|
"parameterCount": 2,
|
|
7400
|
+
"visibility": "Public",
|
|
6523
7401
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigExcC14NTransform",
|
|
6524
7402
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
6525
7403
|
}
|
|
@@ -6536,6 +7414,10 @@
|
|
|
6536
7414
|
"isSealed": false,
|
|
6537
7415
|
"isStatic": false,
|
|
6538
7416
|
"arity": 0,
|
|
7417
|
+
"baseType": {
|
|
7418
|
+
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform",
|
|
7419
|
+
"clrName": "System.Security.Cryptography.Xml.XmlDsigExcC14NTransform"
|
|
7420
|
+
},
|
|
6539
7421
|
"methods": [],
|
|
6540
7422
|
"properties": [],
|
|
6541
7423
|
"fields": [],
|
|
@@ -6548,6 +7430,7 @@
|
|
|
6548
7430
|
"normalizedSignature": "constructor|():void|static=false",
|
|
6549
7431
|
"isStatic": false,
|
|
6550
7432
|
"parameterCount": 0,
|
|
7433
|
+
"visibility": "Public",
|
|
6551
7434
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigExcC14NWithCommentsTransform",
|
|
6552
7435
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
6553
7436
|
},
|
|
@@ -6558,6 +7441,7 @@
|
|
|
6558
7441
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
6559
7442
|
"isStatic": false,
|
|
6560
7443
|
"parameterCount": 1,
|
|
7444
|
+
"visibility": "Public",
|
|
6561
7445
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigExcC14NWithCommentsTransform",
|
|
6562
7446
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
6563
7447
|
}
|
|
@@ -6574,6 +7458,10 @@
|
|
|
6574
7458
|
"isSealed": false,
|
|
6575
7459
|
"isStatic": false,
|
|
6576
7460
|
"arity": 0,
|
|
7461
|
+
"baseType": {
|
|
7462
|
+
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Transform",
|
|
7463
|
+
"clrName": "System.Security.Cryptography.Xml.Transform"
|
|
7464
|
+
},
|
|
6577
7465
|
"methods": [
|
|
6578
7466
|
{
|
|
6579
7467
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigXPathTransform::LoadInnerXml(System.Xml.XmlNodeList):System.Void",
|
|
@@ -6590,6 +7478,27 @@
|
|
|
6590
7478
|
"isVirtual": true,
|
|
6591
7479
|
"isOverride": true,
|
|
6592
7480
|
"isSealed": false,
|
|
7481
|
+
"visibility": "Public",
|
|
7482
|
+
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigXPathTransform",
|
|
7483
|
+
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
7484
|
+
"isExtensionMethod": false
|
|
7485
|
+
},
|
|
7486
|
+
{
|
|
7487
|
+
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigXPathTransform::GetInnerXml():System.Xml.XmlNodeList",
|
|
7488
|
+
"clrName": "GetInnerXml",
|
|
7489
|
+
"metadataToken": 100664154,
|
|
7490
|
+
"canonicalSignature": "():System.Xml.XmlNodeList",
|
|
7491
|
+
"normalizedSignature": "GetInnerXml|():System.Xml.XmlNodeList|static=false",
|
|
7492
|
+
"emitScope": "ClassSurface",
|
|
7493
|
+
"provenance": "Original",
|
|
7494
|
+
"arity": 0,
|
|
7495
|
+
"parameterCount": 0,
|
|
7496
|
+
"isStatic": false,
|
|
7497
|
+
"isAbstract": false,
|
|
7498
|
+
"isVirtual": true,
|
|
7499
|
+
"isOverride": true,
|
|
7500
|
+
"isSealed": false,
|
|
7501
|
+
"visibility": "Protected",
|
|
6593
7502
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigXPathTransform",
|
|
6594
7503
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
6595
7504
|
"isExtensionMethod": false
|
|
@@ -6609,6 +7518,7 @@
|
|
|
6609
7518
|
"isVirtual": true,
|
|
6610
7519
|
"isOverride": true,
|
|
6611
7520
|
"isSealed": false,
|
|
7521
|
+
"visibility": "Public",
|
|
6612
7522
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigXPathTransform",
|
|
6613
7523
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
6614
7524
|
"isExtensionMethod": false
|
|
@@ -6628,6 +7538,7 @@
|
|
|
6628
7538
|
"isVirtual": true,
|
|
6629
7539
|
"isOverride": true,
|
|
6630
7540
|
"isSealed": false,
|
|
7541
|
+
"visibility": "Public",
|
|
6631
7542
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigXPathTransform",
|
|
6632
7543
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
6633
7544
|
"isExtensionMethod": false
|
|
@@ -6647,6 +7558,7 @@
|
|
|
6647
7558
|
"isVirtual": true,
|
|
6648
7559
|
"isOverride": true,
|
|
6649
7560
|
"isSealed": false,
|
|
7561
|
+
"visibility": "Public",
|
|
6650
7562
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigXPathTransform",
|
|
6651
7563
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
6652
7564
|
"isExtensionMethod": false
|
|
@@ -6668,6 +7580,7 @@
|
|
|
6668
7580
|
"isAbstract": false,
|
|
6669
7581
|
"isVirtual": true,
|
|
6670
7582
|
"isOverride": true,
|
|
7583
|
+
"visibility": "Public",
|
|
6671
7584
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigXPathTransform",
|
|
6672
7585
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
6673
7586
|
},
|
|
@@ -6686,6 +7599,7 @@
|
|
|
6686
7599
|
"isAbstract": false,
|
|
6687
7600
|
"isVirtual": true,
|
|
6688
7601
|
"isOverride": true,
|
|
7602
|
+
"visibility": "Public",
|
|
6689
7603
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigXPathTransform",
|
|
6690
7604
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
6691
7605
|
}
|
|
@@ -6700,6 +7614,7 @@
|
|
|
6700
7614
|
"normalizedSignature": "constructor|():void|static=false",
|
|
6701
7615
|
"isStatic": false,
|
|
6702
7616
|
"parameterCount": 0,
|
|
7617
|
+
"visibility": "Public",
|
|
6703
7618
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigXPathTransform",
|
|
6704
7619
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
6705
7620
|
}
|
|
@@ -6716,6 +7631,10 @@
|
|
|
6716
7631
|
"isSealed": false,
|
|
6717
7632
|
"isStatic": false,
|
|
6718
7633
|
"arity": 0,
|
|
7634
|
+
"baseType": {
|
|
7635
|
+
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Transform",
|
|
7636
|
+
"clrName": "System.Security.Cryptography.Xml.Transform"
|
|
7637
|
+
},
|
|
6719
7638
|
"methods": [
|
|
6720
7639
|
{
|
|
6721
7640
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigXsltTransform::LoadInnerXml(System.Xml.XmlNodeList):System.Void",
|
|
@@ -6732,6 +7651,27 @@
|
|
|
6732
7651
|
"isVirtual": true,
|
|
6733
7652
|
"isOverride": true,
|
|
6734
7653
|
"isSealed": false,
|
|
7654
|
+
"visibility": "Public",
|
|
7655
|
+
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigXsltTransform",
|
|
7656
|
+
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
7657
|
+
"isExtensionMethod": false
|
|
7658
|
+
},
|
|
7659
|
+
{
|
|
7660
|
+
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlDsigXsltTransform::GetInnerXml():System.Xml.XmlNodeList",
|
|
7661
|
+
"clrName": "GetInnerXml",
|
|
7662
|
+
"metadataToken": 100664166,
|
|
7663
|
+
"canonicalSignature": "():System.Xml.XmlNodeList",
|
|
7664
|
+
"normalizedSignature": "GetInnerXml|():System.Xml.XmlNodeList|static=false",
|
|
7665
|
+
"emitScope": "ClassSurface",
|
|
7666
|
+
"provenance": "Original",
|
|
7667
|
+
"arity": 0,
|
|
7668
|
+
"parameterCount": 0,
|
|
7669
|
+
"isStatic": false,
|
|
7670
|
+
"isAbstract": false,
|
|
7671
|
+
"isVirtual": true,
|
|
7672
|
+
"isOverride": true,
|
|
7673
|
+
"isSealed": false,
|
|
7674
|
+
"visibility": "Protected",
|
|
6735
7675
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigXsltTransform",
|
|
6736
7676
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
6737
7677
|
"isExtensionMethod": false
|
|
@@ -6751,6 +7691,7 @@
|
|
|
6751
7691
|
"isVirtual": true,
|
|
6752
7692
|
"isOverride": true,
|
|
6753
7693
|
"isSealed": false,
|
|
7694
|
+
"visibility": "Public",
|
|
6754
7695
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigXsltTransform",
|
|
6755
7696
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
6756
7697
|
"isExtensionMethod": false
|
|
@@ -6770,6 +7711,7 @@
|
|
|
6770
7711
|
"isVirtual": true,
|
|
6771
7712
|
"isOverride": true,
|
|
6772
7713
|
"isSealed": false,
|
|
7714
|
+
"visibility": "Public",
|
|
6773
7715
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigXsltTransform",
|
|
6774
7716
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
6775
7717
|
"isExtensionMethod": false
|
|
@@ -6789,6 +7731,7 @@
|
|
|
6789
7731
|
"isVirtual": true,
|
|
6790
7732
|
"isOverride": true,
|
|
6791
7733
|
"isSealed": false,
|
|
7734
|
+
"visibility": "Public",
|
|
6792
7735
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigXsltTransform",
|
|
6793
7736
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
6794
7737
|
"isExtensionMethod": false
|
|
@@ -6810,6 +7753,7 @@
|
|
|
6810
7753
|
"isAbstract": false,
|
|
6811
7754
|
"isVirtual": true,
|
|
6812
7755
|
"isOverride": true,
|
|
7756
|
+
"visibility": "Public",
|
|
6813
7757
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigXsltTransform",
|
|
6814
7758
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
6815
7759
|
},
|
|
@@ -6828,6 +7772,7 @@
|
|
|
6828
7772
|
"isAbstract": false,
|
|
6829
7773
|
"isVirtual": true,
|
|
6830
7774
|
"isOverride": true,
|
|
7775
|
+
"visibility": "Public",
|
|
6831
7776
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigXsltTransform",
|
|
6832
7777
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
6833
7778
|
}
|
|
@@ -6842,6 +7787,7 @@
|
|
|
6842
7787
|
"normalizedSignature": "constructor|():void|static=false",
|
|
6843
7788
|
"isStatic": false,
|
|
6844
7789
|
"parameterCount": 0,
|
|
7790
|
+
"visibility": "Public",
|
|
6845
7791
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigXsltTransform",
|
|
6846
7792
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
6847
7793
|
},
|
|
@@ -6852,6 +7798,7 @@
|
|
|
6852
7798
|
"normalizedSignature": "constructor|(System.Boolean):void|static=false",
|
|
6853
7799
|
"isStatic": false,
|
|
6854
7800
|
"parameterCount": 1,
|
|
7801
|
+
"visibility": "Public",
|
|
6855
7802
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlDsigXsltTransform",
|
|
6856
7803
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
6857
7804
|
}
|
|
@@ -6868,7 +7815,31 @@
|
|
|
6868
7815
|
"isSealed": false,
|
|
6869
7816
|
"isStatic": false,
|
|
6870
7817
|
"arity": 0,
|
|
7818
|
+
"baseType": {
|
|
7819
|
+
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.Transform",
|
|
7820
|
+
"clrName": "System.Security.Cryptography.Xml.Transform"
|
|
7821
|
+
},
|
|
6871
7822
|
"methods": [
|
|
7823
|
+
{
|
|
7824
|
+
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlLicenseTransform::GetInnerXml():System.Xml.XmlNodeList",
|
|
7825
|
+
"clrName": "GetInnerXml",
|
|
7826
|
+
"metadataToken": 100664176,
|
|
7827
|
+
"canonicalSignature": "():System.Xml.XmlNodeList",
|
|
7828
|
+
"normalizedSignature": "GetInnerXml|():System.Xml.XmlNodeList|static=false",
|
|
7829
|
+
"emitScope": "ClassSurface",
|
|
7830
|
+
"provenance": "Original",
|
|
7831
|
+
"arity": 0,
|
|
7832
|
+
"parameterCount": 0,
|
|
7833
|
+
"isStatic": false,
|
|
7834
|
+
"isAbstract": false,
|
|
7835
|
+
"isVirtual": true,
|
|
7836
|
+
"isOverride": true,
|
|
7837
|
+
"isSealed": false,
|
|
7838
|
+
"visibility": "Protected",
|
|
7839
|
+
"declaringClrType": "System.Security.Cryptography.Xml.XmlLicenseTransform",
|
|
7840
|
+
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
7841
|
+
"isExtensionMethod": false
|
|
7842
|
+
},
|
|
6872
7843
|
{
|
|
6873
7844
|
"stableId": "System.Security.Cryptography.Xml:System.Security.Cryptography.Xml.XmlLicenseTransform::GetOutput():System.Object",
|
|
6874
7845
|
"clrName": "GetOutput",
|
|
@@ -6884,6 +7855,7 @@
|
|
|
6884
7855
|
"isVirtual": true,
|
|
6885
7856
|
"isOverride": true,
|
|
6886
7857
|
"isSealed": false,
|
|
7858
|
+
"visibility": "Public",
|
|
6887
7859
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlLicenseTransform",
|
|
6888
7860
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
6889
7861
|
"isExtensionMethod": false
|
|
@@ -6903,6 +7875,7 @@
|
|
|
6903
7875
|
"isVirtual": true,
|
|
6904
7876
|
"isOverride": true,
|
|
6905
7877
|
"isSealed": false,
|
|
7878
|
+
"visibility": "Public",
|
|
6906
7879
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlLicenseTransform",
|
|
6907
7880
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
6908
7881
|
"isExtensionMethod": false
|
|
@@ -6922,6 +7895,7 @@
|
|
|
6922
7895
|
"isVirtual": true,
|
|
6923
7896
|
"isOverride": true,
|
|
6924
7897
|
"isSealed": false,
|
|
7898
|
+
"visibility": "Public",
|
|
6925
7899
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlLicenseTransform",
|
|
6926
7900
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
6927
7901
|
"isExtensionMethod": false
|
|
@@ -6941,6 +7915,7 @@
|
|
|
6941
7915
|
"isVirtual": true,
|
|
6942
7916
|
"isOverride": true,
|
|
6943
7917
|
"isSealed": false,
|
|
7918
|
+
"visibility": "Public",
|
|
6944
7919
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlLicenseTransform",
|
|
6945
7920
|
"declaringAssemblyName": "System.Security.Cryptography.Xml",
|
|
6946
7921
|
"isExtensionMethod": false
|
|
@@ -6962,6 +7937,7 @@
|
|
|
6962
7937
|
"isAbstract": false,
|
|
6963
7938
|
"isVirtual": true,
|
|
6964
7939
|
"isOverride": true,
|
|
7940
|
+
"visibility": "Public",
|
|
6965
7941
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlLicenseTransform",
|
|
6966
7942
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
6967
7943
|
},
|
|
@@ -6980,6 +7956,7 @@
|
|
|
6980
7956
|
"isAbstract": false,
|
|
6981
7957
|
"isVirtual": true,
|
|
6982
7958
|
"isOverride": true,
|
|
7959
|
+
"visibility": "Public",
|
|
6983
7960
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlLicenseTransform",
|
|
6984
7961
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
6985
7962
|
},
|
|
@@ -6998,6 +7975,7 @@
|
|
|
6998
7975
|
"isAbstract": false,
|
|
6999
7976
|
"isVirtual": false,
|
|
7000
7977
|
"isOverride": false,
|
|
7978
|
+
"visibility": "Public",
|
|
7001
7979
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlLicenseTransform",
|
|
7002
7980
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
7003
7981
|
}
|
|
@@ -7012,6 +7990,7 @@
|
|
|
7012
7990
|
"normalizedSignature": "constructor|():void|static=false",
|
|
7013
7991
|
"isStatic": false,
|
|
7014
7992
|
"parameterCount": 0,
|
|
7993
|
+
"visibility": "Public",
|
|
7015
7994
|
"declaringClrType": "System.Security.Cryptography.Xml.XmlLicenseTransform",
|
|
7016
7995
|
"declaringAssemblyName": "System.Security.Cryptography.Xml"
|
|
7017
7996
|
}
|