@tsonic/dotnet 0.7.4 → 0.7.7

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 (263) hide show
  1. package/Internal/internal/index.d.ts +0 -25
  2. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +0 -25
  3. package/Microsoft.VisualBasic/bindings.json +203 -29
  4. package/Microsoft.VisualBasic/internal/index.d.ts +30 -55
  5. package/Microsoft.VisualBasic/internal/metadata.json +203 -29
  6. package/Microsoft.VisualBasic.CompilerServices/bindings.json +25 -3
  7. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +4 -29
  8. package/Microsoft.VisualBasic.CompilerServices/internal/metadata.json +25 -3
  9. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +6 -31
  10. package/Microsoft.Win32/internal/index.d.ts +0 -25
  11. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -25
  12. package/System/bindings.json +4800 -552
  13. package/System/internal/index.d.ts +2537 -395
  14. package/System/internal/metadata.json +4800 -552
  15. package/System.Buffers/bindings.json +196 -24
  16. package/System.Buffers/internal/index.d.ts +29 -54
  17. package/System.Buffers/internal/metadata.json +196 -24
  18. package/System.Buffers.Binary/bindings.json +182 -26
  19. package/System.Buffers.Binary/internal/index.d.ts +115 -140
  20. package/System.Buffers.Binary/internal/metadata.json +182 -26
  21. package/System.Buffers.Text/bindings.json +431 -49
  22. package/System.Buffers.Text/internal/index.d.ts +64 -89
  23. package/System.Buffers.Text/internal/metadata.json +431 -49
  24. package/System.CodeDom.Compiler/internal/index.d.ts +6 -31
  25. package/System.Collections/bindings.json +11 -1
  26. package/System.Collections/internal/index.d.ts +2 -27
  27. package/System.Collections/internal/metadata.json +11 -1
  28. package/System.Collections.Concurrent/bindings.json +211 -29
  29. package/System.Collections.Concurrent/internal/index.d.ts +31 -56
  30. package/System.Collections.Concurrent/internal/metadata.json +211 -29
  31. package/System.Collections.Frozen/bindings.json +56 -8
  32. package/System.Collections.Frozen/internal/index.d.ts +9 -34
  33. package/System.Collections.Frozen/internal/metadata.json +56 -8
  34. package/System.Collections.Generic/bindings.json +273 -35
  35. package/System.Collections.Generic/internal/index.d.ts +36 -61
  36. package/System.Collections.Generic/internal/metadata.json +273 -35
  37. package/System.Collections.Immutable/bindings.json +362 -50
  38. package/System.Collections.Immutable/internal/index.d.ts +49 -74
  39. package/System.Collections.Immutable/internal/metadata.json +362 -50
  40. package/System.Collections.ObjectModel/bindings.json +28 -4
  41. package/System.Collections.ObjectModel/internal/index.d.ts +3 -28
  42. package/System.Collections.ObjectModel/internal/metadata.json +28 -4
  43. package/System.Collections.Specialized/internal/index.d.ts +0 -25
  44. package/System.ComponentModel/bindings.json +174 -18
  45. package/System.ComponentModel/internal/index.d.ts +22 -47
  46. package/System.ComponentModel/internal/metadata.json +174 -18
  47. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +9 -34
  48. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +0 -25
  49. package/System.ComponentModel.Design/internal/index.d.ts +0 -25
  50. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +0 -25
  51. package/System.Configuration.Assemblies/internal/index.d.ts +0 -25
  52. package/System.Data/internal/index.d.ts +7 -32
  53. package/System.Data.Common/bindings.json +14 -2
  54. package/System.Data.Common/internal/index.d.ts +27 -52
  55. package/System.Data.Common/internal/metadata.json +14 -2
  56. package/System.Data.SqlTypes/internal/index.d.ts +1 -26
  57. package/System.Diagnostics/bindings.json +181 -23
  58. package/System.Diagnostics/internal/index.d.ts +87 -112
  59. package/System.Diagnostics/internal/metadata.json +181 -23
  60. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +0 -25
  61. package/System.Diagnostics.Contracts/bindings.json +7 -1
  62. package/System.Diagnostics.Contracts/internal/index.d.ts +4 -29
  63. package/System.Diagnostics.Contracts/internal/metadata.json +7 -1
  64. package/System.Diagnostics.Metrics/bindings.json +35 -5
  65. package/System.Diagnostics.Metrics/internal/index.d.ts +44 -69
  66. package/System.Diagnostics.Metrics/internal/metadata.json +35 -5
  67. package/System.Diagnostics.SymbolStore/internal/index.d.ts +0 -25
  68. package/System.Diagnostics.Tracing/bindings.json +37 -3
  69. package/System.Diagnostics.Tracing/internal/index.d.ts +10 -35
  70. package/System.Diagnostics.Tracing/internal/metadata.json +37 -3
  71. package/System.Drawing/internal/index.d.ts +0 -25
  72. package/System.Dynamic/bindings.json +63 -9
  73. package/System.Dynamic/internal/index.d.ts +17 -42
  74. package/System.Dynamic/internal/metadata.json +63 -9
  75. package/System.Formats.Asn1/bindings.json +451 -49
  76. package/System.Formats.Asn1/internal/index.d.ts +69 -94
  77. package/System.Formats.Asn1/internal/metadata.json +451 -49
  78. package/System.Formats.Tar/internal/index.d.ts +4 -29
  79. package/System.Globalization/bindings.json +28 -4
  80. package/System.Globalization/internal/index.d.ts +18 -43
  81. package/System.Globalization/internal/metadata.json +28 -4
  82. package/System.IO/bindings.json +35 -5
  83. package/System.IO/internal/index.d.ts +197 -222
  84. package/System.IO/internal/metadata.json +35 -5
  85. package/System.IO.Compression/bindings.json +50 -6
  86. package/System.IO.Compression/internal/index.d.ts +51 -76
  87. package/System.IO.Compression/internal/metadata.json +50 -6
  88. package/System.IO.Enumeration/bindings.json +42 -6
  89. package/System.IO.Enumeration/internal/index.d.ts +11 -36
  90. package/System.IO.Enumeration/internal/metadata.json +42 -6
  91. package/System.IO.IsolatedStorage/internal/index.d.ts +11 -36
  92. package/System.IO.MemoryMappedFiles/internal/index.d.ts +0 -25
  93. package/System.IO.Pipelines/bindings.json +7 -1
  94. package/System.IO.Pipelines/internal/index.d.ts +17 -42
  95. package/System.IO.Pipelines/internal/metadata.json +7 -1
  96. package/System.IO.Pipes/internal/index.d.ts +11 -36
  97. package/System.Linq/bindings.json +7 -1
  98. package/System.Linq/internal/index.d.ts +332 -357
  99. package/System.Linq/internal/metadata.json +7 -1
  100. package/System.Linq.Expressions/bindings.json +14 -2
  101. package/System.Linq.Expressions/internal/index.d.ts +3 -28
  102. package/System.Linq.Expressions/internal/metadata.json +14 -2
  103. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +0 -25
  104. package/System.Net/bindings.json +175 -25
  105. package/System.Net/internal/index.d.ts +36 -61
  106. package/System.Net/internal/metadata.json +175 -25
  107. package/System.Net.Cache/internal/index.d.ts +0 -25
  108. package/System.Net.Http/bindings.json +21 -3
  109. package/System.Net.Http/internal/index.d.ts +21 -46
  110. package/System.Net.Http/internal/metadata.json +21 -3
  111. package/System.Net.Http.Headers/bindings.json +154 -22
  112. package/System.Net.Http.Headers/internal/index.d.ts +67 -92
  113. package/System.Net.Http.Headers/internal/metadata.json +154 -22
  114. package/System.Net.Http.Json/internal/index.d.ts +0 -25
  115. package/System.Net.Http.Metrics/internal/index.d.ts +0 -25
  116. package/System.Net.Mail/bindings.json +21 -3
  117. package/System.Net.Mail/internal/index.d.ts +4 -29
  118. package/System.Net.Mail/internal/metadata.json +21 -3
  119. package/System.Net.Mime/internal/index.d.ts +0 -25
  120. package/System.Net.NetworkInformation/bindings.json +14 -2
  121. package/System.Net.NetworkInformation/internal/index.d.ts +4 -29
  122. package/System.Net.NetworkInformation/internal/metadata.json +14 -2
  123. package/System.Net.Quic/internal/index.d.ts +14 -39
  124. package/System.Net.Security/bindings.json +43 -5
  125. package/System.Net.Security/internal/index.d.ts +29 -54
  126. package/System.Net.Security/internal/metadata.json +43 -5
  127. package/System.Net.ServerSentEvents/internal/index.d.ts +4 -29
  128. package/System.Net.Sockets/bindings.json +224 -28
  129. package/System.Net.Sockets/internal/index.d.ts +108 -133
  130. package/System.Net.Sockets/internal/metadata.json +224 -28
  131. package/System.Net.WebSockets/internal/index.d.ts +29 -54
  132. package/System.Numerics/bindings.json +1030 -142
  133. package/System.Numerics/internal/index.d.ts +264 -289
  134. package/System.Numerics/internal/metadata.json +1030 -142
  135. package/System.Reflection/bindings.json +29 -3
  136. package/System.Reflection/internal/index.d.ts +4 -29
  137. package/System.Reflection/internal/metadata.json +29 -3
  138. package/System.Reflection.Emit/bindings.json +26 -2
  139. package/System.Reflection.Emit/internal/index.d.ts +3 -28
  140. package/System.Reflection.Emit/internal/metadata.json +26 -2
  141. package/System.Reflection.Metadata/bindings.json +46 -6
  142. package/System.Reflection.Metadata/internal/index.d.ts +31 -56
  143. package/System.Reflection.Metadata/internal/metadata.json +46 -6
  144. package/System.Reflection.Metadata.Ecma335/bindings.json +126 -14
  145. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +24 -49
  146. package/System.Reflection.Metadata.Ecma335/internal/metadata.json +126 -14
  147. package/System.Reflection.PortableExecutable/bindings.json +18 -2
  148. package/System.Reflection.PortableExecutable/internal/index.d.ts +8 -33
  149. package/System.Reflection.PortableExecutable/internal/metadata.json +18 -2
  150. package/System.Resources/bindings.json +11 -1
  151. package/System.Resources/internal/index.d.ts +3 -28
  152. package/System.Resources/internal/metadata.json +11 -1
  153. package/System.Runtime/internal/index.d.ts +0 -25
  154. package/System.Runtime.CompilerServices/bindings.json +495 -57
  155. package/System.Runtime.CompilerServices/internal/index.d.ts +68 -93
  156. package/System.Runtime.CompilerServices/internal/metadata.json +495 -57
  157. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +0 -25
  158. package/System.Runtime.ExceptionServices/internal/index.d.ts +1 -26
  159. package/System.Runtime.InteropServices/bindings.json +377 -47
  160. package/System.Runtime.InteropServices/internal/index.d.ts +68 -93
  161. package/System.Runtime.InteropServices/internal/metadata.json +377 -47
  162. package/System.Runtime.InteropServices.ComTypes/bindings.json +832 -96
  163. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +107 -132
  164. package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +832 -96
  165. package/System.Runtime.InteropServices.Java/internal/index.d.ts +1 -26
  166. package/System.Runtime.InteropServices.JavaScript/bindings.json +411 -57
  167. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +72 -97
  168. package/System.Runtime.InteropServices.JavaScript/internal/metadata.json +411 -57
  169. package/System.Runtime.InteropServices.Marshalling/bindings.json +85 -11
  170. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +26 -51
  171. package/System.Runtime.InteropServices.Marshalling/internal/metadata.json +85 -11
  172. package/System.Runtime.InteropServices.ObjectiveC/bindings.json +28 -4
  173. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +3 -28
  174. package/System.Runtime.InteropServices.ObjectiveC/internal/metadata.json +28 -4
  175. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -26
  176. package/System.Runtime.Intrinsics/bindings.json +112 -16
  177. package/System.Runtime.Intrinsics/internal/index.d.ts +800 -825
  178. package/System.Runtime.Intrinsics/internal/metadata.json +112 -16
  179. package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +4787 -4812
  180. package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -496
  181. package/System.Runtime.Intrinsics.X86/internal/index.d.ts +3513 -3538
  182. package/System.Runtime.Loader/internal/index.d.ts +0 -25
  183. package/System.Runtime.Remoting/internal/index.d.ts +0 -25
  184. package/System.Runtime.Serialization/bindings.json +71 -9
  185. package/System.Runtime.Serialization/internal/index.d.ts +9 -34
  186. package/System.Runtime.Serialization/internal/metadata.json +71 -9
  187. package/System.Runtime.Serialization.DataContracts/bindings.json +26 -2
  188. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +3 -28
  189. package/System.Runtime.Serialization.DataContracts/internal/metadata.json +26 -2
  190. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +0 -25
  191. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +0 -25
  192. package/System.Runtime.Serialization.Json/internal/index.d.ts +0 -25
  193. package/System.Runtime.Versioning/internal/index.d.ts +0 -25
  194. package/System.Security/internal/index.d.ts +1 -26
  195. package/System.Security.AccessControl/bindings.json +14 -2
  196. package/System.Security.AccessControl/internal/index.d.ts +3 -28
  197. package/System.Security.AccessControl/internal/metadata.json +14 -2
  198. package/System.Security.Authentication/internal/index.d.ts +0 -25
  199. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -25
  200. package/System.Security.Claims/internal/index.d.ts +1 -26
  201. package/System.Security.Cryptography/bindings.json +1348 -192
  202. package/System.Security.Cryptography/internal/index.d.ts +593 -618
  203. package/System.Security.Cryptography/internal/metadata.json +1348 -192
  204. package/System.Security.Cryptography.X509Certificates/bindings.json +81 -11
  205. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +67 -92
  206. package/System.Security.Cryptography.X509Certificates/internal/metadata.json +81 -11
  207. package/System.Security.Permissions/internal/index.d.ts +0 -25
  208. package/System.Security.Policy/internal/index.d.ts +0 -25
  209. package/System.Security.Principal/internal/index.d.ts +0 -25
  210. package/System.Text/bindings.json +494 -58
  211. package/System.Text/internal/index.d.ts +137 -162
  212. package/System.Text/internal/metadata.json +494 -58
  213. package/System.Text.Encodings.Web/bindings.json +29 -3
  214. package/System.Text.Encodings.Web/internal/index.d.ts +7 -32
  215. package/System.Text.Encodings.Web/internal/metadata.json +29 -3
  216. package/System.Text.Json/bindings.json +309 -43
  217. package/System.Text.Json/internal/index.d.ts +141 -166
  218. package/System.Text.Json/internal/metadata.json +309 -43
  219. package/System.Text.Json.Nodes/bindings.json +46 -6
  220. package/System.Text.Json.Nodes/internal/index.d.ts +29 -54
  221. package/System.Text.Json.Nodes/internal/metadata.json +46 -6
  222. package/System.Text.Json.Schema/internal/index.d.ts +1 -26
  223. package/System.Text.Json.Serialization/bindings.json +21 -3
  224. package/System.Text.Json.Serialization/internal/index.d.ts +4 -29
  225. package/System.Text.Json.Serialization/internal/metadata.json +21 -3
  226. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +20 -45
  227. package/System.Text.RegularExpressions/bindings.json +14 -2
  228. package/System.Text.RegularExpressions/internal/index.d.ts +26 -51
  229. package/System.Text.RegularExpressions/internal/metadata.json +14 -2
  230. package/System.Text.Unicode/bindings.json +58 -6
  231. package/System.Text.Unicode/internal/index.d.ts +12 -37
  232. package/System.Text.Unicode/internal/metadata.json +58 -6
  233. package/System.Threading/bindings.json +1012 -140
  234. package/System.Threading/internal/index.d.ts +149 -174
  235. package/System.Threading/internal/metadata.json +1012 -140
  236. package/System.Threading.Channels/bindings.json +14 -2
  237. package/System.Threading.Channels/internal/index.d.ts +5 -30
  238. package/System.Threading.Channels/internal/metadata.json +14 -2
  239. package/System.Threading.Tasks/internal/index.d.ts +23 -48
  240. package/System.Threading.Tasks.Dataflow/bindings.json +378 -54
  241. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +33 -58
  242. package/System.Threading.Tasks.Dataflow/internal/metadata.json +378 -54
  243. package/System.Threading.Tasks.Sources/internal/index.d.ts +0 -25
  244. package/System.Timers/internal/index.d.ts +0 -25
  245. package/System.Transactions/internal/index.d.ts +0 -25
  246. package/System.Web/internal/index.d.ts +0 -25
  247. package/System.Windows.Input/internal/index.d.ts +0 -25
  248. package/System.Windows.Markup/internal/index.d.ts +0 -25
  249. package/System.Xml/bindings.json +197 -27
  250. package/System.Xml/internal/index.d.ts +35 -60
  251. package/System.Xml/internal/metadata.json +197 -27
  252. package/System.Xml.Linq/internal/index.d.ts +0 -25
  253. package/System.Xml.Resolvers/internal/index.d.ts +0 -25
  254. package/System.Xml.Schema/internal/index.d.ts +0 -25
  255. package/System.Xml.Serialization/internal/index.d.ts +0 -25
  256. package/System.Xml.XPath/internal/index.d.ts +1 -26
  257. package/System.Xml.Xsl/internal/index.d.ts +1 -26
  258. package/System.Xml.Xsl.Runtime/bindings.json +35 -5
  259. package/System.Xml.Xsl.Runtime/internal/index.d.ts +7 -32
  260. package/System.Xml.Xsl.Runtime/internal/metadata.json +35 -5
  261. package/System.d.ts +21 -0
  262. package/__internal/extensions/index.d.ts +463 -463
  263. package/package.json +1 -1
