@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
|
@@ -1129,130 +1129,6 @@
|
|
|
1129
1129
|
"events": [],
|
|
1130
1130
|
"constructors": []
|
|
1131
1131
|
},
|
|
1132
|
-
{
|
|
1133
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BECCurveType",
|
|
1134
|
-
"clrName": "System.Security.Cryptography.ECCurve\u002BECCurveType",
|
|
1135
|
-
"assemblyName": "System.Security.Cryptography",
|
|
1136
|
-
"metadataToken": 0,
|
|
1137
|
-
"kind": "Enum",
|
|
1138
|
-
"accessibility": "Public",
|
|
1139
|
-
"isAbstract": false,
|
|
1140
|
-
"isSealed": true,
|
|
1141
|
-
"isStatic": false,
|
|
1142
|
-
"arity": 0,
|
|
1143
|
-
"baseType": {
|
|
1144
|
-
"stableId": "System.Private.CoreLib:System.Enum",
|
|
1145
|
-
"clrName": "System.Enum"
|
|
1146
|
-
},
|
|
1147
|
-
"interfaces": [
|
|
1148
|
-
{
|
|
1149
|
-
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
1150
|
-
"clrName": "System.IComparable"
|
|
1151
|
-
},
|
|
1152
|
-
{
|
|
1153
|
-
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
1154
|
-
"clrName": "System.ISpanFormattable"
|
|
1155
|
-
},
|
|
1156
|
-
{
|
|
1157
|
-
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
1158
|
-
"clrName": "System.IFormattable"
|
|
1159
|
-
},
|
|
1160
|
-
{
|
|
1161
|
-
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
1162
|
-
"clrName": "System.IConvertible"
|
|
1163
|
-
}
|
|
1164
|
-
],
|
|
1165
|
-
"methods": [],
|
|
1166
|
-
"properties": [],
|
|
1167
|
-
"fields": [
|
|
1168
|
-
{
|
|
1169
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BECCurveType::value__System.Int32",
|
|
1170
|
-
"clrName": "value__",
|
|
1171
|
-
"metadataToken": 67109716,
|
|
1172
|
-
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
1173
|
-
"isStatic": false,
|
|
1174
|
-
"isReadOnly": false,
|
|
1175
|
-
"isLiteral": false,
|
|
1176
|
-
"visibility": "Public",
|
|
1177
|
-
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BECCurveType",
|
|
1178
|
-
"declaringAssemblyName": "System.Security.Cryptography"
|
|
1179
|
-
},
|
|
1180
|
-
{
|
|
1181
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BECCurveType::ImplicitSystem.Security.Cryptography.ECCurve\u002BECCurveType",
|
|
1182
|
-
"clrName": "Implicit",
|
|
1183
|
-
"metadataToken": 67109717,
|
|
1184
|
-
"normalizedSignature": "Implicit|System.Security.Cryptography.ECCurve\u002BECCurveType|static=true|const=true",
|
|
1185
|
-
"isStatic": true,
|
|
1186
|
-
"isReadOnly": false,
|
|
1187
|
-
"isLiteral": true,
|
|
1188
|
-
"visibility": "Public",
|
|
1189
|
-
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BECCurveType",
|
|
1190
|
-
"declaringAssemblyName": "System.Security.Cryptography"
|
|
1191
|
-
},
|
|
1192
|
-
{
|
|
1193
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BECCurveType::PrimeShortWeierstrassSystem.Security.Cryptography.ECCurve\u002BECCurveType",
|
|
1194
|
-
"clrName": "PrimeShortWeierstrass",
|
|
1195
|
-
"metadataToken": 67109718,
|
|
1196
|
-
"normalizedSignature": "PrimeShortWeierstrass|System.Security.Cryptography.ECCurve\u002BECCurveType|static=true|const=true",
|
|
1197
|
-
"isStatic": true,
|
|
1198
|
-
"isReadOnly": false,
|
|
1199
|
-
"isLiteral": true,
|
|
1200
|
-
"visibility": "Public",
|
|
1201
|
-
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BECCurveType",
|
|
1202
|
-
"declaringAssemblyName": "System.Security.Cryptography"
|
|
1203
|
-
},
|
|
1204
|
-
{
|
|
1205
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BECCurveType::PrimeTwistedEdwardsSystem.Security.Cryptography.ECCurve\u002BECCurveType",
|
|
1206
|
-
"clrName": "PrimeTwistedEdwards",
|
|
1207
|
-
"metadataToken": 67109719,
|
|
1208
|
-
"normalizedSignature": "PrimeTwistedEdwards|System.Security.Cryptography.ECCurve\u002BECCurveType|static=true|const=true",
|
|
1209
|
-
"isStatic": true,
|
|
1210
|
-
"isReadOnly": false,
|
|
1211
|
-
"isLiteral": true,
|
|
1212
|
-
"visibility": "Public",
|
|
1213
|
-
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BECCurveType",
|
|
1214
|
-
"declaringAssemblyName": "System.Security.Cryptography"
|
|
1215
|
-
},
|
|
1216
|
-
{
|
|
1217
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BECCurveType::PrimeMontgomerySystem.Security.Cryptography.ECCurve\u002BECCurveType",
|
|
1218
|
-
"clrName": "PrimeMontgomery",
|
|
1219
|
-
"metadataToken": 67109720,
|
|
1220
|
-
"normalizedSignature": "PrimeMontgomery|System.Security.Cryptography.ECCurve\u002BECCurveType|static=true|const=true",
|
|
1221
|
-
"isStatic": true,
|
|
1222
|
-
"isReadOnly": false,
|
|
1223
|
-
"isLiteral": true,
|
|
1224
|
-
"visibility": "Public",
|
|
1225
|
-
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BECCurveType",
|
|
1226
|
-
"declaringAssemblyName": "System.Security.Cryptography"
|
|
1227
|
-
},
|
|
1228
|
-
{
|
|
1229
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BECCurveType::Characteristic2System.Security.Cryptography.ECCurve\u002BECCurveType",
|
|
1230
|
-
"clrName": "Characteristic2",
|
|
1231
|
-
"metadataToken": 67109721,
|
|
1232
|
-
"normalizedSignature": "Characteristic2|System.Security.Cryptography.ECCurve\u002BECCurveType|static=true|const=true",
|
|
1233
|
-
"isStatic": true,
|
|
1234
|
-
"isReadOnly": false,
|
|
1235
|
-
"isLiteral": true,
|
|
1236
|
-
"visibility": "Public",
|
|
1237
|
-
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BECCurveType",
|
|
1238
|
-
"declaringAssemblyName": "System.Security.Cryptography"
|
|
1239
|
-
},
|
|
1240
|
-
{
|
|
1241
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BECCurveType::NamedSystem.Security.Cryptography.ECCurve\u002BECCurveType",
|
|
1242
|
-
"clrName": "Named",
|
|
1243
|
-
"metadataToken": 67109722,
|
|
1244
|
-
"normalizedSignature": "Named|System.Security.Cryptography.ECCurve\u002BECCurveType|static=true|const=true",
|
|
1245
|
-
"isStatic": true,
|
|
1246
|
-
"isReadOnly": false,
|
|
1247
|
-
"isLiteral": true,
|
|
1248
|
-
"visibility": "Public",
|
|
1249
|
-
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BECCurveType",
|
|
1250
|
-
"declaringAssemblyName": "System.Security.Cryptography"
|
|
1251
|
-
}
|
|
1252
|
-
],
|
|
1253
|
-
"events": [],
|
|
1254
|
-
"constructors": []
|
|
1255
|
-
},
|
|
1256
1132
|
{
|
|
1257
1133
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction",
|
|
1258
1134
|
"clrName": "System.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction",
|
|
@@ -2976,6 +2852,475 @@
|
|
|
2976
2852
|
"events": [],
|
|
2977
2853
|
"constructors": []
|
|
2978
2854
|
},
|
|
2855
|
+
{
|
|
2856
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BECCurveType",
|
|
2857
|
+
"clrName": "System.Security.Cryptography.ECCurve\u002BECCurveType",
|
|
2858
|
+
"assemblyName": "System.Security.Cryptography",
|
|
2859
|
+
"metadataToken": 0,
|
|
2860
|
+
"kind": "Enum",
|
|
2861
|
+
"accessibility": "Public",
|
|
2862
|
+
"isAbstract": false,
|
|
2863
|
+
"isSealed": true,
|
|
2864
|
+
"isStatic": false,
|
|
2865
|
+
"arity": 0,
|
|
2866
|
+
"baseType": {
|
|
2867
|
+
"stableId": "System.Private.CoreLib:System.Enum",
|
|
2868
|
+
"clrName": "System.Enum"
|
|
2869
|
+
},
|
|
2870
|
+
"interfaces": [
|
|
2871
|
+
{
|
|
2872
|
+
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
2873
|
+
"clrName": "System.IComparable"
|
|
2874
|
+
},
|
|
2875
|
+
{
|
|
2876
|
+
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
2877
|
+
"clrName": "System.ISpanFormattable"
|
|
2878
|
+
},
|
|
2879
|
+
{
|
|
2880
|
+
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
2881
|
+
"clrName": "System.IFormattable"
|
|
2882
|
+
},
|
|
2883
|
+
{
|
|
2884
|
+
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
2885
|
+
"clrName": "System.IConvertible"
|
|
2886
|
+
}
|
|
2887
|
+
],
|
|
2888
|
+
"methods": [],
|
|
2889
|
+
"properties": [],
|
|
2890
|
+
"fields": [
|
|
2891
|
+
{
|
|
2892
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BECCurveType::value__System.Int32",
|
|
2893
|
+
"clrName": "value__",
|
|
2894
|
+
"metadataToken": 67109716,
|
|
2895
|
+
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
2896
|
+
"isStatic": false,
|
|
2897
|
+
"isReadOnly": false,
|
|
2898
|
+
"isLiteral": false,
|
|
2899
|
+
"visibility": "Public",
|
|
2900
|
+
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BECCurveType",
|
|
2901
|
+
"declaringAssemblyName": "System.Security.Cryptography"
|
|
2902
|
+
},
|
|
2903
|
+
{
|
|
2904
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BECCurveType::ImplicitSystem.Security.Cryptography.ECCurve\u002BECCurveType",
|
|
2905
|
+
"clrName": "Implicit",
|
|
2906
|
+
"metadataToken": 67109717,
|
|
2907
|
+
"normalizedSignature": "Implicit|System.Security.Cryptography.ECCurve\u002BECCurveType|static=true|const=true",
|
|
2908
|
+
"isStatic": true,
|
|
2909
|
+
"isReadOnly": false,
|
|
2910
|
+
"isLiteral": true,
|
|
2911
|
+
"visibility": "Public",
|
|
2912
|
+
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BECCurveType",
|
|
2913
|
+
"declaringAssemblyName": "System.Security.Cryptography"
|
|
2914
|
+
},
|
|
2915
|
+
{
|
|
2916
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BECCurveType::PrimeShortWeierstrassSystem.Security.Cryptography.ECCurve\u002BECCurveType",
|
|
2917
|
+
"clrName": "PrimeShortWeierstrass",
|
|
2918
|
+
"metadataToken": 67109718,
|
|
2919
|
+
"normalizedSignature": "PrimeShortWeierstrass|System.Security.Cryptography.ECCurve\u002BECCurveType|static=true|const=true",
|
|
2920
|
+
"isStatic": true,
|
|
2921
|
+
"isReadOnly": false,
|
|
2922
|
+
"isLiteral": true,
|
|
2923
|
+
"visibility": "Public",
|
|
2924
|
+
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BECCurveType",
|
|
2925
|
+
"declaringAssemblyName": "System.Security.Cryptography"
|
|
2926
|
+
},
|
|
2927
|
+
{
|
|
2928
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BECCurveType::PrimeTwistedEdwardsSystem.Security.Cryptography.ECCurve\u002BECCurveType",
|
|
2929
|
+
"clrName": "PrimeTwistedEdwards",
|
|
2930
|
+
"metadataToken": 67109719,
|
|
2931
|
+
"normalizedSignature": "PrimeTwistedEdwards|System.Security.Cryptography.ECCurve\u002BECCurveType|static=true|const=true",
|
|
2932
|
+
"isStatic": true,
|
|
2933
|
+
"isReadOnly": false,
|
|
2934
|
+
"isLiteral": true,
|
|
2935
|
+
"visibility": "Public",
|
|
2936
|
+
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BECCurveType",
|
|
2937
|
+
"declaringAssemblyName": "System.Security.Cryptography"
|
|
2938
|
+
},
|
|
2939
|
+
{
|
|
2940
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BECCurveType::PrimeMontgomerySystem.Security.Cryptography.ECCurve\u002BECCurveType",
|
|
2941
|
+
"clrName": "PrimeMontgomery",
|
|
2942
|
+
"metadataToken": 67109720,
|
|
2943
|
+
"normalizedSignature": "PrimeMontgomery|System.Security.Cryptography.ECCurve\u002BECCurveType|static=true|const=true",
|
|
2944
|
+
"isStatic": true,
|
|
2945
|
+
"isReadOnly": false,
|
|
2946
|
+
"isLiteral": true,
|
|
2947
|
+
"visibility": "Public",
|
|
2948
|
+
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BECCurveType",
|
|
2949
|
+
"declaringAssemblyName": "System.Security.Cryptography"
|
|
2950
|
+
},
|
|
2951
|
+
{
|
|
2952
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BECCurveType::Characteristic2System.Security.Cryptography.ECCurve\u002BECCurveType",
|
|
2953
|
+
"clrName": "Characteristic2",
|
|
2954
|
+
"metadataToken": 67109721,
|
|
2955
|
+
"normalizedSignature": "Characteristic2|System.Security.Cryptography.ECCurve\u002BECCurveType|static=true|const=true",
|
|
2956
|
+
"isStatic": true,
|
|
2957
|
+
"isReadOnly": false,
|
|
2958
|
+
"isLiteral": true,
|
|
2959
|
+
"visibility": "Public",
|
|
2960
|
+
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BECCurveType",
|
|
2961
|
+
"declaringAssemblyName": "System.Security.Cryptography"
|
|
2962
|
+
},
|
|
2963
|
+
{
|
|
2964
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BECCurveType::NamedSystem.Security.Cryptography.ECCurve\u002BECCurveType",
|
|
2965
|
+
"clrName": "Named",
|
|
2966
|
+
"metadataToken": 67109722,
|
|
2967
|
+
"normalizedSignature": "Named|System.Security.Cryptography.ECCurve\u002BECCurveType|static=true|const=true",
|
|
2968
|
+
"isStatic": true,
|
|
2969
|
+
"isReadOnly": false,
|
|
2970
|
+
"isLiteral": true,
|
|
2971
|
+
"visibility": "Public",
|
|
2972
|
+
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BECCurveType",
|
|
2973
|
+
"declaringAssemblyName": "System.Security.Cryptography"
|
|
2974
|
+
}
|
|
2975
|
+
],
|
|
2976
|
+
"events": [],
|
|
2977
|
+
"constructors": []
|
|
2978
|
+
},
|
|
2979
|
+
{
|
|
2980
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BNamedCurves",
|
|
2981
|
+
"clrName": "System.Security.Cryptography.ECCurve\u002BNamedCurves",
|
|
2982
|
+
"assemblyName": "System.Security.Cryptography",
|
|
2983
|
+
"metadataToken": 0,
|
|
2984
|
+
"kind": "StaticNamespace",
|
|
2985
|
+
"accessibility": "Public",
|
|
2986
|
+
"isAbstract": true,
|
|
2987
|
+
"isSealed": true,
|
|
2988
|
+
"isStatic": true,
|
|
2989
|
+
"arity": 0,
|
|
2990
|
+
"baseType": {
|
|
2991
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
2992
|
+
"clrName": "System.Object"
|
|
2993
|
+
},
|
|
2994
|
+
"methods": [],
|
|
2995
|
+
"properties": [
|
|
2996
|
+
{
|
|
2997
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BNamedCurves::brainpoolP160r1:System.Security.Cryptography.ECCurve",
|
|
2998
|
+
"clrName": "brainpoolP160r1",
|
|
2999
|
+
"metadataToken": 385876513,
|
|
3000
|
+
"canonicalSignature": ":System.Security.Cryptography.ECCurve",
|
|
3001
|
+
"normalizedSignature": "brainpoolP160r1|:System.Security.Cryptography.ECCurve|static=true|accessor=get",
|
|
3002
|
+
"emitScope": "ClassSurface",
|
|
3003
|
+
"provenance": "Original",
|
|
3004
|
+
"isIndexer": false,
|
|
3005
|
+
"hasGetter": true,
|
|
3006
|
+
"hasSetter": false,
|
|
3007
|
+
"isStatic": true,
|
|
3008
|
+
"isAbstract": false,
|
|
3009
|
+
"isVirtual": false,
|
|
3010
|
+
"isOverride": false,
|
|
3011
|
+
"visibility": "Public",
|
|
3012
|
+
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BNamedCurves",
|
|
3013
|
+
"declaringAssemblyName": "System.Security.Cryptography"
|
|
3014
|
+
},
|
|
3015
|
+
{
|
|
3016
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BNamedCurves::brainpoolP160t1:System.Security.Cryptography.ECCurve",
|
|
3017
|
+
"clrName": "brainpoolP160t1",
|
|
3018
|
+
"metadataToken": 385876514,
|
|
3019
|
+
"canonicalSignature": ":System.Security.Cryptography.ECCurve",
|
|
3020
|
+
"normalizedSignature": "brainpoolP160t1|:System.Security.Cryptography.ECCurve|static=true|accessor=get",
|
|
3021
|
+
"emitScope": "ClassSurface",
|
|
3022
|
+
"provenance": "Original",
|
|
3023
|
+
"isIndexer": false,
|
|
3024
|
+
"hasGetter": true,
|
|
3025
|
+
"hasSetter": false,
|
|
3026
|
+
"isStatic": true,
|
|
3027
|
+
"isAbstract": false,
|
|
3028
|
+
"isVirtual": false,
|
|
3029
|
+
"isOverride": false,
|
|
3030
|
+
"visibility": "Public",
|
|
3031
|
+
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BNamedCurves",
|
|
3032
|
+
"declaringAssemblyName": "System.Security.Cryptography"
|
|
3033
|
+
},
|
|
3034
|
+
{
|
|
3035
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BNamedCurves::brainpoolP192r1:System.Security.Cryptography.ECCurve",
|
|
3036
|
+
"clrName": "brainpoolP192r1",
|
|
3037
|
+
"metadataToken": 385876515,
|
|
3038
|
+
"canonicalSignature": ":System.Security.Cryptography.ECCurve",
|
|
3039
|
+
"normalizedSignature": "brainpoolP192r1|:System.Security.Cryptography.ECCurve|static=true|accessor=get",
|
|
3040
|
+
"emitScope": "ClassSurface",
|
|
3041
|
+
"provenance": "Original",
|
|
3042
|
+
"isIndexer": false,
|
|
3043
|
+
"hasGetter": true,
|
|
3044
|
+
"hasSetter": false,
|
|
3045
|
+
"isStatic": true,
|
|
3046
|
+
"isAbstract": false,
|
|
3047
|
+
"isVirtual": false,
|
|
3048
|
+
"isOverride": false,
|
|
3049
|
+
"visibility": "Public",
|
|
3050
|
+
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BNamedCurves",
|
|
3051
|
+
"declaringAssemblyName": "System.Security.Cryptography"
|
|
3052
|
+
},
|
|
3053
|
+
{
|
|
3054
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BNamedCurves::brainpoolP192t1:System.Security.Cryptography.ECCurve",
|
|
3055
|
+
"clrName": "brainpoolP192t1",
|
|
3056
|
+
"metadataToken": 385876516,
|
|
3057
|
+
"canonicalSignature": ":System.Security.Cryptography.ECCurve",
|
|
3058
|
+
"normalizedSignature": "brainpoolP192t1|:System.Security.Cryptography.ECCurve|static=true|accessor=get",
|
|
3059
|
+
"emitScope": "ClassSurface",
|
|
3060
|
+
"provenance": "Original",
|
|
3061
|
+
"isIndexer": false,
|
|
3062
|
+
"hasGetter": true,
|
|
3063
|
+
"hasSetter": false,
|
|
3064
|
+
"isStatic": true,
|
|
3065
|
+
"isAbstract": false,
|
|
3066
|
+
"isVirtual": false,
|
|
3067
|
+
"isOverride": false,
|
|
3068
|
+
"visibility": "Public",
|
|
3069
|
+
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BNamedCurves",
|
|
3070
|
+
"declaringAssemblyName": "System.Security.Cryptography"
|
|
3071
|
+
},
|
|
3072
|
+
{
|
|
3073
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BNamedCurves::brainpoolP224r1:System.Security.Cryptography.ECCurve",
|
|
3074
|
+
"clrName": "brainpoolP224r1",
|
|
3075
|
+
"metadataToken": 385876517,
|
|
3076
|
+
"canonicalSignature": ":System.Security.Cryptography.ECCurve",
|
|
3077
|
+
"normalizedSignature": "brainpoolP224r1|:System.Security.Cryptography.ECCurve|static=true|accessor=get",
|
|
3078
|
+
"emitScope": "ClassSurface",
|
|
3079
|
+
"provenance": "Original",
|
|
3080
|
+
"isIndexer": false,
|
|
3081
|
+
"hasGetter": true,
|
|
3082
|
+
"hasSetter": false,
|
|
3083
|
+
"isStatic": true,
|
|
3084
|
+
"isAbstract": false,
|
|
3085
|
+
"isVirtual": false,
|
|
3086
|
+
"isOverride": false,
|
|
3087
|
+
"visibility": "Public",
|
|
3088
|
+
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BNamedCurves",
|
|
3089
|
+
"declaringAssemblyName": "System.Security.Cryptography"
|
|
3090
|
+
},
|
|
3091
|
+
{
|
|
3092
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BNamedCurves::brainpoolP224t1:System.Security.Cryptography.ECCurve",
|
|
3093
|
+
"clrName": "brainpoolP224t1",
|
|
3094
|
+
"metadataToken": 385876518,
|
|
3095
|
+
"canonicalSignature": ":System.Security.Cryptography.ECCurve",
|
|
3096
|
+
"normalizedSignature": "brainpoolP224t1|:System.Security.Cryptography.ECCurve|static=true|accessor=get",
|
|
3097
|
+
"emitScope": "ClassSurface",
|
|
3098
|
+
"provenance": "Original",
|
|
3099
|
+
"isIndexer": false,
|
|
3100
|
+
"hasGetter": true,
|
|
3101
|
+
"hasSetter": false,
|
|
3102
|
+
"isStatic": true,
|
|
3103
|
+
"isAbstract": false,
|
|
3104
|
+
"isVirtual": false,
|
|
3105
|
+
"isOverride": false,
|
|
3106
|
+
"visibility": "Public",
|
|
3107
|
+
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BNamedCurves",
|
|
3108
|
+
"declaringAssemblyName": "System.Security.Cryptography"
|
|
3109
|
+
},
|
|
3110
|
+
{
|
|
3111
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BNamedCurves::brainpoolP256r1:System.Security.Cryptography.ECCurve",
|
|
3112
|
+
"clrName": "brainpoolP256r1",
|
|
3113
|
+
"metadataToken": 385876519,
|
|
3114
|
+
"canonicalSignature": ":System.Security.Cryptography.ECCurve",
|
|
3115
|
+
"normalizedSignature": "brainpoolP256r1|:System.Security.Cryptography.ECCurve|static=true|accessor=get",
|
|
3116
|
+
"emitScope": "ClassSurface",
|
|
3117
|
+
"provenance": "Original",
|
|
3118
|
+
"isIndexer": false,
|
|
3119
|
+
"hasGetter": true,
|
|
3120
|
+
"hasSetter": false,
|
|
3121
|
+
"isStatic": true,
|
|
3122
|
+
"isAbstract": false,
|
|
3123
|
+
"isVirtual": false,
|
|
3124
|
+
"isOverride": false,
|
|
3125
|
+
"visibility": "Public",
|
|
3126
|
+
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BNamedCurves",
|
|
3127
|
+
"declaringAssemblyName": "System.Security.Cryptography"
|
|
3128
|
+
},
|
|
3129
|
+
{
|
|
3130
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BNamedCurves::brainpoolP256t1:System.Security.Cryptography.ECCurve",
|
|
3131
|
+
"clrName": "brainpoolP256t1",
|
|
3132
|
+
"metadataToken": 385876520,
|
|
3133
|
+
"canonicalSignature": ":System.Security.Cryptography.ECCurve",
|
|
3134
|
+
"normalizedSignature": "brainpoolP256t1|:System.Security.Cryptography.ECCurve|static=true|accessor=get",
|
|
3135
|
+
"emitScope": "ClassSurface",
|
|
3136
|
+
"provenance": "Original",
|
|
3137
|
+
"isIndexer": false,
|
|
3138
|
+
"hasGetter": true,
|
|
3139
|
+
"hasSetter": false,
|
|
3140
|
+
"isStatic": true,
|
|
3141
|
+
"isAbstract": false,
|
|
3142
|
+
"isVirtual": false,
|
|
3143
|
+
"isOverride": false,
|
|
3144
|
+
"visibility": "Public",
|
|
3145
|
+
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BNamedCurves",
|
|
3146
|
+
"declaringAssemblyName": "System.Security.Cryptography"
|
|
3147
|
+
},
|
|
3148
|
+
{
|
|
3149
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BNamedCurves::brainpoolP320r1:System.Security.Cryptography.ECCurve",
|
|
3150
|
+
"clrName": "brainpoolP320r1",
|
|
3151
|
+
"metadataToken": 385876521,
|
|
3152
|
+
"canonicalSignature": ":System.Security.Cryptography.ECCurve",
|
|
3153
|
+
"normalizedSignature": "brainpoolP320r1|:System.Security.Cryptography.ECCurve|static=true|accessor=get",
|
|
3154
|
+
"emitScope": "ClassSurface",
|
|
3155
|
+
"provenance": "Original",
|
|
3156
|
+
"isIndexer": false,
|
|
3157
|
+
"hasGetter": true,
|
|
3158
|
+
"hasSetter": false,
|
|
3159
|
+
"isStatic": true,
|
|
3160
|
+
"isAbstract": false,
|
|
3161
|
+
"isVirtual": false,
|
|
3162
|
+
"isOverride": false,
|
|
3163
|
+
"visibility": "Public",
|
|
3164
|
+
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BNamedCurves",
|
|
3165
|
+
"declaringAssemblyName": "System.Security.Cryptography"
|
|
3166
|
+
},
|
|
3167
|
+
{
|
|
3168
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BNamedCurves::brainpoolP320t1:System.Security.Cryptography.ECCurve",
|
|
3169
|
+
"clrName": "brainpoolP320t1",
|
|
3170
|
+
"metadataToken": 385876522,
|
|
3171
|
+
"canonicalSignature": ":System.Security.Cryptography.ECCurve",
|
|
3172
|
+
"normalizedSignature": "brainpoolP320t1|:System.Security.Cryptography.ECCurve|static=true|accessor=get",
|
|
3173
|
+
"emitScope": "ClassSurface",
|
|
3174
|
+
"provenance": "Original",
|
|
3175
|
+
"isIndexer": false,
|
|
3176
|
+
"hasGetter": true,
|
|
3177
|
+
"hasSetter": false,
|
|
3178
|
+
"isStatic": true,
|
|
3179
|
+
"isAbstract": false,
|
|
3180
|
+
"isVirtual": false,
|
|
3181
|
+
"isOverride": false,
|
|
3182
|
+
"visibility": "Public",
|
|
3183
|
+
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BNamedCurves",
|
|
3184
|
+
"declaringAssemblyName": "System.Security.Cryptography"
|
|
3185
|
+
},
|
|
3186
|
+
{
|
|
3187
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BNamedCurves::brainpoolP384r1:System.Security.Cryptography.ECCurve",
|
|
3188
|
+
"clrName": "brainpoolP384r1",
|
|
3189
|
+
"metadataToken": 385876523,
|
|
3190
|
+
"canonicalSignature": ":System.Security.Cryptography.ECCurve",
|
|
3191
|
+
"normalizedSignature": "brainpoolP384r1|:System.Security.Cryptography.ECCurve|static=true|accessor=get",
|
|
3192
|
+
"emitScope": "ClassSurface",
|
|
3193
|
+
"provenance": "Original",
|
|
3194
|
+
"isIndexer": false,
|
|
3195
|
+
"hasGetter": true,
|
|
3196
|
+
"hasSetter": false,
|
|
3197
|
+
"isStatic": true,
|
|
3198
|
+
"isAbstract": false,
|
|
3199
|
+
"isVirtual": false,
|
|
3200
|
+
"isOverride": false,
|
|
3201
|
+
"visibility": "Public",
|
|
3202
|
+
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BNamedCurves",
|
|
3203
|
+
"declaringAssemblyName": "System.Security.Cryptography"
|
|
3204
|
+
},
|
|
3205
|
+
{
|
|
3206
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BNamedCurves::brainpoolP384t1:System.Security.Cryptography.ECCurve",
|
|
3207
|
+
"clrName": "brainpoolP384t1",
|
|
3208
|
+
"metadataToken": 385876524,
|
|
3209
|
+
"canonicalSignature": ":System.Security.Cryptography.ECCurve",
|
|
3210
|
+
"normalizedSignature": "brainpoolP384t1|:System.Security.Cryptography.ECCurve|static=true|accessor=get",
|
|
3211
|
+
"emitScope": "ClassSurface",
|
|
3212
|
+
"provenance": "Original",
|
|
3213
|
+
"isIndexer": false,
|
|
3214
|
+
"hasGetter": true,
|
|
3215
|
+
"hasSetter": false,
|
|
3216
|
+
"isStatic": true,
|
|
3217
|
+
"isAbstract": false,
|
|
3218
|
+
"isVirtual": false,
|
|
3219
|
+
"isOverride": false,
|
|
3220
|
+
"visibility": "Public",
|
|
3221
|
+
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BNamedCurves",
|
|
3222
|
+
"declaringAssemblyName": "System.Security.Cryptography"
|
|
3223
|
+
},
|
|
3224
|
+
{
|
|
3225
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BNamedCurves::brainpoolP512r1:System.Security.Cryptography.ECCurve",
|
|
3226
|
+
"clrName": "brainpoolP512r1",
|
|
3227
|
+
"metadataToken": 385876525,
|
|
3228
|
+
"canonicalSignature": ":System.Security.Cryptography.ECCurve",
|
|
3229
|
+
"normalizedSignature": "brainpoolP512r1|:System.Security.Cryptography.ECCurve|static=true|accessor=get",
|
|
3230
|
+
"emitScope": "ClassSurface",
|
|
3231
|
+
"provenance": "Original",
|
|
3232
|
+
"isIndexer": false,
|
|
3233
|
+
"hasGetter": true,
|
|
3234
|
+
"hasSetter": false,
|
|
3235
|
+
"isStatic": true,
|
|
3236
|
+
"isAbstract": false,
|
|
3237
|
+
"isVirtual": false,
|
|
3238
|
+
"isOverride": false,
|
|
3239
|
+
"visibility": "Public",
|
|
3240
|
+
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BNamedCurves",
|
|
3241
|
+
"declaringAssemblyName": "System.Security.Cryptography"
|
|
3242
|
+
},
|
|
3243
|
+
{
|
|
3244
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BNamedCurves::brainpoolP512t1:System.Security.Cryptography.ECCurve",
|
|
3245
|
+
"clrName": "brainpoolP512t1",
|
|
3246
|
+
"metadataToken": 385876526,
|
|
3247
|
+
"canonicalSignature": ":System.Security.Cryptography.ECCurve",
|
|
3248
|
+
"normalizedSignature": "brainpoolP512t1|:System.Security.Cryptography.ECCurve|static=true|accessor=get",
|
|
3249
|
+
"emitScope": "ClassSurface",
|
|
3250
|
+
"provenance": "Original",
|
|
3251
|
+
"isIndexer": false,
|
|
3252
|
+
"hasGetter": true,
|
|
3253
|
+
"hasSetter": false,
|
|
3254
|
+
"isStatic": true,
|
|
3255
|
+
"isAbstract": false,
|
|
3256
|
+
"isVirtual": false,
|
|
3257
|
+
"isOverride": false,
|
|
3258
|
+
"visibility": "Public",
|
|
3259
|
+
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BNamedCurves",
|
|
3260
|
+
"declaringAssemblyName": "System.Security.Cryptography"
|
|
3261
|
+
},
|
|
3262
|
+
{
|
|
3263
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BNamedCurves::nistP256:System.Security.Cryptography.ECCurve",
|
|
3264
|
+
"clrName": "nistP256",
|
|
3265
|
+
"metadataToken": 385876527,
|
|
3266
|
+
"canonicalSignature": ":System.Security.Cryptography.ECCurve",
|
|
3267
|
+
"normalizedSignature": "nistP256|:System.Security.Cryptography.ECCurve|static=true|accessor=get",
|
|
3268
|
+
"emitScope": "ClassSurface",
|
|
3269
|
+
"provenance": "Original",
|
|
3270
|
+
"isIndexer": false,
|
|
3271
|
+
"hasGetter": true,
|
|
3272
|
+
"hasSetter": false,
|
|
3273
|
+
"isStatic": true,
|
|
3274
|
+
"isAbstract": false,
|
|
3275
|
+
"isVirtual": false,
|
|
3276
|
+
"isOverride": false,
|
|
3277
|
+
"visibility": "Public",
|
|
3278
|
+
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BNamedCurves",
|
|
3279
|
+
"declaringAssemblyName": "System.Security.Cryptography"
|
|
3280
|
+
},
|
|
3281
|
+
{
|
|
3282
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BNamedCurves::nistP384:System.Security.Cryptography.ECCurve",
|
|
3283
|
+
"clrName": "nistP384",
|
|
3284
|
+
"metadataToken": 385876528,
|
|
3285
|
+
"canonicalSignature": ":System.Security.Cryptography.ECCurve",
|
|
3286
|
+
"normalizedSignature": "nistP384|:System.Security.Cryptography.ECCurve|static=true|accessor=get",
|
|
3287
|
+
"emitScope": "ClassSurface",
|
|
3288
|
+
"provenance": "Original",
|
|
3289
|
+
"isIndexer": false,
|
|
3290
|
+
"hasGetter": true,
|
|
3291
|
+
"hasSetter": false,
|
|
3292
|
+
"isStatic": true,
|
|
3293
|
+
"isAbstract": false,
|
|
3294
|
+
"isVirtual": false,
|
|
3295
|
+
"isOverride": false,
|
|
3296
|
+
"visibility": "Public",
|
|
3297
|
+
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BNamedCurves",
|
|
3298
|
+
"declaringAssemblyName": "System.Security.Cryptography"
|
|
3299
|
+
},
|
|
3300
|
+
{
|
|
3301
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BNamedCurves::nistP521:System.Security.Cryptography.ECCurve",
|
|
3302
|
+
"clrName": "nistP521",
|
|
3303
|
+
"metadataToken": 385876529,
|
|
3304
|
+
"canonicalSignature": ":System.Security.Cryptography.ECCurve",
|
|
3305
|
+
"normalizedSignature": "nistP521|:System.Security.Cryptography.ECCurve|static=true|accessor=get",
|
|
3306
|
+
"emitScope": "ClassSurface",
|
|
3307
|
+
"provenance": "Original",
|
|
3308
|
+
"isIndexer": false,
|
|
3309
|
+
"hasGetter": true,
|
|
3310
|
+
"hasSetter": false,
|
|
3311
|
+
"isStatic": true,
|
|
3312
|
+
"isAbstract": false,
|
|
3313
|
+
"isVirtual": false,
|
|
3314
|
+
"isOverride": false,
|
|
3315
|
+
"visibility": "Public",
|
|
3316
|
+
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BNamedCurves",
|
|
3317
|
+
"declaringAssemblyName": "System.Security.Cryptography"
|
|
3318
|
+
}
|
|
3319
|
+
],
|
|
3320
|
+
"fields": [],
|
|
3321
|
+
"events": [],
|
|
3322
|
+
"constructors": []
|
|
3323
|
+
},
|
|
2979
3324
|
{
|
|
2980
3325
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECParameters",
|
|
2981
3326
|
"clrName": "System.Security.Cryptography.ECParameters",
|
|
@@ -5837,7 +6182,7 @@
|
|
|
5837
6182
|
{
|
|
5838
6183
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
5839
6184
|
"clrName": "CopyTo",
|
|
5840
|
-
"metadataToken":
|
|
6185
|
+
"metadataToken": 100703831,
|
|
5841
6186
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
5842
6187
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
5843
6188
|
"emitScope": "ViewOnly",
|
|
@@ -5858,7 +6203,7 @@
|
|
|
5858
6203
|
{
|
|
5859
6204
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
5860
6205
|
"clrName": "GetEnumerator",
|
|
5861
|
-
"metadataToken":
|
|
6206
|
+
"metadataToken": 100703850,
|
|
5862
6207
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
5863
6208
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
5864
6209
|
"emitScope": "ViewOnly",
|
|
@@ -5957,7 +6302,7 @@
|
|
|
5957
6302
|
{
|
|
5958
6303
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
5959
6304
|
"clrName": "Count",
|
|
5960
|
-
"metadataToken":
|
|
6305
|
+
"metadataToken": 385881258,
|
|
5961
6306
|
"canonicalSignature": ":System.Int32",
|
|
5962
6307
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
5963
6308
|
"emitScope": "ViewOnly",
|
|
@@ -5977,7 +6322,7 @@
|
|
|
5977
6322
|
{
|
|
5978
6323
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
5979
6324
|
"clrName": "SyncRoot",
|
|
5980
|
-
"metadataToken":
|
|
6325
|
+
"metadataToken": 385881259,
|
|
5981
6326
|
"canonicalSignature": ":System.Object",
|
|
5982
6327
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
5983
6328
|
"emitScope": "ViewOnly",
|
|
@@ -5997,7 +6342,7 @@
|
|
|
5997
6342
|
{
|
|
5998
6343
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
5999
6344
|
"clrName": "IsSynchronized",
|
|
6000
|
-
"metadataToken":
|
|
6345
|
+
"metadataToken": 385881260,
|
|
6001
6346
|
"canonicalSignature": ":System.Boolean",
|
|
6002
6347
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
6003
6348
|
"emitScope": "ViewOnly",
|
|
@@ -6107,7 +6452,7 @@
|
|
|
6107
6452
|
{
|
|
6108
6453
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
|
|
6109
6454
|
"clrName": "MoveNext",
|
|
6110
|
-
"metadataToken":
|
|
6455
|
+
"metadataToken": 100703851,
|
|
6111
6456
|
"canonicalSignature": "():System.Boolean",
|
|
6112
6457
|
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
6113
6458
|
"emitScope": "ViewOnly",
|
|
@@ -6128,7 +6473,7 @@
|
|
|
6128
6473
|
{
|
|
6129
6474
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
|
|
6130
6475
|
"clrName": "Reset",
|
|
6131
|
-
"metadataToken":
|
|
6476
|
+
"metadataToken": 100703853,
|
|
6132
6477
|
"canonicalSignature": "():System.Void",
|
|
6133
6478
|
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
6134
6479
|
"emitScope": "ViewOnly",
|
|
@@ -6170,7 +6515,7 @@
|
|
|
6170
6515
|
{
|
|
6171
6516
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
|
|
6172
6517
|
"clrName": "Current",
|
|
6173
|
-
"metadataToken":
|
|
6518
|
+
"metadataToken": 385881269,
|
|
6174
6519
|
"canonicalSignature": ":System.Object",
|
|
6175
6520
|
"normalizedSignature": "Current|:System.Object|static=false|accessor=get",
|
|
6176
6521
|
"emitScope": "ViewOnly",
|
|
@@ -9885,7 +10230,7 @@
|
|
|
9885
10230
|
{
|
|
9886
10231
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::IndexOf(T):System.Int32",
|
|
9887
10232
|
"clrName": "IndexOf",
|
|
9888
|
-
"metadataToken":
|
|
10233
|
+
"metadataToken": 100704573,
|
|
9889
10234
|
"canonicalSignature": "(T):System.Int32",
|
|
9890
10235
|
"normalizedSignature": "IndexOf|(T):System.Int32|static=false",
|
|
9891
10236
|
"emitScope": "ViewOnly",
|
|
@@ -9906,7 +10251,7 @@
|
|
|
9906
10251
|
{
|
|
9907
10252
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::Insert(System.Int32,T):System.Void",
|
|
9908
10253
|
"clrName": "Insert",
|
|
9909
|
-
"metadataToken":
|
|
10254
|
+
"metadataToken": 100704574,
|
|
9910
10255
|
"canonicalSignature": "(System.Int32,T):System.Void",
|
|
9911
10256
|
"normalizedSignature": "Insert|(System.Int32,T):System.Void|static=false",
|
|
9912
10257
|
"emitScope": "ViewOnly",
|
|
@@ -9927,7 +10272,7 @@
|
|
|
9927
10272
|
{
|
|
9928
10273
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::RemoveAt(System.Int32):System.Void",
|
|
9929
10274
|
"clrName": "RemoveAt",
|
|
9930
|
-
"metadataToken":
|
|
10275
|
+
"metadataToken": 100704575,
|
|
9931
10276
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
9932
10277
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
9933
10278
|
"emitScope": "ViewOnly",
|
|
@@ -9948,7 +10293,7 @@
|
|
|
9948
10293
|
{
|
|
9949
10294
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
9950
10295
|
"clrName": "Add",
|
|
9951
|
-
"metadataToken":
|
|
10296
|
+
"metadataToken": 100704543,
|
|
9952
10297
|
"canonicalSignature": "(T):System.Void",
|
|
9953
10298
|
"normalizedSignature": "Add|(T):System.Void|static=false",
|
|
9954
10299
|
"emitScope": "ViewOnly",
|
|
@@ -9969,7 +10314,7 @@
|
|
|
9969
10314
|
{
|
|
9970
10315
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
9971
10316
|
"clrName": "Clear",
|
|
9972
|
-
"metadataToken":
|
|
10317
|
+
"metadataToken": 100704544,
|
|
9973
10318
|
"canonicalSignature": "():System.Void",
|
|
9974
10319
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
9975
10320
|
"emitScope": "ViewOnly",
|
|
@@ -9990,7 +10335,7 @@
|
|
|
9990
10335
|
{
|
|
9991
10336
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
|
|
9992
10337
|
"clrName": "Contains",
|
|
9993
|
-
"metadataToken":
|
|
10338
|
+
"metadataToken": 100704545,
|
|
9994
10339
|
"canonicalSignature": "(T):System.Boolean",
|
|
9995
10340
|
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
9996
10341
|
"emitScope": "ViewOnly",
|
|
@@ -10011,7 +10356,7 @@
|
|
|
10011
10356
|
{
|
|
10012
10357
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
10013
10358
|
"clrName": "CopyTo",
|
|
10014
|
-
"metadataToken":
|
|
10359
|
+
"metadataToken": 100704546,
|
|
10015
10360
|
"canonicalSignature": "(T[],System.Int32):System.Void",
|
|
10016
10361
|
"normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
|
|
10017
10362
|
"emitScope": "ViewOnly",
|
|
@@ -10032,7 +10377,7 @@
|
|
|
10032
10377
|
{
|
|
10033
10378
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
10034
10379
|
"clrName": "GetEnumerator",
|
|
10035
|
-
"metadataToken":
|
|
10380
|
+
"metadataToken": 100704565,
|
|
10036
10381
|
"canonicalSignature": "():IEnumerator_1",
|
|
10037
10382
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
10038
10383
|
"emitScope": "ViewOnly",
|
|
@@ -10053,7 +10398,7 @@
|
|
|
10053
10398
|
{
|
|
10054
10399
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
10055
10400
|
"clrName": "GetEnumerator",
|
|
10056
|
-
"metadataToken":
|
|
10401
|
+
"metadataToken": 100703850,
|
|
10057
10402
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
10058
10403
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
10059
10404
|
"emitScope": "ViewOnly",
|
|
@@ -10074,7 +10419,7 @@
|
|
|
10074
10419
|
{
|
|
10075
10420
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
|
|
10076
10421
|
"clrName": "Add",
|
|
10077
|
-
"metadataToken":
|
|
10422
|
+
"metadataToken": 100703859,
|
|
10078
10423
|
"canonicalSignature": "(System.Object):System.Int32",
|
|
10079
10424
|
"normalizedSignature": "Add|(System.Object):System.Int32|static=false",
|
|
10080
10425
|
"emitScope": "ViewOnly",
|
|
@@ -10095,7 +10440,7 @@
|
|
|
10095
10440
|
{
|
|
10096
10441
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
|
|
10097
10442
|
"clrName": "Contains",
|
|
10098
|
-
"metadataToken":
|
|
10443
|
+
"metadataToken": 100703860,
|
|
10099
10444
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
10100
10445
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
10101
10446
|
"emitScope": "ViewOnly",
|
|
@@ -10116,7 +10461,7 @@
|
|
|
10116
10461
|
{
|
|
10117
10462
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
|
|
10118
10463
|
"clrName": "Insert",
|
|
10119
|
-
"metadataToken":
|
|
10464
|
+
"metadataToken": 100703865,
|
|
10120
10465
|
"canonicalSignature": "(System.Int32,System.Object):System.Void",
|
|
10121
10466
|
"normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
|
|
10122
10467
|
"emitScope": "ViewOnly",
|
|
@@ -10137,7 +10482,7 @@
|
|
|
10137
10482
|
{
|
|
10138
10483
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
|
|
10139
10484
|
"clrName": "Remove",
|
|
10140
|
-
"metadataToken":
|
|
10485
|
+
"metadataToken": 100703866,
|
|
10141
10486
|
"canonicalSignature": "(System.Object):System.Void",
|
|
10142
10487
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
10143
10488
|
"emitScope": "ViewOnly",
|
|
@@ -10158,7 +10503,7 @@
|
|
|
10158
10503
|
{
|
|
10159
10504
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
10160
10505
|
"clrName": "CopyTo",
|
|
10161
|
-
"metadataToken":
|
|
10506
|
+
"metadataToken": 100703831,
|
|
10162
10507
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
10163
10508
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
10164
10509
|
"emitScope": "ViewOnly",
|
|
@@ -10179,7 +10524,7 @@
|
|
|
10179
10524
|
{
|
|
10180
10525
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
|
|
10181
10526
|
"clrName": "Clear",
|
|
10182
|
-
"metadataToken":
|
|
10527
|
+
"metadataToken": 100703861,
|
|
10183
10528
|
"canonicalSignature": "():System.Void",
|
|
10184
10529
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
10185
10530
|
"emitScope": "ViewOnly",
|
|
@@ -10200,7 +10545,7 @@
|
|
|
10200
10545
|
{
|
|
10201
10546
|
"stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
|
|
10202
10547
|
"clrName": "RemoveAt",
|
|
10203
|
-
"metadataToken":
|
|
10548
|
+
"metadataToken": 100703867,
|
|
10204
10549
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
10205
10550
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
10206
10551
|
"emitScope": "ViewOnly",
|
|
@@ -10223,7 +10568,7 @@
|
|
|
10223
10568
|
{
|
|
10224
10569
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
|
|
10225
10570
|
"clrName": "Count",
|
|
10226
|
-
"metadataToken":
|
|
10571
|
+
"metadataToken": 385881419,
|
|
10227
10572
|
"canonicalSignature": ":System.Int32",
|
|
10228
10573
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
10229
10574
|
"emitScope": "ViewOnly",
|
|
@@ -10243,7 +10588,7 @@
|
|
|
10243
10588
|
{
|
|
10244
10589
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
|
|
10245
10590
|
"clrName": "IsReadOnly",
|
|
10246
|
-
"metadataToken":
|
|
10591
|
+
"metadataToken": 385881420,
|
|
10247
10592
|
"canonicalSignature": ":System.Boolean",
|
|
10248
10593
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
10249
10594
|
"emitScope": "ViewOnly",
|
|
@@ -10263,7 +10608,7 @@
|
|
|
10263
10608
|
{
|
|
10264
10609
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
10265
10610
|
"clrName": "SyncRoot",
|
|
10266
|
-
"metadataToken":
|
|
10611
|
+
"metadataToken": 385881259,
|
|
10267
10612
|
"canonicalSignature": ":System.Object",
|
|
10268
10613
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
10269
10614
|
"emitScope": "ViewOnly",
|
|
@@ -10283,7 +10628,7 @@
|
|
|
10283
10628
|
{
|
|
10284
10629
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
|
|
10285
10630
|
"clrName": "IsReadOnly",
|
|
10286
|
-
"metadataToken":
|
|
10631
|
+
"metadataToken": 385881271,
|
|
10287
10632
|
"canonicalSignature": ":System.Boolean",
|
|
10288
10633
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
10289
10634
|
"emitScope": "ViewOnly",
|
|
@@ -10303,7 +10648,7 @@
|
|
|
10303
10648
|
{
|
|
10304
10649
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
|
|
10305
10650
|
"clrName": "IsFixedSize",
|
|
10306
|
-
"metadataToken":
|
|
10651
|
+
"metadataToken": 385881272,
|
|
10307
10652
|
"canonicalSignature": ":System.Boolean",
|
|
10308
10653
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
10309
10654
|
"emitScope": "ViewOnly",
|
|
@@ -10323,7 +10668,7 @@
|
|
|
10323
10668
|
{
|
|
10324
10669
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
10325
10670
|
"clrName": "Count",
|
|
10326
|
-
"metadataToken":
|
|
10671
|
+
"metadataToken": 385881258,
|
|
10327
10672
|
"canonicalSignature": ":System.Int32",
|
|
10328
10673
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
10329
10674
|
"emitScope": "ViewOnly",
|
|
@@ -10343,7 +10688,7 @@
|
|
|
10343
10688
|
{
|
|
10344
10689
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
10345
10690
|
"clrName": "IsSynchronized",
|
|
10346
|
-
"metadataToken":
|
|
10691
|
+
"metadataToken": 385881260,
|
|
10347
10692
|
"canonicalSignature": ":System.Boolean",
|
|
10348
10693
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
10349
10694
|
"emitScope": "ViewOnly",
|
|
@@ -10363,7 +10708,7 @@
|
|
|
10363
10708
|
{
|
|
10364
10709
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
10365
10710
|
"clrName": "Count",
|
|
10366
|
-
"metadataToken":
|
|
10711
|
+
"metadataToken": 385881430,
|
|
10367
10712
|
"canonicalSignature": ":System.Int32",
|
|
10368
10713
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
10369
10714
|
"emitScope": "ViewOnly",
|
|
@@ -37773,7 +38118,7 @@
|
|
|
37773
38118
|
{
|
|
37774
38119
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
37775
38120
|
"clrName": "CopyTo",
|
|
37776
|
-
"metadataToken":
|
|
38121
|
+
"metadataToken": 100703831,
|
|
37777
38122
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
37778
38123
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
37779
38124
|
"emitScope": "ViewOnly",
|
|
@@ -37794,7 +38139,7 @@
|
|
|
37794
38139
|
{
|
|
37795
38140
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
37796
38141
|
"clrName": "GetEnumerator",
|
|
37797
|
-
"metadataToken":
|
|
38142
|
+
"metadataToken": 100703850,
|
|
37798
38143
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
37799
38144
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
37800
38145
|
"emitScope": "ViewOnly",
|
|
@@ -37914,7 +38259,7 @@
|
|
|
37914
38259
|
{
|
|
37915
38260
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
37916
38261
|
"clrName": "Count",
|
|
37917
|
-
"metadataToken":
|
|
38262
|
+
"metadataToken": 385881258,
|
|
37918
38263
|
"canonicalSignature": ":System.Int32",
|
|
37919
38264
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
37920
38265
|
"emitScope": "ViewOnly",
|
|
@@ -37934,7 +38279,7 @@
|
|
|
37934
38279
|
{
|
|
37935
38280
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
37936
38281
|
"clrName": "SyncRoot",
|
|
37937
|
-
"metadataToken":
|
|
38282
|
+
"metadataToken": 385881259,
|
|
37938
38283
|
"canonicalSignature": ":System.Object",
|
|
37939
38284
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
37940
38285
|
"emitScope": "ViewOnly",
|
|
@@ -37954,7 +38299,7 @@
|
|
|
37954
38299
|
{
|
|
37955
38300
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
37956
38301
|
"clrName": "IsSynchronized",
|
|
37957
|
-
"metadataToken":
|
|
38302
|
+
"metadataToken": 385881260,
|
|
37958
38303
|
"canonicalSignature": ":System.Boolean",
|
|
37959
38304
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
37960
38305
|
"emitScope": "ViewOnly",
|
|
@@ -38053,7 +38398,7 @@
|
|
|
38053
38398
|
{
|
|
38054
38399
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
|
|
38055
38400
|
"clrName": "MoveNext",
|
|
38056
|
-
"metadataToken":
|
|
38401
|
+
"metadataToken": 100703851,
|
|
38057
38402
|
"canonicalSignature": "():System.Boolean",
|
|
38058
38403
|
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
38059
38404
|
"emitScope": "ViewOnly",
|
|
@@ -38074,7 +38419,7 @@
|
|
|
38074
38419
|
{
|
|
38075
38420
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
|
|
38076
38421
|
"clrName": "Reset",
|
|
38077
|
-
"metadataToken":
|
|
38422
|
+
"metadataToken": 100703853,
|
|
38078
38423
|
"canonicalSignature": "():System.Void",
|
|
38079
38424
|
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
38080
38425
|
"emitScope": "ViewOnly",
|
|
@@ -38116,7 +38461,7 @@
|
|
|
38116
38461
|
{
|
|
38117
38462
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
|
|
38118
38463
|
"clrName": "Current",
|
|
38119
|
-
"metadataToken":
|
|
38464
|
+
"metadataToken": 385881269,
|
|
38120
38465
|
"canonicalSignature": ":System.Object",
|
|
38121
38466
|
"normalizedSignature": "Current|:System.Object|static=false|accessor=get",
|
|
38122
38467
|
"emitScope": "ViewOnly",
|
|
@@ -57966,351 +58311,6 @@
|
|
|
57966
58311
|
"events": [],
|
|
57967
58312
|
"constructors": []
|
|
57968
58313
|
},
|
|
57969
|
-
{
|
|
57970
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BNamedCurves",
|
|
57971
|
-
"clrName": "System.Security.Cryptography.ECCurve\u002BNamedCurves",
|
|
57972
|
-
"assemblyName": "System.Security.Cryptography",
|
|
57973
|
-
"metadataToken": 0,
|
|
57974
|
-
"kind": "StaticNamespace",
|
|
57975
|
-
"accessibility": "Public",
|
|
57976
|
-
"isAbstract": true,
|
|
57977
|
-
"isSealed": true,
|
|
57978
|
-
"isStatic": true,
|
|
57979
|
-
"arity": 0,
|
|
57980
|
-
"baseType": {
|
|
57981
|
-
"stableId": "System.Private.CoreLib:System.Object",
|
|
57982
|
-
"clrName": "System.Object"
|
|
57983
|
-
},
|
|
57984
|
-
"methods": [],
|
|
57985
|
-
"properties": [
|
|
57986
|
-
{
|
|
57987
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BNamedCurves::brainpoolP160r1:System.Security.Cryptography.ECCurve",
|
|
57988
|
-
"clrName": "brainpoolP160r1",
|
|
57989
|
-
"metadataToken": 385876513,
|
|
57990
|
-
"canonicalSignature": ":System.Security.Cryptography.ECCurve",
|
|
57991
|
-
"normalizedSignature": "brainpoolP160r1|:System.Security.Cryptography.ECCurve|static=true|accessor=get",
|
|
57992
|
-
"emitScope": "ClassSurface",
|
|
57993
|
-
"provenance": "Original",
|
|
57994
|
-
"isIndexer": false,
|
|
57995
|
-
"hasGetter": true,
|
|
57996
|
-
"hasSetter": false,
|
|
57997
|
-
"isStatic": true,
|
|
57998
|
-
"isAbstract": false,
|
|
57999
|
-
"isVirtual": false,
|
|
58000
|
-
"isOverride": false,
|
|
58001
|
-
"visibility": "Public",
|
|
58002
|
-
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BNamedCurves",
|
|
58003
|
-
"declaringAssemblyName": "System.Security.Cryptography"
|
|
58004
|
-
},
|
|
58005
|
-
{
|
|
58006
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BNamedCurves::brainpoolP160t1:System.Security.Cryptography.ECCurve",
|
|
58007
|
-
"clrName": "brainpoolP160t1",
|
|
58008
|
-
"metadataToken": 385876514,
|
|
58009
|
-
"canonicalSignature": ":System.Security.Cryptography.ECCurve",
|
|
58010
|
-
"normalizedSignature": "brainpoolP160t1|:System.Security.Cryptography.ECCurve|static=true|accessor=get",
|
|
58011
|
-
"emitScope": "ClassSurface",
|
|
58012
|
-
"provenance": "Original",
|
|
58013
|
-
"isIndexer": false,
|
|
58014
|
-
"hasGetter": true,
|
|
58015
|
-
"hasSetter": false,
|
|
58016
|
-
"isStatic": true,
|
|
58017
|
-
"isAbstract": false,
|
|
58018
|
-
"isVirtual": false,
|
|
58019
|
-
"isOverride": false,
|
|
58020
|
-
"visibility": "Public",
|
|
58021
|
-
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BNamedCurves",
|
|
58022
|
-
"declaringAssemblyName": "System.Security.Cryptography"
|
|
58023
|
-
},
|
|
58024
|
-
{
|
|
58025
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BNamedCurves::brainpoolP192r1:System.Security.Cryptography.ECCurve",
|
|
58026
|
-
"clrName": "brainpoolP192r1",
|
|
58027
|
-
"metadataToken": 385876515,
|
|
58028
|
-
"canonicalSignature": ":System.Security.Cryptography.ECCurve",
|
|
58029
|
-
"normalizedSignature": "brainpoolP192r1|:System.Security.Cryptography.ECCurve|static=true|accessor=get",
|
|
58030
|
-
"emitScope": "ClassSurface",
|
|
58031
|
-
"provenance": "Original",
|
|
58032
|
-
"isIndexer": false,
|
|
58033
|
-
"hasGetter": true,
|
|
58034
|
-
"hasSetter": false,
|
|
58035
|
-
"isStatic": true,
|
|
58036
|
-
"isAbstract": false,
|
|
58037
|
-
"isVirtual": false,
|
|
58038
|
-
"isOverride": false,
|
|
58039
|
-
"visibility": "Public",
|
|
58040
|
-
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BNamedCurves",
|
|
58041
|
-
"declaringAssemblyName": "System.Security.Cryptography"
|
|
58042
|
-
},
|
|
58043
|
-
{
|
|
58044
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BNamedCurves::brainpoolP192t1:System.Security.Cryptography.ECCurve",
|
|
58045
|
-
"clrName": "brainpoolP192t1",
|
|
58046
|
-
"metadataToken": 385876516,
|
|
58047
|
-
"canonicalSignature": ":System.Security.Cryptography.ECCurve",
|
|
58048
|
-
"normalizedSignature": "brainpoolP192t1|:System.Security.Cryptography.ECCurve|static=true|accessor=get",
|
|
58049
|
-
"emitScope": "ClassSurface",
|
|
58050
|
-
"provenance": "Original",
|
|
58051
|
-
"isIndexer": false,
|
|
58052
|
-
"hasGetter": true,
|
|
58053
|
-
"hasSetter": false,
|
|
58054
|
-
"isStatic": true,
|
|
58055
|
-
"isAbstract": false,
|
|
58056
|
-
"isVirtual": false,
|
|
58057
|
-
"isOverride": false,
|
|
58058
|
-
"visibility": "Public",
|
|
58059
|
-
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BNamedCurves",
|
|
58060
|
-
"declaringAssemblyName": "System.Security.Cryptography"
|
|
58061
|
-
},
|
|
58062
|
-
{
|
|
58063
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BNamedCurves::brainpoolP224r1:System.Security.Cryptography.ECCurve",
|
|
58064
|
-
"clrName": "brainpoolP224r1",
|
|
58065
|
-
"metadataToken": 385876517,
|
|
58066
|
-
"canonicalSignature": ":System.Security.Cryptography.ECCurve",
|
|
58067
|
-
"normalizedSignature": "brainpoolP224r1|:System.Security.Cryptography.ECCurve|static=true|accessor=get",
|
|
58068
|
-
"emitScope": "ClassSurface",
|
|
58069
|
-
"provenance": "Original",
|
|
58070
|
-
"isIndexer": false,
|
|
58071
|
-
"hasGetter": true,
|
|
58072
|
-
"hasSetter": false,
|
|
58073
|
-
"isStatic": true,
|
|
58074
|
-
"isAbstract": false,
|
|
58075
|
-
"isVirtual": false,
|
|
58076
|
-
"isOverride": false,
|
|
58077
|
-
"visibility": "Public",
|
|
58078
|
-
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BNamedCurves",
|
|
58079
|
-
"declaringAssemblyName": "System.Security.Cryptography"
|
|
58080
|
-
},
|
|
58081
|
-
{
|
|
58082
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BNamedCurves::brainpoolP224t1:System.Security.Cryptography.ECCurve",
|
|
58083
|
-
"clrName": "brainpoolP224t1",
|
|
58084
|
-
"metadataToken": 385876518,
|
|
58085
|
-
"canonicalSignature": ":System.Security.Cryptography.ECCurve",
|
|
58086
|
-
"normalizedSignature": "brainpoolP224t1|:System.Security.Cryptography.ECCurve|static=true|accessor=get",
|
|
58087
|
-
"emitScope": "ClassSurface",
|
|
58088
|
-
"provenance": "Original",
|
|
58089
|
-
"isIndexer": false,
|
|
58090
|
-
"hasGetter": true,
|
|
58091
|
-
"hasSetter": false,
|
|
58092
|
-
"isStatic": true,
|
|
58093
|
-
"isAbstract": false,
|
|
58094
|
-
"isVirtual": false,
|
|
58095
|
-
"isOverride": false,
|
|
58096
|
-
"visibility": "Public",
|
|
58097
|
-
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BNamedCurves",
|
|
58098
|
-
"declaringAssemblyName": "System.Security.Cryptography"
|
|
58099
|
-
},
|
|
58100
|
-
{
|
|
58101
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BNamedCurves::brainpoolP256r1:System.Security.Cryptography.ECCurve",
|
|
58102
|
-
"clrName": "brainpoolP256r1",
|
|
58103
|
-
"metadataToken": 385876519,
|
|
58104
|
-
"canonicalSignature": ":System.Security.Cryptography.ECCurve",
|
|
58105
|
-
"normalizedSignature": "brainpoolP256r1|:System.Security.Cryptography.ECCurve|static=true|accessor=get",
|
|
58106
|
-
"emitScope": "ClassSurface",
|
|
58107
|
-
"provenance": "Original",
|
|
58108
|
-
"isIndexer": false,
|
|
58109
|
-
"hasGetter": true,
|
|
58110
|
-
"hasSetter": false,
|
|
58111
|
-
"isStatic": true,
|
|
58112
|
-
"isAbstract": false,
|
|
58113
|
-
"isVirtual": false,
|
|
58114
|
-
"isOverride": false,
|
|
58115
|
-
"visibility": "Public",
|
|
58116
|
-
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BNamedCurves",
|
|
58117
|
-
"declaringAssemblyName": "System.Security.Cryptography"
|
|
58118
|
-
},
|
|
58119
|
-
{
|
|
58120
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BNamedCurves::brainpoolP256t1:System.Security.Cryptography.ECCurve",
|
|
58121
|
-
"clrName": "brainpoolP256t1",
|
|
58122
|
-
"metadataToken": 385876520,
|
|
58123
|
-
"canonicalSignature": ":System.Security.Cryptography.ECCurve",
|
|
58124
|
-
"normalizedSignature": "brainpoolP256t1|:System.Security.Cryptography.ECCurve|static=true|accessor=get",
|
|
58125
|
-
"emitScope": "ClassSurface",
|
|
58126
|
-
"provenance": "Original",
|
|
58127
|
-
"isIndexer": false,
|
|
58128
|
-
"hasGetter": true,
|
|
58129
|
-
"hasSetter": false,
|
|
58130
|
-
"isStatic": true,
|
|
58131
|
-
"isAbstract": false,
|
|
58132
|
-
"isVirtual": false,
|
|
58133
|
-
"isOverride": false,
|
|
58134
|
-
"visibility": "Public",
|
|
58135
|
-
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BNamedCurves",
|
|
58136
|
-
"declaringAssemblyName": "System.Security.Cryptography"
|
|
58137
|
-
},
|
|
58138
|
-
{
|
|
58139
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BNamedCurves::brainpoolP320r1:System.Security.Cryptography.ECCurve",
|
|
58140
|
-
"clrName": "brainpoolP320r1",
|
|
58141
|
-
"metadataToken": 385876521,
|
|
58142
|
-
"canonicalSignature": ":System.Security.Cryptography.ECCurve",
|
|
58143
|
-
"normalizedSignature": "brainpoolP320r1|:System.Security.Cryptography.ECCurve|static=true|accessor=get",
|
|
58144
|
-
"emitScope": "ClassSurface",
|
|
58145
|
-
"provenance": "Original",
|
|
58146
|
-
"isIndexer": false,
|
|
58147
|
-
"hasGetter": true,
|
|
58148
|
-
"hasSetter": false,
|
|
58149
|
-
"isStatic": true,
|
|
58150
|
-
"isAbstract": false,
|
|
58151
|
-
"isVirtual": false,
|
|
58152
|
-
"isOverride": false,
|
|
58153
|
-
"visibility": "Public",
|
|
58154
|
-
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BNamedCurves",
|
|
58155
|
-
"declaringAssemblyName": "System.Security.Cryptography"
|
|
58156
|
-
},
|
|
58157
|
-
{
|
|
58158
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BNamedCurves::brainpoolP320t1:System.Security.Cryptography.ECCurve",
|
|
58159
|
-
"clrName": "brainpoolP320t1",
|
|
58160
|
-
"metadataToken": 385876522,
|
|
58161
|
-
"canonicalSignature": ":System.Security.Cryptography.ECCurve",
|
|
58162
|
-
"normalizedSignature": "brainpoolP320t1|:System.Security.Cryptography.ECCurve|static=true|accessor=get",
|
|
58163
|
-
"emitScope": "ClassSurface",
|
|
58164
|
-
"provenance": "Original",
|
|
58165
|
-
"isIndexer": false,
|
|
58166
|
-
"hasGetter": true,
|
|
58167
|
-
"hasSetter": false,
|
|
58168
|
-
"isStatic": true,
|
|
58169
|
-
"isAbstract": false,
|
|
58170
|
-
"isVirtual": false,
|
|
58171
|
-
"isOverride": false,
|
|
58172
|
-
"visibility": "Public",
|
|
58173
|
-
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BNamedCurves",
|
|
58174
|
-
"declaringAssemblyName": "System.Security.Cryptography"
|
|
58175
|
-
},
|
|
58176
|
-
{
|
|
58177
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BNamedCurves::brainpoolP384r1:System.Security.Cryptography.ECCurve",
|
|
58178
|
-
"clrName": "brainpoolP384r1",
|
|
58179
|
-
"metadataToken": 385876523,
|
|
58180
|
-
"canonicalSignature": ":System.Security.Cryptography.ECCurve",
|
|
58181
|
-
"normalizedSignature": "brainpoolP384r1|:System.Security.Cryptography.ECCurve|static=true|accessor=get",
|
|
58182
|
-
"emitScope": "ClassSurface",
|
|
58183
|
-
"provenance": "Original",
|
|
58184
|
-
"isIndexer": false,
|
|
58185
|
-
"hasGetter": true,
|
|
58186
|
-
"hasSetter": false,
|
|
58187
|
-
"isStatic": true,
|
|
58188
|
-
"isAbstract": false,
|
|
58189
|
-
"isVirtual": false,
|
|
58190
|
-
"isOverride": false,
|
|
58191
|
-
"visibility": "Public",
|
|
58192
|
-
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BNamedCurves",
|
|
58193
|
-
"declaringAssemblyName": "System.Security.Cryptography"
|
|
58194
|
-
},
|
|
58195
|
-
{
|
|
58196
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BNamedCurves::brainpoolP384t1:System.Security.Cryptography.ECCurve",
|
|
58197
|
-
"clrName": "brainpoolP384t1",
|
|
58198
|
-
"metadataToken": 385876524,
|
|
58199
|
-
"canonicalSignature": ":System.Security.Cryptography.ECCurve",
|
|
58200
|
-
"normalizedSignature": "brainpoolP384t1|:System.Security.Cryptography.ECCurve|static=true|accessor=get",
|
|
58201
|
-
"emitScope": "ClassSurface",
|
|
58202
|
-
"provenance": "Original",
|
|
58203
|
-
"isIndexer": false,
|
|
58204
|
-
"hasGetter": true,
|
|
58205
|
-
"hasSetter": false,
|
|
58206
|
-
"isStatic": true,
|
|
58207
|
-
"isAbstract": false,
|
|
58208
|
-
"isVirtual": false,
|
|
58209
|
-
"isOverride": false,
|
|
58210
|
-
"visibility": "Public",
|
|
58211
|
-
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BNamedCurves",
|
|
58212
|
-
"declaringAssemblyName": "System.Security.Cryptography"
|
|
58213
|
-
},
|
|
58214
|
-
{
|
|
58215
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BNamedCurves::brainpoolP512r1:System.Security.Cryptography.ECCurve",
|
|
58216
|
-
"clrName": "brainpoolP512r1",
|
|
58217
|
-
"metadataToken": 385876525,
|
|
58218
|
-
"canonicalSignature": ":System.Security.Cryptography.ECCurve",
|
|
58219
|
-
"normalizedSignature": "brainpoolP512r1|:System.Security.Cryptography.ECCurve|static=true|accessor=get",
|
|
58220
|
-
"emitScope": "ClassSurface",
|
|
58221
|
-
"provenance": "Original",
|
|
58222
|
-
"isIndexer": false,
|
|
58223
|
-
"hasGetter": true,
|
|
58224
|
-
"hasSetter": false,
|
|
58225
|
-
"isStatic": true,
|
|
58226
|
-
"isAbstract": false,
|
|
58227
|
-
"isVirtual": false,
|
|
58228
|
-
"isOverride": false,
|
|
58229
|
-
"visibility": "Public",
|
|
58230
|
-
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BNamedCurves",
|
|
58231
|
-
"declaringAssemblyName": "System.Security.Cryptography"
|
|
58232
|
-
},
|
|
58233
|
-
{
|
|
58234
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BNamedCurves::brainpoolP512t1:System.Security.Cryptography.ECCurve",
|
|
58235
|
-
"clrName": "brainpoolP512t1",
|
|
58236
|
-
"metadataToken": 385876526,
|
|
58237
|
-
"canonicalSignature": ":System.Security.Cryptography.ECCurve",
|
|
58238
|
-
"normalizedSignature": "brainpoolP512t1|:System.Security.Cryptography.ECCurve|static=true|accessor=get",
|
|
58239
|
-
"emitScope": "ClassSurface",
|
|
58240
|
-
"provenance": "Original",
|
|
58241
|
-
"isIndexer": false,
|
|
58242
|
-
"hasGetter": true,
|
|
58243
|
-
"hasSetter": false,
|
|
58244
|
-
"isStatic": true,
|
|
58245
|
-
"isAbstract": false,
|
|
58246
|
-
"isVirtual": false,
|
|
58247
|
-
"isOverride": false,
|
|
58248
|
-
"visibility": "Public",
|
|
58249
|
-
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BNamedCurves",
|
|
58250
|
-
"declaringAssemblyName": "System.Security.Cryptography"
|
|
58251
|
-
},
|
|
58252
|
-
{
|
|
58253
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BNamedCurves::nistP256:System.Security.Cryptography.ECCurve",
|
|
58254
|
-
"clrName": "nistP256",
|
|
58255
|
-
"metadataToken": 385876527,
|
|
58256
|
-
"canonicalSignature": ":System.Security.Cryptography.ECCurve",
|
|
58257
|
-
"normalizedSignature": "nistP256|:System.Security.Cryptography.ECCurve|static=true|accessor=get",
|
|
58258
|
-
"emitScope": "ClassSurface",
|
|
58259
|
-
"provenance": "Original",
|
|
58260
|
-
"isIndexer": false,
|
|
58261
|
-
"hasGetter": true,
|
|
58262
|
-
"hasSetter": false,
|
|
58263
|
-
"isStatic": true,
|
|
58264
|
-
"isAbstract": false,
|
|
58265
|
-
"isVirtual": false,
|
|
58266
|
-
"isOverride": false,
|
|
58267
|
-
"visibility": "Public",
|
|
58268
|
-
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BNamedCurves",
|
|
58269
|
-
"declaringAssemblyName": "System.Security.Cryptography"
|
|
58270
|
-
},
|
|
58271
|
-
{
|
|
58272
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BNamedCurves::nistP384:System.Security.Cryptography.ECCurve",
|
|
58273
|
-
"clrName": "nistP384",
|
|
58274
|
-
"metadataToken": 385876528,
|
|
58275
|
-
"canonicalSignature": ":System.Security.Cryptography.ECCurve",
|
|
58276
|
-
"normalizedSignature": "nistP384|:System.Security.Cryptography.ECCurve|static=true|accessor=get",
|
|
58277
|
-
"emitScope": "ClassSurface",
|
|
58278
|
-
"provenance": "Original",
|
|
58279
|
-
"isIndexer": false,
|
|
58280
|
-
"hasGetter": true,
|
|
58281
|
-
"hasSetter": false,
|
|
58282
|
-
"isStatic": true,
|
|
58283
|
-
"isAbstract": false,
|
|
58284
|
-
"isVirtual": false,
|
|
58285
|
-
"isOverride": false,
|
|
58286
|
-
"visibility": "Public",
|
|
58287
|
-
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BNamedCurves",
|
|
58288
|
-
"declaringAssemblyName": "System.Security.Cryptography"
|
|
58289
|
-
},
|
|
58290
|
-
{
|
|
58291
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve\u002BNamedCurves::nistP521:System.Security.Cryptography.ECCurve",
|
|
58292
|
-
"clrName": "nistP521",
|
|
58293
|
-
"metadataToken": 385876529,
|
|
58294
|
-
"canonicalSignature": ":System.Security.Cryptography.ECCurve",
|
|
58295
|
-
"normalizedSignature": "nistP521|:System.Security.Cryptography.ECCurve|static=true|accessor=get",
|
|
58296
|
-
"emitScope": "ClassSurface",
|
|
58297
|
-
"provenance": "Original",
|
|
58298
|
-
"isIndexer": false,
|
|
58299
|
-
"hasGetter": true,
|
|
58300
|
-
"hasSetter": false,
|
|
58301
|
-
"isStatic": true,
|
|
58302
|
-
"isAbstract": false,
|
|
58303
|
-
"isVirtual": false,
|
|
58304
|
-
"isOverride": false,
|
|
58305
|
-
"visibility": "Public",
|
|
58306
|
-
"declaringClrType": "System.Security.Cryptography.ECCurve\u002BNamedCurves",
|
|
58307
|
-
"declaringAssemblyName": "System.Security.Cryptography"
|
|
58308
|
-
}
|
|
58309
|
-
],
|
|
58310
|
-
"fields": [],
|
|
58311
|
-
"events": [],
|
|
58312
|
-
"constructors": []
|
|
58313
|
-
},
|
|
58314
58314
|
{
|
|
58315
58315
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.HKDF",
|
|
58316
58316
|
"clrName": "System.Security.Cryptography.HKDF",
|