@tsonic/dotnet 10.0.40 → 10.0.41

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.
Files changed (187) hide show
  1. package/Internal/internal/index.d.ts +4 -3
  2. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +19 -18
  3. package/Microsoft.VisualBasic/internal/index.d.ts +52 -54
  4. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +117 -119
  5. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +3 -2
  6. package/Microsoft.Win32/internal/index.d.ts +19 -18
  7. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +3 -2
  8. package/README.md +76 -104
  9. package/System/bindings.json +1520 -2039
  10. package/System/internal/index.d.ts +1549 -1602
  11. package/System.Buffers/bindings.json +12 -3
  12. package/System.Buffers/internal/index.d.ts +12 -14
  13. package/System.Buffers.Binary/internal/index.d.ts +2 -4
  14. package/System.Buffers.Text/internal/index.d.ts +2 -4
  15. package/System.CodeDom.Compiler/internal/index.d.ts +32 -31
  16. package/System.Collections/internal/index.d.ts +129 -131
  17. package/System.Collections.Concurrent/bindings.json +218 -218
  18. package/System.Collections.Concurrent/internal/index.d.ts +34 -36
  19. package/System.Collections.Frozen/bindings.json +413 -611
  20. package/System.Collections.Frozen/internal/index.d.ts +81 -97
  21. package/System.Collections.Frozen.d.ts +14 -2
  22. package/System.Collections.Generic/bindings.json +9420 -14155
  23. package/System.Collections.Generic/internal/index.d.ts +547 -758
  24. package/System.Collections.Generic.d.ts +1 -1
  25. package/System.Collections.Immutable/bindings.json +6000 -9080
  26. package/System.Collections.Immutable/internal/index.d.ts +265 -354
  27. package/System.Collections.Immutable.d.ts +49 -12
  28. package/System.Collections.ObjectModel/bindings.json +132 -654
  29. package/System.Collections.ObjectModel/internal/index.d.ts +10 -30
  30. package/System.Collections.Specialized/bindings.json +0 -123
  31. package/System.Collections.Specialized/internal/index.d.ts +88 -101
  32. package/System.ComponentModel/bindings.json +163 -102
  33. package/System.ComponentModel/internal/index.d.ts +618 -608
  34. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +133 -132
  35. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -7
  36. package/System.ComponentModel.Design/bindings.json +22 -292
  37. package/System.ComponentModel.Design/internal/index.d.ts +101 -109
  38. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +61 -60
  39. package/System.ComponentModel.d.ts +1 -0
  40. package/System.Configuration.Assemblies/internal/index.d.ts +3 -2
  41. package/System.Data/bindings.json +4 -1
  42. package/System.Data/internal/index.d.ts +351 -350
  43. package/System.Data.Common/internal/index.d.ts +151 -152
  44. package/System.Data.SqlTypes/internal/index.d.ts +68 -67
  45. package/System.Diagnostics/bindings.json +7044 -7249
  46. package/System.Diagnostics/internal/index.d.ts +446 -461
  47. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +44 -43
  48. package/System.Diagnostics.Contracts/internal/index.d.ts +16 -18
  49. package/System.Diagnostics.Metrics/internal/index.d.ts +92 -94
  50. package/System.Diagnostics.Metrics.d.ts +1 -1
  51. package/System.Diagnostics.SymbolStore/internal/index.d.ts +12 -11
  52. package/System.Diagnostics.Tracing/bindings.json +81 -21
  53. package/System.Diagnostics.Tracing/internal/index.d.ts +69 -56
  54. package/System.Diagnostics.Tracing.d.ts +2 -1
  55. package/System.Drawing/internal/index.d.ts +76 -75
  56. package/System.Dynamic/internal/index.d.ts +55 -57
  57. package/System.Formats.Asn1/bindings.json +48 -69
  58. package/System.Formats.Asn1/internal/index.d.ts +21 -28
  59. package/System.Formats.Tar/internal/index.d.ts +8 -7
  60. package/System.Globalization/internal/index.d.ts +40 -42
  61. package/System.IO/internal/index.d.ts +187 -189
  62. package/System.IO.Compression/internal/index.d.ts +29 -31
  63. package/System.IO.Enumeration/bindings.json +250 -250
  64. package/System.IO.Enumeration/internal/index.d.ts +15 -17
  65. package/System.IO.IsolatedStorage/internal/index.d.ts +19 -18
  66. package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -10
  67. package/System.IO.Pipelines/internal/index.d.ts +15 -17
  68. package/System.IO.Pipes/internal/index.d.ts +8 -7
  69. package/System.Linq/internal/index.d.ts +223 -225
  70. package/System.Linq.Expressions/internal/index.d.ts +205 -207
  71. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +5 -4
  72. package/System.Net/bindings.json +104 -104
  73. package/System.Net/internal/index.d.ts +279 -281
  74. package/System.Net.Cache/internal/index.d.ts +3 -2
  75. package/System.Net.Http/internal/index.d.ts +128 -130
  76. package/System.Net.Http.Headers/bindings.json +0 -204
  77. package/System.Net.Http.Headers/internal/index.d.ts +111 -127
  78. package/System.Net.Http.Json/internal/index.d.ts +67 -69
  79. package/System.Net.Http.Metrics/internal/index.d.ts +6 -5
  80. package/System.Net.Mail/internal/index.d.ts +76 -78
  81. package/System.Net.Mime/internal/index.d.ts +11 -10
  82. package/System.Net.NetworkInformation/internal/index.d.ts +30 -32
  83. package/System.Net.Quic/internal/index.d.ts +10 -9
  84. package/System.Net.Security/internal/index.d.ts +87 -89
  85. package/System.Net.ServerSentEvents/internal/index.d.ts +6 -5
  86. package/System.Net.Sockets/internal/index.d.ts +91 -93
  87. package/System.Net.WebSockets/internal/index.d.ts +47 -46
  88. package/System.Numerics/bindings.json +544 -116
  89. package/System.Numerics/internal/index.d.ts +110 -112
  90. package/System.Reflection/internal/index.d.ts +270 -272
  91. package/System.Reflection.Emit/internal/index.d.ts +114 -116
  92. package/System.Reflection.Metadata/bindings.json +166 -3169
  93. package/System.Reflection.Metadata/internal/index.d.ts +154 -361
  94. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +13 -15
  95. package/System.Reflection.PortableExecutable/bindings.json +58 -0
  96. package/System.Reflection.PortableExecutable/internal/index.d.ts +24 -11
  97. package/System.Reflection.PortableExecutable.d.ts +1 -0
  98. package/System.Resources/internal/index.d.ts +33 -35
  99. package/System.Runtime/internal/index.d.ts +12 -11
  100. package/System.Runtime.CompilerServices/bindings.json +519 -717
  101. package/System.Runtime.CompilerServices/internal/index.d.ts +113 -137
  102. package/System.Runtime.CompilerServices.d.ts +14 -4
  103. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
  104. package/System.Runtime.ExceptionServices/internal/index.d.ts +4 -3
  105. package/System.Runtime.InteropServices/bindings.json +101 -101
  106. package/System.Runtime.InteropServices/internal/index.d.ts +234 -236
  107. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +34 -36
  108. package/System.Runtime.InteropServices.Java/internal/index.d.ts +4 -6
  109. package/System.Runtime.InteropServices.JavaScript/bindings.json +328 -328
  110. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +67 -69
  111. package/System.Runtime.InteropServices.JavaScript.d.ts +8 -26
  112. package/System.Runtime.InteropServices.Marshalling/bindings.json +2619 -2619
  113. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +308 -310
  114. package/System.Runtime.InteropServices.ObjectiveC/bindings.json +141 -141
  115. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +17 -19
  116. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -6
  117. package/System.Runtime.InteropServices.Swift.d.ts +1 -1
  118. package/System.Runtime.Intrinsics/bindings.json +64 -16
  119. package/System.Runtime.Intrinsics/internal/index.d.ts +22 -24
  120. package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +12 -13
  121. package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -4
  122. package/System.Runtime.Intrinsics.X86/internal/index.d.ts +42 -41
  123. package/System.Runtime.Loader/bindings.json +48 -69
  124. package/System.Runtime.Loader/internal/index.d.ts +30 -34
  125. package/System.Runtime.Remoting/internal/index.d.ts +5 -4
  126. package/System.Runtime.Serialization/internal/index.d.ts +175 -177
  127. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +29 -31
  128. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +7 -6
  129. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +10 -9
  130. package/System.Runtime.Serialization.Json/internal/index.d.ts +37 -36
  131. package/System.Runtime.Versioning/internal/index.d.ts +20 -19
  132. package/System.Security/internal/index.d.ts +64 -66
  133. package/System.Security.AccessControl/bindings.json +104 -0
  134. package/System.Security.AccessControl/internal/index.d.ts +59 -58
  135. package/System.Security.AccessControl.d.ts +6 -5
  136. package/System.Security.Authentication/internal/index.d.ts +7 -6
  137. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +12 -11
  138. package/System.Security.Claims/internal/index.d.ts +45 -44
  139. package/System.Security.Cryptography/bindings.json +469 -469
  140. package/System.Security.Cryptography/internal/index.d.ts +269 -271
  141. package/System.Security.Cryptography.X509Certificates/bindings.json +0 -62
  142. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +98 -105
  143. package/System.Security.Permissions/internal/index.d.ts +5 -4
  144. package/System.Security.Policy/internal/index.d.ts +11 -10
  145. package/System.Security.Principal/internal/index.d.ts +28 -27
  146. package/System.Text/bindings.json +1562 -1562
  147. package/System.Text/internal/index.d.ts +119 -121
  148. package/System.Text.Encodings.Web/internal/index.d.ts +2 -4
  149. package/System.Text.Json/bindings.json +0 -290
  150. package/System.Text.Json/internal/index.d.ts +135 -153
  151. package/System.Text.Json.Nodes/internal/index.d.ts +60 -62
  152. package/System.Text.Json.Schema/internal/index.d.ts +9 -8
  153. package/System.Text.Json.Serialization/internal/index.d.ts +32 -34
  154. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +86 -85
  155. package/System.Text.Json.Serialization.d.ts +1 -1
  156. package/System.Text.RegularExpressions/bindings.json +198 -402
  157. package/System.Text.RegularExpressions/internal/index.d.ts +48 -64
  158. package/System.Text.Unicode/bindings.json +508 -508
  159. package/System.Text.Unicode/internal/index.d.ts +29 -31
  160. package/System.Threading/bindings.json +42 -42
  161. package/System.Threading/internal/index.d.ts +157 -159
  162. package/System.Threading.Channels/internal/index.d.ts +10 -12
  163. package/System.Threading.Tasks/bindings.json +4 -1
  164. package/System.Threading.Tasks/internal/index.d.ts +115 -114
  165. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +32 -33
  166. package/System.Threading.Tasks.Sources/internal/index.d.ts +6 -5
  167. package/System.Timers/internal/index.d.ts +8 -7
  168. package/System.Transactions/internal/index.d.ts +31 -30
  169. package/System.Web/internal/index.d.ts +32 -31
  170. package/System.Windows.Input/internal/index.d.ts +5 -4
  171. package/System.Windows.Markup/internal/index.d.ts +3 -2
  172. package/System.Xml/internal/index.d.ts +383 -385
  173. package/System.Xml.Linq/internal/index.d.ts +103 -102
  174. package/System.Xml.Resolvers/internal/index.d.ts +10 -9
  175. package/System.Xml.Schema/bindings.json +76 -76
  176. package/System.Xml.Schema/internal/index.d.ts +233 -232
  177. package/System.Xml.Serialization/bindings.json +193 -0
  178. package/System.Xml.Serialization/internal/index.d.ts +277 -245
  179. package/System.Xml.Serialization.d.ts +2 -0
  180. package/System.Xml.XPath/internal/index.d.ts +46 -45
  181. package/System.Xml.Xsl/internal/index.d.ts +53 -52
  182. package/System.Xml.Xsl.Runtime/bindings.json +4 -1
  183. package/System.Xml.Xsl.Runtime/internal/index.d.ts +35 -37
  184. package/System.d.ts +2 -2
  185. package/__internal/extensions/index.d.ts +517 -515
  186. package/families.json +63 -7
  187. 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",
@@ -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",