@@ -2164,7 +2164,13 @@
2164
2164
  "isSealed": false,
2165
2165
  "arity": 0,
2166
2166
  "parameterCount": 2,
2167
- "isExtensionMethod": false
2167
+ "isExtensionMethod": false,
2168
+ "parameterModifiers": [
2169
+ {
2170
+ "index": 1,
2171
+ "modifier": "out"
2172
+ }
2173
+ ]
2168
2174
  },
2169
2175
  {
2170
2176
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.HashAlgorithmName::FromOid(System.String):System.Security.Cryptography.HashAlgorithmName",
@@ -2682,7 +2688,13 @@
2682
2688
  "isSealed": false,
2683
2689
  "arity": 0,
2684
2690
  "parameterCount": 3,
2685
- "isExtensionMethod": false
2691
+ "isExtensionMethod": false,
2692
+ "parameterModifiers": [
2693
+ {
2694
+ "index": 2,
2695
+ "modifier": "out"
2696
+ }
2697
+ ]
2686
2698
  },
2687
2699
  {
2688
2700
  "stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
@@ -4425,7 +4437,13 @@
4425
4437
  "isSealed": false,
4426
4438
  "arity": 0,
4427
4439
  "parameterCount": 3,
4428
- "isExtensionMethod": false
4440
+ "isExtensionMethod": false,
4441
+ "parameterModifiers": [
4442
+ {
4443
+ "index": 2,
4444
+ "modifier": "out"
4445
+ }
4446
+ ]
4429
4447
  },
4430
4448
  {
4431
4449
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.AsymmetricAlgorithm::ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Void",
@@ -4441,7 +4459,13 @@
4441
4459
  "isSealed": false,
4442
4460
  "arity": 0,
4443
4461
  "parameterCount": 3,
4444
- "isExtensionMethod": false
4462
+ "isExtensionMethod": false,
4463
+ "parameterModifiers": [
4464
+ {
4465
+ "index": 2,
4466
+ "modifier": "out"
4467
+ }
4468
+ ]
4445
4469
  },
