@tsonic/dotnet 10.0.40 → 10.0.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal/bindings.json +5 -5
- package/Internal/internal/index.d.ts +4 -3
- package/Internal.d.ts +4 -0
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +19 -18
- package/Microsoft.CSharp.RuntimeBinder.d.ts +4 -0
- package/Microsoft.VisualBasic/bindings.json +13 -13
- package/Microsoft.VisualBasic/internal/index.d.ts +5 -7
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +3 -5
- package/Microsoft.VisualBasic.CompilerServices.d.ts +4 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +4 -3
- package/Microsoft.VisualBasic.FileIO.d.ts +4 -0
- package/Microsoft.VisualBasic.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +19 -18
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +3 -2
- package/Microsoft.Win32.SafeHandles.d.ts +4 -0
- package/Microsoft.Win32.d.ts +4 -0
- package/README.md +83 -104
- package/System/bindings.json +1858 -2297
- package/System/internal/index.d.ts +1972 -2010
- package/System.Buffers/bindings.json +12 -3
- package/System.Buffers/internal/index.d.ts +56 -58
- package/System.Buffers.Binary/internal/index.d.ts +2 -4
- package/System.Buffers.Binary.d.ts +4 -0
- package/System.Buffers.Text/internal/index.d.ts +2 -4
- package/System.Buffers.Text.d.ts +4 -0
- package/System.Buffers.d.ts +10 -6
- package/System.CodeDom.Compiler/internal/index.d.ts +31 -30
- package/System.CodeDom.Compiler.d.ts +4 -0
- package/System.Collections/bindings.json +300 -300
- package/System.Collections/internal/index.d.ts +90 -92
- package/System.Collections.Concurrent/bindings.json +311 -311
- package/System.Collections.Concurrent/internal/index.d.ts +83 -85
- package/System.Collections.Concurrent.d.ts +7 -3
- package/System.Collections.Frozen/bindings.json +490 -648
- package/System.Collections.Frozen/internal/index.d.ts +95 -109
- package/System.Collections.Frozen.d.ts +18 -2
- package/System.Collections.Generic/bindings.json +9628 -14043
- package/System.Collections.Generic/internal/index.d.ts +632 -827
- package/System.Collections.Generic.d.ts +20 -16
- package/System.Collections.Immutable/bindings.json +6134 -9214
- package/System.Collections.Immutable/internal/index.d.ts +414 -502
- package/System.Collections.Immutable.d.ts +58 -17
- package/System.Collections.ObjectModel/bindings.json +328 -850
- package/System.Collections.ObjectModel/internal/index.d.ts +42 -62
- package/System.Collections.ObjectModel.d.ts +6 -2
- package/System.Collections.Specialized/bindings.json +79 -202
- package/System.Collections.Specialized/internal/index.d.ts +72 -85
- package/System.Collections.Specialized.d.ts +4 -0
- package/System.Collections.d.ts +4 -0
- package/System.ComponentModel/bindings.json +271 -210
- package/System.ComponentModel/internal/index.d.ts +562 -547
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +126 -125
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -7
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +4 -0
- package/System.ComponentModel.DataAnnotations.d.ts +4 -0
- package/System.ComponentModel.Design/bindings.json +40 -310
- package/System.ComponentModel.Design/internal/index.d.ts +85 -93
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +42 -41
- package/System.ComponentModel.Design.Serialization.d.ts +4 -0
- package/System.ComponentModel.Design.d.ts +4 -0
- package/System.ComponentModel.d.ts +5 -0
- package/System.Configuration.Assemblies/internal/index.d.ts +3 -2
- package/System.Configuration.Assemblies.d.ts +4 -0
- package/System.Data/bindings.json +128 -125
- package/System.Data/internal/index.d.ts +341 -340
- package/System.Data.Common/bindings.json +68 -68
- package/System.Data.Common/internal/index.d.ts +135 -136
- package/System.Data.Common.d.ts +4 -0
- package/System.Data.SqlTypes/internal/index.d.ts +55 -54
- package/System.Data.SqlTypes.d.ts +4 -0
- package/System.Data.d.ts +8 -4
- package/System.Diagnostics/bindings.json +6324 -6509
- package/System.Diagnostics/internal/index.d.ts +435 -437
- package/System.Diagnostics.CodeAnalysis/bindings.json +121 -121
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +44 -43
- package/System.Diagnostics.CodeAnalysis.d.ts +4 -0
- package/System.Diagnostics.Contracts/bindings.json +62 -62
- package/System.Diagnostics.Contracts/internal/index.d.ts +23 -25
- package/System.Diagnostics.Contracts.d.ts +4 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +82 -84
- package/System.Diagnostics.Metrics.d.ts +7 -3
- package/System.Diagnostics.SymbolStore/bindings.json +2 -2
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +11 -10
- package/System.Diagnostics.SymbolStore.d.ts +4 -0
- package/System.Diagnostics.Tracing/bindings.json +291 -231
- package/System.Diagnostics.Tracing/internal/index.d.ts +69 -56
- package/System.Diagnostics.Tracing.d.ts +6 -1
- package/System.Diagnostics.d.ts +5 -1
- package/System.Drawing/internal/index.d.ts +76 -75
- package/System.Drawing.d.ts +4 -0
- package/System.Dynamic/bindings.json +13 -13
- package/System.Dynamic/internal/index.d.ts +35 -36
- package/System.Dynamic.d.ts +4 -0
- package/System.Formats.Asn1/bindings.json +48 -69
- package/System.Formats.Asn1/internal/index.d.ts +30 -37
- package/System.Formats.Asn1.d.ts +4 -0
- package/System.Formats.Tar/internal/index.d.ts +8 -7
- package/System.Formats.Tar.d.ts +4 -0
- package/System.Globalization/bindings.json +3 -3
- package/System.Globalization/internal/index.d.ts +35 -37
- package/System.Globalization.d.ts +4 -0
- package/System.IO/bindings.json +957 -957
- package/System.IO/internal/index.d.ts +183 -185
- package/System.IO.Compression/internal/index.d.ts +33 -35
- package/System.IO.Compression.d.ts +4 -0
- package/System.IO.Enumeration/bindings.json +402 -402
- package/System.IO.Enumeration/internal/index.d.ts +21 -23
- package/System.IO.Enumeration.d.ts +4 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +16 -15
- package/System.IO.IsolatedStorage.d.ts +4 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -10
- package/System.IO.MemoryMappedFiles.d.ts +4 -0
- package/System.IO.Pipelines/internal/index.d.ts +15 -17
- package/System.IO.Pipelines.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +8 -7
- package/System.IO.Pipes.d.ts +4 -0
- package/System.IO.d.ts +4 -0
- package/System.Linq/bindings.json +22 -22
- package/System.Linq/internal/index.d.ts +705 -705
- package/System.Linq.Expressions/internal/index.d.ts +219 -195
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +5 -4
- package/System.Linq.Expressions.Interpreter.d.ts +4 -0
- package/System.Linq.Expressions.d.ts +6 -2
- package/System.Linq.d.ts +18 -14
- package/System.Net/bindings.json +131 -131
- package/System.Net/internal/index.d.ts +276 -278
- package/System.Net.Cache/internal/index.d.ts +3 -2
- package/System.Net.Cache.d.ts +4 -0
- package/System.Net.Http/bindings.json +22 -22
- package/System.Net.Http/internal/index.d.ts +128 -130
- package/System.Net.Http.Headers/bindings.json +36 -200
- package/System.Net.Http.Headers/internal/index.d.ts +114 -128
- package/System.Net.Http.Headers.d.ts +4 -0
- package/System.Net.Http.Json/internal/index.d.ts +67 -69
- package/System.Net.Http.Json.d.ts +4 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +6 -5
- package/System.Net.Http.Metrics.d.ts +4 -0
- package/System.Net.Http.d.ts +5 -1
- package/System.Net.Mail/bindings.json +96 -96
- package/System.Net.Mail/internal/index.d.ts +78 -80
- package/System.Net.Mail.d.ts +4 -0
- package/System.Net.Mime/internal/index.d.ts +11 -10
- package/System.Net.Mime.d.ts +4 -0
- package/System.Net.NetworkInformation/bindings.json +40 -40
- package/System.Net.NetworkInformation/internal/index.d.ts +30 -32
- package/System.Net.NetworkInformation.d.ts +4 -0
- package/System.Net.Quic/internal/index.d.ts +11 -10
- package/System.Net.Quic.d.ts +4 -0
- package/System.Net.Security/internal/index.d.ts +90 -92
- package/System.Net.Security.d.ts +4 -0
- package/System.Net.ServerSentEvents/internal/index.d.ts +13 -12
- package/System.Net.ServerSentEvents.d.ts +7 -3
- package/System.Net.Sockets/internal/index.d.ts +91 -93
- package/System.Net.Sockets.d.ts +4 -0
- package/System.Net.WebSockets/bindings.json +101 -101
- package/System.Net.WebSockets/internal/index.d.ts +49 -48
- package/System.Net.WebSockets.d.ts +4 -0
- package/System.Net.d.ts +4 -0
- package/System.Numerics/bindings.json +547 -119
- package/System.Numerics/internal/index.d.ts +302 -304
- package/System.Numerics.d.ts +38 -34
- package/System.Reflection/bindings.json +870 -870
- package/System.Reflection/internal/index.d.ts +257 -259
- package/System.Reflection.Emit/bindings.json +754 -754
- package/System.Reflection.Emit/internal/index.d.ts +114 -114
- package/System.Reflection.Emit.d.ts +4 -0
- package/System.Reflection.Metadata/bindings.json +535 -3018
- package/System.Reflection.Metadata/internal/index.d.ts +188 -369
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +16 -18
- package/System.Reflection.Metadata.Ecma335.d.ts +4 -0
- package/System.Reflection.Metadata.d.ts +9 -5
- package/System.Reflection.PortableExecutable/bindings.json +58 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +25 -12
- package/System.Reflection.PortableExecutable.d.ts +5 -0
- package/System.Reflection.d.ts +4 -0
- package/System.Resources/bindings.json +3 -3
- package/System.Resources/internal/index.d.ts +33 -35
- package/System.Resources.d.ts +4 -0
- package/System.Runtime/bindings.json +9 -9
- package/System.Runtime/internal/index.d.ts +11 -10
- package/System.Runtime.CompilerServices/bindings.json +962 -1160
- package/System.Runtime.CompilerServices/internal/index.d.ts +280 -304
- package/System.Runtime.CompilerServices.d.ts +30 -16
- package/System.Runtime.ConstrainedExecution/bindings.json +9 -9
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
- package/System.Runtime.ConstrainedExecution.d.ts +4 -0
- package/System.Runtime.ExceptionServices/bindings.json +9 -9
- package/System.Runtime.ExceptionServices/internal/index.d.ts +3 -2
- package/System.Runtime.ExceptionServices.d.ts +4 -0
- package/System.Runtime.InteropServices/bindings.json +666 -666
- package/System.Runtime.InteropServices/internal/index.d.ts +250 -252
- package/System.Runtime.InteropServices.ComTypes/bindings.json +349 -349
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +22 -24
- package/System.Runtime.InteropServices.ComTypes.d.ts +4 -0
- package/System.Runtime.InteropServices.Java/bindings.json +12 -12
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +3 -5
- package/System.Runtime.InteropServices.Java.d.ts +4 -0
- package/System.Runtime.InteropServices.JavaScript/bindings.json +328 -328
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +70 -72
- package/System.Runtime.InteropServices.JavaScript.d.ts +14 -28
- package/System.Runtime.InteropServices.Marshalling/bindings.json +2422 -2422
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +317 -319
- package/System.Runtime.InteropServices.Marshalling.d.ts +4 -0
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +151 -151
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +16 -18
- package/System.Runtime.InteropServices.ObjectiveC.d.ts +4 -0
- package/System.Runtime.InteropServices.Swift/bindings.json +4 -4
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +5 -7
- package/System.Runtime.InteropServices.Swift.d.ts +6 -2
- package/System.Runtime.InteropServices.d.ts +6 -2
- package/System.Runtime.Intrinsics/bindings.json +64 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +515 -517
- package/System.Runtime.Intrinsics.Arm/bindings.json +31 -31
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +12 -13
- package/System.Runtime.Intrinsics.Arm.d.ts +4 -0
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -4
- package/System.Runtime.Intrinsics.Wasm.d.ts +4 -0
- package/System.Runtime.Intrinsics.X86/bindings.json +38 -38
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +42 -41
- package/System.Runtime.Intrinsics.X86.d.ts +4 -0
- package/System.Runtime.Intrinsics.d.ts +12 -8
- package/System.Runtime.Loader/bindings.json +48 -69
- package/System.Runtime.Loader/internal/index.d.ts +30 -34
- package/System.Runtime.Loader.d.ts +4 -0
- package/System.Runtime.Remoting/internal/index.d.ts +5 -4
- package/System.Runtime.Remoting.d.ts +4 -0
- package/System.Runtime.Serialization/bindings.json +13 -13
- package/System.Runtime.Serialization/internal/index.d.ts +124 -126
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +28 -30
- package/System.Runtime.Serialization.DataContracts.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +7 -6
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +8 -7
- package/System.Runtime.Serialization.Formatters.Binary.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters.d.ts +4 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +37 -36
- package/System.Runtime.Serialization.Json.d.ts +4 -0
- package/System.Runtime.Serialization.d.ts +4 -0
- package/System.Runtime.Versioning/bindings.json +13 -13
- package/System.Runtime.Versioning/internal/index.d.ts +20 -19
- package/System.Runtime.Versioning.d.ts +4 -0
- package/System.Runtime.d.ts +4 -0
- package/System.Security/bindings.json +5 -5
- package/System.Security/internal/index.d.ts +64 -66
- package/System.Security.AccessControl/bindings.json +137 -33
- package/System.Security.AccessControl/internal/index.d.ts +62 -61
- package/System.Security.AccessControl.d.ts +13 -8
- package/System.Security.Authentication/internal/index.d.ts +7 -6
- package/System.Security.Authentication.ExtendedProtection/bindings.json +5 -5
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +12 -11
- package/System.Security.Authentication.ExtendedProtection.d.ts +4 -0
- package/System.Security.Authentication.d.ts +4 -0
- package/System.Security.Claims/internal/index.d.ts +45 -44
- package/System.Security.Claims.d.ts +4 -0
- package/System.Security.Cryptography/bindings.json +509 -509
- package/System.Security.Cryptography/internal/index.d.ts +268 -269
- package/System.Security.Cryptography.X509Certificates/bindings.json +312 -374
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +96 -103
- package/System.Security.Cryptography.X509Certificates.d.ts +4 -0
- package/System.Security.Cryptography.d.ts +4 -0
- package/System.Security.Permissions/internal/index.d.ts +5 -4
- package/System.Security.Permissions.d.ts +4 -0
- package/System.Security.Policy/bindings.json +5 -5
- package/System.Security.Policy/internal/index.d.ts +9 -8
- package/System.Security.Policy.d.ts +4 -0
- package/System.Security.Principal/bindings.json +8 -8
- package/System.Security.Principal/internal/index.d.ts +30 -29
- package/System.Security.Principal.d.ts +4 -0
- package/System.Security.d.ts +4 -0
- package/System.Text/bindings.json +1577 -1577
- package/System.Text/internal/index.d.ts +121 -123
- package/System.Text.Encodings.Web/internal/index.d.ts +2 -4
- package/System.Text.Encodings.Web.d.ts +4 -0
- package/System.Text.Json/bindings.json +0 -290
- package/System.Text.Json/internal/index.d.ts +143 -161
- package/System.Text.Json.Nodes/bindings.json +27 -27
- package/System.Text.Json.Nodes/internal/index.d.ts +63 -65
- package/System.Text.Json.Nodes.d.ts +4 -0
- package/System.Text.Json.Schema/internal/index.d.ts +9 -8
- package/System.Text.Json.Schema.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +37 -39
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +120 -119
- package/System.Text.Json.Serialization.Metadata.d.ts +6 -2
- package/System.Text.Json.Serialization.d.ts +10 -6
- package/System.Text.Json.d.ts +4 -0
- package/System.Text.RegularExpressions/bindings.json +414 -578
- package/System.Text.RegularExpressions/internal/index.d.ts +48 -62
- package/System.Text.RegularExpressions.d.ts +4 -0
- package/System.Text.Unicode/bindings.json +508 -508
- package/System.Text.Unicode/internal/index.d.ts +29 -31
- package/System.Text.Unicode.d.ts +4 -0
- package/System.Text.d.ts +4 -0
- package/System.Threading/bindings.json +61 -61
- package/System.Threading/internal/index.d.ts +156 -158
- package/System.Threading.Channels/internal/index.d.ts +31 -33
- package/System.Threading.Channels.d.ts +8 -4
- package/System.Threading.Tasks/bindings.json +142 -39
- package/System.Threading.Tasks/internal/index.d.ts +250 -247
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +121 -122
- package/System.Threading.Tasks.Dataflow.d.ts +18 -14
- package/System.Threading.Tasks.Sources/bindings.json +9 -9
- package/System.Threading.Tasks.Sources/internal/index.d.ts +11 -10
- package/System.Threading.Tasks.Sources.d.ts +6 -2
- package/System.Threading.Tasks.d.ts +12 -8
- package/System.Threading.d.ts +4 -0
- package/System.Timers/internal/index.d.ts +8 -7
- package/System.Timers.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +31 -30
- package/System.Transactions.d.ts +4 -0
- package/System.Web/internal/index.d.ts +32 -31
- package/System.Web.d.ts +4 -0
- package/System.Windows.Input/internal/index.d.ts +5 -4
- package/System.Windows.Input.d.ts +4 -0
- package/System.Windows.Markup/internal/index.d.ts +3 -2
- package/System.Windows.Markup.d.ts +4 -0
- package/System.Xml/bindings.json +27 -27
- package/System.Xml/internal/index.d.ts +376 -378
- package/System.Xml.Linq/bindings.json +6 -6
- package/System.Xml.Linq/internal/index.d.ts +101 -100
- package/System.Xml.Linq.d.ts +4 -0
- package/System.Xml.Resolvers/internal/index.d.ts +10 -9
- package/System.Xml.Resolvers.d.ts +4 -0
- package/System.Xml.Schema/bindings.json +100 -100
- package/System.Xml.Schema/internal/index.d.ts +231 -230
- package/System.Xml.Schema.d.ts +4 -0
- package/System.Xml.Serialization/bindings.json +250 -57
- package/System.Xml.Serialization/internal/index.d.ts +274 -242
- package/System.Xml.Serialization.d.ts +6 -0
- package/System.Xml.XPath/bindings.json +1 -1
- package/System.Xml.XPath/internal/index.d.ts +37 -36
- package/System.Xml.XPath.d.ts +4 -0
- package/System.Xml.Xsl/bindings.json +1 -1
- package/System.Xml.Xsl/internal/index.d.ts +50 -49
- package/System.Xml.Xsl.Runtime/bindings.json +74 -71
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +38 -40
- package/System.Xml.Xsl.Runtime.d.ts +4 -0
- package/System.Xml.Xsl.d.ts +4 -0
- package/System.Xml.d.ts +4 -0
- package/System.d.ts +126 -122
- package/__internal/extensions/index.d.ts +1335 -1338
- package/families.json +63 -7
- package/package.json +2 -2
|
@@ -727,7 +727,7 @@
|
|
|
727
727
|
{
|
|
728
728
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::value__System.Int32",
|
|
729
729
|
"clrName": "value__",
|
|
730
|
-
"metadataToken":
|
|
730
|
+
"metadataToken": 67110379,
|
|
731
731
|
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
732
732
|
"isStatic": false,
|
|
733
733
|
"isReadOnly": false,
|
|
@@ -739,7 +739,7 @@
|
|
|
739
739
|
{
|
|
740
740
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::NoErrorSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
|
|
741
741
|
"clrName": "NoError",
|
|
742
|
-
"metadataToken":
|
|
742
|
+
"metadataToken": 67110380,
|
|
743
743
|
"normalizedSignature": "NoError|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
|
|
744
744
|
"isStatic": true,
|
|
745
745
|
"isReadOnly": false,
|
|
@@ -751,7 +751,7 @@
|
|
|
751
751
|
{
|
|
752
752
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::NotTimeValidSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
|
|
753
753
|
"clrName": "NotTimeValid",
|
|
754
|
-
"metadataToken":
|
|
754
|
+
"metadataToken": 67110381,
|
|
755
755
|
"normalizedSignature": "NotTimeValid|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
|
|
756
756
|
"isStatic": true,
|
|
757
757
|
"isReadOnly": false,
|
|
@@ -763,7 +763,7 @@
|
|
|
763
763
|
{
|
|
764
764
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::NotTimeNestedSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
|
|
765
765
|
"clrName": "NotTimeNested",
|
|
766
|
-
"metadataToken":
|
|
766
|
+
"metadataToken": 67110382,
|
|
767
767
|
"normalizedSignature": "NotTimeNested|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
|
|
768
768
|
"isStatic": true,
|
|
769
769
|
"isReadOnly": false,
|
|
@@ -775,7 +775,7 @@
|
|
|
775
775
|
{
|
|
776
776
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::RevokedSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
|
|
777
777
|
"clrName": "Revoked",
|
|
778
|
-
"metadataToken":
|
|
778
|
+
"metadataToken": 67110383,
|
|
779
779
|
"normalizedSignature": "Revoked|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
|
|
780
780
|
"isStatic": true,
|
|
781
781
|
"isReadOnly": false,
|
|
@@ -787,7 +787,7 @@
|
|
|
787
787
|
{
|
|
788
788
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::NotSignatureValidSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
|
|
789
789
|
"clrName": "NotSignatureValid",
|
|
790
|
-
"metadataToken":
|
|
790
|
+
"metadataToken": 67110384,
|
|
791
791
|
"normalizedSignature": "NotSignatureValid|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
|
|
792
792
|
"isStatic": true,
|
|
793
793
|
"isReadOnly": false,
|
|
@@ -799,7 +799,7 @@
|
|
|
799
799
|
{
|
|
800
800
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::NotValidForUsageSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
|
|
801
801
|
"clrName": "NotValidForUsage",
|
|
802
|
-
"metadataToken":
|
|
802
|
+
"metadataToken": 67110385,
|
|
803
803
|
"normalizedSignature": "NotValidForUsage|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
|
|
804
804
|
"isStatic": true,
|
|
805
805
|
"isReadOnly": false,
|
|
@@ -811,7 +811,7 @@
|
|
|
811
811
|
{
|
|
812
812
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::UntrustedRootSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
|
|
813
813
|
"clrName": "UntrustedRoot",
|
|
814
|
-
"metadataToken":
|
|
814
|
+
"metadataToken": 67110386,
|
|
815
815
|
"normalizedSignature": "UntrustedRoot|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
|
|
816
816
|
"isStatic": true,
|
|
817
817
|
"isReadOnly": false,
|
|
@@ -823,7 +823,7 @@
|
|
|
823
823
|
{
|
|
824
824
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::RevocationStatusUnknownSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
|
|
825
825
|
"clrName": "RevocationStatusUnknown",
|
|
826
|
-
"metadataToken":
|
|
826
|
+
"metadataToken": 67110387,
|
|
827
827
|
"normalizedSignature": "RevocationStatusUnknown|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
|
|
828
828
|
"isStatic": true,
|
|
829
829
|
"isReadOnly": false,
|
|
@@ -835,7 +835,7 @@
|
|
|
835
835
|
{
|
|
836
836
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::CyclicSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
|
|
837
837
|
"clrName": "Cyclic",
|
|
838
|
-
"metadataToken":
|
|
838
|
+
"metadataToken": 67110388,
|
|
839
839
|
"normalizedSignature": "Cyclic|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
|
|
840
840
|
"isStatic": true,
|
|
841
841
|
"isReadOnly": false,
|
|
@@ -847,7 +847,7 @@
|
|
|
847
847
|
{
|
|
848
848
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::InvalidExtensionSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
|
|
849
849
|
"clrName": "InvalidExtension",
|
|
850
|
-
"metadataToken":
|
|
850
|
+
"metadataToken": 67110389,
|
|
851
851
|
"normalizedSignature": "InvalidExtension|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
|
|
852
852
|
"isStatic": true,
|
|
853
853
|
"isReadOnly": false,
|
|
@@ -859,7 +859,7 @@
|
|
|
859
859
|
{
|
|
860
860
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::InvalidPolicyConstraintsSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
|
|
861
861
|
"clrName": "InvalidPolicyConstraints",
|
|
862
|
-
"metadataToken":
|
|
862
|
+
"metadataToken": 67110390,
|
|
863
863
|
"normalizedSignature": "InvalidPolicyConstraints|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
|
|
864
864
|
"isStatic": true,
|
|
865
865
|
"isReadOnly": false,
|
|
@@ -871,7 +871,7 @@
|
|
|
871
871
|
{
|
|
872
872
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::InvalidBasicConstraintsSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
|
|
873
873
|
"clrName": "InvalidBasicConstraints",
|
|
874
|
-
"metadataToken":
|
|
874
|
+
"metadataToken": 67110391,
|
|
875
875
|
"normalizedSignature": "InvalidBasicConstraints|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
|
|
876
876
|
"isStatic": true,
|
|
877
877
|
"isReadOnly": false,
|
|
@@ -883,7 +883,7 @@
|
|
|
883
883
|
{
|
|
884
884
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::InvalidNameConstraintsSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
|
|
885
885
|
"clrName": "InvalidNameConstraints",
|
|
886
|
-
"metadataToken":
|
|
886
|
+
"metadataToken": 67110392,
|
|
887
887
|
"normalizedSignature": "InvalidNameConstraints|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
|
|
888
888
|
"isStatic": true,
|
|
889
889
|
"isReadOnly": false,
|
|
@@ -895,7 +895,7 @@
|
|
|
895
895
|
{
|
|
896
896
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::HasNotSupportedNameConstraintSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
|
|
897
897
|
"clrName": "HasNotSupportedNameConstraint",
|
|
898
|
-
"metadataToken":
|
|
898
|
+
"metadataToken": 67110393,
|
|
899
899
|
"normalizedSignature": "HasNotSupportedNameConstraint|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
|
|
900
900
|
"isStatic": true,
|
|
901
901
|
"isReadOnly": false,
|
|
@@ -907,7 +907,7 @@
|
|
|
907
907
|
{
|
|
908
908
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::HasNotDefinedNameConstraintSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
|
|
909
909
|
"clrName": "HasNotDefinedNameConstraint",
|
|
910
|
-
"metadataToken":
|
|
910
|
+
"metadataToken": 67110394,
|
|
911
911
|
"normalizedSignature": "HasNotDefinedNameConstraint|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
|
|
912
912
|
"isStatic": true,
|
|
913
913
|
"isReadOnly": false,
|
|
@@ -919,7 +919,7 @@
|
|
|
919
919
|
{
|
|
920
920
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::HasNotPermittedNameConstraintSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
|
|
921
921
|
"clrName": "HasNotPermittedNameConstraint",
|
|
922
|
-
"metadataToken":
|
|
922
|
+
"metadataToken": 67110395,
|
|
923
923
|
"normalizedSignature": "HasNotPermittedNameConstraint|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
|
|
924
924
|
"isStatic": true,
|
|
925
925
|
"isReadOnly": false,
|
|
@@ -931,7 +931,7 @@
|
|
|
931
931
|
{
|
|
932
932
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::HasExcludedNameConstraintSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
|
|
933
933
|
"clrName": "HasExcludedNameConstraint",
|
|
934
|
-
"metadataToken":
|
|
934
|
+
"metadataToken": 67110396,
|
|
935
935
|
"normalizedSignature": "HasExcludedNameConstraint|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
|
|
936
936
|
"isStatic": true,
|
|
937
937
|
"isReadOnly": false,
|
|
@@ -943,7 +943,7 @@
|
|
|
943
943
|
{
|
|
944
944
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::PartialChainSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
|
|
945
945
|
"clrName": "PartialChain",
|
|
946
|
-
"metadataToken":
|
|
946
|
+
"metadataToken": 67110397,
|
|
947
947
|
"normalizedSignature": "PartialChain|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
|
|
948
948
|
"isStatic": true,
|
|
949
949
|
"isReadOnly": false,
|
|
@@ -955,7 +955,7 @@
|
|
|
955
955
|
{
|
|
956
956
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::CtlNotTimeValidSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
|
|
957
957
|
"clrName": "CtlNotTimeValid",
|
|
958
|
-
"metadataToken":
|
|
958
|
+
"metadataToken": 67110398,
|
|
959
959
|
"normalizedSignature": "CtlNotTimeValid|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
|
|
960
960
|
"isStatic": true,
|
|
961
961
|
"isReadOnly": false,
|
|
@@ -967,7 +967,7 @@
|
|
|
967
967
|
{
|
|
968
968
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::CtlNotSignatureValidSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
|
|
969
969
|
"clrName": "CtlNotSignatureValid",
|
|
970
|
-
"metadataToken":
|
|
970
|
+
"metadataToken": 67110399,
|
|
971
971
|
"normalizedSignature": "CtlNotSignatureValid|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
|
|
972
972
|
"isStatic": true,
|
|
973
973
|
"isReadOnly": false,
|
|
@@ -979,7 +979,7 @@
|
|
|
979
979
|
{
|
|
980
980
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::CtlNotValidForUsageSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
|
|
981
981
|
"clrName": "CtlNotValidForUsage",
|
|
982
|
-
"metadataToken":
|
|
982
|
+
"metadataToken": 67110400,
|
|
983
983
|
"normalizedSignature": "CtlNotValidForUsage|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
|
|
984
984
|
"isStatic": true,
|
|
985
985
|
"isReadOnly": false,
|
|
@@ -991,7 +991,7 @@
|
|
|
991
991
|
{
|
|
992
992
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::OfflineRevocationSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
|
|
993
993
|
"clrName": "OfflineRevocation",
|
|
994
|
-
"metadataToken":
|
|
994
|
+
"metadataToken": 67110401,
|
|
995
995
|
"normalizedSignature": "OfflineRevocation|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
|
|
996
996
|
"isStatic": true,
|
|
997
997
|
"isReadOnly": false,
|
|
@@ -1003,7 +1003,7 @@
|
|
|
1003
1003
|
{
|
|
1004
1004
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::NoIssuanceChainPolicySystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
|
|
1005
1005
|
"clrName": "NoIssuanceChainPolicy",
|
|
1006
|
-
"metadataToken":
|
|
1006
|
+
"metadataToken": 67110402,
|
|
1007
1007
|
"normalizedSignature": "NoIssuanceChainPolicy|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
|
|
1008
1008
|
"isStatic": true,
|
|
1009
1009
|
"isReadOnly": false,
|
|
@@ -1015,7 +1015,7 @@
|
|
|
1015
1015
|
{
|
|
1016
1016
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::ExplicitDistrustSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
|
|
1017
1017
|
"clrName": "ExplicitDistrust",
|
|
1018
|
-
"metadataToken":
|
|
1018
|
+
"metadataToken": 67110403,
|
|
1019
1019
|
"normalizedSignature": "ExplicitDistrust|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
|
|
1020
1020
|
"isStatic": true,
|
|
1021
1021
|
"isReadOnly": false,
|
|
@@ -1027,7 +1027,7 @@
|
|
|
1027
1027
|
{
|
|
1028
1028
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::HasNotSupportedCriticalExtensionSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
|
|
1029
1029
|
"clrName": "HasNotSupportedCriticalExtension",
|
|
1030
|
-
"metadataToken":
|
|
1030
|
+
"metadataToken": 67110404,
|
|
1031
1031
|
"normalizedSignature": "HasNotSupportedCriticalExtension|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
|
|
1032
1032
|
"isStatic": true,
|
|
1033
1033
|
"isReadOnly": false,
|
|
@@ -1039,7 +1039,7 @@
|
|
|
1039
1039
|
{
|
|
1040
1040
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::HasWeakSignatureSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
|
|
1041
1041
|
"clrName": "HasWeakSignature",
|
|
1042
|
-
"metadataToken":
|
|
1042
|
+
"metadataToken": 67110405,
|
|
1043
1043
|
"normalizedSignature": "HasWeakSignature|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
|
|
1044
1044
|
"isStatic": true,
|
|
1045
1045
|
"isReadOnly": false,
|
|
@@ -1091,7 +1091,7 @@
|
|
|
1091
1091
|
{
|
|
1092
1092
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainTrustMode::value__System.Int32",
|
|
1093
1093
|
"clrName": "value__",
|
|
1094
|
-
"metadataToken":
|
|
1094
|
+
"metadataToken": 67110406,
|
|
1095
1095
|
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
1096
1096
|
"isStatic": false,
|
|
1097
1097
|
"isReadOnly": false,
|
|
@@ -1103,7 +1103,7 @@
|
|
|
1103
1103
|
{
|
|
1104
1104
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainTrustMode::SystemSystem.Security.Cryptography.X509Certificates.X509ChainTrustMode",
|
|
1105
1105
|
"clrName": "System",
|
|
1106
|
-
"metadataToken":
|
|
1106
|
+
"metadataToken": 67110407,
|
|
1107
1107
|
"normalizedSignature": "System|System.Security.Cryptography.X509Certificates.X509ChainTrustMode|static=true|const=true",
|
|
1108
1108
|
"isStatic": true,
|
|
1109
1109
|
"isReadOnly": false,
|
|
@@ -1115,7 +1115,7 @@
|
|
|
1115
1115
|
{
|
|
1116
1116
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainTrustMode::CustomRootTrustSystem.Security.Cryptography.X509Certificates.X509ChainTrustMode",
|
|
1117
1117
|
"clrName": "CustomRootTrust",
|
|
1118
|
-
"metadataToken":
|
|
1118
|
+
"metadataToken": 67110408,
|
|
1119
1119
|
"normalizedSignature": "CustomRootTrust|System.Security.Cryptography.X509Certificates.X509ChainTrustMode|static=true|const=true",
|
|
1120
1120
|
"isStatic": true,
|
|
1121
1121
|
"isReadOnly": false,
|
|
@@ -1167,7 +1167,7 @@
|
|
|
1167
1167
|
{
|
|
1168
1168
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ContentType::value__System.Int32",
|
|
1169
1169
|
"clrName": "value__",
|
|
1170
|
-
"metadataToken":
|
|
1170
|
+
"metadataToken": 67110409,
|
|
1171
1171
|
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
1172
1172
|
"isStatic": false,
|
|
1173
1173
|
"isReadOnly": false,
|
|
@@ -1179,7 +1179,7 @@
|
|
|
1179
1179
|
{
|
|
1180
1180
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ContentType::UnknownSystem.Security.Cryptography.X509Certificates.X509ContentType",
|
|
1181
1181
|
"clrName": "Unknown",
|
|
1182
|
-
"metadataToken":
|
|
1182
|
+
"metadataToken": 67110410,
|
|
1183
1183
|
"normalizedSignature": "Unknown|System.Security.Cryptography.X509Certificates.X509ContentType|static=true|const=true",
|
|
1184
1184
|
"isStatic": true,
|
|
1185
1185
|
"isReadOnly": false,
|
|
@@ -1191,7 +1191,7 @@
|
|
|
1191
1191
|
{
|
|
1192
1192
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ContentType::CertSystem.Security.Cryptography.X509Certificates.X509ContentType",
|
|
1193
1193
|
"clrName": "Cert",
|
|
1194
|
-
"metadataToken":
|
|
1194
|
+
"metadataToken": 67110411,
|
|
1195
1195
|
"normalizedSignature": "Cert|System.Security.Cryptography.X509Certificates.X509ContentType|static=true|const=true",
|
|
1196
1196
|
"isStatic": true,
|
|
1197
1197
|
"isReadOnly": false,
|
|
@@ -1203,7 +1203,7 @@
|
|
|
1203
1203
|
{
|
|
1204
1204
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ContentType::SerializedCertSystem.Security.Cryptography.X509Certificates.X509ContentType",
|
|
1205
1205
|
"clrName": "SerializedCert",
|
|
1206
|
-
"metadataToken":
|
|
1206
|
+
"metadataToken": 67110412,
|
|
1207
1207
|
"normalizedSignature": "SerializedCert|System.Security.Cryptography.X509Certificates.X509ContentType|static=true|const=true",
|
|
1208
1208
|
"isStatic": true,
|
|
1209
1209
|
"isReadOnly": false,
|
|
@@ -1215,7 +1215,7 @@
|
|
|
1215
1215
|
{
|
|
1216
1216
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ContentType::PfxSystem.Security.Cryptography.X509Certificates.X509ContentType",
|
|
1217
1217
|
"clrName": "Pfx",
|
|
1218
|
-
"metadataToken":
|
|
1218
|
+
"metadataToken": 67110413,
|
|
1219
1219
|
"normalizedSignature": "Pfx|System.Security.Cryptography.X509Certificates.X509ContentType|static=true|const=true",
|
|
1220
1220
|
"isStatic": true,
|
|
1221
1221
|
"isReadOnly": false,
|
|
@@ -1227,7 +1227,7 @@
|
|
|
1227
1227
|
{
|
|
1228
1228
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ContentType::Pkcs12System.Security.Cryptography.X509Certificates.X509ContentType",
|
|
1229
1229
|
"clrName": "Pkcs12",
|
|
1230
|
-
"metadataToken":
|
|
1230
|
+
"metadataToken": 67110414,
|
|
1231
1231
|
"normalizedSignature": "Pkcs12|System.Security.Cryptography.X509Certificates.X509ContentType|static=true|const=true",
|
|
1232
1232
|
"isStatic": true,
|
|
1233
1233
|
"isReadOnly": false,
|
|
@@ -1239,7 +1239,7 @@
|
|
|
1239
1239
|
{
|
|
1240
1240
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ContentType::SerializedStoreSystem.Security.Cryptography.X509Certificates.X509ContentType",
|
|
1241
1241
|
"clrName": "SerializedStore",
|
|
1242
|
-
"metadataToken":
|
|
1242
|
+
"metadataToken": 67110415,
|
|
1243
1243
|
"normalizedSignature": "SerializedStore|System.Security.Cryptography.X509Certificates.X509ContentType|static=true|const=true",
|
|
1244
1244
|
"isStatic": true,
|
|
1245
1245
|
"isReadOnly": false,
|
|
@@ -1251,7 +1251,7 @@
|
|
|
1251
1251
|
{
|
|
1252
1252
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ContentType::Pkcs7System.Security.Cryptography.X509Certificates.X509ContentType",
|
|
1253
1253
|
"clrName": "Pkcs7",
|
|
1254
|
-
"metadataToken":
|
|
1254
|
+
"metadataToken": 67110416,
|
|
1255
1255
|
"normalizedSignature": "Pkcs7|System.Security.Cryptography.X509Certificates.X509ContentType|static=true|const=true",
|
|
1256
1256
|
"isStatic": true,
|
|
1257
1257
|
"isReadOnly": false,
|
|
@@ -1263,7 +1263,7 @@
|
|
|
1263
1263
|
{
|
|
1264
1264
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ContentType::AuthenticodeSystem.Security.Cryptography.X509Certificates.X509ContentType",
|
|
1265
1265
|
"clrName": "Authenticode",
|
|
1266
|
-
"metadataToken":
|
|
1266
|
+
"metadataToken": 67110417,
|
|
1267
1267
|
"normalizedSignature": "Authenticode|System.Security.Cryptography.X509Certificates.X509ContentType|static=true|const=true",
|
|
1268
1268
|
"isStatic": true,
|
|
1269
1269
|
"isReadOnly": false,
|
|
@@ -1315,7 +1315,7 @@
|
|
|
1315
1315
|
{
|
|
1316
1316
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509FindType::value__System.Int32",
|
|
1317
1317
|
"clrName": "value__",
|
|
1318
|
-
"metadataToken":
|
|
1318
|
+
"metadataToken": 67110424,
|
|
1319
1319
|
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
1320
1320
|
"isStatic": false,
|
|
1321
1321
|
"isReadOnly": false,
|
|
@@ -1327,7 +1327,7 @@
|
|
|
1327
1327
|
{
|
|
1328
1328
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509FindType::FindByThumbprintSystem.Security.Cryptography.X509Certificates.X509FindType",
|
|
1329
1329
|
"clrName": "FindByThumbprint",
|
|
1330
|
-
"metadataToken":
|
|
1330
|
+
"metadataToken": 67110425,
|
|
1331
1331
|
"normalizedSignature": "FindByThumbprint|System.Security.Cryptography.X509Certificates.X509FindType|static=true|const=true",
|
|
1332
1332
|
"isStatic": true,
|
|
1333
1333
|
"isReadOnly": false,
|
|
@@ -1339,7 +1339,7 @@
|
|
|
1339
1339
|
{
|
|
1340
1340
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509FindType::FindBySubjectNameSystem.Security.Cryptography.X509Certificates.X509FindType",
|
|
1341
1341
|
"clrName": "FindBySubjectName",
|
|
1342
|
-
"metadataToken":
|
|
1342
|
+
"metadataToken": 67110426,
|
|
1343
1343
|
"normalizedSignature": "FindBySubjectName|System.Security.Cryptography.X509Certificates.X509FindType|static=true|const=true",
|
|
1344
1344
|
"isStatic": true,
|
|
1345
1345
|
"isReadOnly": false,
|
|
@@ -1351,7 +1351,7 @@
|
|
|
1351
1351
|
{
|
|
1352
1352
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509FindType::FindBySubjectDistinguishedNameSystem.Security.Cryptography.X509Certificates.X509FindType",
|
|
1353
1353
|
"clrName": "FindBySubjectDistinguishedName",
|
|
1354
|
-
"metadataToken":
|
|
1354
|
+
"metadataToken": 67110427,
|
|
1355
1355
|
"normalizedSignature": "FindBySubjectDistinguishedName|System.Security.Cryptography.X509Certificates.X509FindType|static=true|const=true",
|
|
1356
1356
|
"isStatic": true,
|
|
1357
1357
|
"isReadOnly": false,
|
|
@@ -1363,7 +1363,7 @@
|
|
|
1363
1363
|
{
|
|
1364
1364
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509FindType::FindByIssuerNameSystem.Security.Cryptography.X509Certificates.X509FindType",
|
|
1365
1365
|
"clrName": "FindByIssuerName",
|
|
1366
|
-
"metadataToken":
|
|
1366
|
+
"metadataToken": 67110428,
|
|
1367
1367
|
"normalizedSignature": "FindByIssuerName|System.Security.Cryptography.X509Certificates.X509FindType|static=true|const=true",
|
|
1368
1368
|
"isStatic": true,
|
|
1369
1369
|
"isReadOnly": false,
|
|
@@ -1375,7 +1375,7 @@
|
|
|
1375
1375
|
{
|
|
1376
1376
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509FindType::FindByIssuerDistinguishedNameSystem.Security.Cryptography.X509Certificates.X509FindType",
|
|
1377
1377
|
"clrName": "FindByIssuerDistinguishedName",
|
|
1378
|
-
"metadataToken":
|
|
1378
|
+
"metadataToken": 67110429,
|
|
1379
1379
|
"normalizedSignature": "FindByIssuerDistinguishedName|System.Security.Cryptography.X509Certificates.X509FindType|static=true|const=true",
|
|
1380
1380
|
"isStatic": true,
|
|
1381
1381
|
"isReadOnly": false,
|
|
@@ -1387,7 +1387,7 @@
|
|
|
1387
1387
|
{
|
|
1388
1388
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509FindType::FindBySerialNumberSystem.Security.Cryptography.X509Certificates.X509FindType",
|
|
1389
1389
|
"clrName": "FindBySerialNumber",
|
|
1390
|
-
"metadataToken":
|
|
1390
|
+
"metadataToken": 67110430,
|
|
1391
1391
|
"normalizedSignature": "FindBySerialNumber|System.Security.Cryptography.X509Certificates.X509FindType|static=true|const=true",
|
|
1392
1392
|
"isStatic": true,
|
|
1393
1393
|
"isReadOnly": false,
|
|
@@ -1399,7 +1399,7 @@
|
|
|
1399
1399
|
{
|
|
1400
1400
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509FindType::FindByTimeValidSystem.Security.Cryptography.X509Certificates.X509FindType",
|
|
1401
1401
|
"clrName": "FindByTimeValid",
|
|
1402
|
-
"metadataToken":
|
|
1402
|
+
"metadataToken": 67110431,
|
|
1403
1403
|
"normalizedSignature": "FindByTimeValid|System.Security.Cryptography.X509Certificates.X509FindType|static=true|const=true",
|
|
1404
1404
|
"isStatic": true,
|
|
1405
1405
|
"isReadOnly": false,
|
|
@@ -1411,7 +1411,7 @@
|
|
|
1411
1411
|
{
|
|
1412
1412
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509FindType::FindByTimeNotYetValidSystem.Security.Cryptography.X509Certificates.X509FindType",
|
|
1413
1413
|
"clrName": "FindByTimeNotYetValid",
|
|
1414
|
-
"metadataToken":
|
|
1414
|
+
"metadataToken": 67110432,
|
|
1415
1415
|
"normalizedSignature": "FindByTimeNotYetValid|System.Security.Cryptography.X509Certificates.X509FindType|static=true|const=true",
|
|
1416
1416
|
"isStatic": true,
|
|
1417
1417
|
"isReadOnly": false,
|
|
@@ -1423,7 +1423,7 @@
|
|
|
1423
1423
|
{
|
|
1424
1424
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509FindType::FindByTimeExpiredSystem.Security.Cryptography.X509Certificates.X509FindType",
|
|
1425
1425
|
"clrName": "FindByTimeExpired",
|
|
1426
|
-
"metadataToken":
|
|
1426
|
+
"metadataToken": 67110433,
|
|
1427
1427
|
"normalizedSignature": "FindByTimeExpired|System.Security.Cryptography.X509Certificates.X509FindType|static=true|const=true",
|
|
1428
1428
|
"isStatic": true,
|
|
1429
1429
|
"isReadOnly": false,
|
|
@@ -1435,7 +1435,7 @@
|
|
|
1435
1435
|
{
|
|
1436
1436
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509FindType::FindByTemplateNameSystem.Security.Cryptography.X509Certificates.X509FindType",
|
|
1437
1437
|
"clrName": "FindByTemplateName",
|
|
1438
|
-
"metadataToken":
|
|
1438
|
+
"metadataToken": 67110434,
|
|
1439
1439
|
"normalizedSignature": "FindByTemplateName|System.Security.Cryptography.X509Certificates.X509FindType|static=true|const=true",
|
|
1440
1440
|
"isStatic": true,
|
|
1441
1441
|
"isReadOnly": false,
|
|
@@ -1447,7 +1447,7 @@
|
|
|
1447
1447
|
{
|
|
1448
1448
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509FindType::FindByApplicationPolicySystem.Security.Cryptography.X509Certificates.X509FindType",
|
|
1449
1449
|
"clrName": "FindByApplicationPolicy",
|
|
1450
|
-
"metadataToken":
|
|
1450
|
+
"metadataToken": 67110435,
|
|
1451
1451
|
"normalizedSignature": "FindByApplicationPolicy|System.Security.Cryptography.X509Certificates.X509FindType|static=true|const=true",
|
|
1452
1452
|
"isStatic": true,
|
|
1453
1453
|
"isReadOnly": false,
|
|
@@ -1459,7 +1459,7 @@
|
|
|
1459
1459
|
{
|
|
1460
1460
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509FindType::FindByCertificatePolicySystem.Security.Cryptography.X509Certificates.X509FindType",
|
|
1461
1461
|
"clrName": "FindByCertificatePolicy",
|
|
1462
|
-
"metadataToken":
|
|
1462
|
+
"metadataToken": 67110436,
|
|
1463
1463
|
"normalizedSignature": "FindByCertificatePolicy|System.Security.Cryptography.X509Certificates.X509FindType|static=true|const=true",
|
|
1464
1464
|
"isStatic": true,
|
|
1465
1465
|
"isReadOnly": false,
|
|
@@ -1471,7 +1471,7 @@
|
|
|
1471
1471
|
{
|
|
1472
1472
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509FindType::FindByExtensionSystem.Security.Cryptography.X509Certificates.X509FindType",
|
|
1473
1473
|
"clrName": "FindByExtension",
|
|
1474
|
-
"metadataToken":
|
|
1474
|
+
"metadataToken": 67110437,
|
|
1475
1475
|
"normalizedSignature": "FindByExtension|System.Security.Cryptography.X509Certificates.X509FindType|static=true|const=true",
|
|
1476
1476
|
"isStatic": true,
|
|
1477
1477
|
"isReadOnly": false,
|
|
@@ -1483,7 +1483,7 @@
|
|
|
1483
1483
|
{
|
|
1484
1484
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509FindType::FindByKeyUsageSystem.Security.Cryptography.X509Certificates.X509FindType",
|
|
1485
1485
|
"clrName": "FindByKeyUsage",
|
|
1486
|
-
"metadataToken":
|
|
1486
|
+
"metadataToken": 67110438,
|
|
1487
1487
|
"normalizedSignature": "FindByKeyUsage|System.Security.Cryptography.X509Certificates.X509FindType|static=true|const=true",
|
|
1488
1488
|
"isStatic": true,
|
|
1489
1489
|
"isReadOnly": false,
|
|
@@ -1495,7 +1495,7 @@
|
|
|
1495
1495
|
{
|
|
1496
1496
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509FindType::FindBySubjectKeyIdentifierSystem.Security.Cryptography.X509Certificates.X509FindType",
|
|
1497
1497
|
"clrName": "FindBySubjectKeyIdentifier",
|
|
1498
|
-
"metadataToken":
|
|
1498
|
+
"metadataToken": 67110439,
|
|
1499
1499
|
"normalizedSignature": "FindBySubjectKeyIdentifier|System.Security.Cryptography.X509Certificates.X509FindType|static=true|const=true",
|
|
1500
1500
|
"isStatic": true,
|
|
1501
1501
|
"isReadOnly": false,
|
|
@@ -1547,7 +1547,7 @@
|
|
|
1547
1547
|
{
|
|
1548
1548
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509IncludeOption::value__System.Int32",
|
|
1549
1549
|
"clrName": "value__",
|
|
1550
|
-
"metadataToken":
|
|
1550
|
+
"metadataToken": 67110440,
|
|
1551
1551
|
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
1552
1552
|
"isStatic": false,
|
|
1553
1553
|
"isReadOnly": false,
|
|
@@ -1559,7 +1559,7 @@
|
|
|
1559
1559
|
{
|
|
1560
1560
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509IncludeOption::NoneSystem.Security.Cryptography.X509Certificates.X509IncludeOption",
|
|
1561
1561
|
"clrName": "None",
|
|
1562
|
-
"metadataToken":
|
|
1562
|
+
"metadataToken": 67110441,
|
|
1563
1563
|
"normalizedSignature": "None|System.Security.Cryptography.X509Certificates.X509IncludeOption|static=true|const=true",
|
|
1564
1564
|
"isStatic": true,
|
|
1565
1565
|
"isReadOnly": false,
|
|
@@ -1571,7 +1571,7 @@
|
|
|
1571
1571
|
{
|
|
1572
1572
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509IncludeOption::ExcludeRootSystem.Security.Cryptography.X509Certificates.X509IncludeOption",
|
|
1573
1573
|
"clrName": "ExcludeRoot",
|
|
1574
|
-
"metadataToken":
|
|
1574
|
+
"metadataToken": 67110442,
|
|
1575
1575
|
"normalizedSignature": "ExcludeRoot|System.Security.Cryptography.X509Certificates.X509IncludeOption|static=true|const=true",
|
|
1576
1576
|
"isStatic": true,
|
|
1577
1577
|
"isReadOnly": false,
|
|
@@ -1583,7 +1583,7 @@
|
|
|
1583
1583
|
{
|
|
1584
1584
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509IncludeOption::EndCertOnlySystem.Security.Cryptography.X509Certificates.X509IncludeOption",
|
|
1585
1585
|
"clrName": "EndCertOnly",
|
|
1586
|
-
"metadataToken":
|
|
1586
|
+
"metadataToken": 67110443,
|
|
1587
1587
|
"normalizedSignature": "EndCertOnly|System.Security.Cryptography.X509Certificates.X509IncludeOption|static=true|const=true",
|
|
1588
1588
|
"isStatic": true,
|
|
1589
1589
|
"isReadOnly": false,
|
|
@@ -1595,7 +1595,7 @@
|
|
|
1595
1595
|
{
|
|
1596
1596
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509IncludeOption::WholeChainSystem.Security.Cryptography.X509Certificates.X509IncludeOption",
|
|
1597
1597
|
"clrName": "WholeChain",
|
|
1598
|
-
"metadataToken":
|
|
1598
|
+
"metadataToken": 67110444,
|
|
1599
1599
|
"normalizedSignature": "WholeChain|System.Security.Cryptography.X509Certificates.X509IncludeOption|static=true|const=true",
|
|
1600
1600
|
"isStatic": true,
|
|
1601
1601
|
"isReadOnly": false,
|
|
@@ -1647,7 +1647,7 @@
|
|
|
1647
1647
|
{
|
|
1648
1648
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509KeyStorageFlags::value__System.Int32",
|
|
1649
1649
|
"clrName": "value__",
|
|
1650
|
-
"metadataToken":
|
|
1650
|
+
"metadataToken": 67110445,
|
|
1651
1651
|
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
1652
1652
|
"isStatic": false,
|
|
1653
1653
|
"isReadOnly": false,
|
|
@@ -1659,7 +1659,7 @@
|
|
|
1659
1659
|
{
|
|
1660
1660
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509KeyStorageFlags::DefaultKeySetSystem.Security.Cryptography.X509Certificates.X509KeyStorageFlags",
|
|
1661
1661
|
"clrName": "DefaultKeySet",
|
|
1662
|
-
"metadataToken":
|
|
1662
|
+
"metadataToken": 67110446,
|
|
1663
1663
|
"normalizedSignature": "DefaultKeySet|System.Security.Cryptography.X509Certificates.X509KeyStorageFlags|static=true|const=true",
|
|
1664
1664
|
"isStatic": true,
|
|
1665
1665
|
"isReadOnly": false,
|
|
@@ -1671,7 +1671,7 @@
|
|
|
1671
1671
|
{
|
|
1672
1672
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509KeyStorageFlags::UserKeySetSystem.Security.Cryptography.X509Certificates.X509KeyStorageFlags",
|
|
1673
1673
|
"clrName": "UserKeySet",
|
|
1674
|
-
"metadataToken":
|
|
1674
|
+
"metadataToken": 67110447,
|
|
1675
1675
|
"normalizedSignature": "UserKeySet|System.Security.Cryptography.X509Certificates.X509KeyStorageFlags|static=true|const=true",
|
|
1676
1676
|
"isStatic": true,
|
|
1677
1677
|
"isReadOnly": false,
|
|
@@ -1683,7 +1683,7 @@
|
|
|
1683
1683
|
{
|
|
1684
1684
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509KeyStorageFlags::MachineKeySetSystem.Security.Cryptography.X509Certificates.X509KeyStorageFlags",
|
|
1685
1685
|
"clrName": "MachineKeySet",
|
|
1686
|
-
"metadataToken":
|
|
1686
|
+
"metadataToken": 67110448,
|
|
1687
1687
|
"normalizedSignature": "MachineKeySet|System.Security.Cryptography.X509Certificates.X509KeyStorageFlags|static=true|const=true",
|
|
1688
1688
|
"isStatic": true,
|
|
1689
1689
|
"isReadOnly": false,
|
|
@@ -1695,7 +1695,7 @@
|
|
|
1695
1695
|
{
|
|
1696
1696
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509KeyStorageFlags::ExportableSystem.Security.Cryptography.X509Certificates.X509KeyStorageFlags",
|
|
1697
1697
|
"clrName": "Exportable",
|
|
1698
|
-
"metadataToken":
|
|
1698
|
+
"metadataToken": 67110449,
|
|
1699
1699
|
"normalizedSignature": "Exportable|System.Security.Cryptography.X509Certificates.X509KeyStorageFlags|static=true|const=true",
|
|
1700
1700
|
"isStatic": true,
|
|
1701
1701
|
"isReadOnly": false,
|
|
@@ -1707,7 +1707,7 @@
|
|
|
1707
1707
|
{
|
|
1708
1708
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509KeyStorageFlags::UserProtectedSystem.Security.Cryptography.X509Certificates.X509KeyStorageFlags",
|
|
1709
1709
|
"clrName": "UserProtected",
|
|
1710
|
-
"metadataToken":
|
|
1710
|
+
"metadataToken": 67110450,
|
|
1711
1711
|
"normalizedSignature": "UserProtected|System.Security.Cryptography.X509Certificates.X509KeyStorageFlags|static=true|const=true",
|
|
1712
1712
|
"isStatic": true,
|
|
1713
1713
|
"isReadOnly": false,
|
|
@@ -1719,7 +1719,7 @@
|
|
|
1719
1719
|
{
|
|
1720
1720
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509KeyStorageFlags::PersistKeySetSystem.Security.Cryptography.X509Certificates.X509KeyStorageFlags",
|
|
1721
1721
|
"clrName": "PersistKeySet",
|
|
1722
|
-
"metadataToken":
|
|
1722
|
+
"metadataToken": 67110451,
|
|
1723
1723
|
"normalizedSignature": "PersistKeySet|System.Security.Cryptography.X509Certificates.X509KeyStorageFlags|static=true|const=true",
|
|
1724
1724
|
"isStatic": true,
|
|
1725
1725
|
"isReadOnly": false,
|
|
@@ -1731,7 +1731,7 @@
|
|
|
1731
1731
|
{
|
|
1732
1732
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509KeyStorageFlags::EphemeralKeySetSystem.Security.Cryptography.X509Certificates.X509KeyStorageFlags",
|
|
1733
1733
|
"clrName": "EphemeralKeySet",
|
|
1734
|
-
"metadataToken":
|
|
1734
|
+
"metadataToken": 67110452,
|
|
1735
1735
|
"normalizedSignature": "EphemeralKeySet|System.Security.Cryptography.X509Certificates.X509KeyStorageFlags|static=true|const=true",
|
|
1736
1736
|
"isStatic": true,
|
|
1737
1737
|
"isReadOnly": false,
|
|
@@ -1783,7 +1783,7 @@
|
|
|
1783
1783
|
{
|
|
1784
1784
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509KeyUsageFlags::value__System.Int32",
|
|
1785
1785
|
"clrName": "value__",
|
|
1786
|
-
"metadataToken":
|
|
1786
|
+
"metadataToken": 67110455,
|
|
1787
1787
|
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
1788
1788
|
"isStatic": false,
|
|
1789
1789
|
"isReadOnly": false,
|
|
@@ -1795,7 +1795,7 @@
|
|
|
1795
1795
|
{
|
|
1796
1796
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509KeyUsageFlags::NoneSystem.Security.Cryptography.X509Certificates.X509KeyUsageFlags",
|
|
1797
1797
|
"clrName": "None",
|
|
1798
|
-
"metadataToken":
|
|
1798
|
+
"metadataToken": 67110456,
|
|
1799
1799
|
"normalizedSignature": "None|System.Security.Cryptography.X509Certificates.X509KeyUsageFlags|static=true|const=true",
|
|
1800
1800
|
"isStatic": true,
|
|
1801
1801
|
"isReadOnly": false,
|
|
@@ -1807,7 +1807,7 @@
|
|
|
1807
1807
|
{
|
|
1808
1808
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509KeyUsageFlags::EncipherOnlySystem.Security.Cryptography.X509Certificates.X509KeyUsageFlags",
|
|
1809
1809
|
"clrName": "EncipherOnly",
|
|
1810
|
-
"metadataToken":
|
|
1810
|
+
"metadataToken": 67110457,
|
|
1811
1811
|
"normalizedSignature": "EncipherOnly|System.Security.Cryptography.X509Certificates.X509KeyUsageFlags|static=true|const=true",
|
|
1812
1812
|
"isStatic": true,
|
|
1813
1813
|
"isReadOnly": false,
|
|
@@ -1819,7 +1819,7 @@
|
|
|
1819
1819
|
{
|
|
1820
1820
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509KeyUsageFlags::CrlSignSystem.Security.Cryptography.X509Certificates.X509KeyUsageFlags",
|
|
1821
1821
|
"clrName": "CrlSign",
|
|
1822
|
-
"metadataToken":
|
|
1822
|
+
"metadataToken": 67110458,
|
|
1823
1823
|
"normalizedSignature": "CrlSign|System.Security.Cryptography.X509Certificates.X509KeyUsageFlags|static=true|const=true",
|
|
1824
1824
|
"isStatic": true,
|
|
1825
1825
|
"isReadOnly": false,
|
|
@@ -1831,7 +1831,7 @@
|
|
|
1831
1831
|
{
|
|
1832
1832
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509KeyUsageFlags::KeyCertSignSystem.Security.Cryptography.X509Certificates.X509KeyUsageFlags",
|
|
1833
1833
|
"clrName": "KeyCertSign",
|
|
1834
|
-
"metadataToken":
|
|
1834
|
+
"metadataToken": 67110459,
|
|
1835
1835
|
"normalizedSignature": "KeyCertSign|System.Security.Cryptography.X509Certificates.X509KeyUsageFlags|static=true|const=true",
|
|
1836
1836
|
"isStatic": true,
|
|
1837
1837
|
"isReadOnly": false,
|
|
@@ -1843,7 +1843,7 @@
|
|
|
1843
1843
|
{
|
|
1844
1844
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509KeyUsageFlags::KeyAgreementSystem.Security.Cryptography.X509Certificates.X509KeyUsageFlags",
|
|
1845
1845
|
"clrName": "KeyAgreement",
|
|
1846
|
-
"metadataToken":
|
|
1846
|
+
"metadataToken": 67110460,
|
|
1847
1847
|
"normalizedSignature": "KeyAgreement|System.Security.Cryptography.X509Certificates.X509KeyUsageFlags|static=true|const=true",
|
|
1848
1848
|
"isStatic": true,
|
|
1849
1849
|
"isReadOnly": false,
|
|
@@ -1855,7 +1855,7 @@
|
|
|
1855
1855
|
{
|
|
1856
1856
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509KeyUsageFlags::DataEnciphermentSystem.Security.Cryptography.X509Certificates.X509KeyUsageFlags",
|
|
1857
1857
|
"clrName": "DataEncipherment",
|
|
1858
|
-
"metadataToken":
|
|
1858
|
+
"metadataToken": 67110461,
|
|
1859
1859
|
"normalizedSignature": "DataEncipherment|System.Security.Cryptography.X509Certificates.X509KeyUsageFlags|static=true|const=true",
|
|
1860
1860
|
"isStatic": true,
|
|
1861
1861
|
"isReadOnly": false,
|
|
@@ -1867,7 +1867,7 @@
|
|
|
1867
1867
|
{
|
|
1868
1868
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509KeyUsageFlags::KeyEnciphermentSystem.Security.Cryptography.X509Certificates.X509KeyUsageFlags",
|
|
1869
1869
|
"clrName": "KeyEncipherment",
|
|
1870
|
-
"metadataToken":
|
|
1870
|
+
"metadataToken": 67110462,
|
|
1871
1871
|
"normalizedSignature": "KeyEncipherment|System.Security.Cryptography.X509Certificates.X509KeyUsageFlags|static=true|const=true",
|
|
1872
1872
|
"isStatic": true,
|
|
1873
1873
|
"isReadOnly": false,
|
|
@@ -1879,7 +1879,7 @@
|
|
|
1879
1879
|
{
|
|
1880
1880
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509KeyUsageFlags::NonRepudiationSystem.Security.Cryptography.X509Certificates.X509KeyUsageFlags",
|
|
1881
1881
|
"clrName": "NonRepudiation",
|
|
1882
|
-
"metadataToken":
|
|
1882
|
+
"metadataToken": 67110463,
|
|
1883
1883
|
"normalizedSignature": "NonRepudiation|System.Security.Cryptography.X509Certificates.X509KeyUsageFlags|static=true|const=true",
|
|
1884
1884
|
"isStatic": true,
|
|
1885
1885
|
"isReadOnly": false,
|
|
@@ -1891,7 +1891,7 @@
|
|
|
1891
1891
|
{
|
|
1892
1892
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509KeyUsageFlags::DigitalSignatureSystem.Security.Cryptography.X509Certificates.X509KeyUsageFlags",
|
|
1893
1893
|
"clrName": "DigitalSignature",
|
|
1894
|
-
"metadataToken":
|
|
1894
|
+
"metadataToken": 67110464,
|
|
1895
1895
|
"normalizedSignature": "DigitalSignature|System.Security.Cryptography.X509Certificates.X509KeyUsageFlags|static=true|const=true",
|
|
1896
1896
|
"isStatic": true,
|
|
1897
1897
|
"isReadOnly": false,
|
|
@@ -1903,7 +1903,7 @@
|
|
|
1903
1903
|
{
|
|
1904
1904
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509KeyUsageFlags::DecipherOnlySystem.Security.Cryptography.X509Certificates.X509KeyUsageFlags",
|
|
1905
1905
|
"clrName": "DecipherOnly",
|
|
1906
|
-
"metadataToken":
|
|
1906
|
+
"metadataToken": 67110465,
|
|
1907
1907
|
"normalizedSignature": "DecipherOnly|System.Security.Cryptography.X509Certificates.X509KeyUsageFlags|static=true|const=true",
|
|
1908
1908
|
"isStatic": true,
|
|
1909
1909
|
"isReadOnly": false,
|
|
@@ -1955,7 +1955,7 @@
|
|
|
1955
1955
|
{
|
|
1956
1956
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509NameType::value__System.Int32",
|
|
1957
1957
|
"clrName": "value__",
|
|
1958
|
-
"metadataToken":
|
|
1958
|
+
"metadataToken": 67110466,
|
|
1959
1959
|
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
1960
1960
|
"isStatic": false,
|
|
1961
1961
|
"isReadOnly": false,
|
|
@@ -1967,7 +1967,7 @@
|
|
|
1967
1967
|
{
|
|
1968
1968
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509NameType::SimpleNameSystem.Security.Cryptography.X509Certificates.X509NameType",
|
|
1969
1969
|
"clrName": "SimpleName",
|
|
1970
|
-
"metadataToken":
|
|
1970
|
+
"metadataToken": 67110467,
|
|
1971
1971
|
"normalizedSignature": "SimpleName|System.Security.Cryptography.X509Certificates.X509NameType|static=true|const=true",
|
|
1972
1972
|
"isStatic": true,
|
|
1973
1973
|
"isReadOnly": false,
|
|
@@ -1979,7 +1979,7 @@
|
|
|
1979
1979
|
{
|
|
1980
1980
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509NameType::EmailNameSystem.Security.Cryptography.X509Certificates.X509NameType",
|
|
1981
1981
|
"clrName": "EmailName",
|
|
1982
|
-
"metadataToken":
|
|
1982
|
+
"metadataToken": 67110468,
|
|
1983
1983
|
"normalizedSignature": "EmailName|System.Security.Cryptography.X509Certificates.X509NameType|static=true|const=true",
|
|
1984
1984
|
"isStatic": true,
|
|
1985
1985
|
"isReadOnly": false,
|
|
@@ -1991,7 +1991,7 @@
|
|
|
1991
1991
|
{
|
|
1992
1992
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509NameType::UpnNameSystem.Security.Cryptography.X509Certificates.X509NameType",
|
|
1993
1993
|
"clrName": "UpnName",
|
|
1994
|
-
"metadataToken":
|
|
1994
|
+
"metadataToken": 67110469,
|
|
1995
1995
|
"normalizedSignature": "UpnName|System.Security.Cryptography.X509Certificates.X509NameType|static=true|const=true",
|
|
1996
1996
|
"isStatic": true,
|
|
1997
1997
|
"isReadOnly": false,
|
|
@@ -2003,7 +2003,7 @@
|
|
|
2003
2003
|
{
|
|
2004
2004
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509NameType::DnsNameSystem.Security.Cryptography.X509Certificates.X509NameType",
|
|
2005
2005
|
"clrName": "DnsName",
|
|
2006
|
-
"metadataToken":
|
|
2006
|
+
"metadataToken": 67110470,
|
|
2007
2007
|
"normalizedSignature": "DnsName|System.Security.Cryptography.X509Certificates.X509NameType|static=true|const=true",
|
|
2008
2008
|
"isStatic": true,
|
|
2009
2009
|
"isReadOnly": false,
|
|
@@ -2015,7 +2015,7 @@
|
|
|
2015
2015
|
{
|
|
2016
2016
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509NameType::DnsFromAlternativeNameSystem.Security.Cryptography.X509Certificates.X509NameType",
|
|
2017
2017
|
"clrName": "DnsFromAlternativeName",
|
|
2018
|
-
"metadataToken":
|
|
2018
|
+
"metadataToken": 67110471,
|
|
2019
2019
|
"normalizedSignature": "DnsFromAlternativeName|System.Security.Cryptography.X509Certificates.X509NameType|static=true|const=true",
|
|
2020
2020
|
"isStatic": true,
|
|
2021
2021
|
"isReadOnly": false,
|
|
@@ -2027,7 +2027,7 @@
|
|
|
2027
2027
|
{
|
|
2028
2028
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509NameType::UrlNameSystem.Security.Cryptography.X509Certificates.X509NameType",
|
|
2029
2029
|
"clrName": "UrlName",
|
|
2030
|
-
"metadataToken":
|
|
2030
|
+
"metadataToken": 67110472,
|
|
2031
2031
|
"normalizedSignature": "UrlName|System.Security.Cryptography.X509Certificates.X509NameType|static=true|const=true",
|
|
2032
2032
|
"isStatic": true,
|
|
2033
2033
|
"isReadOnly": false,
|
|
@@ -2079,7 +2079,7 @@
|
|
|
2079
2079
|
{
|
|
2080
2080
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509RevocationFlag::value__System.Int32",
|
|
2081
2081
|
"clrName": "value__",
|
|
2082
|
-
"metadataToken":
|
|
2082
|
+
"metadataToken": 67110474,
|
|
2083
2083
|
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
2084
2084
|
"isStatic": false,
|
|
2085
2085
|
"isReadOnly": false,
|
|
@@ -2091,7 +2091,7 @@
|
|
|
2091
2091
|
{
|
|
2092
2092
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509RevocationFlag::EndCertificateOnlySystem.Security.Cryptography.X509Certificates.X509RevocationFlag",
|
|
2093
2093
|
"clrName": "EndCertificateOnly",
|
|
2094
|
-
"metadataToken":
|
|
2094
|
+
"metadataToken": 67110475,
|
|
2095
2095
|
"normalizedSignature": "EndCertificateOnly|System.Security.Cryptography.X509Certificates.X509RevocationFlag|static=true|const=true",
|
|
2096
2096
|
"isStatic": true,
|
|
2097
2097
|
"isReadOnly": false,
|
|
@@ -2103,7 +2103,7 @@
|
|
|
2103
2103
|
{
|
|
2104
2104
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509RevocationFlag::EntireChainSystem.Security.Cryptography.X509Certificates.X509RevocationFlag",
|
|
2105
2105
|
"clrName": "EntireChain",
|
|
2106
|
-
"metadataToken":
|
|
2106
|
+
"metadataToken": 67110476,
|
|
2107
2107
|
"normalizedSignature": "EntireChain|System.Security.Cryptography.X509Certificates.X509RevocationFlag|static=true|const=true",
|
|
2108
2108
|
"isStatic": true,
|
|
2109
2109
|
"isReadOnly": false,
|
|
@@ -2115,7 +2115,7 @@
|
|
|
2115
2115
|
{
|
|
2116
2116
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509RevocationFlag::ExcludeRootSystem.Security.Cryptography.X509Certificates.X509RevocationFlag",
|
|
2117
2117
|
"clrName": "ExcludeRoot",
|
|
2118
|
-
"metadataToken":
|
|
2118
|
+
"metadataToken": 67110477,
|
|
2119
2119
|
"normalizedSignature": "ExcludeRoot|System.Security.Cryptography.X509Certificates.X509RevocationFlag|static=true|const=true",
|
|
2120
2120
|
"isStatic": true,
|
|
2121
2121
|
"isReadOnly": false,
|
|
@@ -2167,7 +2167,7 @@
|
|
|
2167
2167
|
{
|
|
2168
2168
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509RevocationMode::value__System.Int32",
|
|
2169
2169
|
"clrName": "value__",
|
|
2170
|
-
"metadataToken":
|
|
2170
|
+
"metadataToken": 67110478,
|
|
2171
2171
|
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
2172
2172
|
"isStatic": false,
|
|
2173
2173
|
"isReadOnly": false,
|
|
@@ -2179,7 +2179,7 @@
|
|
|
2179
2179
|
{
|
|
2180
2180
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509RevocationMode::NoCheckSystem.Security.Cryptography.X509Certificates.X509RevocationMode",
|
|
2181
2181
|
"clrName": "NoCheck",
|
|
2182
|
-
"metadataToken":
|
|
2182
|
+
"metadataToken": 67110479,
|
|
2183
2183
|
"normalizedSignature": "NoCheck|System.Security.Cryptography.X509Certificates.X509RevocationMode|static=true|const=true",
|
|
2184
2184
|
"isStatic": true,
|
|
2185
2185
|
"isReadOnly": false,
|
|
@@ -2191,7 +2191,7 @@
|
|
|
2191
2191
|
{
|
|
2192
2192
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509RevocationMode::OnlineSystem.Security.Cryptography.X509Certificates.X509RevocationMode",
|
|
2193
2193
|
"clrName": "Online",
|
|
2194
|
-
"metadataToken":
|
|
2194
|
+
"metadataToken": 67110480,
|
|
2195
2195
|
"normalizedSignature": "Online|System.Security.Cryptography.X509Certificates.X509RevocationMode|static=true|const=true",
|
|
2196
2196
|
"isStatic": true,
|
|
2197
2197
|
"isReadOnly": false,
|
|
@@ -2203,7 +2203,7 @@
|
|
|
2203
2203
|
{
|
|
2204
2204
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509RevocationMode::OfflineSystem.Security.Cryptography.X509Certificates.X509RevocationMode",
|
|
2205
2205
|
"clrName": "Offline",
|
|
2206
|
-
"metadataToken":
|
|
2206
|
+
"metadataToken": 67110481,
|
|
2207
2207
|
"normalizedSignature": "Offline|System.Security.Cryptography.X509Certificates.X509RevocationMode|static=true|const=true",
|
|
2208
2208
|
"isStatic": true,
|
|
2209
2209
|
"isReadOnly": false,
|
|
@@ -2255,7 +2255,7 @@
|
|
|
2255
2255
|
{
|
|
2256
2256
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509RevocationReason::value__System.Int32",
|
|
2257
2257
|
"clrName": "value__",
|
|
2258
|
-
"metadataToken":
|
|
2258
|
+
"metadataToken": 67110482,
|
|
2259
2259
|
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
2260
2260
|
"isStatic": false,
|
|
2261
2261
|
"isReadOnly": false,
|
|
@@ -2267,7 +2267,7 @@
|
|
|
2267
2267
|
{
|
|
2268
2268
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509RevocationReason::UnspecifiedSystem.Security.Cryptography.X509Certificates.X509RevocationReason",
|
|
2269
2269
|
"clrName": "Unspecified",
|
|
2270
|
-
"metadataToken":
|
|
2270
|
+
"metadataToken": 67110483,
|
|
2271
2271
|
"normalizedSignature": "Unspecified|System.Security.Cryptography.X509Certificates.X509RevocationReason|static=true|const=true",
|
|
2272
2272
|
"isStatic": true,
|
|
2273
2273
|
"isReadOnly": false,
|
|
@@ -2279,7 +2279,7 @@
|
|
|
2279
2279
|
{
|
|
2280
2280
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509RevocationReason::KeyCompromiseSystem.Security.Cryptography.X509Certificates.X509RevocationReason",
|
|
2281
2281
|
"clrName": "KeyCompromise",
|
|
2282
|
-
"metadataToken":
|
|
2282
|
+
"metadataToken": 67110484,
|
|
2283
2283
|
"normalizedSignature": "KeyCompromise|System.Security.Cryptography.X509Certificates.X509RevocationReason|static=true|const=true",
|
|
2284
2284
|
"isStatic": true,
|
|
2285
2285
|
"isReadOnly": false,
|
|
@@ -2291,7 +2291,7 @@
|
|
|
2291
2291
|
{
|
|
2292
2292
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509RevocationReason::CACompromiseSystem.Security.Cryptography.X509Certificates.X509RevocationReason",
|
|
2293
2293
|
"clrName": "CACompromise",
|
|
2294
|
-
"metadataToken":
|
|
2294
|
+
"metadataToken": 67110485,
|
|
2295
2295
|
"normalizedSignature": "CACompromise|System.Security.Cryptography.X509Certificates.X509RevocationReason|static=true|const=true",
|
|
2296
2296
|
"isStatic": true,
|
|
2297
2297
|
"isReadOnly": false,
|
|
@@ -2303,7 +2303,7 @@
|
|
|
2303
2303
|
{
|
|
2304
2304
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509RevocationReason::AffiliationChangedSystem.Security.Cryptography.X509Certificates.X509RevocationReason",
|
|
2305
2305
|
"clrName": "AffiliationChanged",
|
|
2306
|
-
"metadataToken":
|
|
2306
|
+
"metadataToken": 67110486,
|
|
2307
2307
|
"normalizedSignature": "AffiliationChanged|System.Security.Cryptography.X509Certificates.X509RevocationReason|static=true|const=true",
|
|
2308
2308
|
"isStatic": true,
|
|
2309
2309
|
"isReadOnly": false,
|
|
@@ -2315,7 +2315,7 @@
|
|
|
2315
2315
|
{
|
|
2316
2316
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509RevocationReason::SupersededSystem.Security.Cryptography.X509Certificates.X509RevocationReason",
|
|
2317
2317
|
"clrName": "Superseded",
|
|
2318
|
-
"metadataToken":
|
|
2318
|
+
"metadataToken": 67110487,
|
|
2319
2319
|
"normalizedSignature": "Superseded|System.Security.Cryptography.X509Certificates.X509RevocationReason|static=true|const=true",
|
|
2320
2320
|
"isStatic": true,
|
|
2321
2321
|
"isReadOnly": false,
|
|
@@ -2327,7 +2327,7 @@
|
|
|
2327
2327
|
{
|
|
2328
2328
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509RevocationReason::CessationOfOperationSystem.Security.Cryptography.X509Certificates.X509RevocationReason",
|
|
2329
2329
|
"clrName": "CessationOfOperation",
|
|
2330
|
-
"metadataToken":
|
|
2330
|
+
"metadataToken": 67110488,
|
|
2331
2331
|
"normalizedSignature": "CessationOfOperation|System.Security.Cryptography.X509Certificates.X509RevocationReason|static=true|const=true",
|
|
2332
2332
|
"isStatic": true,
|
|
2333
2333
|
"isReadOnly": false,
|
|
@@ -2339,7 +2339,7 @@
|
|
|
2339
2339
|
{
|
|
2340
2340
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509RevocationReason::CertificateHoldSystem.Security.Cryptography.X509Certificates.X509RevocationReason",
|
|
2341
2341
|
"clrName": "CertificateHold",
|
|
2342
|
-
"metadataToken":
|
|
2342
|
+
"metadataToken": 67110489,
|
|
2343
2343
|
"normalizedSignature": "CertificateHold|System.Security.Cryptography.X509Certificates.X509RevocationReason|static=true|const=true",
|
|
2344
2344
|
"isStatic": true,
|
|
2345
2345
|
"isReadOnly": false,
|
|
@@ -2351,7 +2351,7 @@
|
|
|
2351
2351
|
{
|
|
2352
2352
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509RevocationReason::RemoveFromCrlSystem.Security.Cryptography.X509Certificates.X509RevocationReason",
|
|
2353
2353
|
"clrName": "RemoveFromCrl",
|
|
2354
|
-
"metadataToken":
|
|
2354
|
+
"metadataToken": 67110490,
|
|
2355
2355
|
"normalizedSignature": "RemoveFromCrl|System.Security.Cryptography.X509Certificates.X509RevocationReason|static=true|const=true",
|
|
2356
2356
|
"isStatic": true,
|
|
2357
2357
|
"isReadOnly": false,
|
|
@@ -2363,7 +2363,7 @@
|
|
|
2363
2363
|
{
|
|
2364
2364
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509RevocationReason::PrivilegeWithdrawnSystem.Security.Cryptography.X509Certificates.X509RevocationReason",
|
|
2365
2365
|
"clrName": "PrivilegeWithdrawn",
|
|
2366
|
-
"metadataToken":
|
|
2366
|
+
"metadataToken": 67110491,
|
|
2367
2367
|
"normalizedSignature": "PrivilegeWithdrawn|System.Security.Cryptography.X509Certificates.X509RevocationReason|static=true|const=true",
|
|
2368
2368
|
"isStatic": true,
|
|
2369
2369
|
"isReadOnly": false,
|
|
@@ -2375,7 +2375,7 @@
|
|
|
2375
2375
|
{
|
|
2376
2376
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509RevocationReason::AACompromiseSystem.Security.Cryptography.X509Certificates.X509RevocationReason",
|
|
2377
2377
|
"clrName": "AACompromise",
|
|
2378
|
-
"metadataToken":
|
|
2378
|
+
"metadataToken": 67110492,
|
|
2379
2379
|
"normalizedSignature": "AACompromise|System.Security.Cryptography.X509Certificates.X509RevocationReason|static=true|const=true",
|
|
2380
2380
|
"isStatic": true,
|
|
2381
2381
|
"isReadOnly": false,
|
|
@@ -2387,7 +2387,7 @@
|
|
|
2387
2387
|
{
|
|
2388
2388
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509RevocationReason::WeakAlgorithmOrKeySystem.Security.Cryptography.X509Certificates.X509RevocationReason",
|
|
2389
2389
|
"clrName": "WeakAlgorithmOrKey",
|
|
2390
|
-
"metadataToken":
|
|
2390
|
+
"metadataToken": 67110493,
|
|
2391
2391
|
"normalizedSignature": "WeakAlgorithmOrKey|System.Security.Cryptography.X509Certificates.X509RevocationReason|static=true|const=true",
|
|
2392
2392
|
"isStatic": true,
|
|
2393
2393
|
"isReadOnly": false,
|
|
@@ -2439,7 +2439,7 @@
|
|
|
2439
2439
|
{
|
|
2440
2440
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm::value__System.Int32",
|
|
2441
2441
|
"clrName": "value__",
|
|
2442
|
-
"metadataToken":
|
|
2442
|
+
"metadataToken": 67110516,
|
|
2443
2443
|
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
2444
2444
|
"isStatic": false,
|
|
2445
2445
|
"isReadOnly": false,
|
|
@@ -2451,7 +2451,7 @@
|
|
|
2451
2451
|
{
|
|
2452
2452
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm::Sha1System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm",
|
|
2453
2453
|
"clrName": "Sha1",
|
|
2454
|
-
"metadataToken":
|
|
2454
|
+
"metadataToken": 67110517,
|
|
2455
2455
|
"normalizedSignature": "Sha1|System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm|static=true|const=true",
|
|
2456
2456
|
"isStatic": true,
|
|
2457
2457
|
"isReadOnly": false,
|
|
@@ -2463,7 +2463,7 @@
|
|
|
2463
2463
|
{
|
|
2464
2464
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm::ShortSha1System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm",
|
|
2465
2465
|
"clrName": "ShortSha1",
|
|
2466
|
-
"metadataToken":
|
|
2466
|
+
"metadataToken": 67110518,
|
|
2467
2467
|
"normalizedSignature": "ShortSha1|System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm|static=true|const=true",
|
|
2468
2468
|
"isStatic": true,
|
|
2469
2469
|
"isReadOnly": false,
|
|
@@ -2475,7 +2475,7 @@
|
|
|
2475
2475
|
{
|
|
2476
2476
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm::CapiSha1System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm",
|
|
2477
2477
|
"clrName": "CapiSha1",
|
|
2478
|
-
"metadataToken":
|
|
2478
|
+
"metadataToken": 67110519,
|
|
2479
2479
|
"normalizedSignature": "CapiSha1|System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm|static=true|const=true",
|
|
2480
2480
|
"isStatic": true,
|
|
2481
2481
|
"isReadOnly": false,
|
|
@@ -2487,7 +2487,7 @@
|
|
|
2487
2487
|
{
|
|
2488
2488
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm::Sha256System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm",
|
|
2489
2489
|
"clrName": "Sha256",
|
|
2490
|
-
"metadataToken":
|
|
2490
|
+
"metadataToken": 67110520,
|
|
2491
2491
|
"normalizedSignature": "Sha256|System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm|static=true|const=true",
|
|
2492
2492
|
"isStatic": true,
|
|
2493
2493
|
"isReadOnly": false,
|
|
@@ -2499,7 +2499,7 @@
|
|
|
2499
2499
|
{
|
|
2500
2500
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm::Sha384System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm",
|
|
2501
2501
|
"clrName": "Sha384",
|
|
2502
|
-
"metadataToken":
|
|
2502
|
+
"metadataToken": 67110521,
|
|
2503
2503
|
"normalizedSignature": "Sha384|System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm|static=true|const=true",
|
|
2504
2504
|
"isStatic": true,
|
|
2505
2505
|
"isReadOnly": false,
|
|
@@ -2511,7 +2511,7 @@
|
|
|
2511
2511
|
{
|
|
2512
2512
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm::Sha512System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm",
|
|
2513
2513
|
"clrName": "Sha512",
|
|
2514
|
-
"metadataToken":
|
|
2514
|
+
"metadataToken": 67110522,
|
|
2515
2515
|
"normalizedSignature": "Sha512|System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm|static=true|const=true",
|
|
2516
2516
|
"isStatic": true,
|
|
2517
2517
|
"isReadOnly": false,
|
|
@@ -2523,7 +2523,7 @@
|
|
|
2523
2523
|
{
|
|
2524
2524
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm::ShortSha256System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm",
|
|
2525
2525
|
"clrName": "ShortSha256",
|
|
2526
|
-
"metadataToken":
|
|
2526
|
+
"metadataToken": 67110523,
|
|
2527
2527
|
"normalizedSignature": "ShortSha256|System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm|static=true|const=true",
|
|
2528
2528
|
"isStatic": true,
|
|
2529
2529
|
"isReadOnly": false,
|
|
@@ -2535,7 +2535,7 @@
|
|
|
2535
2535
|
{
|
|
2536
2536
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm::ShortSha384System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm",
|
|
2537
2537
|
"clrName": "ShortSha384",
|
|
2538
|
-
"metadataToken":
|
|
2538
|
+
"metadataToken": 67110524,
|
|
2539
2539
|
"normalizedSignature": "ShortSha384|System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm|static=true|const=true",
|
|
2540
2540
|
"isStatic": true,
|
|
2541
2541
|
"isReadOnly": false,
|
|
@@ -2547,7 +2547,7 @@
|
|
|
2547
2547
|
{
|
|
2548
2548
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm::ShortSha512System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm",
|
|
2549
2549
|
"clrName": "ShortSha512",
|
|
2550
|
-
"metadataToken":
|
|
2550
|
+
"metadataToken": 67110525,
|
|
2551
2551
|
"normalizedSignature": "ShortSha512|System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm|static=true|const=true",
|
|
2552
2552
|
"isStatic": true,
|
|
2553
2553
|
"isReadOnly": false,
|
|
@@ -2599,7 +2599,7 @@
|
|
|
2599
2599
|
{
|
|
2600
2600
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509VerificationFlags::value__System.Int32",
|
|
2601
2601
|
"clrName": "value__",
|
|
2602
|
-
"metadataToken":
|
|
2602
|
+
"metadataToken": 67110526,
|
|
2603
2603
|
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
2604
2604
|
"isStatic": false,
|
|
2605
2605
|
"isReadOnly": false,
|
|
@@ -2611,7 +2611,7 @@
|
|
|
2611
2611
|
{
|
|
2612
2612
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509VerificationFlags::NoFlagSystem.Security.Cryptography.X509Certificates.X509VerificationFlags",
|
|
2613
2613
|
"clrName": "NoFlag",
|
|
2614
|
-
"metadataToken":
|
|
2614
|
+
"metadataToken": 67110527,
|
|
2615
2615
|
"normalizedSignature": "NoFlag|System.Security.Cryptography.X509Certificates.X509VerificationFlags|static=true|const=true",
|
|
2616
2616
|
"isStatic": true,
|
|
2617
2617
|
"isReadOnly": false,
|
|
@@ -2623,7 +2623,7 @@
|
|
|
2623
2623
|
{
|
|
2624
2624
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509VerificationFlags::IgnoreNotTimeValidSystem.Security.Cryptography.X509Certificates.X509VerificationFlags",
|
|
2625
2625
|
"clrName": "IgnoreNotTimeValid",
|
|
2626
|
-
"metadataToken":
|
|
2626
|
+
"metadataToken": 67110528,
|
|
2627
2627
|
"normalizedSignature": "IgnoreNotTimeValid|System.Security.Cryptography.X509Certificates.X509VerificationFlags|static=true|const=true",
|
|
2628
2628
|
"isStatic": true,
|
|
2629
2629
|
"isReadOnly": false,
|
|
@@ -2635,7 +2635,7 @@
|
|
|
2635
2635
|
{
|
|
2636
2636
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509VerificationFlags::IgnoreCtlNotTimeValidSystem.Security.Cryptography.X509Certificates.X509VerificationFlags",
|
|
2637
2637
|
"clrName": "IgnoreCtlNotTimeValid",
|
|
2638
|
-
"metadataToken":
|
|
2638
|
+
"metadataToken": 67110529,
|
|
2639
2639
|
"normalizedSignature": "IgnoreCtlNotTimeValid|System.Security.Cryptography.X509Certificates.X509VerificationFlags|static=true|const=true",
|
|
2640
2640
|
"isStatic": true,
|
|
2641
2641
|
"isReadOnly": false,
|
|
@@ -2647,7 +2647,7 @@
|
|
|
2647
2647
|
{
|
|
2648
2648
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509VerificationFlags::IgnoreNotTimeNestedSystem.Security.Cryptography.X509Certificates.X509VerificationFlags",
|
|
2649
2649
|
"clrName": "IgnoreNotTimeNested",
|
|
2650
|
-
"metadataToken":
|
|
2650
|
+
"metadataToken": 67110530,
|
|
2651
2651
|
"normalizedSignature": "IgnoreNotTimeNested|System.Security.Cryptography.X509Certificates.X509VerificationFlags|static=true|const=true",
|
|
2652
2652
|
"isStatic": true,
|
|
2653
2653
|
"isReadOnly": false,
|
|
@@ -2659,7 +2659,7 @@
|
|
|
2659
2659
|
{
|
|
2660
2660
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509VerificationFlags::IgnoreInvalidBasicConstraintsSystem.Security.Cryptography.X509Certificates.X509VerificationFlags",
|
|
2661
2661
|
"clrName": "IgnoreInvalidBasicConstraints",
|
|
2662
|
-
"metadataToken":
|
|
2662
|
+
"metadataToken": 67110531,
|
|
2663
2663
|
"normalizedSignature": "IgnoreInvalidBasicConstraints|System.Security.Cryptography.X509Certificates.X509VerificationFlags|static=true|const=true",
|
|
2664
2664
|
"isStatic": true,
|
|
2665
2665
|
"isReadOnly": false,
|
|
@@ -2671,7 +2671,7 @@
|
|
|
2671
2671
|
{
|
|
2672
2672
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509VerificationFlags::AllowUnknownCertificateAuthoritySystem.Security.Cryptography.X509Certificates.X509VerificationFlags",
|
|
2673
2673
|
"clrName": "AllowUnknownCertificateAuthority",
|
|
2674
|
-
"metadataToken":
|
|
2674
|
+
"metadataToken": 67110532,
|
|
2675
2675
|
"normalizedSignature": "AllowUnknownCertificateAuthority|System.Security.Cryptography.X509Certificates.X509VerificationFlags|static=true|const=true",
|
|
2676
2676
|
"isStatic": true,
|
|
2677
2677
|
"isReadOnly": false,
|
|
@@ -2683,7 +2683,7 @@
|
|
|
2683
2683
|
{
|
|
2684
2684
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509VerificationFlags::IgnoreWrongUsageSystem.Security.Cryptography.X509Certificates.X509VerificationFlags",
|
|
2685
2685
|
"clrName": "IgnoreWrongUsage",
|
|
2686
|
-
"metadataToken":
|
|
2686
|
+
"metadataToken": 67110533,
|
|
2687
2687
|
"normalizedSignature": "IgnoreWrongUsage|System.Security.Cryptography.X509Certificates.X509VerificationFlags|static=true|const=true",
|
|
2688
2688
|
"isStatic": true,
|
|
2689
2689
|
"isReadOnly": false,
|
|
@@ -2695,7 +2695,7 @@
|
|
|
2695
2695
|
{
|
|
2696
2696
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509VerificationFlags::IgnoreInvalidNameSystem.Security.Cryptography.X509Certificates.X509VerificationFlags",
|
|
2697
2697
|
"clrName": "IgnoreInvalidName",
|
|
2698
|
-
"metadataToken":
|
|
2698
|
+
"metadataToken": 67110534,
|
|
2699
2699
|
"normalizedSignature": "IgnoreInvalidName|System.Security.Cryptography.X509Certificates.X509VerificationFlags|static=true|const=true",
|
|
2700
2700
|
"isStatic": true,
|
|
2701
2701
|
"isReadOnly": false,
|
|
@@ -2707,7 +2707,7 @@
|
|
|
2707
2707
|
{
|
|
2708
2708
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509VerificationFlags::IgnoreInvalidPolicySystem.Security.Cryptography.X509Certificates.X509VerificationFlags",
|
|
2709
2709
|
"clrName": "IgnoreInvalidPolicy",
|
|
2710
|
-
"metadataToken":
|
|
2710
|
+
"metadataToken": 67110535,
|
|
2711
2711
|
"normalizedSignature": "IgnoreInvalidPolicy|System.Security.Cryptography.X509Certificates.X509VerificationFlags|static=true|const=true",
|
|
2712
2712
|
"isStatic": true,
|
|
2713
2713
|
"isReadOnly": false,
|
|
@@ -2719,7 +2719,7 @@
|
|
|
2719
2719
|
{
|
|
2720
2720
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509VerificationFlags::IgnoreEndRevocationUnknownSystem.Security.Cryptography.X509Certificates.X509VerificationFlags",
|
|
2721
2721
|
"clrName": "IgnoreEndRevocationUnknown",
|
|
2722
|
-
"metadataToken":
|
|
2722
|
+
"metadataToken": 67110536,
|
|
2723
2723
|
"normalizedSignature": "IgnoreEndRevocationUnknown|System.Security.Cryptography.X509Certificates.X509VerificationFlags|static=true|const=true",
|
|
2724
2724
|
"isStatic": true,
|
|
2725
2725
|
"isReadOnly": false,
|
|
@@ -2731,7 +2731,7 @@
|
|
|
2731
2731
|
{
|
|
2732
2732
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509VerificationFlags::IgnoreCtlSignerRevocationUnknownSystem.Security.Cryptography.X509Certificates.X509VerificationFlags",
|
|
2733
2733
|
"clrName": "IgnoreCtlSignerRevocationUnknown",
|
|
2734
|
-
"metadataToken":
|
|
2734
|
+
"metadataToken": 67110537,
|
|
2735
2735
|
"normalizedSignature": "IgnoreCtlSignerRevocationUnknown|System.Security.Cryptography.X509Certificates.X509VerificationFlags|static=true|const=true",
|
|
2736
2736
|
"isStatic": true,
|
|
2737
2737
|
"isReadOnly": false,
|
|
@@ -2743,7 +2743,7 @@
|
|
|
2743
2743
|
{
|
|
2744
2744
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509VerificationFlags::IgnoreCertificateAuthorityRevocationUnknownSystem.Security.Cryptography.X509Certificates.X509VerificationFlags",
|
|
2745
2745
|
"clrName": "IgnoreCertificateAuthorityRevocationUnknown",
|
|
2746
|
-
"metadataToken":
|
|
2746
|
+
"metadataToken": 67110538,
|
|
2747
2747
|
"normalizedSignature": "IgnoreCertificateAuthorityRevocationUnknown|System.Security.Cryptography.X509Certificates.X509VerificationFlags|static=true|const=true",
|
|
2748
2748
|
"isStatic": true,
|
|
2749
2749
|
"isReadOnly": false,
|
|
@@ -2755,7 +2755,7 @@
|
|
|
2755
2755
|
{
|
|
2756
2756
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509VerificationFlags::IgnoreRootRevocationUnknownSystem.Security.Cryptography.X509Certificates.X509VerificationFlags",
|
|
2757
2757
|
"clrName": "IgnoreRootRevocationUnknown",
|
|
2758
|
-
"metadataToken":
|
|
2758
|
+
"metadataToken": 67110539,
|
|
2759
2759
|
"normalizedSignature": "IgnoreRootRevocationUnknown|System.Security.Cryptography.X509Certificates.X509VerificationFlags|static=true|const=true",
|
|
2760
2760
|
"isStatic": true,
|
|
2761
2761
|
"isReadOnly": false,
|
|
@@ -2767,7 +2767,7 @@
|
|
|
2767
2767
|
{
|
|
2768
2768
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509VerificationFlags::AllFlagsSystem.Security.Cryptography.X509Certificates.X509VerificationFlags",
|
|
2769
2769
|
"clrName": "AllFlags",
|
|
2770
|
-
"metadataToken":
|
|
2770
|
+
"metadataToken": 67110540,
|
|
2771
2771
|
"normalizedSignature": "AllFlags|System.Security.Cryptography.X509Certificates.X509VerificationFlags|static=true|const=true",
|
|
2772
2772
|
"isStatic": true,
|
|
2773
2773
|
"isReadOnly": false,
|
|
@@ -8336,7 +8336,7 @@
|
|
|
8336
8336
|
{
|
|
8337
8337
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::Add(System.Security.Cryptography.X509Certificates.X509Certificate2):System.Int32",
|
|
8338
8338
|
"clrName": "Add",
|
|
8339
|
-
"metadataToken":
|
|
8339
|
+
"metadataToken": 100668998,
|
|
8340
8340
|
"canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate2):System.Int32",
|
|
8341
8341
|
"normalizedSignature": "Add|(System.Security.Cryptography.X509Certificates.X509Certificate2):System.Int32|static=false",
|
|
8342
8342
|
"emitScope": "ClassSurface",
|
|
@@ -8356,7 +8356,7 @@
|
|
|
8356
8356
|
{
|
|
8357
8357
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2[]):System.Void",
|
|
8358
8358
|
"clrName": "AddRange",
|
|
8359
|
-
"metadataToken":
|
|
8359
|
+
"metadataToken": 100668999,
|
|
8360
8360
|
"canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate2[]):System.Void",
|
|
8361
8361
|
"normalizedSignature": "AddRange|(System.Security.Cryptography.X509Certificates.X509Certificate2[]):System.Void|static=false",
|
|
8362
8362
|
"emitScope": "ClassSurface",
|
|
@@ -8376,7 +8376,7 @@
|
|
|
8376
8376
|
{
|
|
8377
8377
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection):System.Void",
|
|
8378
8378
|
"clrName": "AddRange",
|
|
8379
|
-
"metadataToken":
|
|
8379
|
+
"metadataToken": 100669000,
|
|
8380
8380
|
"canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate2Collection):System.Void",
|
|
8381
8381
|
"normalizedSignature": "AddRange|(System.Security.Cryptography.X509Certificates.X509Certificate2Collection):System.Void|static=false",
|
|
8382
8382
|
"emitScope": "ClassSurface",
|
|
@@ -8396,7 +8396,7 @@
|
|
|
8396
8396
|
{
|
|
8397
8397
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::Contains(System.Security.Cryptography.X509Certificates.X509Certificate2):System.Boolean",
|
|
8398
8398
|
"clrName": "Contains",
|
|
8399
|
-
"metadataToken":
|
|
8399
|
+
"metadataToken": 100669001,
|
|
8400
8400
|
"canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate2):System.Boolean",
|
|
8401
8401
|
"normalizedSignature": "Contains|(System.Security.Cryptography.X509Certificates.X509Certificate2):System.Boolean|static=false",
|
|
8402
8402
|
"emitScope": "ClassSurface",
|
|
@@ -8416,7 +8416,7 @@
|
|
|
8416
8416
|
{
|
|
8417
8417
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::Export(System.Security.Cryptography.X509Certificates.X509ContentType):System.Byte[]",
|
|
8418
8418
|
"clrName": "Export",
|
|
8419
|
-
"metadataToken":
|
|
8419
|
+
"metadataToken": 100669002,
|
|
8420
8420
|
"canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509ContentType):System.Byte[]",
|
|
8421
8421
|
"normalizedSignature": "Export|(System.Security.Cryptography.X509Certificates.X509ContentType):System.Byte[]|static=false",
|
|
8422
8422
|
"emitScope": "ClassSurface",
|
|
@@ -8436,7 +8436,7 @@
|
|
|
8436
8436
|
{
|
|
8437
8437
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::ExportPkcs12(System.Security.Cryptography.X509Certificates.Pkcs12ExportPbeParameters,System.String):System.Byte[]",
|
|
8438
8438
|
"clrName": "ExportPkcs12",
|
|
8439
|
-
"metadataToken":
|
|
8439
|
+
"metadataToken": 100669003,
|
|
8440
8440
|
"canonicalSignature": "(System.Security.Cryptography.X509Certificates.Pkcs12ExportPbeParameters,System.String):System.Byte[]",
|
|
8441
8441
|
"normalizedSignature": "ExportPkcs12|(System.Security.Cryptography.X509Certificates.Pkcs12ExportPbeParameters,System.String):System.Byte[]|static=false",
|
|
8442
8442
|
"emitScope": "ClassSurface",
|
|
@@ -8456,7 +8456,7 @@
|
|
|
8456
8456
|
{
|
|
8457
8457
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::ExportPkcs12(System.Security.Cryptography.PbeParameters,System.String):System.Byte[]",
|
|
8458
8458
|
"clrName": "ExportPkcs12",
|
|
8459
|
-
"metadataToken":
|
|
8459
|
+
"metadataToken": 100669004,
|
|
8460
8460
|
"canonicalSignature": "(System.Security.Cryptography.PbeParameters,System.String):System.Byte[]",
|
|
8461
8461
|
"normalizedSignature": "ExportPkcs12|(System.Security.Cryptography.PbeParameters,System.String):System.Byte[]|static=false",
|
|
8462
8462
|
"emitScope": "ClassSurface",
|
|
@@ -8476,7 +8476,7 @@
|
|
|
8476
8476
|
{
|
|
8477
8477
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::Export(System.Security.Cryptography.X509Certificates.X509ContentType,System.String):System.Byte[]",
|
|
8478
8478
|
"clrName": "Export",
|
|
8479
|
-
"metadataToken":
|
|
8479
|
+
"metadataToken": 100669005,
|
|
8480
8480
|
"canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509ContentType,System.String):System.Byte[]",
|
|
8481
8481
|
"normalizedSignature": "Export|(System.Security.Cryptography.X509Certificates.X509ContentType,System.String):System.Byte[]|static=false",
|
|
8482
8482
|
"emitScope": "ClassSurface",
|
|
@@ -8496,7 +8496,7 @@
|
|
|
8496
8496
|
{
|
|
8497
8497
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::Find(System.Security.Cryptography.X509Certificates.X509FindType,System.Object,System.Boolean):System.Security.Cryptography.X509Certificates.X509Certificate2Collection",
|
|
8498
8498
|
"clrName": "Find",
|
|
8499
|
-
"metadataToken":
|
|
8499
|
+
"metadataToken": 100669006,
|
|
8500
8500
|
"canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509FindType,System.Object,System.Boolean):System.Security.Cryptography.X509Certificates.X509Certificate2Collection",
|
|
8501
8501
|
"normalizedSignature": "Find|(System.Security.Cryptography.X509Certificates.X509FindType,System.Object,System.Boolean):System.Security.Cryptography.X509Certificates.X509Certificate2Collection|static=false",
|
|
8502
8502
|
"emitScope": "ClassSurface",
|
|
@@ -8516,7 +8516,7 @@
|
|
|
8516
8516
|
{
|
|
8517
8517
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::GetEnumerator():System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator",
|
|
8518
8518
|
"clrName": "GetEnumerator",
|
|
8519
|
-
"metadataToken":
|
|
8519
|
+
"metadataToken": 100669007,
|
|
8520
8520
|
"canonicalSignature": "():System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator",
|
|
8521
8521
|
"normalizedSignature": "GetEnumerator|():System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator|static=false",
|
|
8522
8522
|
"emitScope": "ClassSurface",
|
|
@@ -8536,7 +8536,7 @@
|
|
|
8536
8536
|
{
|
|
8537
8537
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::Import(System.Byte[]):System.Void",
|
|
8538
8538
|
"clrName": "Import",
|
|
8539
|
-
"metadataToken":
|
|
8539
|
+
"metadataToken": 100669009,
|
|
8540
8540
|
"canonicalSignature": "(System.Byte[]):System.Void",
|
|
8541
8541
|
"normalizedSignature": "Import|(System.Byte[]):System.Void|static=false",
|
|
8542
8542
|
"emitScope": "ClassSurface",
|
|
@@ -8556,7 +8556,7 @@
|
|
|
8556
8556
|
{
|
|
8557
8557
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::Import(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
8558
8558
|
"clrName": "Import",
|
|
8559
|
-
"metadataToken":
|
|
8559
|
+
"metadataToken": 100669010,
|
|
8560
8560
|
"canonicalSignature": "(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
8561
8561
|
"normalizedSignature": "Import|(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
|
|
8562
8562
|
"emitScope": "ClassSurface",
|
|
@@ -8576,7 +8576,7 @@
|
|
|
8576
8576
|
{
|
|
8577
8577
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::Import(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):System.Void",
|
|
8578
8578
|
"clrName": "Import",
|
|
8579
|
-
"metadataToken":
|
|
8579
|
+
"metadataToken": 100669011,
|
|
8580
8580
|
"canonicalSignature": "(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):System.Void",
|
|
8581
8581
|
"normalizedSignature": "Import|(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):System.Void|static=false",
|
|
8582
8582
|
"emitScope": "ClassSurface",
|
|
@@ -8596,7 +8596,7 @@
|
|
|
8596
8596
|
{
|
|
8597
8597
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::Import(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):System.Void",
|
|
8598
8598
|
"clrName": "Import",
|
|
8599
|
-
"metadataToken":
|
|
8599
|
+
"metadataToken": 100669012,
|
|
8600
8600
|
"canonicalSignature": "(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):System.Void",
|
|
8601
8601
|
"normalizedSignature": "Import|(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):System.Void|static=false",
|
|
8602
8602
|
"emitScope": "ClassSurface",
|
|
@@ -8616,7 +8616,7 @@
|
|
|
8616
8616
|
{
|
|
8617
8617
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::Import(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):System.Void",
|
|
8618
8618
|
"clrName": "Import",
|
|
8619
|
-
"metadataToken":
|
|
8619
|
+
"metadataToken": 100669013,
|
|
8620
8620
|
"canonicalSignature": "(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):System.Void",
|
|
8621
8621
|
"normalizedSignature": "Import|(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):System.Void|static=false",
|
|
8622
8622
|
"emitScope": "ClassSurface",
|
|
@@ -8636,7 +8636,7 @@
|
|
|
8636
8636
|
{
|
|
8637
8637
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::Import(System.String):System.Void",
|
|
8638
8638
|
"clrName": "Import",
|
|
8639
|
-
"metadataToken":
|
|
8639
|
+
"metadataToken": 100669014,
|
|
8640
8640
|
"canonicalSignature": "(System.String):System.Void",
|
|
8641
8641
|
"normalizedSignature": "Import|(System.String):System.Void|static=false",
|
|
8642
8642
|
"emitScope": "ClassSurface",
|
|
@@ -8656,7 +8656,7 @@
|
|
|
8656
8656
|
{
|
|
8657
8657
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::Import(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):System.Void",
|
|
8658
8658
|
"clrName": "Import",
|
|
8659
|
-
"metadataToken":
|
|
8659
|
+
"metadataToken": 100669015,
|
|
8660
8660
|
"canonicalSignature": "(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):System.Void",
|
|
8661
8661
|
"normalizedSignature": "Import|(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):System.Void|static=false",
|
|
8662
8662
|
"emitScope": "ClassSurface",
|
|
@@ -8676,7 +8676,7 @@
|
|
|
8676
8676
|
{
|
|
8677
8677
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::Import(System.String,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):System.Void",
|
|
8678
8678
|
"clrName": "Import",
|
|
8679
|
-
"metadataToken":
|
|
8679
|
+
"metadataToken": 100669016,
|
|
8680
8680
|
"canonicalSignature": "(System.String,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):System.Void",
|
|
8681
8681
|
"normalizedSignature": "Import|(System.String,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):System.Void|static=false",
|
|
8682
8682
|
"emitScope": "ClassSurface",
|
|
@@ -8696,7 +8696,7 @@
|
|
|
8696
8696
|
{
|
|
8697
8697
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::Insert(System.Int32,System.Security.Cryptography.X509Certificates.X509Certificate2):System.Void",
|
|
8698
8698
|
"clrName": "Insert",
|
|
8699
|
-
"metadataToken":
|
|
8699
|
+
"metadataToken": 100669017,
|
|
8700
8700
|
"canonicalSignature": "(System.Int32,System.Security.Cryptography.X509Certificates.X509Certificate2):System.Void",
|
|
8701
8701
|
"normalizedSignature": "Insert|(System.Int32,System.Security.Cryptography.X509Certificates.X509Certificate2):System.Void|static=false",
|
|
8702
8702
|
"emitScope": "ClassSurface",
|
|
@@ -8716,7 +8716,7 @@
|
|
|
8716
8716
|
{
|
|
8717
8717
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::Remove(System.Security.Cryptography.X509Certificates.X509Certificate2):System.Void",
|
|
8718
8718
|
"clrName": "Remove",
|
|
8719
|
-
"metadataToken":
|
|
8719
|
+
"metadataToken": 100669018,
|
|
8720
8720
|
"canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate2):System.Void",
|
|
8721
8721
|
"normalizedSignature": "Remove|(System.Security.Cryptography.X509Certificates.X509Certificate2):System.Void|static=false",
|
|
8722
8722
|
"emitScope": "ClassSurface",
|
|
@@ -8736,7 +8736,7 @@
|
|
|
8736
8736
|
{
|
|
8737
8737
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2[]):System.Void",
|
|
8738
8738
|
"clrName": "RemoveRange",
|
|
8739
|
-
"metadataToken":
|
|
8739
|
+
"metadataToken": 100669019,
|
|
8740
8740
|
"canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate2[]):System.Void",
|
|
8741
8741
|
"normalizedSignature": "RemoveRange|(System.Security.Cryptography.X509Certificates.X509Certificate2[]):System.Void|static=false",
|
|
8742
8742
|
"emitScope": "ClassSurface",
|
|
@@ -8756,7 +8756,7 @@
|
|
|
8756
8756
|
{
|
|
8757
8757
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection):System.Void",
|
|
8758
8758
|
"clrName": "RemoveRange",
|
|
8759
|
-
"metadataToken":
|
|
8759
|
+
"metadataToken": 100669020,
|
|
8760
8760
|
"canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate2Collection):System.Void",
|
|
8761
8761
|
"normalizedSignature": "RemoveRange|(System.Security.Cryptography.X509Certificates.X509Certificate2Collection):System.Void|static=false",
|
|
8762
8762
|
"emitScope": "ClassSurface",
|
|
@@ -8776,7 +8776,7 @@
|
|
|
8776
8776
|
{
|
|
8777
8777
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::ImportFromPemFile(System.String):System.Void",
|
|
8778
8778
|
"clrName": "ImportFromPemFile",
|
|
8779
|
-
"metadataToken":
|
|
8779
|
+
"metadataToken": 100669021,
|
|
8780
8780
|
"canonicalSignature": "(System.String):System.Void",
|
|
8781
8781
|
"normalizedSignature": "ImportFromPemFile|(System.String):System.Void|static=false",
|
|
8782
8782
|
"emitScope": "ClassSurface",
|
|
@@ -8796,7 +8796,7 @@
|
|
|
8796
8796
|
{
|
|
8797
8797
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::ImportFromPem(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
8798
8798
|
"clrName": "ImportFromPem",
|
|
8799
|
-
"metadataToken":
|
|
8799
|
+
"metadataToken": 100669022,
|
|
8800
8800
|
"canonicalSignature": "(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
8801
8801
|
"normalizedSignature": "ImportFromPem|(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
|
|
8802
8802
|
"emitScope": "ClassSurface",
|
|
@@ -8816,7 +8816,7 @@
|
|
|
8816
8816
|
{
|
|
8817
8817
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::ExportPkcs7Pem():System.String",
|
|
8818
8818
|
"clrName": "ExportPkcs7Pem",
|
|
8819
|
-
"metadataToken":
|
|
8819
|
+
"metadataToken": 100669023,
|
|
8820
8820
|
"canonicalSignature": "():System.String",
|
|
8821
8821
|
"normalizedSignature": "ExportPkcs7Pem|():System.String|static=false",
|
|
8822
8822
|
"emitScope": "ClassSurface",
|
|
@@ -8836,7 +8836,7 @@
|
|
|
8836
8836
|
{
|
|
8837
8837
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::TryExportPkcs7Pem(System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
|
|
8838
8838
|
"clrName": "TryExportPkcs7Pem",
|
|
8839
|
-
"metadataToken":
|
|
8839
|
+
"metadataToken": 100669024,
|
|
8840
8840
|
"canonicalSignature": "(System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
|
|
8841
8841
|
"normalizedSignature": "TryExportPkcs7Pem|(System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean|static=false",
|
|
8842
8842
|
"emitScope": "ClassSurface",
|
|
@@ -8862,7 +8862,7 @@
|
|
|
8862
8862
|
{
|
|
8863
8863
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::ExportCertificatePems():System.String",
|
|
8864
8864
|
"clrName": "ExportCertificatePems",
|
|
8865
|
-
"metadataToken":
|
|
8865
|
+
"metadataToken": 100669025,
|
|
8866
8866
|
"canonicalSignature": "():System.String",
|
|
8867
8867
|
"normalizedSignature": "ExportCertificatePems|():System.String|static=false",
|
|
8868
8868
|
"emitScope": "ClassSurface",
|
|
@@ -8882,7 +8882,7 @@
|
|
|
8882
8882
|
{
|
|
8883
8883
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::TryExportCertificatePems(System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
|
|
8884
8884
|
"clrName": "TryExportCertificatePems",
|
|
8885
|
-
"metadataToken":
|
|
8885
|
+
"metadataToken": 100669026,
|
|
8886
8886
|
"canonicalSignature": "(System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
|
|
8887
8887
|
"normalizedSignature": "TryExportCertificatePems|(System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean|static=false",
|
|
8888
8888
|
"emitScope": "ClassSurface",
|
|
@@ -8908,7 +8908,7 @@
|
|
|
8908
8908
|
{
|
|
8909
8909
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::FindByThumbprint(System.Security.Cryptography.HashAlgorithmName,System.String):System.Security.Cryptography.X509Certificates.X509Certificate2Collection",
|
|
8910
8910
|
"clrName": "FindByThumbprint",
|
|
8911
|
-
"metadataToken":
|
|
8911
|
+
"metadataToken": 100669027,
|
|
8912
8912
|
"canonicalSignature": "(System.Security.Cryptography.HashAlgorithmName,System.String):System.Security.Cryptography.X509Certificates.X509Certificate2Collection",
|
|
8913
8913
|
"normalizedSignature": "FindByThumbprint|(System.Security.Cryptography.HashAlgorithmName,System.String):System.Security.Cryptography.X509Certificates.X509Certificate2Collection|static=false",
|
|
8914
8914
|
"emitScope": "ClassSurface",
|
|
@@ -8928,7 +8928,7 @@
|
|
|
8928
8928
|
{
|
|
8929
8929
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::FindByThumbprint(System.Security.Cryptography.HashAlgorithmName,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Security.Cryptography.X509Certificates.X509Certificate2Collection",
|
|
8930
8930
|
"clrName": "FindByThumbprint",
|
|
8931
|
-
"metadataToken":
|
|
8931
|
+
"metadataToken": 100669028,
|
|
8932
8932
|
"canonicalSignature": "(System.Security.Cryptography.HashAlgorithmName,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Security.Cryptography.X509Certificates.X509Certificate2Collection",
|
|
8933
8933
|
"normalizedSignature": "FindByThumbprint|(System.Security.Cryptography.HashAlgorithmName,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Security.Cryptography.X509Certificates.X509Certificate2Collection|static=false",
|
|
8934
8934
|
"emitScope": "ClassSurface",
|
|
@@ -8948,7 +8948,7 @@
|
|
|
8948
8948
|
{
|
|
8949
8949
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::FindByThumbprint(System.Security.Cryptography.HashAlgorithmName,System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Security.Cryptography.X509Certificates.X509Certificate2Collection",
|
|
8950
8950
|
"clrName": "FindByThumbprint",
|
|
8951
|
-
"metadataToken":
|
|
8951
|
+
"metadataToken": 100669029,
|
|
8952
8952
|
"canonicalSignature": "(System.Security.Cryptography.HashAlgorithmName,System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Security.Cryptography.X509Certificates.X509Certificate2Collection",
|
|
8953
8953
|
"normalizedSignature": "FindByThumbprint|(System.Security.Cryptography.HashAlgorithmName,System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Security.Cryptography.X509Certificates.X509Certificate2Collection|static=false",
|
|
8954
8954
|
"emitScope": "ClassSurface",
|
|
@@ -8968,7 +8968,7 @@
|
|
|
8968
8968
|
{
|
|
8969
8969
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
|
|
8970
8970
|
"clrName": "Clear",
|
|
8971
|
-
"metadataToken":
|
|
8971
|
+
"metadataToken": 100703861,
|
|
8972
8972
|
"canonicalSignature": "():System.Void",
|
|
8973
8973
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
8974
8974
|
"emitScope": "ViewOnly",
|
|
@@ -8989,7 +8989,7 @@
|
|
|
8989
8989
|
{
|
|
8990
8990
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IndexOf(System.Object):System.Int32",
|
|
8991
8991
|
"clrName": "IndexOf",
|
|
8992
|
-
"metadataToken":
|
|
8992
|
+
"metadataToken": 100703864,
|
|
8993
8993
|
"canonicalSignature": "(System.Object):System.Int32",
|
|
8994
8994
|
"normalizedSignature": "IndexOf|(System.Object):System.Int32|static=false",
|
|
8995
8995
|
"emitScope": "ViewOnly",
|
|
@@ -9010,7 +9010,7 @@
|
|
|
9010
9010
|
{
|
|
9011
9011
|
"stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
|
|
9012
9012
|
"clrName": "RemoveAt",
|
|
9013
|
-
"metadataToken":
|
|
9013
|
+
"metadataToken": 100703867,
|
|
9014
9014
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
9015
9015
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
9016
9016
|
"emitScope": "ViewOnly",
|
|
@@ -9031,7 +9031,7 @@
|
|
|
9031
9031
|
{
|
|
9032
9032
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
9033
9033
|
"clrName": "CopyTo",
|
|
9034
|
-
"metadataToken":
|
|
9034
|
+
"metadataToken": 100703831,
|
|
9035
9035
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
9036
9036
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
9037
9037
|
"emitScope": "ViewOnly",
|
|
@@ -9052,7 +9052,7 @@
|
|
|
9052
9052
|
{
|
|
9053
9053
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
9054
9054
|
"clrName": "GetEnumerator",
|
|
9055
|
-
"metadataToken":
|
|
9055
|
+
"metadataToken": 100703850,
|
|
9056
9056
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
9057
9057
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
9058
9058
|
"emitScope": "ViewOnly",
|
|
@@ -9073,7 +9073,7 @@
|
|
|
9073
9073
|
{
|
|
9074
9074
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
9075
9075
|
"clrName": "GetEnumerator",
|
|
9076
|
-
"metadataToken":
|
|
9076
|
+
"metadataToken": 100704565,
|
|
9077
9077
|
"canonicalSignature": "():IEnumerator_1",
|
|
9078
9078
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
9079
9079
|
"emitScope": "ViewOnly",
|
|
@@ -9094,7 +9094,7 @@
|
|
|
9094
9094
|
{
|
|
9095
9095
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
|
|
9096
9096
|
"clrName": "Add",
|
|
9097
|
-
"metadataToken":
|
|
9097
|
+
"metadataToken": 100703859,
|
|
9098
9098
|
"canonicalSignature": "(System.Object):System.Int32",
|
|
9099
9099
|
"normalizedSignature": "Add|(System.Object):System.Int32|static=false",
|
|
9100
9100
|
"emitScope": "ViewOnly",
|
|
@@ -9115,7 +9115,7 @@
|
|
|
9115
9115
|
{
|
|
9116
9116
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
|
|
9117
9117
|
"clrName": "Contains",
|
|
9118
|
-
"metadataToken":
|
|
9118
|
+
"metadataToken": 100703860,
|
|
9119
9119
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
9120
9120
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
9121
9121
|
"emitScope": "ViewOnly",
|
|
@@ -9136,7 +9136,7 @@
|
|
|
9136
9136
|
{
|
|
9137
9137
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
|
|
9138
9138
|
"clrName": "Insert",
|
|
9139
|
-
"metadataToken":
|
|
9139
|
+
"metadataToken": 100703865,
|
|
9140
9140
|
"canonicalSignature": "(System.Int32,System.Object):System.Void",
|
|
9141
9141
|
"normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
|
|
9142
9142
|
"emitScope": "ViewOnly",
|
|
@@ -9157,7 +9157,7 @@
|
|
|
9157
9157
|
{
|
|
9158
9158
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
|
|
9159
9159
|
"clrName": "Remove",
|
|
9160
|
-
"metadataToken":
|
|
9160
|
+
"metadataToken": 100703866,
|
|
9161
9161
|
"canonicalSignature": "(System.Object):System.Void",
|
|
9162
9162
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
9163
9163
|
"emitScope": "ViewOnly",
|
|
@@ -9339,7 +9339,7 @@
|
|
|
9339
9339
|
{
|
|
9340
9340
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
|
|
9341
9341
|
"clrName": "IsReadOnly",
|
|
9342
|
-
"metadataToken":
|
|
9342
|
+
"metadataToken": 385881271,
|
|
9343
9343
|
"canonicalSignature": ":System.Boolean",
|
|
9344
9344
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
9345
9345
|
"emitScope": "ViewOnly",
|
|
@@ -9359,7 +9359,7 @@
|
|
|
9359
9359
|
{
|
|
9360
9360
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
9361
9361
|
"clrName": "Count",
|
|
9362
|
-
"metadataToken":
|
|
9362
|
+
"metadataToken": 385881258,
|
|
9363
9363
|
"canonicalSignature": ":System.Int32",
|
|
9364
9364
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
9365
9365
|
"emitScope": "ViewOnly",
|
|
@@ -9379,7 +9379,7 @@
|
|
|
9379
9379
|
{
|
|
9380
9380
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
9381
9381
|
"clrName": "SyncRoot",
|
|
9382
|
-
"metadataToken":
|
|
9382
|
+
"metadataToken": 385881259,
|
|
9383
9383
|
"canonicalSignature": ":System.Object",
|
|
9384
9384
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
9385
9385
|
"emitScope": "ViewOnly",
|
|
@@ -9399,7 +9399,7 @@
|
|
|
9399
9399
|
{
|
|
9400
9400
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
|
|
9401
9401
|
"clrName": "IsFixedSize",
|
|
9402
|
-
"metadataToken":
|
|
9402
|
+
"metadataToken": 385881272,
|
|
9403
9403
|
"canonicalSignature": ":System.Boolean",
|
|
9404
9404
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
9405
9405
|
"emitScope": "ViewOnly",
|
|
@@ -9419,7 +9419,7 @@
|
|
|
9419
9419
|
{
|
|
9420
9420
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
9421
9421
|
"clrName": "IsSynchronized",
|
|
9422
|
-
"metadataToken":
|
|
9422
|
+
"metadataToken": 385881260,
|
|
9423
9423
|
"canonicalSignature": ":System.Boolean",
|
|
9424
9424
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
9425
9425
|
"emitScope": "ViewOnly",
|
|
@@ -9442,7 +9442,7 @@
|
|
|
9442
9442
|
"constructors": [
|
|
9443
9443
|
{
|
|
9444
9444
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::.ctor():void",
|
|
9445
|
-
"metadataToken":
|
|
9445
|
+
"metadataToken": 100668992,
|
|
9446
9446
|
"canonicalSignature": "():void",
|
|
9447
9447
|
"normalizedSignature": "constructor|():void|static=false",
|
|
9448
9448
|
"isStatic": false,
|
|
@@ -9453,7 +9453,7 @@
|
|
|
9453
9453
|
},
|
|
9454
9454
|
{
|
|
9455
9455
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::.ctor(System.Security.Cryptography.X509Certificates.X509Certificate2):void",
|
|
9456
|
-
"metadataToken":
|
|
9456
|
+
"metadataToken": 100668993,
|
|
9457
9457
|
"canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate2):void",
|
|
9458
9458
|
"normalizedSignature": "constructor|(System.Security.Cryptography.X509Certificates.X509Certificate2):void|static=false",
|
|
9459
9459
|
"isStatic": false,
|
|
@@ -9464,7 +9464,7 @@
|
|
|
9464
9464
|
},
|
|
9465
9465
|
{
|
|
9466
9466
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::.ctor(System.Security.Cryptography.X509Certificates.X509Certificate2[]):void",
|
|
9467
|
-
"metadataToken":
|
|
9467
|
+
"metadataToken": 100668994,
|
|
9468
9468
|
"canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate2[]):void",
|
|
9469
9469
|
"normalizedSignature": "constructor|(System.Security.Cryptography.X509Certificates.X509Certificate2[]):void|static=false",
|
|
9470
9470
|
"isStatic": false,
|
|
@@ -9475,7 +9475,7 @@
|
|
|
9475
9475
|
},
|
|
9476
9476
|
{
|
|
9477
9477
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::.ctor(System.Security.Cryptography.X509Certificates.X509Certificate2Collection):void",
|
|
9478
|
-
"metadataToken":
|
|
9478
|
+
"metadataToken": 100668995,
|
|
9479
9479
|
"canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate2Collection):void",
|
|
9480
9480
|
"normalizedSignature": "constructor|(System.Security.Cryptography.X509Certificates.X509Certificate2Collection):void|static=false",
|
|
9481
9481
|
"isStatic": false,
|
|
@@ -9522,7 +9522,7 @@
|
|
|
9522
9522
|
{
|
|
9523
9523
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator::MoveNext():System.Boolean",
|
|
9524
9524
|
"clrName": "MoveNext",
|
|
9525
|
-
"metadataToken":
|
|
9525
|
+
"metadataToken": 100669038,
|
|
9526
9526
|
"canonicalSignature": "():System.Boolean",
|
|
9527
9527
|
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
9528
9528
|
"emitScope": "ClassSurface",
|
|
@@ -9542,7 +9542,7 @@
|
|
|
9542
9542
|
{
|
|
9543
9543
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator::Reset():System.Void",
|
|
9544
9544
|
"clrName": "Reset",
|
|
9545
|
-
"metadataToken":
|
|
9545
|
+
"metadataToken": 100669040,
|
|
9546
9546
|
"canonicalSignature": "():System.Void",
|
|
9547
9547
|
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
9548
9548
|
"emitScope": "ClassSurface",
|
|
@@ -9583,7 +9583,7 @@
|
|
|
9583
9583
|
{
|
|
9584
9584
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
|
|
9585
9585
|
"clrName": "MoveNext",
|
|
9586
|
-
"metadataToken":
|
|
9586
|
+
"metadataToken": 100703851,
|
|
9587
9587
|
"canonicalSignature": "():System.Boolean",
|
|
9588
9588
|
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
9589
9589
|
"emitScope": "ViewOnly",
|
|
@@ -9604,7 +9604,7 @@
|
|
|
9604
9604
|
{
|
|
9605
9605
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
|
|
9606
9606
|
"clrName": "Reset",
|
|
9607
|
-
"metadataToken":
|
|
9607
|
+
"metadataToken": 100703853,
|
|
9608
9608
|
"canonicalSignature": "():System.Void",
|
|
9609
9609
|
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
9610
9610
|
"emitScope": "ViewOnly",
|
|
@@ -9646,7 +9646,7 @@
|
|
|
9646
9646
|
{
|
|
9647
9647
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
|
|
9648
9648
|
"clrName": "Current",
|
|
9649
|
-
"metadataToken":
|
|
9649
|
+
"metadataToken": 385881428,
|
|
9650
9650
|
"canonicalSignature": ":T",
|
|
9651
9651
|
"normalizedSignature": "Current|:T|static=false|accessor=get",
|
|
9652
9652
|
"emitScope": "ViewOnly",
|
|
@@ -9666,7 +9666,7 @@
|
|
|
9666
9666
|
{
|
|
9667
9667
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
|
|
9668
9668
|
"clrName": "Current",
|
|
9669
|
-
"metadataToken":
|
|
9669
|
+
"metadataToken": 385881269,
|
|
9670
9670
|
"canonicalSignature": ":System.Object",
|
|
9671
9671
|
"normalizedSignature": "Current|:System.Object|static=false|accessor=get",
|
|
9672
9672
|
"emitScope": "ViewOnly",
|
|
@@ -9721,7 +9721,7 @@
|
|
|
9721
9721
|
{
|
|
9722
9722
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509CertificateCollection::Add(System.Security.Cryptography.X509Certificates.X509Certificate):System.Int32",
|
|
9723
9723
|
"clrName": "Add",
|
|
9724
|
-
"metadataToken":
|
|
9724
|
+
"metadataToken": 100669048,
|
|
9725
9725
|
"canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate):System.Int32",
|
|
9726
9726
|
"normalizedSignature": "Add|(System.Security.Cryptography.X509Certificates.X509Certificate):System.Int32|static=false",
|
|
9727
9727
|
"emitScope": "ClassSurface",
|
|
@@ -9741,7 +9741,7 @@
|
|
|
9741
9741
|
{
|
|
9742
9742
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509CertificateCollection::AddRange(System.Security.Cryptography.X509Certificates.X509Certificate[]):System.Void",
|
|
9743
9743
|
"clrName": "AddRange",
|
|
9744
|
-
"metadataToken":
|
|
9744
|
+
"metadataToken": 100669049,
|
|
9745
9745
|
"canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate[]):System.Void",
|
|
9746
9746
|
"normalizedSignature": "AddRange|(System.Security.Cryptography.X509Certificates.X509Certificate[]):System.Void|static=false",
|
|
9747
9747
|
"emitScope": "ClassSurface",
|
|
@@ -9761,7 +9761,7 @@
|
|
|
9761
9761
|
{
|
|
9762
9762
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509CertificateCollection::AddRange(System.Security.Cryptography.X509Certificates.X509CertificateCollection):System.Void",
|
|
9763
9763
|
"clrName": "AddRange",
|
|
9764
|
-
"metadataToken":
|
|
9764
|
+
"metadataToken": 100669050,
|
|
9765
9765
|
"canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509CertificateCollection):System.Void",
|
|
9766
9766
|
"normalizedSignature": "AddRange|(System.Security.Cryptography.X509Certificates.X509CertificateCollection):System.Void|static=false",
|
|
9767
9767
|
"emitScope": "ClassSurface",
|
|
@@ -9781,7 +9781,7 @@
|
|
|
9781
9781
|
{
|
|
9782
9782
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509CertificateCollection::Contains(System.Security.Cryptography.X509Certificates.X509Certificate):System.Boolean",
|
|
9783
9783
|
"clrName": "Contains",
|
|
9784
|
-
"metadataToken":
|
|
9784
|
+
"metadataToken": 100669051,
|
|
9785
9785
|
"canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate):System.Boolean",
|
|
9786
9786
|
"normalizedSignature": "Contains|(System.Security.Cryptography.X509Certificates.X509Certificate):System.Boolean|static=false",
|
|
9787
9787
|
"emitScope": "ClassSurface",
|
|
@@ -9801,7 +9801,7 @@
|
|
|
9801
9801
|
{
|
|
9802
9802
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509CertificateCollection::CopyTo(System.Security.Cryptography.X509Certificates.X509Certificate[],System.Int32):System.Void",
|
|
9803
9803
|
"clrName": "CopyTo",
|
|
9804
|
-
"metadataToken":
|
|
9804
|
+
"metadataToken": 100669052,
|
|
9805
9805
|
"canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate[],System.Int32):System.Void",
|
|
9806
9806
|
"normalizedSignature": "CopyTo|(System.Security.Cryptography.X509Certificates.X509Certificate[],System.Int32):System.Void|static=false",
|
|
9807
9807
|
"emitScope": "ClassSurface",
|
|
@@ -9821,7 +9821,7 @@
|
|
|
9821
9821
|
{
|
|
9822
9822
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509CertificateCollection::GetEnumerator():System.Security.Cryptography.X509Certificates.X509CertificateCollection\u002BX509CertificateEnumerator",
|
|
9823
9823
|
"clrName": "GetEnumerator",
|
|
9824
|
-
"metadataToken":
|
|
9824
|
+
"metadataToken": 100669053,
|
|
9825
9825
|
"canonicalSignature": "():System.Security.Cryptography.X509Certificates.X509CertificateCollection\u002BX509CertificateEnumerator",
|
|
9826
9826
|
"normalizedSignature": "GetEnumerator|():System.Security.Cryptography.X509Certificates.X509CertificateCollection\u002BX509CertificateEnumerator|static=false",
|
|
9827
9827
|
"emitScope": "ClassSurface",
|
|
@@ -9841,7 +9841,7 @@
|
|
|
9841
9841
|
{
|
|
9842
9842
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509CertificateCollection::GetHashCode():System.Int32",
|
|
9843
9843
|
"clrName": "GetHashCode",
|
|
9844
|
-
"metadataToken":
|
|
9844
|
+
"metadataToken": 100669054,
|
|
9845
9845
|
"canonicalSignature": "():System.Int32",
|
|
9846
9846
|
"normalizedSignature": "GetHashCode|():System.Int32|static=false",
|
|
9847
9847
|
"emitScope": "ClassSurface",
|
|
@@ -9861,7 +9861,7 @@
|
|
|
9861
9861
|
{
|
|
9862
9862
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509CertificateCollection::IndexOf(System.Security.Cryptography.X509Certificates.X509Certificate):System.Int32",
|
|
9863
9863
|
"clrName": "IndexOf",
|
|
9864
|
-
"metadataToken":
|
|
9864
|
+
"metadataToken": 100669055,
|
|
9865
9865
|
"canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate):System.Int32",
|
|
9866
9866
|
"normalizedSignature": "IndexOf|(System.Security.Cryptography.X509Certificates.X509Certificate):System.Int32|static=false",
|
|
9867
9867
|
"emitScope": "ClassSurface",
|
|
@@ -9881,7 +9881,7 @@
|
|
|
9881
9881
|
{
|
|
9882
9882
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509CertificateCollection::Insert(System.Int32,System.Security.Cryptography.X509Certificates.X509Certificate):System.Void",
|
|
9883
9883
|
"clrName": "Insert",
|
|
9884
|
-
"metadataToken":
|
|
9884
|
+
"metadataToken": 100669056,
|
|
9885
9885
|
"canonicalSignature": "(System.Int32,System.Security.Cryptography.X509Certificates.X509Certificate):System.Void",
|
|
9886
9886
|
"normalizedSignature": "Insert|(System.Int32,System.Security.Cryptography.X509Certificates.X509Certificate):System.Void|static=false",
|
|
9887
9887
|
"emitScope": "ClassSurface",
|
|
@@ -9901,7 +9901,7 @@
|
|
|
9901
9901
|
{
|
|
9902
9902
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509CertificateCollection::Remove(System.Security.Cryptography.X509Certificates.X509Certificate):System.Void",
|
|
9903
9903
|
"clrName": "Remove",
|
|
9904
|
-
"metadataToken":
|
|
9904
|
+
"metadataToken": 100669057,
|
|
9905
9905
|
"canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate):System.Void",
|
|
9906
9906
|
"normalizedSignature": "Remove|(System.Security.Cryptography.X509Certificates.X509Certificate):System.Void|static=false",
|
|
9907
9907
|
"emitScope": "ClassSurface",
|
|
@@ -9921,7 +9921,7 @@
|
|
|
9921
9921
|
{
|
|
9922
9922
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509CertificateCollection::OnValidate(System.Object):System.Void",
|
|
9923
9923
|
"clrName": "OnValidate",
|
|
9924
|
-
"metadataToken":
|
|
9924
|
+
"metadataToken": 100669058,
|
|
9925
9925
|
"canonicalSignature": "(System.Object):System.Void",
|
|
9926
9926
|
"normalizedSignature": "OnValidate|(System.Object):System.Void|static=false",
|
|
9927
9927
|
"emitScope": "ClassSurface",
|
|
@@ -9941,7 +9941,7 @@
|
|
|
9941
9941
|
{
|
|
9942
9942
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
|
|
9943
9943
|
"clrName": "Clear",
|
|
9944
|
-
"metadataToken":
|
|
9944
|
+
"metadataToken": 100703861,
|
|
9945
9945
|
"canonicalSignature": "():System.Void",
|
|
9946
9946
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
9947
9947
|
"emitScope": "ViewOnly",
|
|
@@ -9962,7 +9962,7 @@
|
|
|
9962
9962
|
{
|
|
9963
9963
|
"stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
|
|
9964
9964
|
"clrName": "RemoveAt",
|
|
9965
|
-
"metadataToken":
|
|
9965
|
+
"metadataToken": 100703867,
|
|
9966
9966
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
9967
9967
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
9968
9968
|
"emitScope": "ViewOnly",
|
|
@@ -9983,7 +9983,7 @@
|
|
|
9983
9983
|
{
|
|
9984
9984
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
9985
9985
|
"clrName": "CopyTo",
|
|
9986
|
-
"metadataToken":
|
|
9986
|
+
"metadataToken": 100703831,
|
|
9987
9987
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
9988
9988
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
9989
9989
|
"emitScope": "ViewOnly",
|
|
@@ -10004,7 +10004,7 @@
|
|
|
10004
10004
|
{
|
|
10005
10005
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
10006
10006
|
"clrName": "GetEnumerator",
|
|
10007
|
-
"metadataToken":
|
|
10007
|
+
"metadataToken": 100703850,
|
|
10008
10008
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
10009
10009
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
10010
10010
|
"emitScope": "ViewOnly",
|
|
@@ -10025,7 +10025,7 @@
|
|
|
10025
10025
|
{
|
|
10026
10026
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
|
|
10027
10027
|
"clrName": "Add",
|
|
10028
|
-
"metadataToken":
|
|
10028
|
+
"metadataToken": 100703859,
|
|
10029
10029
|
"canonicalSignature": "(System.Object):System.Int32",
|
|
10030
10030
|
"normalizedSignature": "Add|(System.Object):System.Int32|static=false",
|
|
10031
10031
|
"emitScope": "ViewOnly",
|
|
@@ -10046,7 +10046,7 @@
|
|
|
10046
10046
|
{
|
|
10047
10047
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
|
|
10048
10048
|
"clrName": "Contains",
|
|
10049
|
-
"metadataToken":
|
|
10049
|
+
"metadataToken": 100703860,
|
|
10050
10050
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
10051
10051
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
10052
10052
|
"emitScope": "ViewOnly",
|
|
@@ -10067,7 +10067,7 @@
|
|
|
10067
10067
|
{
|
|
10068
10068
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
|
|
10069
10069
|
"clrName": "Insert",
|
|
10070
|
-
"metadataToken":
|
|
10070
|
+
"metadataToken": 100703865,
|
|
10071
10071
|
"canonicalSignature": "(System.Int32,System.Object):System.Void",
|
|
10072
10072
|
"normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
|
|
10073
10073
|
"emitScope": "ViewOnly",
|
|
@@ -10088,7 +10088,7 @@
|
|
|
10088
10088
|
{
|
|
10089
10089
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
|
|
10090
10090
|
"clrName": "Remove",
|
|
10091
|
-
"metadataToken":
|
|
10091
|
+
"metadataToken": 100703866,
|
|
10092
10092
|
"canonicalSignature": "(System.Object):System.Void",
|
|
10093
10093
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
10094
10094
|
"emitScope": "ViewOnly",
|
|
@@ -10130,7 +10130,7 @@
|
|
|
10130
10130
|
{
|
|
10131
10131
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
|
|
10132
10132
|
"clrName": "IsReadOnly",
|
|
10133
|
-
"metadataToken":
|
|
10133
|
+
"metadataToken": 385881271,
|
|
10134
10134
|
"canonicalSignature": ":System.Boolean",
|
|
10135
10135
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
10136
10136
|
"emitScope": "ViewOnly",
|
|
@@ -10150,7 +10150,7 @@
|
|
|
10150
10150
|
{
|
|
10151
10151
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
10152
10152
|
"clrName": "Count",
|
|
10153
|
-
"metadataToken":
|
|
10153
|
+
"metadataToken": 385881258,
|
|
10154
10154
|
"canonicalSignature": ":System.Int32",
|
|
10155
10155
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
10156
10156
|
"emitScope": "ViewOnly",
|
|
@@ -10170,7 +10170,7 @@
|
|
|
10170
10170
|
{
|
|
10171
10171
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
10172
10172
|
"clrName": "SyncRoot",
|
|
10173
|
-
"metadataToken":
|
|
10173
|
+
"metadataToken": 385881259,
|
|
10174
10174
|
"canonicalSignature": ":System.Object",
|
|
10175
10175
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
10176
10176
|
"emitScope": "ViewOnly",
|
|
@@ -10190,7 +10190,7 @@
|
|
|
10190
10190
|
{
|
|
10191
10191
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
|
|
10192
10192
|
"clrName": "IsFixedSize",
|
|
10193
|
-
"metadataToken":
|
|
10193
|
+
"metadataToken": 385881272,
|
|
10194
10194
|
"canonicalSignature": ":System.Boolean",
|
|
10195
10195
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
10196
10196
|
"emitScope": "ViewOnly",
|
|
@@ -10210,7 +10210,7 @@
|
|
|
10210
10210
|
{
|
|
10211
10211
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
10212
10212
|
"clrName": "IsSynchronized",
|
|
10213
|
-
"metadataToken":
|
|
10213
|
+
"metadataToken": 385881260,
|
|
10214
10214
|
"canonicalSignature": ":System.Boolean",
|
|
10215
10215
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
10216
10216
|
"emitScope": "ViewOnly",
|
|
@@ -10233,7 +10233,7 @@
|
|
|
10233
10233
|
"constructors": [
|
|
10234
10234
|
{
|
|
10235
10235
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509CertificateCollection::.ctor():void",
|
|
10236
|
-
"metadataToken":
|
|
10236
|
+
"metadataToken": 100669043,
|
|
10237
10237
|
"canonicalSignature": "():void",
|
|
10238
10238
|
"normalizedSignature": "constructor|():void|static=false",
|
|
10239
10239
|
"isStatic": false,
|
|
@@ -10244,7 +10244,7 @@
|
|
|
10244
10244
|
},
|
|
10245
10245
|
{
|
|
10246
10246
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509CertificateCollection::.ctor(System.Security.Cryptography.X509Certificates.X509Certificate[]):void",
|
|
10247
|
-
"metadataToken":
|
|
10247
|
+
"metadataToken": 100669044,
|
|
10248
10248
|
"canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate[]):void",
|
|
10249
10249
|
"normalizedSignature": "constructor|(System.Security.Cryptography.X509Certificates.X509Certificate[]):void|static=false",
|
|
10250
10250
|
"isStatic": false,
|
|
@@ -10255,7 +10255,7 @@
|
|
|
10255
10255
|
},
|
|
10256
10256
|
{
|
|
10257
10257
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509CertificateCollection::.ctor(System.Security.Cryptography.X509Certificates.X509CertificateCollection):void",
|
|
10258
|
-
"metadataToken":
|
|
10258
|
+
"metadataToken": 100669045,
|
|
10259
10259
|
"canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509CertificateCollection):void",
|
|
10260
10260
|
"normalizedSignature": "constructor|(System.Security.Cryptography.X509Certificates.X509CertificateCollection):void|static=false",
|
|
10261
10261
|
"isStatic": false,
|
|
@@ -10291,7 +10291,7 @@
|
|
|
10291
10291
|
{
|
|
10292
10292
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509CertificateCollection\u002BX509CertificateEnumerator::MoveNext():System.Boolean",
|
|
10293
10293
|
"clrName": "MoveNext",
|
|
10294
|
-
"metadataToken":
|
|
10294
|
+
"metadataToken": 100669062,
|
|
10295
10295
|
"canonicalSignature": "():System.Boolean",
|
|
10296
10296
|
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
10297
10297
|
"emitScope": "ClassSurface",
|
|
@@ -10311,7 +10311,7 @@
|
|
|
10311
10311
|
{
|
|
10312
10312
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509CertificateCollection\u002BX509CertificateEnumerator::Reset():System.Void",
|
|
10313
10313
|
"clrName": "Reset",
|
|
10314
|
-
"metadataToken":
|
|
10314
|
+
"metadataToken": 100669064,
|
|
10315
10315
|
"canonicalSignature": "():System.Void",
|
|
10316
10316
|
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
10317
10317
|
"emitScope": "ClassSurface",
|
|
@@ -10327,48 +10327,6 @@
|
|
|
10327
10327
|
"declaringClrType": "System.Security.Cryptography.X509Certificates.X509CertificateCollection\u002BX509CertificateEnumerator",
|
|
10328
10328
|
"declaringAssemblyName": "System.Security.Cryptography",
|
|
10329
10329
|
"isExtensionMethod": false
|
|
10330
|
-
},
|
|
10331
|
-
{
|
|
10332
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
|
|
10333
|
-
"clrName": "MoveNext",
|
|
10334
|
-
"metadataToken": 100703846,
|
|
10335
|
-
"canonicalSignature": "():System.Boolean",
|
|
10336
|
-
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
10337
|
-
"emitScope": "ViewOnly",
|
|
10338
|
-
"provenance": "ExplicitView",
|
|
10339
|
-
"arity": 0,
|
|
10340
|
-
"parameterCount": 0,
|
|
10341
|
-
"isStatic": false,
|
|
10342
|
-
"isAbstract": false,
|
|
10343
|
-
"isVirtual": true,
|
|
10344
|
-
"isOverride": false,
|
|
10345
|
-
"isSealed": false,
|
|
10346
|
-
"visibility": "Public",
|
|
10347
|
-
"declaringClrType": "System.Collections.IEnumerator",
|
|
10348
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
10349
|
-
"isExtensionMethod": false,
|
|
10350
|
-
"sourceInterface": "System.Collections.IEnumerator"
|
|
10351
|
-
},
|
|
10352
|
-
{
|
|
10353
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
|
|
10354
|
-
"clrName": "Reset",
|
|
10355
|
-
"metadataToken": 100703848,
|
|
10356
|
-
"canonicalSignature": "():System.Void",
|
|
10357
|
-
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
10358
|
-
"emitScope": "ViewOnly",
|
|
10359
|
-
"provenance": "ExplicitView",
|
|
10360
|
-
"arity": 0,
|
|
10361
|
-
"parameterCount": 0,
|
|
10362
|
-
"isStatic": false,
|
|
10363
|
-
"isAbstract": false,
|
|
10364
|
-
"isVirtual": true,
|
|
10365
|
-
"isOverride": false,
|
|
10366
|
-
"isSealed": false,
|
|
10367
|
-
"visibility": "Public",
|
|
10368
|
-
"declaringClrType": "System.Collections.IEnumerator",
|
|
10369
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
10370
|
-
"isExtensionMethod": false,
|
|
10371
|
-
"sourceInterface": "System.Collections.IEnumerator"
|
|
10372
10330
|
}
|
|
10373
10331
|
],
|
|
10374
10332
|
"properties": [
|
|
@@ -10390,26 +10348,6 @@
|
|
|
10390
10348
|
"visibility": "Public",
|
|
10391
10349
|
"declaringClrType": "System.Security.Cryptography.X509Certificates.X509CertificateCollection\u002BX509CertificateEnumerator",
|
|
10392
10350
|
"declaringAssemblyName": "System.Security.Cryptography"
|
|
10393
|
-
},
|
|
10394
|
-
{
|
|
10395
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
|
|
10396
|
-
"clrName": "Current",
|
|
10397
|
-
"metadataToken": 385881267,
|
|
10398
|
-
"canonicalSignature": ":System.Object",
|
|
10399
|
-
"normalizedSignature": "Current|:System.Object|static=false|accessor=get",
|
|
10400
|
-
"emitScope": "ViewOnly",
|
|
10401
|
-
"provenance": "ExplicitView",
|
|
10402
|
-
"isIndexer": false,
|
|
10403
|
-
"hasGetter": true,
|
|
10404
|
-
"hasSetter": false,
|
|
10405
|
-
"isStatic": false,
|
|
10406
|
-
"isAbstract": false,
|
|
10407
|
-
"isVirtual": true,
|
|
10408
|
-
"isOverride": false,
|
|
10409
|
-
"visibility": "Public",
|
|
10410
|
-
"sourceInterface": "System.Collections.IEnumerator",
|
|
10411
|
-
"declaringClrType": "System.Collections.IEnumerator",
|
|
10412
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
10413
10351
|
}
|
|
10414
10352
|
],
|
|
10415
10353
|
"fields": [],
|
|
@@ -10417,7 +10355,7 @@
|
|
|
10417
10355
|
"constructors": [
|
|
10418
10356
|
{
|
|
10419
10357
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509CertificateCollection\u002BX509CertificateEnumerator::.ctor(System.Security.Cryptography.X509Certificates.X509CertificateCollection):void",
|
|
10420
|
-
"metadataToken":
|
|
10358
|
+
"metadataToken": 100669059,
|
|
10421
10359
|
"canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509CertificateCollection):void",
|
|
10422
10360
|
"normalizedSignature": "constructor|(System.Security.Cryptography.X509Certificates.X509CertificateCollection):void|static=false",
|
|
10423
10361
|
"isStatic": false,
|
|
@@ -10453,7 +10391,7 @@
|
|
|
10453
10391
|
{
|
|
10454
10392
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Chain::Create():System.Security.Cryptography.X509Certificates.X509Chain",
|
|
10455
10393
|
"clrName": "Create",
|
|
10456
|
-
"metadataToken":
|
|
10394
|
+
"metadataToken": 100669069,
|
|
10457
10395
|
"canonicalSignature": "():System.Security.Cryptography.X509Certificates.X509Chain",
|
|
10458
10396
|
"normalizedSignature": "Create|():System.Security.Cryptography.X509Certificates.X509Chain|static=true",
|
|
10459
10397
|
"emitScope": "ClassSurface",
|
|
@@ -10473,7 +10411,7 @@
|
|
|
10473
10411
|
{
|
|
10474
10412
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Chain::Build(System.Security.Cryptography.X509Certificates.X509Certificate2):System.Boolean",
|
|
10475
10413
|
"clrName": "Build",
|
|
10476
|
-
"metadataToken":
|
|
10414
|
+
"metadataToken": 100669076,
|
|
10477
10415
|
"canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate2):System.Boolean",
|
|
10478
10416
|
"normalizedSignature": "Build|(System.Security.Cryptography.X509Certificates.X509Certificate2):System.Boolean|static=false",
|
|
10479
10417
|
"emitScope": "ClassSurface",
|
|
@@ -10493,7 +10431,7 @@
|
|
|
10493
10431
|
{
|
|
10494
10432
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Chain::Dispose():System.Void",
|
|
10495
10433
|
"clrName": "Dispose",
|
|
10496
|
-
"metadataToken":
|
|
10434
|
+
"metadataToken": 100669078,
|
|
10497
10435
|
"canonicalSignature": "():System.Void",
|
|
10498
10436
|
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
10499
10437
|
"emitScope": "ClassSurface",
|
|
@@ -10513,7 +10451,7 @@
|
|
|
10513
10451
|
{
|
|
10514
10452
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Chain::Dispose(System.Boolean):System.Void",
|
|
10515
10453
|
"clrName": "Dispose",
|
|
10516
|
-
"metadataToken":
|
|
10454
|
+
"metadataToken": 100669079,
|
|
10517
10455
|
"canonicalSignature": "(System.Boolean):System.Void",
|
|
10518
10456
|
"normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
|
|
10519
10457
|
"emitScope": "ClassSurface",
|
|
@@ -10533,7 +10471,7 @@
|
|
|
10533
10471
|
{
|
|
10534
10472
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Chain::Reset():System.Void",
|
|
10535
10473
|
"clrName": "Reset",
|
|
10536
|
-
"metadataToken":
|
|
10474
|
+
"metadataToken": 100669080,
|
|
10537
10475
|
"canonicalSignature": "():System.Void",
|
|
10538
10476
|
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
10539
10477
|
"emitScope": "ClassSurface",
|
|
@@ -10674,7 +10612,7 @@
|
|
|
10674
10612
|
"constructors": [
|
|
10675
10613
|
{
|
|
10676
10614
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Chain::.ctor():void",
|
|
10677
|
-
"metadataToken":
|
|
10615
|
+
"metadataToken": 100669066,
|
|
10678
10616
|
"canonicalSignature": "():void",
|
|
10679
10617
|
"normalizedSignature": "constructor|():void|static=false",
|
|
10680
10618
|
"isStatic": false,
|
|
@@ -10685,7 +10623,7 @@
|
|
|
10685
10623
|
},
|
|
10686
10624
|
{
|
|
10687
10625
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Chain::.ctor(System.Boolean):void",
|
|
10688
|
-
"metadataToken":
|
|
10626
|
+
"metadataToken": 100669067,
|
|
10689
10627
|
"canonicalSignature": "(System.Boolean):void",
|
|
10690
10628
|
"normalizedSignature": "constructor|(System.Boolean):void|static=false",
|
|
10691
10629
|
"isStatic": false,
|
|
@@ -10696,7 +10634,7 @@
|
|
|
10696
10634
|
},
|
|
10697
10635
|
{
|
|
10698
10636
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Chain::.ctor(System.IntPtr):void",
|
|
10699
|
-
"metadataToken":
|
|
10637
|
+
"metadataToken": 100669068,
|
|
10700
10638
|
"canonicalSignature": "(System.IntPtr):void",
|
|
10701
10639
|
"normalizedSignature": "constructor|(System.IntPtr):void|static=false",
|
|
10702
10640
|
"isStatic": false,
|
|
@@ -10822,7 +10760,7 @@
|
|
|
10822
10760
|
{
|
|
10823
10761
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainElementCollection::CopyTo(System.Security.Cryptography.X509Certificates.X509ChainElement[],System.Int32):System.Void",
|
|
10824
10762
|
"clrName": "CopyTo",
|
|
10825
|
-
"metadataToken":
|
|
10763
|
+
"metadataToken": 100669091,
|
|
10826
10764
|
"canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509ChainElement[],System.Int32):System.Void",
|
|
10827
10765
|
"normalizedSignature": "CopyTo|(System.Security.Cryptography.X509Certificates.X509ChainElement[],System.Int32):System.Void|static=false",
|
|
10828
10766
|
"emitScope": "ClassSurface",
|
|
@@ -10842,7 +10780,7 @@
|
|
|
10842
10780
|
{
|
|
10843
10781
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainElementCollection::GetEnumerator():System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator",
|
|
10844
10782
|
"clrName": "GetEnumerator",
|
|
10845
|
-
"metadataToken":
|
|
10783
|
+
"metadataToken": 100669093,
|
|
10846
10784
|
"canonicalSignature": "():System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator",
|
|
10847
10785
|
"normalizedSignature": "GetEnumerator|():System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator|static=false",
|
|
10848
10786
|
"emitScope": "ClassSurface",
|
|
@@ -10862,7 +10800,7 @@
|
|
|
10862
10800
|
{
|
|
10863
10801
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
10864
10802
|
"clrName": "CopyTo",
|
|
10865
|
-
"metadataToken":
|
|
10803
|
+
"metadataToken": 100703831,
|
|
10866
10804
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
10867
10805
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
10868
10806
|
"emitScope": "ViewOnly",
|
|
@@ -10883,7 +10821,7 @@
|
|
|
10883
10821
|
{
|
|
10884
10822
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
10885
10823
|
"clrName": "GetEnumerator",
|
|
10886
|
-
"metadataToken":
|
|
10824
|
+
"metadataToken": 100703850,
|
|
10887
10825
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
10888
10826
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
10889
10827
|
"emitScope": "ViewOnly",
|
|
@@ -10904,7 +10842,7 @@
|
|
|
10904
10842
|
{
|
|
10905
10843
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
10906
10844
|
"clrName": "GetEnumerator",
|
|
10907
|
-
"metadataToken":
|
|
10845
|
+
"metadataToken": 100704565,
|
|
10908
10846
|
"canonicalSignature": "():IEnumerator_1",
|
|
10909
10847
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
10910
10848
|
"emitScope": "ViewOnly",
|
|
@@ -11003,7 +10941,7 @@
|
|
|
11003
10941
|
{
|
|
11004
10942
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
11005
10943
|
"clrName": "Count",
|
|
11006
|
-
"metadataToken":
|
|
10944
|
+
"metadataToken": 385881258,
|
|
11007
10945
|
"canonicalSignature": ":System.Int32",
|
|
11008
10946
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
11009
10947
|
"emitScope": "ViewOnly",
|
|
@@ -11023,7 +10961,7 @@
|
|
|
11023
10961
|
{
|
|
11024
10962
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
11025
10963
|
"clrName": "SyncRoot",
|
|
11026
|
-
"metadataToken":
|
|
10964
|
+
"metadataToken": 385881259,
|
|
11027
10965
|
"canonicalSignature": ":System.Object",
|
|
11028
10966
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
11029
10967
|
"emitScope": "ViewOnly",
|
|
@@ -11043,7 +10981,7 @@
|
|
|
11043
10981
|
{
|
|
11044
10982
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
11045
10983
|
"clrName": "IsSynchronized",
|
|
11046
|
-
"metadataToken":
|
|
10984
|
+
"metadataToken": 385881260,
|
|
11047
10985
|
"canonicalSignature": ":System.Boolean",
|
|
11048
10986
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
11049
10987
|
"emitScope": "ViewOnly",
|
|
@@ -11101,7 +11039,7 @@
|
|
|
11101
11039
|
{
|
|
11102
11040
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator::MoveNext():System.Boolean",
|
|
11103
11041
|
"clrName": "MoveNext",
|
|
11104
|
-
"metadataToken":
|
|
11042
|
+
"metadataToken": 100669100,
|
|
11105
11043
|
"canonicalSignature": "():System.Boolean",
|
|
11106
11044
|
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
11107
11045
|
"emitScope": "ClassSurface",
|
|
@@ -11121,7 +11059,7 @@
|
|
|
11121
11059
|
{
|
|
11122
11060
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator::Reset():System.Void",
|
|
11123
11061
|
"clrName": "Reset",
|
|
11124
|
-
"metadataToken":
|
|
11062
|
+
"metadataToken": 100669101,
|
|
11125
11063
|
"canonicalSignature": "():System.Void",
|
|
11126
11064
|
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
11127
11065
|
"emitScope": "ClassSurface",
|
|
@@ -11162,7 +11100,7 @@
|
|
|
11162
11100
|
{
|
|
11163
11101
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
|
|
11164
11102
|
"clrName": "MoveNext",
|
|
11165
|
-
"metadataToken":
|
|
11103
|
+
"metadataToken": 100703851,
|
|
11166
11104
|
"canonicalSignature": "():System.Boolean",
|
|
11167
11105
|
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
11168
11106
|
"emitScope": "ViewOnly",
|
|
@@ -11183,7 +11121,7 @@
|
|
|
11183
11121
|
{
|
|
11184
11122
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
|
|
11185
11123
|
"clrName": "Reset",
|
|
11186
|
-
"metadataToken":
|
|
11124
|
+
"metadataToken": 100703853,
|
|
11187
11125
|
"canonicalSignature": "():System.Void",
|
|
11188
11126
|
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
11189
11127
|
"emitScope": "ViewOnly",
|
|
@@ -11225,7 +11163,7 @@
|
|
|
11225
11163
|
{
|
|
11226
11164
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
|
|
11227
11165
|
"clrName": "Current",
|
|
11228
|
-
"metadataToken":
|
|
11166
|
+
"metadataToken": 385881428,
|
|
11229
11167
|
"canonicalSignature": ":T",
|
|
11230
11168
|
"normalizedSignature": "Current|:T|static=false|accessor=get",
|
|
11231
11169
|
"emitScope": "ViewOnly",
|
|
@@ -11245,7 +11183,7 @@
|
|
|
11245
11183
|
{
|
|
11246
11184
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
|
|
11247
11185
|
"clrName": "Current",
|
|
11248
|
-
"metadataToken":
|
|
11186
|
+
"metadataToken": 385881269,
|
|
11249
11187
|
"canonicalSignature": ":System.Object",
|
|
11250
11188
|
"normalizedSignature": "Current|:System.Object|static=false|accessor=get",
|
|
11251
11189
|
"emitScope": "ViewOnly",
|
|
@@ -11286,7 +11224,7 @@
|
|
|
11286
11224
|
{
|
|
11287
11225
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainPolicy::Reset():System.Void",
|
|
11288
11226
|
"clrName": "Reset",
|
|
11289
|
-
"metadataToken":
|
|
11227
|
+
"metadataToken": 100669123,
|
|
11290
11228
|
"canonicalSignature": "():System.Void",
|
|
11291
11229
|
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
11292
11230
|
"emitScope": "ClassSurface",
|
|
@@ -11306,7 +11244,7 @@
|
|
|
11306
11244
|
{
|
|
11307
11245
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainPolicy::Clone():System.Security.Cryptography.X509Certificates.X509ChainPolicy",
|
|
11308
11246
|
"clrName": "Clone",
|
|
11309
|
-
"metadataToken":
|
|
11247
|
+
"metadataToken": 100669124,
|
|
11310
11248
|
"canonicalSignature": "():System.Security.Cryptography.X509Certificates.X509ChainPolicy",
|
|
11311
11249
|
"normalizedSignature": "Clone|():System.Security.Cryptography.X509Certificates.X509ChainPolicy|static=false",
|
|
11312
11250
|
"emitScope": "ClassSurface",
|
|
@@ -11559,7 +11497,7 @@
|
|
|
11559
11497
|
"constructors": [
|
|
11560
11498
|
{
|
|
11561
11499
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainPolicy::.ctor():void",
|
|
11562
|
-
"metadataToken":
|
|
11500
|
+
"metadataToken": 100669102,
|
|
11563
11501
|
"canonicalSignature": "():void",
|
|
11564
11502
|
"normalizedSignature": "constructor|():void|static=false",
|
|
11565
11503
|
"isStatic": false,
|
|
@@ -11589,7 +11527,7 @@
|
|
|
11589
11527
|
{
|
|
11590
11528
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension::CopyFrom(System.Security.Cryptography.AsnEncodedData):System.Void",
|
|
11591
11529
|
"clrName": "CopyFrom",
|
|
11592
|
-
"metadataToken":
|
|
11530
|
+
"metadataToken": 100669133,
|
|
11593
11531
|
"canonicalSignature": "(System.Security.Cryptography.AsnEncodedData):System.Void",
|
|
11594
11532
|
"normalizedSignature": "CopyFrom|(System.Security.Cryptography.AsnEncodedData):System.Void|static=false",
|
|
11595
11533
|
"emitScope": "ClassSurface",
|
|
@@ -11633,7 +11571,7 @@
|
|
|
11633
11571
|
"constructors": [
|
|
11634
11572
|
{
|
|
11635
11573
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension::.ctor():void",
|
|
11636
|
-
"metadataToken":
|
|
11574
|
+
"metadataToken": 100669129,
|
|
11637
11575
|
"canonicalSignature": "():void",
|
|
11638
11576
|
"normalizedSignature": "constructor|():void|static=false",
|
|
11639
11577
|
"isStatic": false,
|
|
@@ -11644,7 +11582,7 @@
|
|
|
11644
11582
|
},
|
|
11645
11583
|
{
|
|
11646
11584
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension::.ctor(System.Security.Cryptography.AsnEncodedData,System.Boolean):void",
|
|
11647
|
-
"metadataToken":
|
|
11585
|
+
"metadataToken": 100669130,
|
|
11648
11586
|
"canonicalSignature": "(System.Security.Cryptography.AsnEncodedData,System.Boolean):void",
|
|
11649
11587
|
"normalizedSignature": "constructor|(System.Security.Cryptography.AsnEncodedData,System.Boolean):void|static=false",
|
|
11650
11588
|
"isStatic": false,
|
|
@@ -11655,7 +11593,7 @@
|
|
|
11655
11593
|
},
|
|
11656
11594
|
{
|
|
11657
11595
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension::.ctor(System.Security.Cryptography.OidCollection,System.Boolean):void",
|
|
11658
|
-
"metadataToken":
|
|
11596
|
+
"metadataToken": 100669131,
|
|
11659
11597
|
"canonicalSignature": "(System.Security.Cryptography.OidCollection,System.Boolean):void",
|
|
11660
11598
|
"normalizedSignature": "constructor|(System.Security.Cryptography.OidCollection,System.Boolean):void|static=false",
|
|
11661
11599
|
"isStatic": false,
|
|
@@ -11685,7 +11623,7 @@
|
|
|
11685
11623
|
{
|
|
11686
11624
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Extension::CopyFrom(System.Security.Cryptography.AsnEncodedData):System.Void",
|
|
11687
11625
|
"clrName": "CopyFrom",
|
|
11688
|
-
"metadataToken":
|
|
11626
|
+
"metadataToken": 100669145,
|
|
11689
11627
|
"canonicalSignature": "(System.Security.Cryptography.AsnEncodedData):System.Void",
|
|
11690
11628
|
"normalizedSignature": "CopyFrom|(System.Security.Cryptography.AsnEncodedData):System.Void|static=false",
|
|
11691
11629
|
"emitScope": "ClassSurface",
|
|
@@ -11729,7 +11667,7 @@
|
|
|
11729
11667
|
"constructors": [
|
|
11730
11668
|
{
|
|
11731
11669
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Extension::.ctor():void",
|
|
11732
|
-
"metadataToken":
|
|
11670
|
+
"metadataToken": 100669136,
|
|
11733
11671
|
"canonicalSignature": "():void",
|
|
11734
11672
|
"normalizedSignature": "constructor|():void|static=false",
|
|
11735
11673
|
"isStatic": false,
|
|
@@ -11740,7 +11678,7 @@
|
|
|
11740
11678
|
},
|
|
11741
11679
|
{
|
|
11742
11680
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Extension::.ctor(System.Security.Cryptography.AsnEncodedData,System.Boolean):void",
|
|
11743
|
-
"metadataToken":
|
|
11681
|
+
"metadataToken": 100669137,
|
|
11744
11682
|
"canonicalSignature": "(System.Security.Cryptography.AsnEncodedData,System.Boolean):void",
|
|
11745
11683
|
"normalizedSignature": "constructor|(System.Security.Cryptography.AsnEncodedData,System.Boolean):void|static=false",
|
|
11746
11684
|
"isStatic": false,
|
|
@@ -11751,7 +11689,7 @@
|
|
|
11751
11689
|
},
|
|
11752
11690
|
{
|
|
11753
11691
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Extension::.ctor(System.Security.Cryptography.Oid,System.Byte[],System.Boolean):void",
|
|
11754
|
-
"metadataToken":
|
|
11692
|
+
"metadataToken": 100669138,
|
|
11755
11693
|
"canonicalSignature": "(System.Security.Cryptography.Oid,System.Byte[],System.Boolean):void",
|
|
11756
11694
|
"normalizedSignature": "constructor|(System.Security.Cryptography.Oid,System.Byte[],System.Boolean):void|static=false",
|
|
11757
11695
|
"isStatic": false,
|
|
@@ -11762,7 +11700,7 @@
|
|
|
11762
11700
|
},
|
|
11763
11701
|
{
|
|
11764
11702
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Extension::.ctor(System.Security.Cryptography.Oid,System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):void",
|
|
11765
|
-
"metadataToken":
|
|
11703
|
+
"metadataToken": 100669139,
|
|
11766
11704
|
"canonicalSignature": "(System.Security.Cryptography.Oid,System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):void",
|
|
11767
11705
|
"normalizedSignature": "constructor|(System.Security.Cryptography.Oid,System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):void|static=false",
|
|
11768
11706
|
"isStatic": false,
|
|
@@ -11773,7 +11711,7 @@
|
|
|
11773
11711
|
},
|
|
11774
11712
|
{
|
|
11775
11713
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Extension::.ctor(System.String,System.Byte[],System.Boolean):void",
|
|
11776
|
-
"metadataToken":
|
|
11714
|
+
"metadataToken": 100669140,
|
|
11777
11715
|
"canonicalSignature": "(System.String,System.Byte[],System.Boolean):void",
|
|
11778
11716
|
"normalizedSignature": "constructor|(System.String,System.Byte[],System.Boolean):void|static=false",
|
|
11779
11717
|
"isStatic": false,
|
|
@@ -11784,7 +11722,7 @@
|
|
|
11784
11722
|
},
|
|
11785
11723
|
{
|
|
11786
11724
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Extension::.ctor(System.String,System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):void",
|
|
11787
|
-
"metadataToken":
|
|
11725
|
+
"metadataToken": 100669141,
|
|
11788
11726
|
"canonicalSignature": "(System.String,System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):void",
|
|
11789
11727
|
"normalizedSignature": "constructor|(System.String,System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):void|static=false",
|
|
11790
11728
|
"isStatic": false,
|
|
@@ -11831,7 +11769,7 @@
|
|
|
11831
11769
|
{
|
|
11832
11770
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ExtensionCollection::Add(System.Security.Cryptography.X509Certificates.X509Extension):System.Int32",
|
|
11833
11771
|
"clrName": "Add",
|
|
11834
|
-
"metadataToken":
|
|
11772
|
+
"metadataToken": 100669153,
|
|
11835
11773
|
"canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Extension):System.Int32",
|
|
11836
11774
|
"normalizedSignature": "Add|(System.Security.Cryptography.X509Certificates.X509Extension):System.Int32|static=false",
|
|
11837
11775
|
"emitScope": "ClassSurface",
|
|
@@ -11851,7 +11789,7 @@
|
|
|
11851
11789
|
{
|
|
11852
11790
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ExtensionCollection::CopyTo(System.Security.Cryptography.X509Certificates.X509Extension[],System.Int32):System.Void",
|
|
11853
11791
|
"clrName": "CopyTo",
|
|
11854
|
-
"metadataToken":
|
|
11792
|
+
"metadataToken": 100669154,
|
|
11855
11793
|
"canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Extension[],System.Int32):System.Void",
|
|
11856
11794
|
"normalizedSignature": "CopyTo|(System.Security.Cryptography.X509Certificates.X509Extension[],System.Int32):System.Void|static=false",
|
|
11857
11795
|
"emitScope": "ClassSurface",
|
|
@@ -11871,7 +11809,7 @@
|
|
|
11871
11809
|
{
|
|
11872
11810
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ExtensionCollection::GetEnumerator():System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator",
|
|
11873
11811
|
"clrName": "GetEnumerator",
|
|
11874
|
-
"metadataToken":
|
|
11812
|
+
"metadataToken": 100669156,
|
|
11875
11813
|
"canonicalSignature": "():System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator",
|
|
11876
11814
|
"normalizedSignature": "GetEnumerator|():System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator|static=false",
|
|
11877
11815
|
"emitScope": "ClassSurface",
|
|
@@ -11891,7 +11829,7 @@
|
|
|
11891
11829
|
{
|
|
11892
11830
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
11893
11831
|
"clrName": "CopyTo",
|
|
11894
|
-
"metadataToken":
|
|
11832
|
+
"metadataToken": 100703831,
|
|
11895
11833
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
11896
11834
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
11897
11835
|
"emitScope": "ViewOnly",
|
|
@@ -11912,7 +11850,7 @@
|
|
|
11912
11850
|
{
|
|
11913
11851
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
11914
11852
|
"clrName": "GetEnumerator",
|
|
11915
|
-
"metadataToken":
|
|
11853
|
+
"metadataToken": 100703850,
|
|
11916
11854
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
11917
11855
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
11918
11856
|
"emitScope": "ViewOnly",
|
|
@@ -11933,7 +11871,7 @@
|
|
|
11933
11871
|
{
|
|
11934
11872
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
11935
11873
|
"clrName": "GetEnumerator",
|
|
11936
|
-
"metadataToken":
|
|
11874
|
+
"metadataToken": 100704565,
|
|
11937
11875
|
"canonicalSignature": "():IEnumerator_1",
|
|
11938
11876
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
11939
11877
|
"emitScope": "ViewOnly",
|
|
@@ -12053,7 +11991,7 @@
|
|
|
12053
11991
|
{
|
|
12054
11992
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
12055
11993
|
"clrName": "Count",
|
|
12056
|
-
"metadataToken":
|
|
11994
|
+
"metadataToken": 385881258,
|
|
12057
11995
|
"canonicalSignature": ":System.Int32",
|
|
12058
11996
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
12059
11997
|
"emitScope": "ViewOnly",
|
|
@@ -12073,7 +12011,7 @@
|
|
|
12073
12011
|
{
|
|
12074
12012
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
12075
12013
|
"clrName": "SyncRoot",
|
|
12076
|
-
"metadataToken":
|
|
12014
|
+
"metadataToken": 385881259,
|
|
12077
12015
|
"canonicalSignature": ":System.Object",
|
|
12078
12016
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
12079
12017
|
"emitScope": "ViewOnly",
|
|
@@ -12093,7 +12031,7 @@
|
|
|
12093
12031
|
{
|
|
12094
12032
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
12095
12033
|
"clrName": "IsSynchronized",
|
|
12096
|
-
"metadataToken":
|
|
12034
|
+
"metadataToken": 385881260,
|
|
12097
12035
|
"canonicalSignature": ":System.Boolean",
|
|
12098
12036
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
12099
12037
|
"emitScope": "ViewOnly",
|
|
@@ -12116,7 +12054,7 @@
|
|
|
12116
12054
|
"constructors": [
|
|
12117
12055
|
{
|
|
12118
12056
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ExtensionCollection::.ctor():void",
|
|
12119
|
-
"metadataToken":
|
|
12057
|
+
"metadataToken": 100669147,
|
|
12120
12058
|
"canonicalSignature": "():void",
|
|
12121
12059
|
"normalizedSignature": "constructor|():void|static=false",
|
|
12122
12060
|
"isStatic": false,
|
|
@@ -12163,7 +12101,7 @@
|
|
|
12163
12101
|
{
|
|
12164
12102
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator::MoveNext():System.Boolean",
|
|
12165
12103
|
"clrName": "MoveNext",
|
|
12166
|
-
"metadataToken":
|
|
12104
|
+
"metadataToken": 100669162,
|
|
12167
12105
|
"canonicalSignature": "():System.Boolean",
|
|
12168
12106
|
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
12169
12107
|
"emitScope": "ClassSurface",
|
|
@@ -12183,7 +12121,7 @@
|
|
|
12183
12121
|
{
|
|
12184
12122
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator::Reset():System.Void",
|
|
12185
12123
|
"clrName": "Reset",
|
|
12186
|
-
"metadataToken":
|
|
12124
|
+
"metadataToken": 100669163,
|
|
12187
12125
|
"canonicalSignature": "():System.Void",
|
|
12188
12126
|
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
12189
12127
|
"emitScope": "ClassSurface",
|
|
@@ -12224,7 +12162,7 @@
|
|
|
12224
12162
|
{
|
|
12225
12163
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
|
|
12226
12164
|
"clrName": "MoveNext",
|
|
12227
|
-
"metadataToken":
|
|
12165
|
+
"metadataToken": 100703851,
|
|
12228
12166
|
"canonicalSignature": "():System.Boolean",
|
|
12229
12167
|
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
12230
12168
|
"emitScope": "ViewOnly",
|
|
@@ -12245,7 +12183,7 @@
|
|
|
12245
12183
|
{
|
|
12246
12184
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
|
|
12247
12185
|
"clrName": "Reset",
|
|
12248
|
-
"metadataToken":
|
|
12186
|
+
"metadataToken": 100703853,
|
|
12249
12187
|
"canonicalSignature": "():System.Void",
|
|
12250
12188
|
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
12251
12189
|
"emitScope": "ViewOnly",
|
|
@@ -12287,7 +12225,7 @@
|
|
|
12287
12225
|
{
|
|
12288
12226
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
|
|
12289
12227
|
"clrName": "Current",
|
|
12290
|
-
"metadataToken":
|
|
12228
|
+
"metadataToken": 385881428,
|
|
12291
12229
|
"canonicalSignature": ":T",
|
|
12292
12230
|
"normalizedSignature": "Current|:T|static=false|accessor=get",
|
|
12293
12231
|
"emitScope": "ViewOnly",
|
|
@@ -12307,7 +12245,7 @@
|
|
|
12307
12245
|
{
|
|
12308
12246
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
|
|
12309
12247
|
"clrName": "Current",
|
|
12310
|
-
"metadataToken":
|
|
12248
|
+
"metadataToken": 385881269,
|
|
12311
12249
|
"canonicalSignature": ":System.Object",
|
|
12312
12250
|
"normalizedSignature": "Current|:System.Object|static=false|accessor=get",
|
|
12313
12251
|
"emitScope": "ViewOnly",
|
|
@@ -12348,7 +12286,7 @@
|
|
|
12348
12286
|
{
|
|
12349
12287
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::CopyFrom(System.Security.Cryptography.AsnEncodedData):System.Void",
|
|
12350
12288
|
"clrName": "CopyFrom",
|
|
12351
|
-
"metadataToken":
|
|
12289
|
+
"metadataToken": 100669169,
|
|
12352
12290
|
"canonicalSignature": "(System.Security.Cryptography.AsnEncodedData):System.Void",
|
|
12353
12291
|
"normalizedSignature": "CopyFrom|(System.Security.Cryptography.AsnEncodedData):System.Void|static=false",
|
|
12354
12292
|
"emitScope": "ClassSurface",
|
|
@@ -12392,7 +12330,7 @@
|
|
|
12392
12330
|
"constructors": [
|
|
12393
12331
|
{
|
|
12394
12332
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::.ctor():void",
|
|
12395
|
-
"metadataToken":
|
|
12333
|
+
"metadataToken": 100669165,
|
|
12396
12334
|
"canonicalSignature": "():void",
|
|
12397
12335
|
"normalizedSignature": "constructor|():void|static=false",
|
|
12398
12336
|
"isStatic": false,
|
|
@@ -12403,7 +12341,7 @@
|
|
|
12403
12341
|
},
|
|
12404
12342
|
{
|
|
12405
12343
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::.ctor(System.Security.Cryptography.AsnEncodedData,System.Boolean):void",
|
|
12406
|
-
"metadataToken":
|
|
12344
|
+
"metadataToken": 100669166,
|
|
12407
12345
|
"canonicalSignature": "(System.Security.Cryptography.AsnEncodedData,System.Boolean):void",
|
|
12408
12346
|
"normalizedSignature": "constructor|(System.Security.Cryptography.AsnEncodedData,System.Boolean):void|static=false",
|
|
12409
12347
|
"isStatic": false,
|
|
@@ -12414,7 +12352,7 @@
|
|
|
12414
12352
|
},
|
|
12415
12353
|
{
|
|
12416
12354
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::.ctor(System.Security.Cryptography.X509Certificates.X509KeyUsageFlags,System.Boolean):void",
|
|
12417
|
-
"metadataToken":
|
|
12355
|
+
"metadataToken": 100669167,
|
|
12418
12356
|
"canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509KeyUsageFlags,System.Boolean):void",
|
|
12419
12357
|
"normalizedSignature": "constructor|(System.Security.Cryptography.X509Certificates.X509KeyUsageFlags,System.Boolean):void|static=false",
|
|
12420
12358
|
"isStatic": false,
|
|
@@ -12444,7 +12382,7 @@
|
|
|
12444
12382
|
{
|
|
12445
12383
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SignatureGenerator::GetSignatureAlgorithmIdentifier(System.Security.Cryptography.HashAlgorithmName):System.Byte[]",
|
|
12446
12384
|
"clrName": "GetSignatureAlgorithmIdentifier",
|
|
12447
|
-
"metadataToken":
|
|
12385
|
+
"metadataToken": 100669177,
|
|
12448
12386
|
"canonicalSignature": "(System.Security.Cryptography.HashAlgorithmName):System.Byte[]",
|
|
12449
12387
|
"normalizedSignature": "GetSignatureAlgorithmIdentifier|(System.Security.Cryptography.HashAlgorithmName):System.Byte[]|static=false",
|
|
12450
12388
|
"emitScope": "ClassSurface",
|
|
@@ -12464,7 +12402,7 @@
|
|
|
12464
12402
|
{
|
|
12465
12403
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SignatureGenerator::SignData(System.Byte[],System.Security.Cryptography.HashAlgorithmName):System.Byte[]",
|
|
12466
12404
|
"clrName": "SignData",
|
|
12467
|
-
"metadataToken":
|
|
12405
|
+
"metadataToken": 100669178,
|
|
12468
12406
|
"canonicalSignature": "(System.Byte[],System.Security.Cryptography.HashAlgorithmName):System.Byte[]",
|
|
12469
12407
|
"normalizedSignature": "SignData|(System.Byte[],System.Security.Cryptography.HashAlgorithmName):System.Byte[]|static=false",
|
|
12470
12408
|
"emitScope": "ClassSurface",
|
|
@@ -12484,7 +12422,7 @@
|
|
|
12484
12422
|
{
|
|
12485
12423
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SignatureGenerator::BuildPublicKey():System.Security.Cryptography.X509Certificates.PublicKey",
|
|
12486
12424
|
"clrName": "BuildPublicKey",
|
|
12487
|
-
"metadataToken":
|
|
12425
|
+
"metadataToken": 100669179,
|
|
12488
12426
|
"canonicalSignature": "():System.Security.Cryptography.X509Certificates.PublicKey",
|
|
12489
12427
|
"normalizedSignature": "BuildPublicKey|():System.Security.Cryptography.X509Certificates.PublicKey|static=false",
|
|
12490
12428
|
"emitScope": "ClassSurface",
|
|
@@ -12504,7 +12442,7 @@
|
|
|
12504
12442
|
{
|
|
12505
12443
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SignatureGenerator::CreateForECDsa(System.Security.Cryptography.ECDsa):System.Security.Cryptography.X509Certificates.X509SignatureGenerator",
|
|
12506
12444
|
"clrName": "CreateForECDsa",
|
|
12507
|
-
"metadataToken":
|
|
12445
|
+
"metadataToken": 100669180,
|
|
12508
12446
|
"canonicalSignature": "(System.Security.Cryptography.ECDsa):System.Security.Cryptography.X509Certificates.X509SignatureGenerator",
|
|
12509
12447
|
"normalizedSignature": "CreateForECDsa|(System.Security.Cryptography.ECDsa):System.Security.Cryptography.X509Certificates.X509SignatureGenerator|static=true",
|
|
12510
12448
|
"emitScope": "ClassSurface",
|
|
@@ -12524,7 +12462,7 @@
|
|
|
12524
12462
|
{
|
|
12525
12463
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SignatureGenerator::CreateForRSA(System.Security.Cryptography.RSA,System.Security.Cryptography.RSASignaturePadding):System.Security.Cryptography.X509Certificates.X509SignatureGenerator",
|
|
12526
12464
|
"clrName": "CreateForRSA",
|
|
12527
|
-
"metadataToken":
|
|
12465
|
+
"metadataToken": 100669181,
|
|
12528
12466
|
"canonicalSignature": "(System.Security.Cryptography.RSA,System.Security.Cryptography.RSASignaturePadding):System.Security.Cryptography.X509Certificates.X509SignatureGenerator",
|
|
12529
12467
|
"normalizedSignature": "CreateForRSA|(System.Security.Cryptography.RSA,System.Security.Cryptography.RSASignaturePadding):System.Security.Cryptography.X509Certificates.X509SignatureGenerator|static=true",
|
|
12530
12468
|
"emitScope": "ClassSurface",
|
|
@@ -12544,7 +12482,7 @@
|
|
|
12544
12482
|
{
|
|
12545
12483
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SignatureGenerator::CreateForMLDsa(System.Security.Cryptography.MLDsa):System.Security.Cryptography.X509Certificates.X509SignatureGenerator",
|
|
12546
12484
|
"clrName": "CreateForMLDsa",
|
|
12547
|
-
"metadataToken":
|
|
12485
|
+
"metadataToken": 100669182,
|
|
12548
12486
|
"canonicalSignature": "(System.Security.Cryptography.MLDsa):System.Security.Cryptography.X509Certificates.X509SignatureGenerator",
|
|
12549
12487
|
"normalizedSignature": "CreateForMLDsa|(System.Security.Cryptography.MLDsa):System.Security.Cryptography.X509Certificates.X509SignatureGenerator|static=true",
|
|
12550
12488
|
"emitScope": "ClassSurface",
|
|
@@ -12564,7 +12502,7 @@
|
|
|
12564
12502
|
{
|
|
12565
12503
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SignatureGenerator::CreateForSlhDsa(System.Security.Cryptography.SlhDsa):System.Security.Cryptography.X509Certificates.X509SignatureGenerator",
|
|
12566
12504
|
"clrName": "CreateForSlhDsa",
|
|
12567
|
-
"metadataToken":
|
|
12505
|
+
"metadataToken": 100669183,
|
|
12568
12506
|
"canonicalSignature": "(System.Security.Cryptography.SlhDsa):System.Security.Cryptography.X509Certificates.X509SignatureGenerator",
|
|
12569
12507
|
"normalizedSignature": "CreateForSlhDsa|(System.Security.Cryptography.SlhDsa):System.Security.Cryptography.X509Certificates.X509SignatureGenerator|static=true",
|
|
12570
12508
|
"emitScope": "ClassSurface",
|
|
@@ -12584,7 +12522,7 @@
|
|
|
12584
12522
|
{
|
|
12585
12523
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SignatureGenerator::CreateForCompositeMLDsa(System.Security.Cryptography.CompositeMLDsa):System.Security.Cryptography.X509Certificates.X509SignatureGenerator",
|
|
12586
12524
|
"clrName": "CreateForCompositeMLDsa",
|
|
12587
|
-
"metadataToken":
|
|
12525
|
+
"metadataToken": 100669184,
|
|
12588
12526
|
"canonicalSignature": "(System.Security.Cryptography.CompositeMLDsa):System.Security.Cryptography.X509Certificates.X509SignatureGenerator",
|
|
12589
12527
|
"normalizedSignature": "CreateForCompositeMLDsa|(System.Security.Cryptography.CompositeMLDsa):System.Security.Cryptography.X509Certificates.X509SignatureGenerator|static=true",
|
|
12590
12528
|
"emitScope": "ClassSurface",
|
|
@@ -12628,7 +12566,7 @@
|
|
|
12628
12566
|
"constructors": [
|
|
12629
12567
|
{
|
|
12630
12568
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SignatureGenerator::.ctor():void",
|
|
12631
|
-
"metadataToken":
|
|
12569
|
+
"metadataToken": 100669185,
|
|
12632
12570
|
"canonicalSignature": "():void",
|
|
12633
12571
|
"normalizedSignature": "constructor|():void|static=false",
|
|
12634
12572
|
"isStatic": false,
|
|
@@ -12664,7 +12602,7 @@
|
|
|
12664
12602
|
{
|
|
12665
12603
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Store::Open(System.Security.Cryptography.X509Certificates.OpenFlags):System.Void",
|
|
12666
12604
|
"clrName": "Open",
|
|
12667
|
-
"metadataToken":
|
|
12605
|
+
"metadataToken": 100669198,
|
|
12668
12606
|
"canonicalSignature": "(System.Security.Cryptography.X509Certificates.OpenFlags):System.Void",
|
|
12669
12607
|
"normalizedSignature": "Open|(System.Security.Cryptography.X509Certificates.OpenFlags):System.Void|static=false",
|
|
12670
12608
|
"emitScope": "ClassSurface",
|
|
@@ -12684,7 +12622,7 @@
|
|
|
12684
12622
|
{
|
|
12685
12623
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Store::Add(System.Security.Cryptography.X509Certificates.X509Certificate2):System.Void",
|
|
12686
12624
|
"clrName": "Add",
|
|
12687
|
-
"metadataToken":
|
|
12625
|
+
"metadataToken": 100669201,
|
|
12688
12626
|
"canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate2):System.Void",
|
|
12689
12627
|
"normalizedSignature": "Add|(System.Security.Cryptography.X509Certificates.X509Certificate2):System.Void|static=false",
|
|
12690
12628
|
"emitScope": "ClassSurface",
|
|
@@ -12704,7 +12642,7 @@
|
|
|
12704
12642
|
{
|
|
12705
12643
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Store::AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection):System.Void",
|
|
12706
12644
|
"clrName": "AddRange",
|
|
12707
|
-
"metadataToken":
|
|
12645
|
+
"metadataToken": 100669202,
|
|
12708
12646
|
"canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate2Collection):System.Void",
|
|
12709
12647
|
"normalizedSignature": "AddRange|(System.Security.Cryptography.X509Certificates.X509Certificate2Collection):System.Void|static=false",
|
|
12710
12648
|
"emitScope": "ClassSurface",
|
|
@@ -12724,7 +12662,7 @@
|
|
|
12724
12662
|
{
|
|
12725
12663
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Store::Remove(System.Security.Cryptography.X509Certificates.X509Certificate2):System.Void",
|
|
12726
12664
|
"clrName": "Remove",
|
|
12727
|
-
"metadataToken":
|
|
12665
|
+
"metadataToken": 100669203,
|
|
12728
12666
|
"canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate2):System.Void",
|
|
12729
12667
|
"normalizedSignature": "Remove|(System.Security.Cryptography.X509Certificates.X509Certificate2):System.Void|static=false",
|
|
12730
12668
|
"emitScope": "ClassSurface",
|
|
@@ -12744,7 +12682,7 @@
|
|
|
12744
12682
|
{
|
|
12745
12683
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Store::RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection):System.Void",
|
|
12746
12684
|
"clrName": "RemoveRange",
|
|
12747
|
-
"metadataToken":
|
|
12685
|
+
"metadataToken": 100669204,
|
|
12748
12686
|
"canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate2Collection):System.Void",
|
|
12749
12687
|
"normalizedSignature": "RemoveRange|(System.Security.Cryptography.X509Certificates.X509Certificate2Collection):System.Void|static=false",
|
|
12750
12688
|
"emitScope": "ClassSurface",
|
|
@@ -12764,7 +12702,7 @@
|
|
|
12764
12702
|
{
|
|
12765
12703
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Store::Dispose():System.Void",
|
|
12766
12704
|
"clrName": "Dispose",
|
|
12767
|
-
"metadataToken":
|
|
12705
|
+
"metadataToken": 100669205,
|
|
12768
12706
|
"canonicalSignature": "():System.Void",
|
|
12769
12707
|
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
12770
12708
|
"emitScope": "ClassSurface",
|
|
@@ -12784,7 +12722,7 @@
|
|
|
12784
12722
|
{
|
|
12785
12723
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Store::Close():System.Void",
|
|
12786
12724
|
"clrName": "Close",
|
|
12787
|
-
"metadataToken":
|
|
12725
|
+
"metadataToken": 100669206,
|
|
12788
12726
|
"canonicalSignature": "():System.Void",
|
|
12789
12727
|
"normalizedSignature": "Close|():System.Void|static=false",
|
|
12790
12728
|
"emitScope": "ClassSurface",
|
|
@@ -12925,7 +12863,7 @@
|
|
|
12925
12863
|
"constructors": [
|
|
12926
12864
|
{
|
|
12927
12865
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Store::.ctor():void",
|
|
12928
|
-
"metadataToken":
|
|
12866
|
+
"metadataToken": 100669186,
|
|
12929
12867
|
"canonicalSignature": "():void",
|
|
12930
12868
|
"normalizedSignature": "constructor|():void|static=false",
|
|
12931
12869
|
"isStatic": false,
|
|
@@ -12936,7 +12874,7 @@
|
|
|
12936
12874
|
},
|
|
12937
12875
|
{
|
|
12938
12876
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Store::.ctor(System.String):void",
|
|
12939
|
-
"metadataToken":
|
|
12877
|
+
"metadataToken": 100669187,
|
|
12940
12878
|
"canonicalSignature": "(System.String):void",
|
|
12941
12879
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
12942
12880
|
"isStatic": false,
|
|
@@ -12947,7 +12885,7 @@
|
|
|
12947
12885
|
},
|
|
12948
12886
|
{
|
|
12949
12887
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Store::.ctor(System.Security.Cryptography.X509Certificates.StoreName):void",
|
|
12950
|
-
"metadataToken":
|
|
12888
|
+
"metadataToken": 100669188,
|
|
12951
12889
|
"canonicalSignature": "(System.Security.Cryptography.X509Certificates.StoreName):void",
|
|
12952
12890
|
"normalizedSignature": "constructor|(System.Security.Cryptography.X509Certificates.StoreName):void|static=false",
|
|
12953
12891
|
"isStatic": false,
|
|
@@ -12958,7 +12896,7 @@
|
|
|
12958
12896
|
},
|
|
12959
12897
|
{
|
|
12960
12898
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Store::.ctor(System.Security.Cryptography.X509Certificates.StoreLocation):void",
|
|
12961
|
-
"metadataToken":
|
|
12899
|
+
"metadataToken": 100669189,
|
|
12962
12900
|
"canonicalSignature": "(System.Security.Cryptography.X509Certificates.StoreLocation):void",
|
|
12963
12901
|
"normalizedSignature": "constructor|(System.Security.Cryptography.X509Certificates.StoreLocation):void|static=false",
|
|
12964
12902
|
"isStatic": false,
|
|
@@ -12969,7 +12907,7 @@
|
|
|
12969
12907
|
},
|
|
12970
12908
|
{
|
|
12971
12909
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Store::.ctor(System.Security.Cryptography.X509Certificates.StoreName,System.Security.Cryptography.X509Certificates.StoreLocation):void",
|
|
12972
|
-
"metadataToken":
|
|
12910
|
+
"metadataToken": 100669190,
|
|
12973
12911
|
"canonicalSignature": "(System.Security.Cryptography.X509Certificates.StoreName,System.Security.Cryptography.X509Certificates.StoreLocation):void",
|
|
12974
12912
|
"normalizedSignature": "constructor|(System.Security.Cryptography.X509Certificates.StoreName,System.Security.Cryptography.X509Certificates.StoreLocation):void|static=false",
|
|
12975
12913
|
"isStatic": false,
|
|
@@ -12980,7 +12918,7 @@
|
|
|
12980
12918
|
},
|
|
12981
12919
|
{
|
|
12982
12920
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Store::.ctor(System.Security.Cryptography.X509Certificates.StoreName,System.Security.Cryptography.X509Certificates.StoreLocation,System.Security.Cryptography.X509Certificates.OpenFlags):void",
|
|
12983
|
-
"metadataToken":
|
|
12921
|
+
"metadataToken": 100669191,
|
|
12984
12922
|
"canonicalSignature": "(System.Security.Cryptography.X509Certificates.StoreName,System.Security.Cryptography.X509Certificates.StoreLocation,System.Security.Cryptography.X509Certificates.OpenFlags):void",
|
|
12985
12923
|
"normalizedSignature": "constructor|(System.Security.Cryptography.X509Certificates.StoreName,System.Security.Cryptography.X509Certificates.StoreLocation,System.Security.Cryptography.X509Certificates.OpenFlags):void|static=false",
|
|
12986
12924
|
"isStatic": false,
|
|
@@ -12991,7 +12929,7 @@
|
|
|
12991
12929
|
},
|
|
12992
12930
|
{
|
|
12993
12931
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Store::.ctor(System.String,System.Security.Cryptography.X509Certificates.StoreLocation):void",
|
|
12994
|
-
"metadataToken":
|
|
12932
|
+
"metadataToken": 100669192,
|
|
12995
12933
|
"canonicalSignature": "(System.String,System.Security.Cryptography.X509Certificates.StoreLocation):void",
|
|
12996
12934
|
"normalizedSignature": "constructor|(System.String,System.Security.Cryptography.X509Certificates.StoreLocation):void|static=false",
|
|
12997
12935
|
"isStatic": false,
|
|
@@ -13002,7 +12940,7 @@
|
|
|
13002
12940
|
},
|
|
13003
12941
|
{
|
|
13004
12942
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Store::.ctor(System.String,System.Security.Cryptography.X509Certificates.StoreLocation,System.Security.Cryptography.X509Certificates.OpenFlags):void",
|
|
13005
|
-
"metadataToken":
|
|
12943
|
+
"metadataToken": 100669193,
|
|
13006
12944
|
"canonicalSignature": "(System.String,System.Security.Cryptography.X509Certificates.StoreLocation,System.Security.Cryptography.X509Certificates.OpenFlags):void",
|
|
13007
12945
|
"normalizedSignature": "constructor|(System.String,System.Security.Cryptography.X509Certificates.StoreLocation,System.Security.Cryptography.X509Certificates.OpenFlags):void|static=false",
|
|
13008
12946
|
"isStatic": false,
|
|
@@ -13013,7 +12951,7 @@
|
|
|
13013
12951
|
},
|
|
13014
12952
|
{
|
|
13015
12953
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Store::.ctor(System.IntPtr):void",
|
|
13016
|
-
"metadataToken":
|
|
12954
|
+
"metadataToken": 100669194,
|
|
13017
12955
|
"canonicalSignature": "(System.IntPtr):void",
|
|
13018
12956
|
"normalizedSignature": "constructor|(System.IntPtr):void|static=false",
|
|
13019
12957
|
"isStatic": false,
|
|
@@ -13043,7 +12981,7 @@
|
|
|
13043
12981
|
{
|
|
13044
12982
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectAlternativeNameExtension::CopyFrom(System.Security.Cryptography.AsnEncodedData):System.Void",
|
|
13045
12983
|
"clrName": "CopyFrom",
|
|
13046
|
-
"metadataToken":
|
|
12984
|
+
"metadataToken": 100669210,
|
|
13047
12985
|
"canonicalSignature": "(System.Security.Cryptography.AsnEncodedData):System.Void",
|
|
13048
12986
|
"normalizedSignature": "CopyFrom|(System.Security.Cryptography.AsnEncodedData):System.Void|static=false",
|
|
13049
12987
|
"emitScope": "ClassSurface",
|
|
@@ -13063,7 +13001,7 @@
|
|
|
13063
13001
|
{
|
|
13064
13002
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectAlternativeNameExtension::EnumerateDnsNames():System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
13065
13003
|
"clrName": "EnumerateDnsNames",
|
|
13066
|
-
"metadataToken":
|
|
13004
|
+
"metadataToken": 100669211,
|
|
13067
13005
|
"canonicalSignature": "():System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
13068
13006
|
"normalizedSignature": "EnumerateDnsNames|():System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
13069
13007
|
"emitScope": "ClassSurface",
|
|
@@ -13083,7 +13021,7 @@
|
|
|
13083
13021
|
{
|
|
13084
13022
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectAlternativeNameExtension::EnumerateIPAddresses():System.Collections.Generic.IEnumerable_1[[System.Net.IPAddress,System.Net.Primitives,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]",
|
|
13085
13023
|
"clrName": "EnumerateIPAddresses",
|
|
13086
|
-
"metadataToken":
|
|
13024
|
+
"metadataToken": 100669213,
|
|
13087
13025
|
"canonicalSignature": "():System.Collections.Generic.IEnumerable_1[[System.Net.IPAddress,System.Net.Primitives,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]",
|
|
13088
13026
|
"normalizedSignature": "EnumerateIPAddresses|():System.Collections.Generic.IEnumerable_1[[System.Net.IPAddress,System.Net.Primitives,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]|static=false",
|
|
13089
13027
|
"emitScope": "ClassSurface",
|
|
@@ -13107,7 +13045,7 @@
|
|
|
13107
13045
|
"constructors": [
|
|
13108
13046
|
{
|
|
13109
13047
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectAlternativeNameExtension::.ctor():void",
|
|
13110
|
-
"metadataToken":
|
|
13048
|
+
"metadataToken": 100669207,
|
|
13111
13049
|
"canonicalSignature": "():void",
|
|
13112
13050
|
"normalizedSignature": "constructor|():void|static=false",
|
|
13113
13051
|
"isStatic": false,
|
|
@@ -13118,7 +13056,7 @@
|
|
|
13118
13056
|
},
|
|
13119
13057
|
{
|
|
13120
13058
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectAlternativeNameExtension::.ctor(System.Byte[],System.Boolean):void",
|
|
13121
|
-
"metadataToken":
|
|
13059
|
+
"metadataToken": 100669208,
|
|
13122
13060
|
"canonicalSignature": "(System.Byte[],System.Boolean):void",
|
|
13123
13061
|
"normalizedSignature": "constructor|(System.Byte[],System.Boolean):void|static=false",
|
|
13124
13062
|
"isStatic": false,
|
|
@@ -13129,7 +13067,7 @@
|
|
|
13129
13067
|
},
|
|
13130
13068
|
{
|
|
13131
13069
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectAlternativeNameExtension::.ctor(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):void",
|
|
13132
|
-
"metadataToken":
|
|
13070
|
+
"metadataToken": 100669209,
|
|
13133
13071
|
"canonicalSignature": "(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):void",
|
|
13134
13072
|
"normalizedSignature": "constructor|(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):void|static=false",
|
|
13135
13073
|
"isStatic": false,
|
|
@@ -13159,7 +13097,7 @@
|
|
|
13159
13097
|
{
|
|
13160
13098
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::CopyFrom(System.Security.Cryptography.AsnEncodedData):System.Void",
|
|
13161
13099
|
"clrName": "CopyFrom",
|
|
13162
|
-
"metadataToken":
|
|
13100
|
+
"metadataToken": 100669243,
|
|
13163
13101
|
"canonicalSignature": "(System.Security.Cryptography.AsnEncodedData):System.Void",
|
|
13164
13102
|
"normalizedSignature": "CopyFrom|(System.Security.Cryptography.AsnEncodedData):System.Void|static=false",
|
|
13165
13103
|
"emitScope": "ClassSurface",
|
|
@@ -13222,7 +13160,7 @@
|
|
|
13222
13160
|
"constructors": [
|
|
13223
13161
|
{
|
|
13224
13162
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::.ctor():void",
|
|
13225
|
-
"metadataToken":
|
|
13163
|
+
"metadataToken": 100669234,
|
|
13226
13164
|
"canonicalSignature": "():void",
|
|
13227
13165
|
"normalizedSignature": "constructor|():void|static=false",
|
|
13228
13166
|
"isStatic": false,
|
|
@@ -13233,7 +13171,7 @@
|
|
|
13233
13171
|
},
|
|
13234
13172
|
{
|
|
13235
13173
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::.ctor(System.Security.Cryptography.AsnEncodedData,System.Boolean):void",
|
|
13236
|
-
"metadataToken":
|
|
13174
|
+
"metadataToken": 100669235,
|
|
13237
13175
|
"canonicalSignature": "(System.Security.Cryptography.AsnEncodedData,System.Boolean):void",
|
|
13238
13176
|
"normalizedSignature": "constructor|(System.Security.Cryptography.AsnEncodedData,System.Boolean):void|static=false",
|
|
13239
13177
|
"isStatic": false,
|
|
@@ -13244,7 +13182,7 @@
|
|
|
13244
13182
|
},
|
|
13245
13183
|
{
|
|
13246
13184
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::.ctor(System.Byte[],System.Boolean):void",
|
|
13247
|
-
"metadataToken":
|
|
13185
|
+
"metadataToken": 100669236,
|
|
13248
13186
|
"canonicalSignature": "(System.Byte[],System.Boolean):void",
|
|
13249
13187
|
"normalizedSignature": "constructor|(System.Byte[],System.Boolean):void|static=false",
|
|
13250
13188
|
"isStatic": false,
|
|
@@ -13255,7 +13193,7 @@
|
|
|
13255
13193
|
},
|
|
13256
13194
|
{
|
|
13257
13195
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::.ctor(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):void",
|
|
13258
|
-
"metadataToken":
|
|
13196
|
+
"metadataToken": 100669237,
|
|
13259
13197
|
"canonicalSignature": "(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):void",
|
|
13260
13198
|
"normalizedSignature": "constructor|(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):void|static=false",
|
|
13261
13199
|
"isStatic": false,
|
|
@@ -13266,7 +13204,7 @@
|
|
|
13266
13204
|
},
|
|
13267
13205
|
{
|
|
13268
13206
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::.ctor(System.Security.Cryptography.X509Certificates.PublicKey,System.Boolean):void",
|
|
13269
|
-
"metadataToken":
|
|
13207
|
+
"metadataToken": 100669238,
|
|
13270
13208
|
"canonicalSignature": "(System.Security.Cryptography.X509Certificates.PublicKey,System.Boolean):void",
|
|
13271
13209
|
"normalizedSignature": "constructor|(System.Security.Cryptography.X509Certificates.PublicKey,System.Boolean):void|static=false",
|
|
13272
13210
|
"isStatic": false,
|
|
@@ -13277,7 +13215,7 @@
|
|
|
13277
13215
|
},
|
|
13278
13216
|
{
|
|
13279
13217
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::.ctor(System.Security.Cryptography.X509Certificates.PublicKey,System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm,System.Boolean):void",
|
|
13280
|
-
"metadataToken":
|
|
13218
|
+
"metadataToken": 100669239,
|
|
13281
13219
|
"canonicalSignature": "(System.Security.Cryptography.X509Certificates.PublicKey,System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm,System.Boolean):void",
|
|
13282
13220
|
"normalizedSignature": "constructor|(System.Security.Cryptography.X509Certificates.PublicKey,System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm,System.Boolean):void|static=false",
|
|
13283
13221
|
"isStatic": false,
|
|
@@ -13288,7 +13226,7 @@
|
|
|
13288
13226
|
},
|
|
13289
13227
|
{
|
|
13290
13228
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::.ctor(System.String,System.Boolean):void",
|
|
13291
|
-
"metadataToken":
|
|
13229
|
+
"metadataToken": 100669240,
|
|
13292
13230
|
"canonicalSignature": "(System.String,System.Boolean):void",
|
|
13293
13231
|
"normalizedSignature": "constructor|(System.String,System.Boolean):void|static=false",
|
|
13294
13232
|
"isStatic": false,
|