4446
4470
  {
4447
4471
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.AsymmetricAlgorithm::ImportPkcs8PrivateKey(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Void",
@@ -4457,7 +4481,13 @@
4457
4481
  "isSealed": false,
4458
4482
  "arity": 0,
4459
4483
  "parameterCount": 2,
4460
- "isExtensionMethod": false
4484
+ "isExtensionMethod": false,
4485
+ "parameterModifiers": [
4486
+ {
4487
+ "index": 1,
4488
+ "modifier": "out"
4489
+ }
4490
+ ]
4461
4491
  },
4462
4492
  {
4463
4493
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.AsymmetricAlgorithm::ImportSubjectPublicKeyInfo(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Void",
@@ -4473,7 +4503,13 @@
4473
4503
  "isSealed": false,
4474
4504
  "arity": 0,
4475
4505
  "parameterCount": 2,
4476
- "isExtensionMethod": false
4506
+ "isExtensionMethod": false,
4507
+ "parameterModifiers": [
4508
+ {
4509
+ "index": 1,
4510
+ "modifier": "out"
4511
+ }
4512
+ ]
4477
4513
  },
4478
4514
  {
4479
4515
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.AsymmetricAlgorithm::ExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Security.Cryptography.PbeParameters):System.Byte[]",
@@ -4553,7 +4589,13 @@
4553
4589
  "isSealed": false,
4554
4590
  "arity": 0,
4555
4591
  "parameterCount": 4,
4556
- "isExtensionMethod": false
4592
+ "isExtensionMethod": false,
4593
+ "parameterModifiers": [
4594
+ {
4595
+ "index": 3,
4596
+ "modifier": "out"
4597
+ }
4598
+ ]
4557
4599
  },
4558
4600
  {
4559
4601
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.AsymmetricAlgorithm::TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Security.Cryptography.PbeParameters,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
@@ -4569,7 +4611,13 @@
4569
4611
  "isSealed": false,
4570
4612
  "arity": 0,
4571
4613
  "parameterCount": 4,
4572
- "isExtensionMethod": false
4614
+ "isExtensionMethod": false,
4615
+ "parameterModifiers": [
4616
+ {
4617
+ "index": 3,
4618
+ "modifier": "out"
4619
+ }
4620
+ ]
4573
4621
  },
4574
4622
  {
4575
4623
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.AsymmetricAlgorithm::TryExportPkcs8PrivateKey(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
@@ -4585,7 +4633,13 @@
4585
4633
  "isSealed": false,
4586
4634
  "arity": 0,
4587
4635
  "parameterCount": 2,
4588
- "isExtensionMethod": false
4636
+ "isExtensionMethod": false,
4637
+ "parameterModifiers": [
4638
+ {
4639
+ "index": 1,
4640
+ "modifier": "out"
4641
+ }
4642
+ ]
4589
4643
  },
4590
4644
  {
4591
4645
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.AsymmetricAlgorithm::TryExportSubjectPublicKeyInfo(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
@@ -4601,7 +4655,13 @@
4601
4655
  "isSealed": false,
4602
4656
  "arity": 0,
4603
4657
  "parameterCount": 2,
4604
- "isExtensionMethod": false
4658
+ "isExtensionMethod": false,
4659
+ "parameterModifiers": [
4660
+ {
4661
+ "index": 1,
4662
+ "modifier": "out"
4663
+ }
4664
+ ]
4605
4665
  },
4606
4666
  {
4607
4667
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.AsymmetricAlgorithm::ImportFromEncryptedPem(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
@@ -4729,7 +4789,13 @@
4729
4789
  "isSealed": false,
4730
4790
  "arity": 0,
4731
4791
  "parameterCount": 2,
4732
- "isExtensionMethod": false
4792
+ "isExtensionMethod": false,
4793
+ "parameterModifiers": [
4794
+ {
4795
+ "index": 1,
4796
+ "modifier": "out"
4797
+ }
4798
+ ]
4733
4799
  },
4734
4800
  {
4735
4801
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.AsymmetricAlgorithm::TryExportPkcs8PrivateKeyPem(System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
@@ -4745,7 +4811,13 @@
4745
4811
  "isSealed": false,
4746
4812
  "arity": 0,
4747
4813
  "parameterCount": 2,
4748
- "isExtensionMethod": false
4814
+ "isExtensionMethod": false,
4815
+ "parameterModifiers": [
4816
+ {
4817
+ "index": 1,
4818
+ "modifier": "out"
4819
+ }
4820
+ ]
4749
4821
  },
4750
4822
  {
4751
4823
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.AsymmetricAlgorithm::TryExportEncryptedPkcs8PrivateKeyPem(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Security.Cryptography.PbeParameters,System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
@@ -4761,7 +4833,13 @@
4761
4833
  "isSealed": false,
4762
4834
  "arity": 0,
4763
4835
  "parameterCount": 4,
4764
- "isExtensionMethod": false
4836
+ "isExtensionMethod": false,
4837
+ "parameterModifiers": [
4838
+ {
4839
+ "index": 3,
4840
+ "modifier": "out"
4841
+ }
4842
+ ]
4765
4843
  },
4766
4844
  {
4767
4845
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.AsymmetricAlgorithm::TryExportEncryptedPkcs8PrivateKeyPem(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Security.Cryptography.PbeParameters,System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
@@ -4777,7 +4855,13 @@
4777
4855
  "isSealed": false,
4778
4856
  "arity": 0,
4779
4857
  "parameterCount": 4,
4780
- "isExtensionMethod": false
4858
+ "isExtensionMethod": false,
4859
+ "parameterModifiers": [
4860
+ {
4861
+ "index": 3,
4862
+ "modifier": "out"
4863
+ }
4864
+ ]
4781
4865
  },
4782
4866
  {
4783
4867
  "stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
@@ -8420,7 +8504,13 @@
8420
8504
  "isSealed": false,
8421
8505
  "arity": 0,
8422
8506
  "parameterCount": 4,
8423
- "isExtensionMethod": false
8507
+ "isExtensionMethod": false,
8508
+ "parameterModifiers": [
8509
+ {
8510
+ "index": 3,
8511
+ "modifier": "out"
8512
+ }
8513
+ ]
8424
8514
  },
8425
8515
  {
8426
8516
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.CompositeMLDsa::TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Security.Cryptography.PbeParameters,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
@@ -8436,7 +8526,13 @@
8436
8526
  "isSealed": false,
8437
8527
  "arity": 0,
8438
8528
  "parameterCount": 4,
8439
- "isExtensionMethod": false
8529
+ "isExtensionMethod": false,
8530
+ "parameterModifiers": [
8531
+ {
8532
+ "index": 3,
8533
+ "modifier": "out"
8534
+ }
8535
+ ]
8440
8536
  },
8441
8537
  {
8442
8538
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.CompositeMLDsa::TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Security.Cryptography.PbeParameters,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
@@ -8452,7 +8548,13 @@
8452
8548
  "isSealed": false,
8453
8549
  "arity": 0,
8454
8550
  "parameterCount": 4,
8455
- "isExtensionMethod": false
8551
+ "isExtensionMethod": false,
8552
+ "parameterModifiers": [
8553
+ {
8554
+ "index": 3,
8555
+ "modifier": "out"
8556
+ }
8557
+ ]
8456
8558
  },
8457
8559
  {
8458
8560
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.CompositeMLDsa::ExportPkcs8PrivateKeyPem():System.String",
@@ -8500,7 +8602,13 @@
8500
8602
  "isSealed": false,
8501
8603
  "arity": 0,
8502
8604
  "parameterCount": 2,
8503
- "isExtensionMethod": false
8605
+ "isExtensionMethod": false,
8606
+ "parameterModifiers": [
8607
+ {
8608
+ "index": 1,
8609
+ "modifier": "out"
8610
+ }
8611
+ ]
8504
8612
  },
8505
8613
  {
8506
8614
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.CompositeMLDsa::ExportSubjectPublicKeyInfoPem():System.String",
@@ -8548,7 +8656,13 @@
8548
8656
  "isSealed": false,
8549
8657
  "arity": 0,
8550
8658
  "parameterCount": 2,
8551
- "isExtensionMethod": false
8659
+ "isExtensionMethod": false,
8660
+ "parameterModifiers": [
8661
+ {
8662
+ "index": 1,
8663
+ "modifier": "out"
8664
+ }
8665
+ ]
8552
8666
  },
8553
8667
  {
8554
8668
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.CompositeMLDsa::ExportCompositeMLDsaPublicKey():System.Byte[]",
@@ -8596,7 +8710,13 @@
8596
8710
  "isSealed": false,
8597
8711
  "arity": 0,
8598
8712
  "parameterCount": 2,
8599
- "isExtensionMethod": false
8713
+ "isExtensionMethod": false,
8714
+ "parameterModifiers": [
8715
+ {
8716
+ "index": 1,
8717
+ "modifier": "out"
8718
+ }
8719
+ ]
8600
8720
  },
8601
8721
  {
8602
8722
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.CompositeMLDsa::ExportCompositeMLDsaPrivateKey():System.Byte[]",
@@ -8644,7 +8764,13 @@
8644
8764
  "isSealed": false,
8645
8765
  "arity": 0,
8646
8766
  "parameterCount": 2,
8647
- "isExtensionMethod": false
8767
+ "isExtensionMethod": false,
8768
+ "parameterModifiers": [
8769
+ {
8770
+ "index": 1,
8771
+ "modifier": "out"
8772
+ }
8773
+ ]
8648
8774
  },
8649
8775
  {
8650
8776
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.CompositeMLDsa::Dispose():System.Void",
@@ -11350,7 +11476,13 @@
11350
11476
  "isSealed": false,
11351
11477
  "arity": 0,
11352
11478
  "parameterCount": 3,
11353
- "isExtensionMethod": false
11479
+ "isExtensionMethod": false,
11480
+ "parameterModifiers": [
11481
+ {
11482
+ "index": 2,
11483
+ "modifier": "out"
11484
+ }
11485
+ ]
11354
11486
  },
11355
11487
  {
11356
11488
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSA::TryCreateSignature(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Security.Cryptography.DSASignatureFormat,System.Int32\u0026):System.Boolean",
@@ -11366,7 +11498,13 @@
11366
11498
  "isSealed": false,
11367
11499
  "arity": 0,
11368
11500
  "parameterCount": 4,
11369
- "isExtensionMethod": false
11501
+ "isExtensionMethod": false,
11502
+ "parameterModifiers": [
11503
+ {
11504
+ "index": 3,
11505
+ "modifier": "out"
11506
+ }
11507
+ ]
11370
11508
  },
11371
11509
  {
11372
11510
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSA::TrySignData(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Security.Cryptography.HashAlgorithmName,System.Int32\u0026):System.Boolean",
@@ -11382,7 +11520,13 @@
11382
11520
  "isSealed": false,
11383
11521
  "arity": 0,
11384
11522
  "parameterCount": 4,
11385
- "isExtensionMethod": false
11523
+ "isExtensionMethod": false,
11524
+ "parameterModifiers": [
11525
+ {
11526
+ "index": 3,
11527
+ "modifier": "out"
11528
+ }
11529
+ ]
11386
11530
  },
11387
11531
  {
11388
11532
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSA::TrySignData(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.DSASignatureFormat,System.Int32\u0026):System.Boolean",
@@ -11398,7 +11542,13 @@
11398
11542
  "isSealed": false,
11399
11543
  "arity": 0,
11400
11544
  "parameterCount": 5,
11401
- "isExtensionMethod": false
11545
+ "isExtensionMethod": false,
11546
+ "parameterModifiers": [
11547
+ {
11548
+ "index": 4,
11549
+ "modifier": "out"
11550
+ }
11551
+ ]
11402
11552
  },
11403
11553
  {
11404
11554
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSA::VerifyData(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Security.Cryptography.HashAlgorithmName):System.Boolean",
@@ -11526,7 +11676,13 @@
11526
11676
  "isSealed": false,
11527
11677
  "arity": 0,
11528
11678
  "parameterCount": 4,
11529
- "isExtensionMethod": false
11679
+ "isExtensionMethod": false,
11680
+ "parameterModifiers": [
11681
+ {
11682
+ "index": 3,
11683
+ "modifier": "out"
11684
+ }
11685
+ ]
11530
11686
  },
11531
11687
  {
11532
11688
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSA::TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Security.Cryptography.PbeParameters,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
@@ -11542,7 +11698,13 @@
11542
11698
  "isSealed": false,
11543
11699
  "arity": 0,
11544
11700
  "parameterCount": 4,
11545
- "isExtensionMethod": false
11701
+ "isExtensionMethod": false,
11702
+ "parameterModifiers": [
11703
+ {
11704
+ "index": 3,
11705
+ "modifier": "out"
11706
+ }
11707
+ ]
11546
11708
  },
11547
11709
  {
11548
11710
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSA::TryExportPkcs8PrivateKey(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
@@ -11558,7 +11720,13 @@
11558
11720
  "isSealed": false,
11559
11721
  "arity": 0,
11560
11722
  "parameterCount": 2,
11561
- "isExtensionMethod": false
11723
+ "isExtensionMethod": false,
11724
+ "parameterModifiers": [
11725
+ {
11726
+ "index": 1,
11727
+ "modifier": "out"
11728
+ }
11729
+ ]
11562
11730
  },
11563
11731
  {
11564
11732
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSA::TryExportSubjectPublicKeyInfo(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
@@ -11574,7 +11742,13 @@
11574
11742
  "isSealed": false,
11575
11743
  "arity": 0,
11576
11744
  "parameterCount": 2,
11577
- "isExtensionMethod": false
11745
+ "isExtensionMethod": false,
11746
+ "parameterModifiers": [
11747
+ {
11748
+ "index": 1,
11749
+ "modifier": "out"
11750
+ }
11751
+ ]
11578
11752
  },
11579
11753
  {
11580
11754
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSA::ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Void",
@@ -11590,7 +11764,13 @@
11590
11764
  "isSealed": false,
11591
11765
  "arity": 0,
11592
11766
  "parameterCount": 3,
11593
- "isExtensionMethod": false
11767
+ "isExtensionMethod": false,
11768
+ "parameterModifiers": [
11769
+ {
11770
+ "index": 2,
11771
+ "modifier": "out"
11772
+ }
11773
+ ]
11594
11774
  },
11595
11775
  {
11596
11776
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSA::ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Void",
@@ -11606,7 +11786,13 @@
11606
11786
  "isSealed": false,
11607
11787
  "arity": 0,
11608
11788
  "parameterCount": 3,
11609
- "isExtensionMethod": false
11789
+ "isExtensionMethod": false,
11790
+ "parameterModifiers": [
11791
+ {
11792
+ "index": 2,
11793
+ "modifier": "out"
11794
+ }
11795
+ ]
11610
11796
  },
11611
11797
  {
11612
11798
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSA::ImportPkcs8PrivateKey(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Void",
@@ -11622,7 +11808,13 @@
11622
11808
  "isSealed": false,
11623
11809
  "arity": 0,
11624
11810
  "parameterCount": 2,
11625
- "isExtensionMethod": false
11811
+ "isExtensionMethod": false,
11812
+ "parameterModifiers": [
11813
+ {
11814
+ "index": 1,
11815
+ "modifier": "out"
11816
+ }
11817
+ ]
11626
11818
  },
11627
11819
  {
11628
11820
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSA::ImportSubjectPublicKeyInfo(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Void",
@@ -11638,7 +11830,13 @@
11638
11830
  "isSealed": false,
11639
11831
  "arity": 0,
11640
11832
  "parameterCount": 2,
11641
- "isExtensionMethod": false
11833
+ "isExtensionMethod": false,
11834
+ "parameterModifiers": [
11835
+ {
11836
+ "index": 1,
11837
+ "modifier": "out"
11838
+ }
11839
+ ]
11642
11840
  },
11643
11841
  {
11644
11842
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSA::GetMaxSignatureSize(System.Security.Cryptography.DSASignatureFormat):System.Int32",
@@ -11783,7 +11981,13 @@
11783
11981
  "isSealed": false,
11784
11982
  "arity": 0,
11785
11983
  "parameterCount": 3,
11786
- "isExtensionMethod": false
11984
+ "isExtensionMethod": false,
11985
+ "parameterModifiers": [
11986
+ {
11987
+ "index": 2,
11988
+ "modifier": "out"
11989
+ }
11990
+ ]
11787
11991
  },
11788
11992
  {
11789
11993
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSA::ImportFromEncryptedPem(System.ReadOnlySpan_1,System.ReadOnlySpan_1):System.Void",
@@ -11831,7 +12035,13 @@
11831
12035
  "isSealed": false,
11832
12036
  "arity": 0,
11833
12037
  "parameterCount": 2,
11834
- "isExtensionMethod": false
12038
+ "isExtensionMethod": false,
12039
+ "parameterModifiers": [
12040
+ {
12041
+ "index": 1,
12042
+ "modifier": "out"
12043
+ }
12044
+ ]
11835
12045
  },
11836
12046
  {
11837
12047
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSA::ImportSubjectPublicKeyInfo(System.ReadOnlySpan_1,System.Int32\u0026):System.Void",
@@ -11847,7 +12057,13 @@
11847
12057
  "isSealed": false,
11848
12058
  "arity": 0,
11849
12059
  "parameterCount": 2,
11850
- "isExtensionMethod": false
12060
+ "isExtensionMethod": false,
12061
+ "parameterModifiers": [
12062
+ {
12063
+ "index": 1,
12064
+ "modifier": "out"
12065
+ }
12066
+ ]
11851
12067
  },
11852
12068
  {
11853
12069
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSA::TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan_1,System.Security.Cryptography.PbeParameters,System.Span_1,System.Int32\u0026):System.Boolean",
@@ -11863,7 +12079,13 @@
11863
12079
  "isSealed": false,
11864
12080
  "arity": 0,
11865
12081
  "parameterCount": 4,
11866
- "isExtensionMethod": false
12082
+ "isExtensionMethod": false,
12083
+ "parameterModifiers": [
12084
+ {
12085
+ "index": 3,
12086
+ "modifier": "out"
12087
+ }
12088
+ ]
11867
12089
  },
11868
12090
  {
11869
12091
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSA::TryExportPkcs8PrivateKey(System.Span_1,System.Int32\u0026):System.Boolean",
@@ -11879,7 +12101,13 @@
11879
12101
  "isSealed": false,
11880
12102
  "arity": 0,
11881
12103
  "parameterCount": 2,
11882
- "isExtensionMethod": false
12104
+ "isExtensionMethod": false,
12105
+ "parameterModifiers": [
12106
+ {
12107
+ "index": 1,
12108
+ "modifier": "out"
12109
+ }
12110
+ ]
11883
12111
  },
11884
12112
  {
11885
12113
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSA::TryExportSubjectPublicKeyInfo(System.Span_1,System.Int32\u0026):System.Boolean",
@@ -11895,7 +12123,13 @@
11895
12123
  "isSealed": false,
11896
12124
  "arity": 0,
11897
12125
  "parameterCount": 2,
11898
- "isExtensionMethod": false
12126
+ "isExtensionMethod": false,
12127
+ "parameterModifiers": [
12128
+ {
12129
+ "index": 1,
12130
+ "modifier": "out"
12131
+ }
12132
+ ]
11899
12133
  }
11900
12134
  ],
11901
12135
  "properties": [],
@@ -12154,7 +12388,13 @@
12154
12388
  "isSealed": false,
12155
12389
  "arity": 0,
12156
12390
  "parameterCount": 3,
12157
- "isExtensionMethod": false
12391
+ "isExtensionMethod": false,
12392
+ "parameterModifiers": [
12393
+ {
12394
+ "index": 2,
12395
+ "modifier": "out"
12396
+ }
12397
+ ]
12158
12398
  },
12159
12399
  {
12160
12400
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSACryptoServiceProvider::ExportCspBlob(System.Boolean):System.Byte[]",
@@ -12250,7 +12490,13 @@
12250
12490
  "isSealed": false,
12251
12491
  "arity": 0,
12252
12492
  "parameterCount": 3,
12253
- "isExtensionMethod": false
12493
+ "isExtensionMethod": false,
12494
+ "parameterModifiers": [
12495
+ {
12496
+ "index": 2,
12497
+ "modifier": "out"
12498
+ }
12499
+ ]
12254
12500
  },
12255
12501
  {
12256
12502
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSACryptoServiceProvider::ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Void",
@@ -12266,7 +12512,13 @@
12266
12512
  "isSealed": false,
12267
12513
  "arity": 0,
12268
12514
  "parameterCount": 3,
12269
- "isExtensionMethod": false
12515
+ "isExtensionMethod": false,
12516
+ "parameterModifiers": [
12517
+ {
12518
+ "index": 2,
12519
+ "modifier": "out"
12520
+ }
12521
+ ]
12270
12522
  },
12271
12523
  {
12272
12524
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSACryptoServiceProvider::SignData(System.Byte[]):System.Byte[]",
@@ -12378,7 +12630,13 @@
12378
12630
  "isSealed": false,
12379
12631
  "arity": 0,
12380
12632
  "parameterCount": 4,
12381
- "isExtensionMethod": false
12633
+ "isExtensionMethod": false,
12634
+ "parameterModifiers": [
12635
+ {
12636
+ "index": 3,
12637
+ "modifier": "out"
12638
+ }
12639
+ ]
12382
12640
  },
12383
12641
  {
12384
12642
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSACryptoServiceProvider::SignHash(System.Byte[],System.String):System.Byte[]",
@@ -12605,7 +12863,13 @@
12605
12863
  "isSealed": false,
12606
12864
  "arity": 0,
12607
12865
  "parameterCount": 3,
12608
- "isExtensionMethod": false
12866
+ "isExtensionMethod": false,
12867
+ "parameterModifiers": [
12868
+ {
12869
+ "index": 2,
12870
+ "modifier": "out"
12871
+ }
12872
+ ]
12609
12873
  },
12610
12874
  {
12611
12875
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSACryptoServiceProvider::SignData(System.Byte[],System.Security.Cryptography.HashAlgorithmName):System.Byte[]",
@@ -12685,7 +12949,13 @@
12685
12949
  "isSealed": false,
12686
12950
  "arity": 0,
12687
12951
  "parameterCount": 3,
12688
- "isExtensionMethod": false
12952
+ "isExtensionMethod": false,
12953
+ "parameterModifiers": [
12954
+ {
12955
+ "index": 2,
12956
+ "modifier": "out"
12957
+ }
12958
+ ]
12689
12959
  },
12690
12960
  {
12691
12961
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSACryptoServiceProvider::TryCreateSignature(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.DSASignatureFormat,System.Int32\u0026):System.Boolean",
@@ -12701,7 +12971,13 @@
12701
12971
  "isSealed": false,
12702
12972
  "arity": 0,
12703
12973
  "parameterCount": 4,
12704
- "isExtensionMethod": false
12974
+ "isExtensionMethod": false,
12975
+ "parameterModifiers": [
12976
+ {
12977
+ "index": 3,
12978
+ "modifier": "out"
12979
+ }
12980
+ ]
12705
12981
  },
12706
12982
  {
12707
12983
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSACryptoServiceProvider::TrySignData(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.HashAlgorithmName,System.Int32\u0026):System.Boolean",
@@ -12717,7 +12993,13 @@
12717
12993
  "isSealed": false,
12718
12994
  "arity": 0,
12719
12995
  "parameterCount": 4,
12720
- "isExtensionMethod": false
12996
+ "isExtensionMethod": false,
12997
+ "parameterModifiers": [
12998
+ {
12999
+ "index": 3,
13000
+ "modifier": "out"
13001
+ }
13002
+ ]
12721
13003
  },
12722
13004
  {
12723
13005
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSACryptoServiceProvider::TrySignData(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.DSASignatureFormat,System.Int32\u0026):System.Boolean",
@@ -12733,7 +13015,13 @@
12733
13015
  "isSealed": false,
12734
13016
  "arity": 0,
12735
13017
  "parameterCount": 5,
12736
- "isExtensionMethod": false
13018
+ "isExtensionMethod": false,
13019
+ "parameterModifiers": [
13020
+ {
13021
+ "index": 4,
13022
+ "modifier": "out"
13023
+ }
13024
+ ]
12737
13025
  },
12738
13026
  {
12739
13027
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSACryptoServiceProvider::VerifyData(System.Byte[],System.Byte[],System.Security.Cryptography.HashAlgorithmName):System.Boolean",
@@ -13100,7 +13388,13 @@
13100
13388
  "isSealed": false,
13101
13389
  "arity": 0,
13102
13390
  "parameterCount": 3,
13103
- "isExtensionMethod": false
13391
+ "isExtensionMethod": false,
13392
+ "parameterModifiers": [
13393
+ {
13394
+ "index": 2,
13395
+ "modifier": "out"
13396
+ }
13397
+ ]
13104
13398
  },
13105
13399
  {
13106
13400
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSAOpenSsl::ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Void",
@@ -13116,7 +13410,13 @@
13116
13410
  "isSealed": false,
13117
13411
  "arity": 0,
13118
13412
  "parameterCount": 3,
13119
- "isExtensionMethod": false
13413
+ "isExtensionMethod": false,
13414
+ "parameterModifiers": [
13415
+ {
13416
+ "index": 2,
13417
+ "modifier": "out"
13418
+ }
13419
+ ]
13120
13420
  },
13121
13421
  {
13122
13422
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSAOpenSsl::CreateSignature(System.Byte[]):System.Byte[]",
@@ -13148,7 +13448,13 @@
13148
13448
  "isSealed": false,
13149
13449
  "arity": 0,
13150
13450
  "parameterCount": 3,
13151
- "isExtensionMethod": false
13451
+ "isExtensionMethod": false,
13452
+ "parameterModifiers": [
13453
+ {
13454
+ "index": 2,
13455
+ "modifier": "out"
13456
+ }
13457
+ ]
13152
13458
  },
13153
13459
  {
13154
13460
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSAOpenSsl::VerifySignature(System.Byte[],System.Byte[]):System.Boolean",
@@ -13261,7 +13567,13 @@
13261
13567
  "isSealed": false,
13262
13568
  "arity": 0,
13263
13569
  "parameterCount": 3,
13264
- "isExtensionMethod": false
13570
+ "isExtensionMethod": false,
13571
+ "parameterModifiers": [
13572
+ {
13573
+ "index": 2,
13574
+ "modifier": "out"
13575
+ }
13576
+ ]
13265
13577
  },
13266
13578
  {
13267
13579
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSAOpenSsl::TryCreateSignature(System.ReadOnlySpan_1,System.Span_1,System.Int32\u0026):System.Boolean",
@@ -13277,7 +13589,13 @@
13277
13589
  "isSealed": false,
13278
13590
  "arity": 0,
13279
13591
  "parameterCount": 3,
13280
- "isExtensionMethod": false
13592
+ "isExtensionMethod": false,
13593
+ "parameterModifiers": [
13594
+ {
13595
+ "index": 2,
13596
+ "modifier": "out"
13597
+ }
13598
+ ]
13281
13599
  },
13282
13600
  {
13283
13601
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSAOpenSsl::TryCreateSignature(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.DSASignatureFormat,System.Int32\u0026):System.Boolean",
@@ -13293,7 +13611,13 @@
13293
13611
  "isSealed": false,
13294
13612
  "arity": 0,
13295
13613
  "parameterCount": 4,
13296
- "isExtensionMethod": false
13614
+ "isExtensionMethod": false,
13615
+ "parameterModifiers": [
13616
+ {
13617
+ "index": 3,
13618
+ "modifier": "out"
13619
+ }
13620
+ ]
13297
13621
  },
13298
13622
  {
13299
13623
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSAOpenSsl::VerifySignature(System.Byte[],System.Byte[],System.Security.Cryptography.DSASignatureFormat):System.Boolean",
@@ -13679,7 +14003,13 @@
13679
14003
  "isSealed": false,
13680
14004
  "arity": 0,
13681
14005
  "parameterCount": 4,
13682
- "isExtensionMethod": false
14006
+ "isExtensionMethod": false,
14007
+ "parameterModifiers": [
14008
+ {
14009
+ "index": 3,
14010
+ "modifier": "out"
14011
+ }
14012
+ ]
13683
14013
  },
13684
14014
  {
13685
14015
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.ECAlgorithm::TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Security.Cryptography.PbeParameters,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
@@ -13695,7 +14025,13 @@
13695
14025
  "isSealed": false,
13696
14026
  "arity": 0,
13697
14027
  "parameterCount": 4,
13698
- "isExtensionMethod": false
14028
+ "isExtensionMethod": false,
14029
+ "parameterModifiers": [
14030
+ {
14031
+ "index": 3,
14032
+ "modifier": "out"
14033
+ }
14034
+ ]
13699
14035
  },
13700
14036
  {
13701
14037
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.ECAlgorithm::TryExportPkcs8PrivateKey(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
@@ -13711,7 +14047,13 @@
13711
14047
  "isSealed": false,
13712
14048
  "arity": 0,
13713
14049
  "parameterCount": 2,
13714
- "isExtensionMethod": false
14050
+ "isExtensionMethod": false,
14051
+ "parameterModifiers": [
14052
+ {
14053
+ "index": 1,
14054
+ "modifier": "out"
14055
+ }
14056
+ ]
13715
14057
  },
13716
14058
  {
13717
14059
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.ECAlgorithm::TryExportSubjectPublicKeyInfo(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
@@ -13727,7 +14069,13 @@
13727
14069
  "isSealed": false,
13728
14070
  "arity": 0,
13729
14071
  "parameterCount": 2,
13730
- "isExtensionMethod": false
14072
+ "isExtensionMethod": false,
14073
+ "parameterModifiers": [
14074
+ {
14075
+ "index": 1,
14076
+ "modifier": "out"
14077
+ }
14078
+ ]
13731
14079
  },
13732
14080
  {
13733
14081
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.ECAlgorithm::ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Void",
@@ -13743,7 +14091,13 @@
13743
14091
  "isSealed": false,
13744
14092
  "arity": 0,
13745
14093
  "parameterCount": 3,
13746
- "isExtensionMethod": false
14094
+ "isExtensionMethod": false,
14095
+ "parameterModifiers": [
14096
+ {
14097
+ "index": 2,
14098
+ "modifier": "out"
14099
+ }
14100
+ ]
13747
14101
  },
13748
14102
  {
13749
14103
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.ECAlgorithm::ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Void",
@@ -13759,7 +14113,13 @@
13759
14113
  "isSealed": false,
13760
14114
  "arity": 0,
13761
14115
  "parameterCount": 3,
13762
- "isExtensionMethod": false
14116
+ "isExtensionMethod": false,
14117
+ "parameterModifiers": [
14118
+ {
14119
+ "index": 2,
14120
+ "modifier": "out"
14121
+ }
14122
+ ]
13763
14123
  },
13764
14124
  {
13765
14125
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.ECAlgorithm::ImportPkcs8PrivateKey(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Void",
@@ -13775,7 +14135,13 @@
13775
14135
  "isSealed": false,
13776
14136
  "arity": 0,
13777
14137
  "parameterCount": 2,
13778
- "isExtensionMethod": false
14138
+ "isExtensionMethod": false,
14139
+ "parameterModifiers": [
14140
+ {
14141
+ "index": 1,
14142
+ "modifier": "out"
14143
+ }
14144
+ ]
13779
14145
  },
13780
14146
  {
13781
14147
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.ECAlgorithm::ImportSubjectPublicKeyInfo(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Void",
@@ -13791,7 +14157,13 @@
13791
14157
  "isSealed": false,
13792
14158
  "arity": 0,
13793
14159
  "parameterCount": 2,
13794
- "isExtensionMethod": false
14160
+ "isExtensionMethod": false,
14161
+ "parameterModifiers": [
14162
+ {
14163
+ "index": 1,
14164
+ "modifier": "out"
14165
+ }
14166
+ ]
13795
14167
  },
13796
14168
  {
13797
14169
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.ECAlgorithm::ImportECPrivateKey(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Void",
@@ -13807,7 +14179,13 @@
13807
14179
  "isSealed": false,
13808
14180
  "arity": 0,
13809
14181
  "parameterCount": 2,
13810
- "isExtensionMethod": false
14182
+ "isExtensionMethod": false,
14183
+ "parameterModifiers": [
14184
+ {
14185
+ "index": 1,
14186
+ "modifier": "out"
14187
+ }
14188
+ ]
13811
14189
  },
13812
14190
  {
13813
14191
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.ECAlgorithm::ExportECPrivateKey():System.Byte[]",
@@ -13839,7 +14217,13 @@
13839
14217
  "isSealed": false,
13840
14218
  "arity": 0,
13841
14219
  "parameterCount": 2,
13842
- "isExtensionMethod": false
14220
+ "isExtensionMethod": false,
14221
+ "parameterModifiers": [
14222
+ {
14223
+ "index": 1,
14224
+ "modifier": "out"
14225
+ }
14226
+ ]
13843
14227
  },
13844
14228
  {
13845
14229
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.ECAlgorithm::ImportFromPem(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
@@ -13919,7 +14303,13 @@
13919
14303
  "isSealed": false,
13920
14304
  "arity": 0,
13921
14305
  "parameterCount": 2,
13922
- "isExtensionMethod": false
14306
+ "isExtensionMethod": false,
14307
+ "parameterModifiers": [
14308
+ {
14309
+ "index": 1,
14310
+ "modifier": "out"
14311
+ }
14312
+ ]
13923
14313
  },
13924
14314
  {
13925
14315
  "stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
@@ -13968,7 +14358,13 @@
13968
14358
  "isSealed": false,
13969
14359
  "arity": 0,
13970
14360
  "parameterCount": 3,
13971
- "isExtensionMethod": false
14361
+ "isExtensionMethod": false,
14362
+ "parameterModifiers": [
14363
+ {
14364
+ "index": 2,
14365
+ "modifier": "out"
14366
+ }
14367
+ ]
13972
14368
  },
13973
14369
  {
13974
14370
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.ECAlgorithm::ImportFromEncryptedPem(System.ReadOnlySpan_1,System.ReadOnlySpan_1):System.Void",
@@ -14016,7 +14412,13 @@
14016
14412
  "isSealed": false,
14017
14413
  "arity": 0,
14018
14414
  "parameterCount": 2,
14019
- "isExtensionMethod": false
14415
+ "isExtensionMethod": false,
14416
+ "parameterModifiers": [
14417
+ {
14418
+ "index": 1,
14419
+ "modifier": "out"
14420
+ }
14421
+ ]
14020
14422
  },
14021
14423
  {
14022
14424
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.ECAlgorithm::ImportSubjectPublicKeyInfo(System.ReadOnlySpan_1,System.Int32\u0026):System.Void",
@@ -14032,7 +14434,13 @@
14032
14434
  "isSealed": false,
14033
14435
  "arity": 0,
14034
14436
  "parameterCount": 2,
14035
- "isExtensionMethod": false
14437
+ "isExtensionMethod": false,
14438
+ "parameterModifiers": [
14439
+ {
14440
+ "index": 1,
14441
+ "modifier": "out"
14442
+ }
14443
+ ]
14036
14444
  },
14037
14445
  {
14038
14446
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.ECAlgorithm::TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan_1,System.Security.Cryptography.PbeParameters,System.Span_1,System.Int32\u0026):System.Boolean",
@@ -14048,7 +14456,13 @@
14048
14456
  "isSealed": false,
14049
14457
  "arity": 0,
14050
14458
  "parameterCount": 4,
14051
- "isExtensionMethod": false
14459
+ "isExtensionMethod": false,
14460
+ "parameterModifiers": [
14461
+ {
14462
+ "index": 3,
14463
+ "modifier": "out"
14464
+ }
14465
+ ]
14052
14466
  },
14053
14467
  {
14054
14468
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.ECAlgorithm::TryExportPkcs8PrivateKey(System.Span_1,System.Int32\u0026):System.Boolean",
@@ -14064,7 +14478,13 @@
14064
14478
  "isSealed": false,
14065
14479
  "arity": 0,
14066
14480
  "parameterCount": 2,
14067
- "isExtensionMethod": false
14481
+ "isExtensionMethod": false,
14482
+ "parameterModifiers": [
14483
+ {
14484
+ "index": 1,
14485
+ "modifier": "out"
14486
+ }
14487
+ ]
14068
14488
  },
14069
14489
  {
14070
14490
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.ECAlgorithm::TryExportSubjectPublicKeyInfo(System.Span_1,System.Int32\u0026):System.Boolean",
@@ -14080,7 +14500,13 @@
14080
14500
  "isSealed": false,
14081
14501
  "arity": 0,
14082
14502
  "parameterCount": 2,
14083
- "isExtensionMethod": false
14503
+ "isExtensionMethod": false,
14504
+ "parameterModifiers": [
14505
+ {
14506
+ "index": 1,
14507
+ "modifier": "out"
14508
+ }
14509
+ ]
14084
14510
  }
14085
14511
  ],
14086
14512
  "properties": [],
@@ -14961,7 +15387,13 @@
14961
15387
  "isSealed": false,
14962
15388
  "arity": 0,
14963
15389
  "parameterCount": 3,
14964
- "isExtensionMethod": false
15390
+ "isExtensionMethod": false,
15391
+ "parameterModifiers": [
15392
+ {
15393
+ "index": 2,
15394
+ "modifier": "out"
15395
+ }
15396
+ ]
14965
15397
  },
14966
15398
  {
14967
15399
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDiffieHellmanOpenSsl::ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Void",
@@ -14977,7 +15409,13 @@
14977
15409
  "isSealed": false,
14978
15410
  "arity": 0,
14979
15411
  "parameterCount": 3,
14980
- "isExtensionMethod": false
15412
+ "isExtensionMethod": false,
15413
+ "parameterModifiers": [
15414
+ {
15415
+ "index": 2,
15416
+ "modifier": "out"
15417
+ }
15418
+ ]
14981
15419
  },
14982
15420
  {
14983
15421
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDiffieHellmanOpenSsl::DeriveKeyMaterial(System.Security.Cryptography.ECDiffieHellmanPublicKey):System.Byte[]",
@@ -15154,7 +15592,13 @@
15154
15592
  "isSealed": false,
15155
15593
  "arity": 0,
15156
15594
  "parameterCount": 3,
15157
- "isExtensionMethod": false
15595
+ "isExtensionMethod": false,
15596
+ "parameterModifiers": [
15597
+ {
15598
+ "index": 2,
15599
+ "modifier": "out"
15600
+ }
15601
+ ]
15158
15602
  }
15159
15603
  ],
15160
15604
  "properties": [
@@ -15339,7 +15783,13 @@
15339
15783
  "isSealed": false,
15340
15784
  "arity": 0,
15341
15785
  "parameterCount": 2,
15342
- "isExtensionMethod": false
15786
+ "isExtensionMethod": false,
15787
+ "parameterModifiers": [
15788
+ {
15789
+ "index": 1,
15790
+ "modifier": "out"
15791
+ }
15792
+ ]
15343
15793
  },
15344
15794
  {
15345
15795
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDiffieHellmanPublicKey::ExportSubjectPublicKeyInfo():System.Byte[]",
@@ -15629,7 +16079,13 @@
15629
16079
  "isSealed": false,
15630
16080
  "arity": 0,
15631
16081
  "parameterCount": 4,
15632
- "isExtensionMethod": false
16082
+ "isExtensionMethod": false,
16083
+ "parameterModifiers": [
16084
+ {
16085
+ "index": 3,
16086
+ "modifier": "out"
16087
+ }
16088
+ ]
15633
16089
  },
15634
16090
  {
15635
16091
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsa::TrySignData(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.DSASignatureFormat,System.Int32\u0026):System.Boolean",
@@ -15645,7 +16101,13 @@
15645
16101
  "isSealed": false,
15646
16102
  "arity": 0,
15647
16103
  "parameterCount": 5,
15648
- "isExtensionMethod": false
16104
+ "isExtensionMethod": false,
16105
+ "parameterModifiers": [
16106
+ {
16107
+ "index": 4,
16108
+ "modifier": "out"
16109
+ }
16110
+ ]
15649
16111
  },
15650
16112
  {
15651
16113
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsa::SignData(System.IO.Stream,System.Security.Cryptography.HashAlgorithmName):System.Byte[]",
@@ -15901,7 +16363,13 @@
15901
16363
  "isSealed": false,
15902
16364
  "arity": 0,
15903
16365
  "parameterCount": 3,
15904
- "isExtensionMethod": false
16366
+ "isExtensionMethod": false,
16367
+ "parameterModifiers": [
16368
+ {
16369
+ "index": 2,
16370
+ "modifier": "out"
16371
+ }
16372
+ ]
15905
16373
  },
15906
16374
  {
15907
16375
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsa::TrySignHash(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Security.Cryptography.DSASignatureFormat,System.Int32\u0026):System.Boolean",
@@ -15917,7 +16385,13 @@
15917
16385
  "isSealed": false,
15918
16386
  "arity": 0,
15919
16387
  "parameterCount": 4,
15920
- "isExtensionMethod": false
16388
+ "isExtensionMethod": false,
16389
+ "parameterModifiers": [
16390
+ {
16391
+ "index": 3,
16392
+ "modifier": "out"
16393
+ }
16394
+ ]
15921
16395
  },
15922
16396
  {
15923
16397
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsa::VerifyHash(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
@@ -16836,7 +17310,13 @@
16836
17310
  "isSealed": false,
16837
17311
  "arity": 0,
16838
17312
  "parameterCount": 3,
16839
- "isExtensionMethod": false
17313
+ "isExtensionMethod": false,
17314
+ "parameterModifiers": [
17315
+ {
17316
+ "index": 2,
17317
+ "modifier": "out"
17318
+ }
17319
+ ]
16840
17320
  },
16841
17321
  {
16842
17322
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaOpenSsl::VerifyHash(System.Byte[],System.Byte[]):System.Boolean",
@@ -16948,7 +17428,13 @@
16948
17428
  "isSealed": false,
16949
17429
  "arity": 0,
16950
17430
  "parameterCount": 3,
16951
- "isExtensionMethod": false
17431
+ "isExtensionMethod": false,
17432
+ "parameterModifiers": [
17433
+ {
17434
+ "index": 2,
17435
+ "modifier": "out"
17436
+ }
17437
+ ]
16952
17438
  },
16953
17439
  {
16954
17440
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaOpenSsl::ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Void",
@@ -16964,7 +17450,13 @@
16964
17450
  "isSealed": false,
16965
17451
  "arity": 0,
16966
17452
  "parameterCount": 3,
16967
- "isExtensionMethod": false
17453
+ "isExtensionMethod": false,
17454
+ "parameterModifiers": [
17455
+ {
17456
+ "index": 2,
17457
+ "modifier": "out"
17458
+ }
17459
+ ]
16968
17460
  },
16969
17461
  {
16970
17462
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaOpenSsl::DuplicateKeyHandle():System.Security.Cryptography.SafeEvpPKeyHandle",
@@ -17029,7 +17521,13 @@
17029
17521
  "isSealed": false,
17030
17522
  "arity": 0,
17031
17523
  "parameterCount": 3,
17032
- "isExtensionMethod": false
17524
+ "isExtensionMethod": false,
17525
+ "parameterModifiers": [
17526
+ {
17527
+ "index": 2,
17528
+ "modifier": "out"
17529
+ }
17530
+ ]
17033
17531
  },
17034
17532
  {
17035
17533
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaOpenSsl::SignHash(System.Byte[],System.Security.Cryptography.DSASignatureFormat):System.Byte[]",
@@ -17125,7 +17623,13 @@
17125
17623
  "isSealed": false,
17126
17624
  "arity": 0,
17127
17625
  "parameterCount": 3,
17128
- "isExtensionMethod": false
17626
+ "isExtensionMethod": false,
17627
+ "parameterModifiers": [
17628
+ {
17629
+ "index": 2,
17630
+ "modifier": "out"
17631
+ }
17632
+ ]
17129
17633
  },
17130
17634
  {
17131
17635
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaOpenSsl::TrySignHash(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.DSASignatureFormat,System.Int32\u0026):System.Boolean",
@@ -17141,7 +17645,13 @@
17141
17645
  "isSealed": false,
17142
17646
  "arity": 0,
17143
17647
  "parameterCount": 4,
17144
- "isExtensionMethod": false
17648
+ "isExtensionMethod": false,
17649
+ "parameterModifiers": [
17650
+ {
17651
+ "index": 3,
17652
+ "modifier": "out"
17653
+ }
17654
+ ]
17145
17655
  },
17146
17656
  {
17147
17657
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaOpenSsl::VerifyHash(System.ReadOnlySpan_1,System.ReadOnlySpan_1):System.Boolean",
@@ -17595,7 +18105,13 @@
17595
18105
  "isSealed": false,
17596
18106
  "arity": 0,
17597
18107
  "parameterCount": 3,
17598
- "isExtensionMethod": false
18108
+ "isExtensionMethod": false,
18109
+ "parameterModifiers": [
18110
+ {
18111
+ "index": 2,
18112
+ "modifier": "out"
18113
+ }
18114
+ ]
17599
18115
  },
17600
18116
  {
17601
18117
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.HashAlgorithm::ComputeHash(System.Byte[],System.Int32,System.Int32):System.Byte[]",
@@ -18285,7 +18801,13 @@
18285
18801
  "isSealed": false,
18286
18802
  "arity": 0,
18287
18803
  "parameterCount": 4,
18288
- "isExtensionMethod": false
18804
+ "isExtensionMethod": false,
18805
+ "parameterModifiers": [
18806
+ {
18807
+ "index": 3,
18808
+ "modifier": "out"
18809
+ }
18810
+ ]
18289
18811
  },
18290
18812
  {
18291
18813
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.HMACMD5::HashData(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IO.Stream,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32",
@@ -18687,7 +19209,13 @@
18687
19209
  "isSealed": false,
18688
19210
  "arity": 0,
18689
19211
  "parameterCount": 4,
18690
- "isExtensionMethod": false
19212
+ "isExtensionMethod": false,
19213
+ "parameterModifiers": [
19214
+ {
19215
+ "index": 3,
19216
+ "modifier": "out"
19217
+ }
19218
+ ]
18691
19219
  },
18692
19220
  {
18693
19221
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.HMACSHA1::HashData(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IO.Stream,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32",
@@ -19094,7 +19622,13 @@
19094
19622
  "isSealed": false,
19095
19623
  "arity": 0,
19096
19624
  "parameterCount": 4,
19097
- "isExtensionMethod": false
19625
+ "isExtensionMethod": false,
19626
+ "parameterModifiers": [
19627
+ {
19628
+ "index": 3,
19629
+ "modifier": "out"
19630
+ }
19631
+ ]
19098
19632
  },
19099
19633
  {
19100
19634
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.HMACSHA256::HashData(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IO.Stream,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32",
@@ -19496,7 +20030,13 @@
19496
20030
  "isSealed": false,
19497
20031
  "arity": 0,
19498
20032
  "parameterCount": 4,
19499
- "isExtensionMethod": false
20033
+ "isExtensionMethod": false,
20034
+ "parameterModifiers": [
20035
+ {
20036
+ "index": 3,
20037
+ "modifier": "out"
20038
+ }
20039
+ ]
19500
20040
  },
19501
20041
  {
19502
20042
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.HMACSHA3_256::HashData(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IO.Stream,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32",
@@ -19913,7 +20453,13 @@
19913
20453
  "isSealed": false,
19914
20454
  "arity": 0,
19915
20455
  "parameterCount": 4,
19916
- "isExtensionMethod": false
20456
+ "isExtensionMethod": false,
20457
+ "parameterModifiers": [
20458
+ {
20459
+ "index": 3,
20460
+ "modifier": "out"
20461
+ }
20462
+ ]
19917
20463
  },
19918
20464
  {
19919
20465
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.HMACSHA3_384::HashData(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IO.Stream,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32",
@@ -20330,7 +20876,13 @@
20330
20876
  "isSealed": false,
20331
20877
  "arity": 0,
20332
20878
  "parameterCount": 4,
20333
- "isExtensionMethod": false
20879
+ "isExtensionMethod": false,
20880
+ "parameterModifiers": [
20881
+ {
20882
+ "index": 3,
20883
+ "modifier": "out"
20884
+ }
20885
+ ]
20334
20886
  },
20335
20887
  {
20336
20888
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.HMACSHA3_512::HashData(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IO.Stream,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32",
@@ -20747,7 +21299,13 @@
20747
21299
  "isSealed": false,
20748
21300
  "arity": 0,
20749
21301
  "parameterCount": 4,
20750
- "isExtensionMethod": false
21302
+ "isExtensionMethod": false,
21303
+ "parameterModifiers": [
21304
+ {
21305
+ "index": 3,
21306
+ "modifier": "out"
21307
+ }
21308
+ ]
20751
21309
  },
20752
21310
  {
20753
21311
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.HMACSHA384::HashData(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IO.Stream,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32",
@@ -21164,7 +21722,13 @@
21164
21722
  "isSealed": false,
21165
21723
  "arity": 0,
21166
21724
  "parameterCount": 4,
21167
- "isExtensionMethod": false
21725
+ "isExtensionMethod": false,
21726
+ "parameterModifiers": [
21727
+ {
21728
+ "index": 3,
21729
+ "modifier": "out"
21730
+ }
21731
+ ]
21168
21732
  },
21169
21733
  {
21170
21734
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.HMACSHA512::HashData(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IO.Stream,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32",
@@ -21597,7 +22161,13 @@
21597
22161
  "isSealed": false,
21598
22162
  "arity": 0,
21599
22163
  "parameterCount": 2,
21600
- "isExtensionMethod": false
22164
+ "isExtensionMethod": false,
22165
+ "parameterModifiers": [
22166
+ {
22167
+ "index": 1,
22168
+ "modifier": "out"
22169
+ }
22170
+ ]
21601
22171
  },
21602
22172
  {
21603
22173
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.IncrementalHash::GetCurrentHash():System.Byte[]",
@@ -21645,7 +22215,13 @@
21645
22215
  "isSealed": false,
21646
22216
  "arity": 0,
21647
22217
  "parameterCount": 2,
21648
- "isExtensionMethod": false
22218
+ "isExtensionMethod": false,
22219
+ "parameterModifiers": [
22220
+ {
22221
+ "index": 1,
22222
+ "modifier": "out"
22223
+ }
22224
+ ]
21649
22225
  },
21650
22226
  {
21651
22227
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.IncrementalHash::Clone():System.Security.Cryptography.IncrementalHash",
@@ -23547,7 +24123,13 @@
23547
24123
  "isSealed": false,
23548
24124
  "arity": 0,
23549
24125
  "parameterCount": 3,
23550
- "isExtensionMethod": false
24126
+ "isExtensionMethod": false,
24127
+ "parameterModifiers": [
24128
+ {
24129
+ "index": 2,
24130
+ "modifier": "out"
24131
+ }
24132
+ ]
23551
24133
  },
23552
24134
  {
23553
24135
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.MD5::HashData(System.IO.Stream,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32",
@@ -24270,7 +24852,13 @@
24270
24852
  "isSealed": false,
24271
24853
  "arity": 0,
24272
24854
  "parameterCount": 2,
24273
- "isExtensionMethod": false
24855
+ "isExtensionMethod": false,
24856
+ "parameterModifiers": [
24857
+ {
24858
+ "index": 1,
24859
+ "modifier": "out"
24860
+ }
24861
+ ]
24274
24862
  },
24275
24863
  {
24276
24864
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.MLDsa::ExportSubjectPublicKeyInfoPem():System.String",
@@ -24318,7 +24906,13 @@
24318
24906
  "isSealed": false,
24319
24907
  "arity": 0,
24320
24908
  "parameterCount": 2,
24321
- "isExtensionMethod": false
24909
+ "isExtensionMethod": false,
24910
+ "parameterModifiers": [
24911
+ {
24912
+ "index": 1,
24913
+ "modifier": "out"
24914
+ }
24915
+ ]
24322
24916
  },
24323
24917
  {
24324
24918
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.MLDsa::ExportPkcs8PrivateKeyPem():System.String",
@@ -24398,7 +24992,13 @@
24398
24992
  "isSealed": false,
24399
24993
  "arity": 0,
24400
24994
  "parameterCount": 4,
24401
- "isExtensionMethod": false
24995
+ "isExtensionMethod": false,
24996
+ "parameterModifiers": [
24997
+ {
24998
+ "index": 3,
24999
+ "modifier": "out"
25000
+ }
25001
+ ]
24402
25002
  },
24403
25003
  {
24404
25004
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.MLDsa::TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Security.Cryptography.PbeParameters,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
@@ -24414,7 +25014,13 @@
24414
25014
  "isSealed": false,
24415
25015
  "arity": 0,
24416
25016
  "parameterCount": 4,
24417
- "isExtensionMethod": false
25017
+ "isExtensionMethod": false,
25018
+ "parameterModifiers": [
25019
+ {
25020
+ "index": 3,
25021
+ "modifier": "out"
25022
+ }
25023
+ ]
24418
25024
  },
24419
25025
  {
24420
25026
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.MLDsa::TryExportEncryptedPkcs8PrivateKey(System.String,System.Security.Cryptography.PbeParameters,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
@@ -24430,7 +25036,13 @@
24430
25036
  "isSealed": false,
24431
25037
  "arity": 0,
24432
25038
  "parameterCount": 4,
24433
- "isExtensionMethod": false
25039
+ "isExtensionMethod": false,
25040
+ "parameterModifiers": [
25041
+ {
25042
+ "index": 3,
25043
+ "modifier": "out"
25044
+ }
25045
+ ]
24434
25046
  },
24435
25047
  {
24436
25048
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.MLDsa::ExportEncryptedPkcs8PrivateKeyPem(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Security.Cryptography.PbeParameters):System.String",
@@ -25385,7 +25997,17 @@
25385
25997
  "isSealed": false,
25386
25998
  "arity": 0,
25387
25999
  "parameterCount": 2,
25388
- "isExtensionMethod": false
26000
+ "isExtensionMethod": false,
26001
+ "parameterModifiers": [
26002
+ {
26003
+ "index": 0,
26004
+ "modifier": "out"
26005
+ },
26006
+ {
26007
+ "index": 1,
26008
+ "modifier": "out"
26009
+ }
26010
+ ]
25389
26011
  },
25390
26012
  {
25391
26013
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.MLKem::Decapsulate(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
@@ -25625,7 +26247,13 @@
25625
26247
  "isSealed": false,
25626
26248
  "arity": 0,
25627
26249
  "parameterCount": 2,
25628
- "isExtensionMethod": false
26250
+ "isExtensionMethod": false,
26251
+ "parameterModifiers": [
26252
+ {
26253
+ "index": 1,
26254
+ "modifier": "out"
26255
+ }
26256
+ ]
25629
26257
  },
25630
26258
  {
25631
26259
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.MLKem::ExportSubjectPublicKeyInfo():System.Byte[]",
@@ -25673,7 +26301,13 @@
25673
26301
  "isSealed": false,
25674
26302
  "arity": 0,
25675
26303
  "parameterCount": 2,
25676
- "isExtensionMethod": false
26304
+ "isExtensionMethod": false,
26305
+ "parameterModifiers": [
26306
+ {
26307
+ "index": 1,
26308
+ "modifier": "out"
26309
+ }
26310
+ ]
25677
26311
  },
25678
26312
  {
25679
26313
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.MLKem::ExportPkcs8PrivateKey():System.Byte[]",
@@ -25721,7 +26355,13 @@
25721
26355
  "isSealed": false,
25722
26356
  "arity": 0,
25723
26357
  "parameterCount": 4,
25724
- "isExtensionMethod": false
26358
+ "isExtensionMethod": false,
26359
+ "parameterModifiers": [
26360
+ {
26361
+ "index": 3,
26362
+ "modifier": "out"
26363
+ }
26364
+ ]
25725
26365
  },
25726
26366
  {
25727
26367
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.MLKem::TryExportEncryptedPkcs8PrivateKey(System.String,System.Security.Cryptography.PbeParameters,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
@@ -25737,7 +26377,13 @@
25737
26377
  "isSealed": false,
25738
26378
  "arity": 0,
25739
26379
  "parameterCount": 4,
25740
- "isExtensionMethod": false
26380
+ "isExtensionMethod": false,
26381
+ "parameterModifiers": [
26382
+ {
26383
+ "index": 3,
26384
+ "modifier": "out"
26385
+ }
26386
+ ]
25741
26387
  },
25742
26388
  {
25743
26389
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.MLKem::TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Security.Cryptography.PbeParameters,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
@@ -25753,7 +26399,13 @@
25753
26399
  "isSealed": false,
25754
26400
  "arity": 0,
25755
26401
  "parameterCount": 4,
25756
- "isExtensionMethod": false
26402
+ "isExtensionMethod": false,
26403
+ "parameterModifiers": [
26404
+ {
26405
+ "index": 3,
26406
+ "modifier": "out"
26407
+ }
26408
+ ]
25757
26409
  },
25758
26410
  {
25759
26411
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.MLKem::ExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Security.Cryptography.PbeParameters):System.Byte[]",
@@ -29035,7 +29687,13 @@
29035
29687
  "isSealed": false,
29036
29688
  "arity": 0,
29037
29689
  "parameterCount": 4,
29038
- "isExtensionMethod": false
29690
+ "isExtensionMethod": false,
29691
+ "parameterModifiers": [
29692
+ {
29693
+ "index": 3,
29694
+ "modifier": "out"
29695
+ }
29696
+ ]
29039
29697
  },
29040
29698
  {
29041
29699
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSA::TryEncrypt(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Security.Cryptography.RSAEncryptionPadding,System.Int32\u0026):System.Boolean",
@@ -29051,7 +29709,13 @@
29051
29709
  "isSealed": false,
29052
29710
  "arity": 0,
29053
29711
  "parameterCount": 4,
29054
- "isExtensionMethod": false
29712
+ "isExtensionMethod": false,
29713
+ "parameterModifiers": [
29714
+ {
29715
+ "index": 3,
29716
+ "modifier": "out"
29717
+ }
29718
+ ]
29055
29719
  },
29056
29720
  {
29057
29721
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSA::Encrypt(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Security.Cryptography.RSAEncryptionPadding):System.Byte[]",
@@ -29131,7 +29795,13 @@
29131
29795
  "isSealed": false,
29132
29796
  "arity": 0,
29133
29797
  "parameterCount": 5,
29134
- "isExtensionMethod": false
29798
+ "isExtensionMethod": false,
29799
+ "parameterModifiers": [
29800
+ {
29801
+ "index": 4,
29802
+ "modifier": "out"
29803
+ }
29804
+ ]
29135
29805
  },
29136
29806
  {
29137
29807
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSA::VerifyHash(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Boolean",
@@ -29243,7 +29913,13 @@
29243
29913
  "isSealed": false,
29244
29914
  "arity": 0,
29245
29915
  "parameterCount": 5,
29246
- "isExtensionMethod": false
29916
+ "isExtensionMethod": false,
29917
+ "parameterModifiers": [
29918
+ {
29919
+ "index": 4,
29920
+ "modifier": "out"
29921
+ }
29922
+ ]
29247
29923
  },
29248
29924
  {
29249
29925
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSA::SignData(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Byte[]",
@@ -29403,7 +30079,13 @@
29403
30079
  "isSealed": false,
29404
30080
  "arity": 0,
29405
30081
  "parameterCount": 2,
29406
- "isExtensionMethod": false
30082
+ "isExtensionMethod": false,
30083
+ "parameterModifiers": [
30084
+ {
30085
+ "index": 1,
30086
+ "modifier": "out"
30087
+ }
30088
+ ]
29407
30089
  },
29408
30090
  {
29409
30091
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSA::ExportRSAPublicKey():System.Byte[]",
@@ -29435,7 +30117,13 @@
29435
30117
  "isSealed": false,
29436
30118
  "arity": 0,
29437
30119
  "parameterCount": 2,
29438
- "isExtensionMethod": false
30120
+ "isExtensionMethod": false,
30121
+ "parameterModifiers": [
30122
+ {
30123
+ "index": 1,
30124
+ "modifier": "out"
30125
+ }
30126
+ ]
29439
30127
  },
29440
30128
  {
29441
30129
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSA::TryExportSubjectPublicKeyInfo(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
@@ -29451,7 +30139,13 @@
29451
30139
  "isSealed": false,
29452
30140
  "arity": 0,
29453
30141
  "parameterCount": 2,
29454
- "isExtensionMethod": false
30142
+ "isExtensionMethod": false,
30143
+ "parameterModifiers": [
30144
+ {
30145
+ "index": 1,
30146
+ "modifier": "out"
30147
+ }
30148
+ ]
29455
30149
  },
29456
30150
  {
29457
30151
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSA::TryExportPkcs8PrivateKey(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
@@ -29467,7 +30161,13 @@
29467
30161
  "isSealed": false,
29468
30162
  "arity": 0,
29469
30163
  "parameterCount": 2,
29470
- "isExtensionMethod": false
30164
+ "isExtensionMethod": false,
30165
+ "parameterModifiers": [
30166
+ {
30167
+ "index": 1,
30168
+ "modifier": "out"
30169
+ }
30170
+ ]
29471
30171
  },
29472
30172
  {
29473
30173
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSA::TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Security.Cryptography.PbeParameters,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
@@ -29483,7 +30183,13 @@
29483
30183
  "isSealed": false,
29484
30184
  "arity": 0,
29485
30185
  "parameterCount": 4,
29486
- "isExtensionMethod": false
30186
+ "isExtensionMethod": false,
30187
+ "parameterModifiers": [
30188
+ {
30189
+ "index": 3,
30190
+ "modifier": "out"
30191
+ }
30192
+ ]
29487
30193
  },
29488
30194
  {
29489
30195
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSA::TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Security.Cryptography.PbeParameters,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
@@ -29499,7 +30205,13 @@
29499
30205
  "isSealed": false,
29500
30206
  "arity": 0,
29501
30207
  "parameterCount": 4,
29502
- "isExtensionMethod": false
30208
+ "isExtensionMethod": false,
30209
+ "parameterModifiers": [
30210
+ {
30211
+ "index": 3,
30212
+ "modifier": "out"
30213
+ }
30214
+ ]
29503
30215
  },
29504
30216
  {
29505
30217
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSA::ImportSubjectPublicKeyInfo(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Void",
@@ -29515,7 +30227,13 @@
29515
30227
  "isSealed": false,
29516
30228
  "arity": 0,
29517
30229
  "parameterCount": 2,
29518
- "isExtensionMethod": false
30230
+ "isExtensionMethod": false,
30231
+ "parameterModifiers": [
30232
+ {
30233
+ "index": 1,
30234
+ "modifier": "out"
30235
+ }
30236
+ ]
29519
30237
  },
29520
30238
  {
29521
30239
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSA::ImportRSAPublicKey(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Void",
@@ -29531,7 +30249,13 @@
29531
30249
  "isSealed": false,
29532
30250
  "arity": 0,
29533
30251
  "parameterCount": 2,
29534
- "isExtensionMethod": false
30252
+ "isExtensionMethod": false,
30253
+ "parameterModifiers": [
30254
+ {
30255
+ "index": 1,
30256
+ "modifier": "out"
30257
+ }
30258
+ ]
29535
30259
  },
29536
30260
  {
29537
30261
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSA::ImportRSAPrivateKey(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Void",
@@ -29547,7 +30271,13 @@
29547
30271
  "isSealed": false,
29548
30272
  "arity": 0,
29549
30273
  "parameterCount": 2,
29550
- "isExtensionMethod": false
30274
+ "isExtensionMethod": false,
30275
+ "parameterModifiers": [
30276
+ {
30277
+ "index": 1,
30278
+ "modifier": "out"
30279
+ }
30280
+ ]
29551
30281
  },
29552
30282
  {
29553
30283
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSA::ImportPkcs8PrivateKey(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Void",
@@ -29563,7 +30293,13 @@
29563
30293
  "isSealed": false,
29564
30294
  "arity": 0,
29565
30295
  "parameterCount": 2,
29566
- "isExtensionMethod": false
30296
+ "isExtensionMethod": false,
30297
+ "parameterModifiers": [
30298
+ {
30299
+ "index": 1,
30300
+ "modifier": "out"
30301
+ }
30302
+ ]
29567
30303
  },
29568
30304
  {
29569
30305
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSA::ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Void",
@@ -29579,7 +30315,13 @@
29579
30315
  "isSealed": false,
29580
30316
  "arity": 0,
29581
30317
  "parameterCount": 3,
29582
- "isExtensionMethod": false
30318
+ "isExtensionMethod": false,
30319
+ "parameterModifiers": [
30320
+ {
30321
+ "index": 2,
30322
+ "modifier": "out"
30323
+ }
30324
+ ]
29583
30325
  },
29584
30326
  {
29585
30327
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSA::ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Void",
@@ -29595,7 +30337,13 @@
29595
30337
  "isSealed": false,
29596
30338
  "arity": 0,
29597
30339
  "parameterCount": 3,
29598
- "isExtensionMethod": false
30340
+ "isExtensionMethod": false,
30341
+ "parameterModifiers": [
30342
+ {
30343
+ "index": 2,
30344
+ "modifier": "out"
30345
+ }
30346
+ ]
29599
30347
  },
29600
30348
  {
29601
30349
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSA::ImportFromPem(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
@@ -29691,7 +30439,13 @@
29691
30439
  "isSealed": false,
29692
30440
  "arity": 0,
29693
30441
  "parameterCount": 2,
29694
- "isExtensionMethod": false
30442
+ "isExtensionMethod": false,
30443
+ "parameterModifiers": [
30444
+ {
30445
+ "index": 1,
30446
+ "modifier": "out"
30447
+ }
30448
+ ]
29695
30449
  },
29696
30450
  {
29697
30451
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSA::TryExportRSAPublicKeyPem(System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
@@ -29707,7 +30461,13 @@
29707
30461
  "isSealed": false,
29708
30462
  "arity": 0,
29709
30463
  "parameterCount": 2,
29710
- "isExtensionMethod": false
30464
+ "isExtensionMethod": false,
30465
+ "parameterModifiers": [
30466
+ {
30467
+ "index": 1,
30468
+ "modifier": "out"
30469
+ }
30470
+ ]
29711
30471
  },
29712
30472
  {
29713
30473
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSA::FromXmlString(System.String):System.Void",
@@ -29788,7 +30548,13 @@
29788
30548
  "isSealed": false,
29789
30549
  "arity": 0,
29790
30550
  "parameterCount": 3,
29791
- "isExtensionMethod": false
30551
+ "isExtensionMethod": false,
30552
+ "parameterModifiers": [
30553
+ {
30554
+ "index": 2,
30555
+ "modifier": "out"
30556
+ }
30557
+ ]
29792
30558
  },
29793
30559
  {
29794
30560
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSA::ImportFromEncryptedPem(System.ReadOnlySpan_1,System.ReadOnlySpan_1):System.Void",
@@ -29836,7 +30602,13 @@
29836
30602
  "isSealed": false,
29837
30603
  "arity": 0,
29838
30604
  "parameterCount": 2,
29839
- "isExtensionMethod": false
30605
+ "isExtensionMethod": false,
30606
+ "parameterModifiers": [
30607
+ {
30608
+ "index": 1,
30609
+ "modifier": "out"
30610
+ }
30611
+ ]
29840
30612
  },
29841
30613
  {
29842
30614
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSA::ImportSubjectPublicKeyInfo(System.ReadOnlySpan_1,System.Int32\u0026):System.Void",
@@ -29852,7 +30624,13 @@
29852
30624
  "isSealed": false,
29853
30625
  "arity": 0,
29854
30626
  "parameterCount": 2,
29855
- "isExtensionMethod": false
30627
+ "isExtensionMethod": false,
30628
+ "parameterModifiers": [
30629
+ {
30630
+ "index": 1,
30631
+ "modifier": "out"
30632
+ }
30633
+ ]
29856
30634
  },
29857
30635
  {
29858
30636
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSA::TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan_1,System.Security.Cryptography.PbeParameters,System.Span_1,System.Int32\u0026):System.Boolean",
@@ -29868,7 +30646,13 @@
29868
30646
  "isSealed": false,
29869
30647
  "arity": 0,
29870
30648
  "parameterCount": 4,
29871
- "isExtensionMethod": false
30649
+ "isExtensionMethod": false,
30650
+ "parameterModifiers": [
30651
+ {
30652
+ "index": 3,
30653
+ "modifier": "out"
30654
+ }
30655
+ ]
29872
30656
  },
29873
30657
  {
29874
30658
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSA::TryExportPkcs8PrivateKey(System.Span_1,System.Int32\u0026):System.Boolean",
@@ -29884,7 +30668,13 @@
29884
30668
  "isSealed": false,
29885
30669
  "arity": 0,
29886
30670
  "parameterCount": 2,
29887
- "isExtensionMethod": false
30671
+ "isExtensionMethod": false,
30672
+ "parameterModifiers": [
30673
+ {
30674
+ "index": 1,
30675
+ "modifier": "out"
30676
+ }
30677
+ ]
29888
30678
  },
29889
30679
  {
29890
30680
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSA::TryExportSubjectPublicKeyInfo(System.Span_1,System.Int32\u0026):System.Boolean",
@@ -29900,7 +30690,13 @@
29900
30690
  "isSealed": false,
29901
30691
  "arity": 0,
29902
30692
  "parameterCount": 2,
29903
- "isExtensionMethod": false
30693
+ "isExtensionMethod": false,
30694
+ "parameterModifiers": [
30695
+ {
30696
+ "index": 1,
30697
+ "modifier": "out"
30698
+ }
30699
+ ]
29904
30700
  }
29905
30701
  ],
29906
30702
  "properties": [
@@ -30110,7 +30906,13 @@
30110
30906
  "isSealed": false,
30111
30907
  "arity": 0,
30112
30908
  "parameterCount": 4,
30113
- "isExtensionMethod": false
30909
+ "isExtensionMethod": false,
30910
+ "parameterModifiers": [
30911
+ {
30912
+ "index": 3,
30913
+ "modifier": "out"
30914
+ }
30915
+ ]
30114
30916
  },
30115
30917
  {
30116
30918
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSACryptoServiceProvider::Encrypt(System.Byte[],System.Boolean):System.Byte[]",
@@ -30158,7 +30960,13 @@
30158
30960
  "isSealed": false,
30159
30961
  "arity": 0,
30160
30962
  "parameterCount": 4,
30161
- "isExtensionMethod": false
30963
+ "isExtensionMethod": false,
30964
+ "parameterModifiers": [
30965
+ {
30966
+ "index": 3,
30967
+ "modifier": "out"
30968
+ }
30969
+ ]
30162
30970
  },
30163
30971
  {
30164
30972
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSACryptoServiceProvider::ExportCspBlob(System.Boolean):System.Byte[]",
@@ -30254,7 +31062,13 @@
30254
31062
  "isSealed": false,
30255
31063
  "arity": 0,
30256
31064
  "parameterCount": 3,
30257
- "isExtensionMethod": false
31065
+ "isExtensionMethod": false,
31066
+ "parameterModifiers": [
31067
+ {
31068
+ "index": 2,
31069
+ "modifier": "out"
31070
+ }
31071
+ ]
30258
31072
  },
30259
31073
  {
30260
31074
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSACryptoServiceProvider::ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Void",
@@ -30270,7 +31084,13 @@
30270
31084
  "isSealed": false,
30271
31085
  "arity": 0,
30272
31086
  "parameterCount": 3,
30273
- "isExtensionMethod": false
31087
+ "isExtensionMethod": false,
31088
+ "parameterModifiers": [
31089
+ {
31090
+ "index": 2,
31091
+ "modifier": "out"
31092
+ }
31093
+ ]
30274
31094
  },
30275
31095
  {
30276
31096
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSACryptoServiceProvider::SignData(System.IO.Stream,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Byte[]",
@@ -30318,7 +31138,13 @@
30318
31138
  "isSealed": false,
30319
31139
  "arity": 0,
30320
31140
  "parameterCount": 5,
30321
- "isExtensionMethod": false
31141
+ "isExtensionMethod": false,
31142
+ "parameterModifiers": [
31143
+ {
31144
+ "index": 4,
31145
+ "modifier": "out"
31146
+ }
31147
+ ]
30322
31148
  },
30323
31149
  {
30324
31150
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSACryptoServiceProvider::SignData(System.Byte[],System.Int32,System.Int32,System.Object):System.Byte[]",
@@ -30398,7 +31224,13 @@
30398
31224
  "isSealed": false,
30399
31225
  "arity": 0,
30400
31226
  "parameterCount": 5,
30401
- "isExtensionMethod": false
31227
+ "isExtensionMethod": false,
31228
+ "parameterModifiers": [
31229
+ {
31230
+ "index": 4,
31231
+ "modifier": "out"
31232
+ }
31233
+ ]
30402
31234
  },
30403
31235
  {
30404
31236
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSACryptoServiceProvider::SignHash(System.Byte[],System.String):System.Byte[]",
@@ -30673,7 +31505,13 @@
30673
31505
  "isSealed": false,
30674
31506
  "arity": 0,
30675
31507
  "parameterCount": 3,
30676
- "isExtensionMethod": false
31508
+ "isExtensionMethod": false,
31509
+ "parameterModifiers": [
31510
+ {
31511
+ "index": 2,
31512
+ "modifier": "out"
31513
+ }
31514
+ ]
30677
31515
  },
30678
31516
  {
30679
31517
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSACryptoServiceProvider::SignData(System.Byte[],System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Byte[]",
@@ -30769,7 +31607,13 @@
30769
31607
  "isSealed": false,
30770
31608
  "arity": 0,
30771
31609
  "parameterCount": 4,
30772
- "isExtensionMethod": false
31610
+ "isExtensionMethod": false,
31611
+ "parameterModifiers": [
31612
+ {
31613
+ "index": 3,
31614
+ "modifier": "out"
31615
+ }
31616
+ ]
30773
31617
  },
30774
31618
  {
30775
31619
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSACryptoServiceProvider::TryEncrypt(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.RSAEncryptionPadding,System.Int32\u0026):System.Boolean",
@@ -30785,7 +31629,13 @@
30785
31629
  "isSealed": false,
30786
31630
  "arity": 0,
30787
31631
  "parameterCount": 4,
30788
- "isExtensionMethod": false
31632
+ "isExtensionMethod": false,
31633
+ "parameterModifiers": [
31634
+ {
31635
+ "index": 3,
31636
+ "modifier": "out"
31637
+ }
31638
+ ]
30789
31639
  },
30790
31640
  {
30791
31641
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSACryptoServiceProvider::TrySignData(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding,System.Int32\u0026):System.Boolean",
@@ -30801,7 +31651,13 @@
30801
31651
  "isSealed": false,
30802
31652
  "arity": 0,
30803
31653
  "parameterCount": 5,
30804
- "isExtensionMethod": false
31654
+ "isExtensionMethod": false,
31655
+ "parameterModifiers": [
31656
+ {
31657
+ "index": 4,
31658
+ "modifier": "out"
31659
+ }
31660
+ ]
30805
31661
  },
30806
31662
  {
30807
31663
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSACryptoServiceProvider::TrySignHash(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding,System.Int32\u0026):System.Boolean",
@@ -30817,7 +31673,13 @@
30817
31673
  "isSealed": false,
30818
31674
  "arity": 0,
30819
31675
  "parameterCount": 5,
30820
- "isExtensionMethod": false
31676
+ "isExtensionMethod": false,
31677
+ "parameterModifiers": [
31678
+ {
31679
+ "index": 4,
31680
+ "modifier": "out"
31681
+ }
31682
+ ]
30821
31683
  },
30822
31684
  {
30823
31685
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSACryptoServiceProvider::VerifyData(System.Byte[],System.Byte[],System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Boolean",
@@ -31551,7 +32413,13 @@
31551
32413
  "isSealed": false,
31552
32414
  "arity": 0,
31553
32415
  "parameterCount": 4,
31554
- "isExtensionMethod": false
32416
+ "isExtensionMethod": false,
32417
+ "parameterModifiers": [
32418
+ {
32419
+ "index": 3,
32420
+ "modifier": "out"
32421
+ }
32422
+ ]
31555
32423
  },
31556
32424
  {
31557
32425
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::Encrypt(System.Byte[],System.Security.Cryptography.RSAEncryptionPadding):System.Byte[]",
@@ -31583,7 +32451,13 @@
31583
32451
  "isSealed": false,
31584
32452
  "arity": 0,
31585
32453
  "parameterCount": 4,
31586
- "isExtensionMethod": false
32454
+ "isExtensionMethod": false,
32455
+ "parameterModifiers": [
32456
+ {
32457
+ "index": 3,
32458
+ "modifier": "out"
32459
+ }
32460
+ ]
31587
32461
  },
31588
32462
  {
31589
32463
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::TryExportPkcs8PrivateKey(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
@@ -31599,7 +32473,13 @@
31599
32473
  "isSealed": false,
31600
32474
  "arity": 0,
31601
32475
  "parameterCount": 2,
31602
- "isExtensionMethod": false
32476
+ "isExtensionMethod": false,
32477
+ "parameterModifiers": [
32478
+ {
32479
+ "index": 1,
32480
+ "modifier": "out"
32481
+ }
32482
+ ]
31603
32483
  },
31604
32484
  {
31605
32485
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::ExportPkcs8PrivateKey():System.Byte[]",
@@ -31631,7 +32511,13 @@
31631
32511
  "isSealed": false,
31632
32512
  "arity": 0,
31633
32513
  "parameterCount": 2,
31634
- "isExtensionMethod": false
32514
+ "isExtensionMethod": false,
32515
+ "parameterModifiers": [
32516
+ {
32517
+ "index": 1,
32518
+ "modifier": "out"
32519
+ }
32520
+ ]
31635
32521
  },
31636
32522
  {
31637
32523
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::ExportRSAPrivateKey():System.Byte[]",
@@ -31679,7 +32565,13 @@
31679
32565
  "isSealed": false,
31680
32566
  "arity": 0,
31681
32567
  "parameterCount": 2,
31682
- "isExtensionMethod": false
32568
+ "isExtensionMethod": false,
32569
+ "parameterModifiers": [
32570
+ {
32571
+ "index": 1,
32572
+ "modifier": "out"
32573
+ }
32574
+ ]
31683
32575
  },
31684
32576
  {
31685
32577
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::ExportSubjectPublicKeyInfo():System.Byte[]",
@@ -31711,7 +32603,13 @@
31711
32603
  "isSealed": false,
31712
32604
  "arity": 0,
31713
32605
  "parameterCount": 2,
31714
- "isExtensionMethod": false
32606
+ "isExtensionMethod": false,
32607
+ "parameterModifiers": [
32608
+ {
32609
+ "index": 1,
32610
+ "modifier": "out"
32611
+ }
32612
+ ]
31715
32613
  },
31716
32614
  {
31717
32615
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::ExportParameters(System.Boolean):System.Security.Cryptography.RSAParameters",
@@ -31759,7 +32657,13 @@
31759
32657
  "isSealed": false,
31760
32658
  "arity": 0,
31761
32659
  "parameterCount": 2,
31762
- "isExtensionMethod": false
32660
+ "isExtensionMethod": false,
32661
+ "parameterModifiers": [
32662
+ {
32663
+ "index": 1,
32664
+ "modifier": "out"
32665
+ }
32666
+ ]
31763
32667
  },
31764
32668
  {
31765
32669
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::ImportSubjectPublicKeyInfo(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Void",
@@ -31775,7 +32679,13 @@
31775
32679
  "isSealed": false,
31776
32680
  "arity": 0,
31777
32681
  "parameterCount": 2,
31778
- "isExtensionMethod": false
32682
+ "isExtensionMethod": false,
32683
+ "parameterModifiers": [
32684
+ {
32685
+ "index": 1,
32686
+ "modifier": "out"
32687
+ }
32688
+ ]
31779
32689
  },
31780
32690
  {
31781
32691
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Void",
@@ -31791,7 +32701,13 @@
31791
32701
  "isSealed": false,
31792
32702
  "arity": 0,
31793
32703
  "parameterCount": 3,
31794
- "isExtensionMethod": false
32704
+ "isExtensionMethod": false,
32705
+ "parameterModifiers": [
32706
+ {
32707
+ "index": 2,
32708
+ "modifier": "out"
32709
+ }
32710
+ ]
31795
32711
  },
31796
32712
  {
31797
32713
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Void",
@@ -31807,7 +32723,13 @@
31807
32723
  "isSealed": false,
31808
32724
  "arity": 0,
31809
32725
  "parameterCount": 3,
31810
- "isExtensionMethod": false
32726
+ "isExtensionMethod": false,
32727
+ "parameterModifiers": [
32728
+ {
32729
+ "index": 2,
32730
+ "modifier": "out"
32731
+ }
32732
+ ]
31811
32733
  },
31812
32734
  {
31813
32735
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::ImportPkcs8PrivateKey(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Void",
@@ -31823,7 +32745,13 @@
31823
32745
  "isSealed": false,
31824
32746
  "arity": 0,
31825
32747
  "parameterCount": 2,
31826
- "isExtensionMethod": false
32748
+ "isExtensionMethod": false,
32749
+ "parameterModifiers": [
32750
+ {
32751
+ "index": 1,
32752
+ "modifier": "out"
32753
+ }
32754
+ ]
31827
32755
  },
31828
32756
  {
31829
32757
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::ImportRSAPrivateKey(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Void",
@@ -31839,7 +32767,13 @@
31839
32767
  "isSealed": false,
31840
32768
  "arity": 0,
31841
32769
  "parameterCount": 2,
31842
- "isExtensionMethod": false
32770
+ "isExtensionMethod": false,
32771
+ "parameterModifiers": [
32772
+ {
32773
+ "index": 1,
32774
+ "modifier": "out"
32775
+ }
32776
+ ]
31843
32777
  },
31844
32778
  {
31845
32779
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::SignHash(System.Byte[],System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Byte[]",
@@ -31871,7 +32805,13 @@
31871
32805
  "isSealed": false,
31872
32806
  "arity": 0,
31873
32807
  "parameterCount": 5,
31874
- "isExtensionMethod": false
32808
+ "isExtensionMethod": false,
32809
+ "parameterModifiers": [
32810
+ {
32811
+ "index": 4,
32812
+ "modifier": "out"
32813
+ }
32814
+ ]
31875
32815
  },
31876
32816
  {
31877
32817
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::VerifyHash(System.Byte[],System.Byte[],System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Boolean",
@@ -32032,7 +32972,13 @@
32032
32972
  "isSealed": false,
32033
32973
  "arity": 0,
32034
32974
  "parameterCount": 3,
32035
- "isExtensionMethod": false
32975
+ "isExtensionMethod": false,
32976
+ "parameterModifiers": [
32977
+ {
32978
+ "index": 2,
32979
+ "modifier": "out"
32980
+ }
32981
+ ]
32036
32982
  },
32037
32983
  {
32038
32984
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::ImportPkcs8PrivateKey(System.ReadOnlySpan_1,System.Int32\u0026):System.Void",
@@ -32048,7 +32994,13 @@
32048
32994
  "isSealed": false,
32049
32995
  "arity": 0,
32050
32996
  "parameterCount": 2,
32051
- "isExtensionMethod": false
32997
+ "isExtensionMethod": false,
32998
+ "parameterModifiers": [
32999
+ {
33000
+ "index": 1,
33001
+ "modifier": "out"
33002
+ }
33003
+ ]
32052
33004
  },
32053
33005
  {
32054
33006
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::ImportRSAPrivateKey(System.ReadOnlySpan_1,System.Int32\u0026):System.Void",
@@ -32064,7 +33016,13 @@
32064
33016
  "isSealed": false,
32065
33017
  "arity": 0,
32066
33018
  "parameterCount": 2,
32067
- "isExtensionMethod": false
33019
+ "isExtensionMethod": false,
33020
+ "parameterModifiers": [
33021
+ {
33022
+ "index": 1,
33023
+ "modifier": "out"
33024
+ }
33025
+ ]
32068
33026
  },
32069
33027
  {
32070
33028
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::ImportRSAPublicKey(System.ReadOnlySpan_1,System.Int32\u0026):System.Void",
@@ -32080,7 +33038,13 @@
32080
33038
  "isSealed": false,
32081
33039
  "arity": 0,
32082
33040
  "parameterCount": 2,
32083
- "isExtensionMethod": false
33041
+ "isExtensionMethod": false,
33042
+ "parameterModifiers": [
33043
+ {
33044
+ "index": 1,
33045
+ "modifier": "out"
33046
+ }
33047
+ ]
32084
33048
  },
32085
33049
  {
32086
33050
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::ImportSubjectPublicKeyInfo(System.ReadOnlySpan_1,System.Int32\u0026):System.Void",
@@ -32096,7 +33060,13 @@
32096
33060
  "isSealed": false,
32097
33061
  "arity": 0,
32098
33062
  "parameterCount": 2,
32099
- "isExtensionMethod": false
33063
+ "isExtensionMethod": false,
33064
+ "parameterModifiers": [
33065
+ {
33066
+ "index": 1,
33067
+ "modifier": "out"
33068
+ }
33069
+ ]
32100
33070
  },
32101
33071
  {
32102
33072
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::SignHash(System.ReadOnlySpan_1,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Byte[]",
@@ -32144,7 +33114,13 @@
32144
33114
  "isSealed": false,
32145
33115
  "arity": 0,
32146
33116
  "parameterCount": 4,
32147
- "isExtensionMethod": false
33117
+ "isExtensionMethod": false,
33118
+ "parameterModifiers": [
33119
+ {
33120
+ "index": 3,
33121
+ "modifier": "out"
33122
+ }
33123
+ ]
32148
33124
  },
32149
33125
  {
32150
33126
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::TryEncrypt(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.RSAEncryptionPadding,System.Int32\u0026):System.Boolean",
@@ -32160,7 +33136,13 @@
32160
33136
  "isSealed": false,
32161
33137
  "arity": 0,
32162
33138
  "parameterCount": 4,
32163
- "isExtensionMethod": false
33139
+ "isExtensionMethod": false,
33140
+ "parameterModifiers": [
33141
+ {
33142
+ "index": 3,
33143
+ "modifier": "out"
33144
+ }
33145
+ ]
32164
33146
  },
32165
33147
  {
32166
33148
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::TryExportPkcs8PrivateKey(System.Span_1,System.Int32\u0026):System.Boolean",
@@ -32176,7 +33158,13 @@
32176
33158
  "isSealed": false,
32177
33159
  "arity": 0,
32178
33160
  "parameterCount": 2,
32179
- "isExtensionMethod": false
33161
+ "isExtensionMethod": false,
33162
+ "parameterModifiers": [
33163
+ {
33164
+ "index": 1,
33165
+ "modifier": "out"
33166
+ }
33167
+ ]
32180
33168
  },
32181
33169
  {
32182
33170
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::TryExportRSAPrivateKey(System.Span_1,System.Int32\u0026):System.Boolean",
@@ -32192,7 +33180,13 @@
32192
33180
  "isSealed": false,
32193
33181
  "arity": 0,
32194
33182
  "parameterCount": 2,
32195
- "isExtensionMethod": false
33183
+ "isExtensionMethod": false,
33184
+ "parameterModifiers": [
33185
+ {
33186
+ "index": 1,
33187
+ "modifier": "out"
33188
+ }
33189
+ ]
32196
33190
  },
32197
33191
  {
32198
33192
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::TryExportRSAPublicKey(System.Span_1,System.Int32\u0026):System.Boolean",
@@ -32208,7 +33202,13 @@
32208
33202
  "isSealed": false,
32209
33203
  "arity": 0,
32210
33204
  "parameterCount": 2,
32211
- "isExtensionMethod": false
33205
+ "isExtensionMethod": false,
33206
+ "parameterModifiers": [
33207
+ {
33208
+ "index": 1,
33209
+ "modifier": "out"
33210
+ }
33211
+ ]
32212
33212
  },
32213
33213
  {
32214
33214
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::TryExportSubjectPublicKeyInfo(System.Span_1,System.Int32\u0026):System.Boolean",
@@ -32224,7 +33224,13 @@
32224
33224
  "isSealed": false,
32225
33225
  "arity": 0,
32226
33226
  "parameterCount": 2,
32227
- "isExtensionMethod": false
33227
+ "isExtensionMethod": false,
33228
+ "parameterModifiers": [
33229
+ {
33230
+ "index": 1,
33231
+ "modifier": "out"
33232
+ }
33233
+ ]
32228
33234
  },
32229
33235
  {
32230
33236
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::TrySignHash(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding,System.Int32\u0026):System.Boolean",
@@ -32240,7 +33246,13 @@
32240
33246
  "isSealed": false,
32241
33247
  "arity": 0,
32242
33248
  "parameterCount": 5,
32243
- "isExtensionMethod": false
33249
+ "isExtensionMethod": false,
33250
+ "parameterModifiers": [
33251
+ {
33252
+ "index": 4,
33253
+ "modifier": "out"
33254
+ }
33255
+ ]
32244
33256
  },
32245
33257
  {
32246
33258
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::VerifyHash(System.ReadOnlySpan_1,System.ReadOnlySpan_1,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Boolean",
@@ -33108,7 +34120,13 @@
33108
34120
  "isSealed": false,
33109
34121
  "arity": 0,
33110
34122
  "parameterCount": 3,
33111
- "isExtensionMethod": false
34123
+ "isExtensionMethod": false,
34124
+ "parameterModifiers": [
34125
+ {
34126
+ "index": 2,
34127
+ "modifier": "out"
34128
+ }
34129
+ ]
33112
34130
  },
33113
34131
  {
33114
34132
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.SHA1::HashData(System.IO.Stream,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32",
@@ -33874,7 +34892,13 @@
33874
34892
  "isSealed": false,
33875
34893
  "arity": 0,
33876
34894
  "parameterCount": 3,
33877
- "isExtensionMethod": false
34895
+ "isExtensionMethod": false,
34896
+ "parameterModifiers": [
34897
+ {
34898
+ "index": 2,
34899
+ "modifier": "out"
34900
+ }
34901
+ ]
33878
34902
  },
33879
34903
  {
33880
34904
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.SHA256::HashData(System.IO.Stream,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32",
@@ -34624,7 +35648,13 @@
34624
35648
  "isSealed": false,
34625
35649
  "arity": 0,
34626
35650
  "parameterCount": 3,
34627
- "isExtensionMethod": false
35651
+ "isExtensionMethod": false,
35652
+ "parameterModifiers": [
35653
+ {
35654
+ "index": 2,
35655
+ "modifier": "out"
35656
+ }
35657
+ ]
34628
35658
  },
34629
35659
  {
34630
35660
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.SHA3_256::HashData(System.IO.Stream,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32",
@@ -34983,7 +36013,13 @@
34983
36013
  "isSealed": false,
34984
36014
  "arity": 0,
34985
36015
  "parameterCount": 3,
34986
- "isExtensionMethod": false
36016
+ "isExtensionMethod": false,
36017
+ "parameterModifiers": [
36018
+ {
36019
+ "index": 2,
36020
+ "modifier": "out"
36021
+ }
36022
+ ]
34987
36023
  },
34988
36024
  {
34989
36025
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.SHA3_384::HashData(System.IO.Stream,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32",
@@ -35342,7 +36378,13 @@
35342
36378
  "isSealed": false,
35343
36379
  "arity": 0,
35344
36380
  "parameterCount": 3,
35345
- "isExtensionMethod": false
36381
+ "isExtensionMethod": false,
36382
+ "parameterModifiers": [
36383
+ {
36384
+ "index": 2,
36385
+ "modifier": "out"
36386
+ }
36387
+ ]
35346
36388
  },
35347
36389
  {
35348
36390
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.SHA3_512::HashData(System.IO.Stream,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32",
@@ -35717,7 +36759,13 @@
35717
36759
  "isSealed": false,
35718
36760
  "arity": 0,
35719
36761
  "parameterCount": 3,
35720
- "isExtensionMethod": false
36762
+ "isExtensionMethod": false,
36763
+ "parameterModifiers": [
36764
+ {
36765
+ "index": 2,
36766
+ "modifier": "out"
36767
+ }
36768
+ ]
35721
36769
  },
35722
36770
  {
35723
36771
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.SHA384::HashData(System.IO.Stream,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32",
@@ -36483,7 +37531,13 @@
36483
37531
  "isSealed": false,
36484
37532
  "arity": 0,
36485
37533
  "parameterCount": 3,
36486
- "isExtensionMethod": false
37534
+ "isExtensionMethod": false,
37535
+ "parameterModifiers": [
37536
+ {
37537
+ "index": 2,
37538
+ "modifier": "out"
37539
+ }
37540
+ ]
36487
37541
  },
36488
37542
  {
36489
37543
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.SHA512::HashData(System.IO.Stream,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32",
@@ -38154,7 +39208,13 @@
38154
39208
  "isSealed": false,
38155
39209
  "arity": 0,
38156
39210
  "parameterCount": 2,
38157
- "isExtensionMethod": false
39211
+ "isExtensionMethod": false,
39212
+ "parameterModifiers": [
39213
+ {
39214
+ "index": 1,
39215
+ "modifier": "out"
39216
+ }
39217
+ ]
38158
39218
  },
38159
39219
  {
38160
39220
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.SlhDsa::ExportSubjectPublicKeyInfoPem():System.String",
@@ -38202,7 +39262,13 @@
38202
39262
  "isSealed": false,
38203
39263
  "arity": 0,
38204
39264
  "parameterCount": 2,
38205
- "isExtensionMethod": false
39265
+ "isExtensionMethod": false,
39266
+ "parameterModifiers": [
39267
+ {
39268
+ "index": 1,
39269
+ "modifier": "out"
39270
+ }
39271
+ ]
38206
39272
  },
38207
39273
  {
38208
39274
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.SlhDsa::ExportPkcs8PrivateKeyPem():System.String",
@@ -38282,7 +39348,13 @@
38282
39348
  "isSealed": false,
38283
39349
  "arity": 0,
38284
39350
  "parameterCount": 4,
38285
- "isExtensionMethod": false
39351
+ "isExtensionMethod": false,
39352
+ "parameterModifiers": [
39353
+ {
39354
+ "index": 3,
39355
+ "modifier": "out"
39356
+ }
39357
+ ]
38286
39358
  },
38287
39359
  {
38288
39360
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.SlhDsa::TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Security.Cryptography.PbeParameters,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
@@ -38298,7 +39370,13 @@
38298
39370
  "isSealed": false,
38299
39371
  "arity": 0,
38300
39372
  "parameterCount": 4,
38301
- "isExtensionMethod": false
39373
+ "isExtensionMethod": false,
39374
+ "parameterModifiers": [
39375
+ {
39376
+ "index": 3,
39377
+ "modifier": "out"
39378
+ }
39379
+ ]
38302
39380
  },
38303
39381
  {
38304
39382
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.SlhDsa::TryExportEncryptedPkcs8PrivateKey(System.String,System.Security.Cryptography.PbeParameters,System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
@@ -38314,7 +39392,13 @@
38314
39392
  "isSealed": false,
38315
39393
  "arity": 0,
38316
39394
  "parameterCount": 4,
38317
- "isExtensionMethod": false
39395
+ "isExtensionMethod": false,
39396
+ "parameterModifiers": [
39397
+ {
39398
+ "index": 3,
39399
+ "modifier": "out"
39400
+ }
39401
+ ]
38318
39402
  },
38319
39403
  {
38320
39404
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.SlhDsa::ExportEncryptedPkcs8PrivateKeyPem(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Security.Cryptography.PbeParameters):System.String",
@@ -39819,7 +40903,13 @@
39819
40903
  "isSealed": false,
39820
40904
  "arity": 0,
39821
40905
  "parameterCount": 4,
39822
- "isExtensionMethod": false
40906
+ "isExtensionMethod": false,
40907
+ "parameterModifiers": [
40908
+ {
40909
+ "index": 3,
40910
+ "modifier": "out"
40911
+ }
40912
+ ]
39823
40913
  },
39824
40914
  {
39825
40915
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.SymmetricAlgorithm::EncryptEcb(System.Byte[],System.Security.Cryptography.PaddingMode):System.Byte[]",
@@ -39883,7 +40973,13 @@
39883
40973
  "isSealed": false,
39884
40974
  "arity": 0,
39885
40975
  "parameterCount": 4,
39886
- "isExtensionMethod": false
40976
+ "isExtensionMethod": false,
40977
+ "parameterModifiers": [
40978
+ {
40979
+ "index": 3,
40980
+ "modifier": "out"
40981
+ }
40982
+ ]
39887
40983
  },
39888
40984
  {
39889
40985
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.SymmetricAlgorithm::DecryptCbc(System.Byte[],System.Byte[],System.Security.Cryptography.PaddingMode):System.Byte[]",
@@ -39947,7 +41043,13 @@
39947
41043
  "isSealed": false,
39948
41044
  "arity": 0,
39949
41045
  "parameterCount": 5,
39950
- "isExtensionMethod": false
41046
+ "isExtensionMethod": false,
41047
+ "parameterModifiers": [
41048
+ {
41049
+ "index": 3,
41050
+ "modifier": "out"
41051
+ }
41052
+ ]
39951
41053
  },
39952
41054
  {
39953
41055
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.SymmetricAlgorithm::EncryptCbc(System.Byte[],System.Byte[],System.Security.Cryptography.PaddingMode):System.Byte[]",
@@ -40011,7 +41113,13 @@
40011
41113
  "isSealed": false,
40012
41114
  "arity": 0,
40013
41115
  "parameterCount": 5,
40014
- "isExtensionMethod": false
41116
+ "isExtensionMethod": false,
41117
+ "parameterModifiers": [
41118
+ {
41119
+ "index": 3,
41120
+ "modifier": "out"
41121
+ }
41122
+ ]
40015
41123
  },
40016
41124
  {
40017
41125
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.SymmetricAlgorithm::DecryptCfb(System.Byte[],System.Byte[],System.Security.Cryptography.PaddingMode,System.Int32):System.Byte[]",
@@ -40075,7 +41183,13 @@
40075
41183
  "isSealed": false,
40076
41184
  "arity": 0,
40077
41185
  "parameterCount": 6,
40078
- "isExtensionMethod": false
41186
+ "isExtensionMethod": false,
41187
+ "parameterModifiers": [
41188
+ {
41189
+ "index": 3,
41190
+ "modifier": "out"
41191
+ }
41192
+ ]
40079
41193
  },
40080
41194
  {
40081
41195
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.SymmetricAlgorithm::EncryptCfb(System.Byte[],System.Byte[],System.Security.Cryptography.PaddingMode,System.Int32):System.Byte[]",
@@ -40139,7 +41253,13 @@
40139
41253
  "isSealed": false,
40140
41254
  "arity": 0,
40141
41255
  "parameterCount": 6,
40142
- "isExtensionMethod": false
41256
+ "isExtensionMethod": false,
41257
+ "parameterModifiers": [
41258
+ {
41259
+ "index": 3,
41260
+ "modifier": "out"
41261
+ }
41262
+ ]
40143
41263
  },
40144
41264
  {
40145
41265
  "stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
@@ -41237,7 +42357,13 @@
41237
42357
  "isSealed": false,
41238
42358
  "arity": 0,
41239
42359
  "parameterCount": 4,
41240
- "isExtensionMethod": false
42360
+ "isExtensionMethod": false,
42361
+ "parameterModifiers": [
42362
+ {
42363
+ "index": 3,
42364
+ "modifier": "out"
42365
+ }
42366
+ ]
41241
42367
  },
41242
42368
  {
41243
42369
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.CryptographicOperations::HashData(System.Security.Cryptography.HashAlgorithmName,System.IO.Stream):System.Byte[]",
@@ -41365,7 +42491,13 @@
41365
42491
  "isSealed": false,
41366
42492
  "arity": 0,
41367
42493
  "parameterCount": 5,
41368
- "isExtensionMethod": false
42494
+ "isExtensionMethod": false,
42495
+ "parameterModifiers": [
42496
+ {
42497
+ "index": 4,
42498
+ "modifier": "out"
42499
+ }
42500
+ ]
41369
42501
  },
41370
42502
  {
41371
42503
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.CryptographicOperations::HmacData(System.Security.Cryptography.HashAlgorithmName,System.Byte[],System.IO.Stream):System.Byte[]",
@@ -41911,7 +43043,13 @@
41911
43043
  "isSealed": false,
41912
43044
  "arity": 0,
41913
43045
  "parameterCount": 2,
41914
- "isExtensionMethod": false
43046
+ "isExtensionMethod": false,
43047
+ "parameterModifiers": [
43048
+ {
43049
+ "index": 1,
43050
+ "modifier": "out"
43051
+ }
43052
+ ]
41915
43053
  },
41916
43054
  {
41917
43055
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.PemEncoding::TryFindUtf8(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Security.Cryptography.PemFields\u0026):System.Boolean",
@@ -41927,7 +43065,13 @@
41927
43065
  "isSealed": false,
41928
43066
  "arity": 0,
41929
43067
  "parameterCount": 2,
41930
- "isExtensionMethod": false
43068
+ "isExtensionMethod": false,
43069
+ "parameterModifiers": [
43070
+ {
43071
+ "index": 1,
43072
+ "modifier": "out"
43073
+ }
43074
+ ]
41931
43075
  },
41932
43076
  {
41933
43077
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.PemEncoding::GetEncodedSize(System.Int32,System.Int32):System.Int32",
@@ -41959,7 +43103,13 @@
41959
43103
  "isSealed": false,
41960
43104
  "arity": 0,
41961
43105
  "parameterCount": 4,
41962
- "isExtensionMethod": false
43106
+ "isExtensionMethod": false,
43107
+ "parameterModifiers": [
43108
+ {
43109
+ "index": 3,
43110
+ "modifier": "out"
43111
+ }
43112
+ ]
41963
43113
  },
41964
43114
  {
41965
43115
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.PemEncoding::TryWriteUtf8(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
@@ -41975,7 +43125,13 @@
41975
43125
  "isSealed": false,
41976
43126
  "arity": 0,
41977
43127
  "parameterCount": 4,
41978
- "isExtensionMethod": false
43128
+ "isExtensionMethod": false,
43129
+ "parameterModifiers": [
43130
+ {
43131
+ "index": 3,
43132
+ "modifier": "out"
43133
+ }
43134
+ ]
41979
43135
  },
41980
43136
  {
41981
43137
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.PemEncoding::WriteUtf8(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Byte[]",