@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
@@ -15349,7 +15349,13 @@
15349
15349
  "parameterCount": 2,
15350
15350
  "declaringClrType": "System.Security.Cryptography.HashAlgorithmName",
15351
15351
  "declaringAssemblyName": "System.Security.Cryptography",
15352
- "isExtensionMethod": false
15352
+ "isExtensionMethod": false,
15353
+ "parameterModifiers": [
15354
+ {
15355
+ "index": 1,
15356
+ "modifier": "out"
15357
+ }
15358
+ ]
15353
15359
  },
15354
15360
  {
15355
15361
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.HashAlgorithmName::FromOid(System.String):System.Security.Cryptography.HashAlgorithmName",
@@ -16291,7 +16297,13 @@
16291
16297
  "parameterCount": 3,
16292
16298
  "declaringClrType": "System.Security.Cryptography.Aes",
16293
16299
  "declaringAssemblyName": "System.Security.Cryptography",
16294
- "isExtensionMethod": false
16300
+ "isExtensionMethod": false,
16301
+ "parameterModifiers": [
16302
+ {
16303
+ "index": 2,
16304
+ "modifier": "out"
16305
+ }
16306
+ ]
16295
16307
  },
16296
16308
  {
16297
16309
  "stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
@@ -21212,7 +21224,13 @@
21212
21224
  "parameterCount": 3,
21213
21225
  "declaringClrType": "System.Security.Cryptography.AsymmetricAlgorithm",
21214
21226
  "declaringAssemblyName": "System.Security.Cryptography",
21215
- "isExtensionMethod": false
21227
+ "isExtensionMethod": false,
21228
+ "parameterModifiers": [
21229
+ {
21230
+ "index": 2,
21231
+ "modifier": "out"
21232
+ }
21233
+ ]
21216
21234
  },
21217
21235
  {
21218
21236
  "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",
@@ -21226,7 +21244,13 @@
21226
21244
  "parameterCount": 3,
21227
21245
  "declaringClrType": "System.Security.Cryptography.AsymmetricAlgorithm",
21228
21246
  "declaringAssemblyName": "System.Security.Cryptography",
21229
- "isExtensionMethod": false
21247
+ "isExtensionMethod": false,
21248
+ "parameterModifiers": [
21249
+ {
21250
+ "index": 2,
21251
+ "modifier": "out"
21252
+ }
21253
+ ]
21230
21254
  },
21231
21255
  {
21232
21256
  "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",
@@ -21240,7 +21264,13 @@
21240
21264
  "parameterCount": 2,
21241
21265
  "declaringClrType": "System.Security.Cryptography.AsymmetricAlgorithm",
21242
21266
  "declaringAssemblyName": "System.Security.Cryptography",
21243
- "isExtensionMethod": false
21267
+ "isExtensionMethod": false,
21268
+ "parameterModifiers": [
21269
+ {
21270
+ "index": 1,
21271
+ "modifier": "out"
21272
+ }
21273
+ ]
21244
21274
  },
21245
21275
  {
21246
21276
  "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",
@@ -21254,7 +21284,13 @@
21254
21284
  "parameterCount": 2,
21255
21285
  "declaringClrType": "System.Security.Cryptography.AsymmetricAlgorithm",
21256
21286
  "declaringAssemblyName": "System.Security.Cryptography",
21257
- "isExtensionMethod": false
21287
+ "isExtensionMethod": false,
21288
+ "parameterModifiers": [
21289
+ {
21290
+ "index": 1,
21291
+ "modifier": "out"
21292
+ }
21293
+ ]
21258
21294
  },
21259
21295
  {
21260
21296
  "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[]",
@@ -21324,7 +21360,13 @@
21324
21360
  "parameterCount": 4,
21325
21361
  "declaringClrType": "System.Security.Cryptography.AsymmetricAlgorithm",
21326
21362
  "declaringAssemblyName": "System.Security.Cryptography",
21327
- "isExtensionMethod": false
21363
+ "isExtensionMethod": false,
21364
+ "parameterModifiers": [
21365
+ {
21366
+ "index": 3,
21367
+ "modifier": "out"
21368
+ }
21369
+ ]
21328
21370
  },
21329
21371
  {
21330
21372
  "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",
@@ -21338,7 +21380,13 @@
21338
21380
  "parameterCount": 4,
21339
21381
  "declaringClrType": "System.Security.Cryptography.AsymmetricAlgorithm",
21340
21382
  "declaringAssemblyName": "System.Security.Cryptography",
21341
- "isExtensionMethod": false
21383
+ "isExtensionMethod": false,
21384
+ "parameterModifiers": [
21385
+ {
21386
+ "index": 3,
21387
+ "modifier": "out"
21388
+ }
21389
+ ]
21342
21390
  },
21343
21391
  {
21344
21392
  "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",
@@ -21352,7 +21400,13 @@
21352
21400
  "parameterCount": 2,
21353
21401
  "declaringClrType": "System.Security.Cryptography.AsymmetricAlgorithm",
21354
21402
  "declaringAssemblyName": "System.Security.Cryptography",
21355
- "isExtensionMethod": false
21403
+ "isExtensionMethod": false,
21404
+ "parameterModifiers": [
21405
+ {
21406
+ "index": 1,
21407
+ "modifier": "out"
21408
+ }
21409
+ ]
21356
21410
  },
21357
21411
  {
21358
21412
  "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",
@@ -21366,7 +21420,13 @@
21366
21420
  "parameterCount": 2,
21367
21421
  "declaringClrType": "System.Security.Cryptography.AsymmetricAlgorithm",
21368
21422
  "declaringAssemblyName": "System.Security.Cryptography",
21369
- "isExtensionMethod": false
21423
+ "isExtensionMethod": false,
21424
+ "parameterModifiers": [
21425
+ {
21426
+ "index": 1,
21427
+ "modifier": "out"
21428
+ }
21429
+ ]
21370
21430
  },
21371
21431
  {
21372
21432
  "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",
@@ -21478,7 +21538,13 @@
21478
21538
  "parameterCount": 2,
21479
21539
  "declaringClrType": "System.Security.Cryptography.AsymmetricAlgorithm",
21480
21540
  "declaringAssemblyName": "System.Security.Cryptography",
21481
- "isExtensionMethod": false
21541
+ "isExtensionMethod": false,
21542
+ "parameterModifiers": [
21543
+ {
21544
+ "index": 1,
21545
+ "modifier": "out"
21546
+ }
21547
+ ]
21482
21548
  },
21483
21549
  {
21484
21550
  "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",
@@ -21492,7 +21558,13 @@
21492
21558
  "parameterCount": 2,
21493
21559
  "declaringClrType": "System.Security.Cryptography.AsymmetricAlgorithm",
21494
21560
  "declaringAssemblyName": "System.Security.Cryptography",
21495
- "isExtensionMethod": false
21561
+ "isExtensionMethod": false,
21562
+ "parameterModifiers": [
21563
+ {
21564
+ "index": 1,
21565
+ "modifier": "out"
21566
+ }
21567
+ ]
21496
21568
  },
21497
21569
  {
21498
21570
  "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",
@@ -21506,7 +21578,13 @@
21506
21578
  "parameterCount": 4,
21507
21579
  "declaringClrType": "System.Security.Cryptography.AsymmetricAlgorithm",
21508
21580
  "declaringAssemblyName": "System.Security.Cryptography",
21509
- "isExtensionMethod": false
21581
+ "isExtensionMethod": false,
21582
+ "parameterModifiers": [
21583
+ {
21584
+ "index": 3,
21585
+ "modifier": "out"
21586
+ }
21587
+ ]
21510
21588
  },
21511
21589
  {
21512
21590
  "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",
@@ -21520,7 +21598,13 @@
21520
21598
  "parameterCount": 4,
21521
21599
  "declaringClrType": "System.Security.Cryptography.AsymmetricAlgorithm",
21522
21600
  "declaringAssemblyName": "System.Security.Cryptography",
21523
- "isExtensionMethod": false
21601
+ "isExtensionMethod": false,
21602
+ "parameterModifiers": [
21603
+ {
21604
+ "index": 3,
21605
+ "modifier": "out"
21606
+ }
21607
+ ]
21524
21608
  },
21525
21609
  {
21526
21610
  "stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
@@ -27998,7 +28082,13 @@
27998
28082
  "parameterCount": 4,
27999
28083
  "declaringClrType": "System.Security.Cryptography.CompositeMLDsa",
28000
28084
  "declaringAssemblyName": "System.Security.Cryptography",
28001
- "isExtensionMethod": false
28085
+ "isExtensionMethod": false,
28086
+ "parameterModifiers": [
28087
+ {
28088
+ "index": 3,
28089
+ "modifier": "out"
28090
+ }
28091
+ ]
28002
28092
  },
28003
28093
  {
28004
28094
  "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",
@@ -28012,7 +28102,13 @@
28012
28102
  "parameterCount": 4,
28013
28103
  "declaringClrType": "System.Security.Cryptography.CompositeMLDsa",
28014
28104
  "declaringAssemblyName": "System.Security.Cryptography",
28015
- "isExtensionMethod": false
28105
+ "isExtensionMethod": false,
28106
+ "parameterModifiers": [
28107
+ {
28108
+ "index": 3,
28109
+ "modifier": "out"
28110
+ }
28111
+ ]
28016
28112
  },
28017
28113
  {
28018
28114
  "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",
@@ -28026,7 +28122,13 @@
28026
28122
  "parameterCount": 4,
28027
28123
  "declaringClrType": "System.Security.Cryptography.CompositeMLDsa",
28028
28124
  "declaringAssemblyName": "System.Security.Cryptography",
28029
- "isExtensionMethod": false
28125
+ "isExtensionMethod": false,
28126
+ "parameterModifiers": [
28127
+ {
28128
+ "index": 3,
28129
+ "modifier": "out"
28130
+ }
28131
+ ]
28030
28132
  },
28031
28133
  {
28032
28134
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.CompositeMLDsa::ExportPkcs8PrivateKeyPem():System.String",
@@ -28068,7 +28170,13 @@
28068
28170
  "parameterCount": 2,
28069
28171
  "declaringClrType": "System.Security.Cryptography.CompositeMLDsa",
28070
28172
  "declaringAssemblyName": "System.Security.Cryptography",
28071
- "isExtensionMethod": false
28173
+ "isExtensionMethod": false,
28174
+ "parameterModifiers": [
28175
+ {
28176
+ "index": 1,
28177
+ "modifier": "out"
28178
+ }
28179
+ ]
28072
28180
  },
28073
28181
  {
28074
28182
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.CompositeMLDsa::ExportSubjectPublicKeyInfoPem():System.String",
@@ -28110,7 +28218,13 @@
28110
28218
  "parameterCount": 2,
28111
28219
  "declaringClrType": "System.Security.Cryptography.CompositeMLDsa",
28112
28220
  "declaringAssemblyName": "System.Security.Cryptography",
28113
- "isExtensionMethod": false
28221
+ "isExtensionMethod": false,
28222
+ "parameterModifiers": [
28223
+ {
28224
+ "index": 1,
28225
+ "modifier": "out"
28226
+ }
28227
+ ]
28114
28228
  },
28115
28229
  {
28116
28230
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.CompositeMLDsa::ExportCompositeMLDsaPublicKey():System.Byte[]",
@@ -28152,7 +28266,13 @@
28152
28266
  "parameterCount": 2,
28153
28267
  "declaringClrType": "System.Security.Cryptography.CompositeMLDsa",
28154
28268
  "declaringAssemblyName": "System.Security.Cryptography",
28155
- "isExtensionMethod": false
28269
+ "isExtensionMethod": false,
28270
+ "parameterModifiers": [
28271
+ {
28272
+ "index": 1,
28273
+ "modifier": "out"
28274
+ }
28275
+ ]
28156
28276
  },
28157
28277
  {
28158
28278
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.CompositeMLDsa::ExportCompositeMLDsaPrivateKey():System.Byte[]",
@@ -28194,7 +28314,13 @@
28194
28314
  "parameterCount": 2,
28195
28315
  "declaringClrType": "System.Security.Cryptography.CompositeMLDsa",
28196
28316
  "declaringAssemblyName": "System.Security.Cryptography",
28197
- "isExtensionMethod": false
28317
+ "isExtensionMethod": false,
28318
+ "parameterModifiers": [
28319
+ {
28320
+ "index": 1,
28321
+ "modifier": "out"
28322
+ }
28323
+ ]
28198
28324
  },
28199
28325
  {
28200
28326
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.CompositeMLDsa::Dispose():System.Void",
@@ -34724,7 +34850,13 @@
34724
34850
  "parameterCount": 3,
34725
34851
  "declaringClrType": "System.Security.Cryptography.DSA",
34726
34852
  "declaringAssemblyName": "System.Security.Cryptography",
34727
- "isExtensionMethod": false
34853
+ "isExtensionMethod": false,
34854
+ "parameterModifiers": [
34855
+ {
34856
+ "index": 2,
34857
+ "modifier": "out"
34858
+ }
34859
+ ]
34728
34860
  },
34729
34861
  {
34730
34862
  "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",
@@ -34738,7 +34870,13 @@
34738
34870
  "parameterCount": 4,
34739
34871
  "declaringClrType": "System.Security.Cryptography.DSA",
34740
34872
  "declaringAssemblyName": "System.Security.Cryptography",
34741
- "isExtensionMethod": false
34873
+ "isExtensionMethod": false,
34874
+ "parameterModifiers": [
34875
+ {
34876
+ "index": 3,
34877
+ "modifier": "out"
34878
+ }
34879
+ ]
34742
34880
  },
34743
34881
  {
34744
34882
  "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",
@@ -34752,7 +34890,13 @@
34752
34890
  "parameterCount": 4,
34753
34891
  "declaringClrType": "System.Security.Cryptography.DSA",
34754
34892
  "declaringAssemblyName": "System.Security.Cryptography",
34755
- "isExtensionMethod": false
34893
+ "isExtensionMethod": false,
34894
+ "parameterModifiers": [
34895
+ {
34896
+ "index": 3,
34897
+ "modifier": "out"
34898
+ }
34899
+ ]
34756
34900
  },
34757
34901
  {
34758
34902
  "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",
@@ -34766,7 +34910,13 @@
34766
34910
  "parameterCount": 5,
34767
34911
  "declaringClrType": "System.Security.Cryptography.DSA",
34768
34912
  "declaringAssemblyName": "System.Security.Cryptography",
34769
- "isExtensionMethod": false
34913
+ "isExtensionMethod": false,
34914
+ "parameterModifiers": [
34915
+ {
34916
+ "index": 4,
34917
+ "modifier": "out"
34918
+ }
34919
+ ]
34770
34920
  },
34771
34921
  {
34772
34922
  "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",
@@ -34878,7 +35028,13 @@
34878
35028
  "parameterCount": 4,
34879
35029
  "declaringClrType": "System.Security.Cryptography.DSA",
34880
35030
  "declaringAssemblyName": "System.Security.Cryptography",
34881
- "isExtensionMethod": false
35031
+ "isExtensionMethod": false,
35032
+ "parameterModifiers": [
35033
+ {
35034
+ "index": 3,
35035
+ "modifier": "out"
35036
+ }
35037
+ ]
34882
35038
  },
34883
35039
  {
34884
35040
  "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",
@@ -34892,7 +35048,13 @@
34892
35048
  "parameterCount": 4,
34893
35049
  "declaringClrType": "System.Security.Cryptography.DSA",
34894
35050
  "declaringAssemblyName": "System.Security.Cryptography",
34895
- "isExtensionMethod": false
35051
+ "isExtensionMethod": false,
35052
+ "parameterModifiers": [
35053
+ {
35054
+ "index": 3,
35055
+ "modifier": "out"
35056
+ }
35057
+ ]
34896
35058
  },
34897
35059
  {
34898
35060
  "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",
@@ -34906,7 +35068,13 @@
34906
35068
  "parameterCount": 2,
34907
35069
  "declaringClrType": "System.Security.Cryptography.DSA",
34908
35070
  "declaringAssemblyName": "System.Security.Cryptography",
34909
- "isExtensionMethod": false
35071
+ "isExtensionMethod": false,
35072
+ "parameterModifiers": [
35073
+ {
35074
+ "index": 1,
35075
+ "modifier": "out"
35076
+ }
35077
+ ]
34910
35078
  },
34911
35079
  {
34912
35080
  "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",
@@ -34920,7 +35088,13 @@
34920
35088
  "parameterCount": 2,
34921
35089
  "declaringClrType": "System.Security.Cryptography.DSA",
34922
35090
  "declaringAssemblyName": "System.Security.Cryptography",
34923
- "isExtensionMethod": false
35091
+ "isExtensionMethod": false,
35092
+ "parameterModifiers": [
35093
+ {
35094
+ "index": 1,
35095
+ "modifier": "out"
35096
+ }
35097
+ ]
34924
35098
  },
34925
35099
  {
34926
35100
  "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",
@@ -34934,7 +35108,13 @@
34934
35108
  "parameterCount": 3,
34935
35109
  "declaringClrType": "System.Security.Cryptography.DSA",
34936
35110
  "declaringAssemblyName": "System.Security.Cryptography",
34937
- "isExtensionMethod": false
35111
+ "isExtensionMethod": false,
35112
+ "parameterModifiers": [
35113
+ {
35114
+ "index": 2,
35115
+ "modifier": "out"
35116
+ }
35117
+ ]
34938
35118
  },
34939
35119
  {
34940
35120
  "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",
@@ -34948,7 +35128,13 @@
34948
35128
  "parameterCount": 3,
34949
35129
  "declaringClrType": "System.Security.Cryptography.DSA",
34950
35130
  "declaringAssemblyName": "System.Security.Cryptography",
34951
- "isExtensionMethod": false
35131
+ "isExtensionMethod": false,
35132
+ "parameterModifiers": [
35133
+ {
35134
+ "index": 2,
35135
+ "modifier": "out"
35136
+ }
35137
+ ]
34952
35138
  },
34953
35139
  {
34954
35140
  "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",
@@ -34962,7 +35148,13 @@
34962
35148
  "parameterCount": 2,
34963
35149
  "declaringClrType": "System.Security.Cryptography.DSA",
34964
35150
  "declaringAssemblyName": "System.Security.Cryptography",
34965
- "isExtensionMethod": false
35151
+ "isExtensionMethod": false,
35152
+ "parameterModifiers": [
35153
+ {
35154
+ "index": 1,
35155
+ "modifier": "out"
35156
+ }
35157
+ ]
34966
35158
  },
34967
35159
  {
34968
35160
  "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",
@@ -34976,7 +35168,13 @@
34976
35168
  "parameterCount": 2,
34977
35169
  "declaringClrType": "System.Security.Cryptography.DSA",
34978
35170
  "declaringAssemblyName": "System.Security.Cryptography",
34979
- "isExtensionMethod": false
35171
+ "isExtensionMethod": false,
35172
+ "parameterModifiers": [
35173
+ {
35174
+ "index": 1,
35175
+ "modifier": "out"
35176
+ }
35177
+ ]
34980
35178
  },
34981
35179
  {
34982
35180
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSA::GetMaxSignatureSize(System.Security.Cryptography.DSASignatureFormat):System.Int32",
@@ -35102,7 +35300,13 @@
35102
35300
  "parameterCount": 3,
35103
35301
  "declaringClrType": "System.Security.Cryptography.DSA",
35104
35302
  "declaringAssemblyName": "System.Security.Cryptography",
35105
- "isExtensionMethod": false
35303
+ "isExtensionMethod": false,
35304
+ "parameterModifiers": [
35305
+ {
35306
+ "index": 2,
35307
+ "modifier": "out"
35308
+ }
35309
+ ]
35106
35310
  },
35107
35311
  {
35108
35312
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSA::ImportFromEncryptedPem(System.ReadOnlySpan_1,System.ReadOnlySpan_1):System.Void",
@@ -35144,7 +35348,13 @@
35144
35348
  "parameterCount": 2,
35145
35349
  "declaringClrType": "System.Security.Cryptography.DSA",
35146
35350
  "declaringAssemblyName": "System.Security.Cryptography",
35147
- "isExtensionMethod": false
35351
+ "isExtensionMethod": false,
35352
+ "parameterModifiers": [
35353
+ {
35354
+ "index": 1,
35355
+ "modifier": "out"
35356
+ }
35357
+ ]
35148
35358
  },
35149
35359
  {
35150
35360
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSA::ImportSubjectPublicKeyInfo(System.ReadOnlySpan_1,System.Int32\u0026):System.Void",
@@ -35158,7 +35368,13 @@
35158
35368
  "parameterCount": 2,
35159
35369
  "declaringClrType": "System.Security.Cryptography.DSA",
35160
35370
  "declaringAssemblyName": "System.Security.Cryptography",
35161
- "isExtensionMethod": false
35371
+ "isExtensionMethod": false,
35372
+ "parameterModifiers": [
35373
+ {
35374
+ "index": 1,
35375
+ "modifier": "out"
35376
+ }
35377
+ ]
35162
35378
  },
35163
35379
  {
35164
35380
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSA::TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan_1,System.Security.Cryptography.PbeParameters,System.Span_1,System.Int32\u0026):System.Boolean",
@@ -35172,7 +35388,13 @@
35172
35388
  "parameterCount": 4,
35173
35389
  "declaringClrType": "System.Security.Cryptography.DSA",
35174
35390
  "declaringAssemblyName": "System.Security.Cryptography",
35175
- "isExtensionMethod": false
35391
+ "isExtensionMethod": false,
35392
+ "parameterModifiers": [
35393
+ {
35394
+ "index": 3,
35395
+ "modifier": "out"
35396
+ }
35397
+ ]
35176
35398
  },
35177
35399
  {
35178
35400
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSA::TryExportPkcs8PrivateKey(System.Span_1,System.Int32\u0026):System.Boolean",
@@ -35186,7 +35408,13 @@
35186
35408
  "parameterCount": 2,
35187
35409
  "declaringClrType": "System.Security.Cryptography.DSA",
35188
35410
  "declaringAssemblyName": "System.Security.Cryptography",
35189
- "isExtensionMethod": false
35411
+ "isExtensionMethod": false,
35412
+ "parameterModifiers": [
35413
+ {
35414
+ "index": 1,
35415
+ "modifier": "out"
35416
+ }
35417
+ ]
35190
35418
  },
35191
35419
  {
35192
35420
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSA::TryExportSubjectPublicKeyInfo(System.Span_1,System.Int32\u0026):System.Boolean",
@@ -35200,7 +35428,13 @@
35200
35428
  "parameterCount": 2,
35201
35429
  "declaringClrType": "System.Security.Cryptography.DSA",
35202
35430
  "declaringAssemblyName": "System.Security.Cryptography",
35203
- "isExtensionMethod": false
35431
+ "isExtensionMethod": false,
35432
+ "parameterModifiers": [
35433
+ {
35434
+ "index": 1,
35435
+ "modifier": "out"
35436
+ }
35437
+ ]
35204
35438
  }
35205
35439
  ],
35206
35440
  "properties": [],
@@ -36897,7 +37131,13 @@
36897
37131
  "parameterCount": 3,
36898
37132
  "declaringClrType": "System.Security.Cryptography.DSACryptoServiceProvider",
36899
37133
  "declaringAssemblyName": "System.Security.Cryptography",
36900
- "isExtensionMethod": false
37134
+ "isExtensionMethod": false,
37135
+ "parameterModifiers": [
37136
+ {
37137
+ "index": 2,
37138
+ "modifier": "out"
37139
+ }
37140
+ ]
36901
37141
  },
36902
37142
  {
36903
37143
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSACryptoServiceProvider::ExportCspBlob(System.Boolean):System.Byte[]",
@@ -36981,7 +37221,13 @@
36981
37221
  "parameterCount": 3,
36982
37222
  "declaringClrType": "System.Security.Cryptography.DSACryptoServiceProvider",
36983
37223
  "declaringAssemblyName": "System.Security.Cryptography",
36984
- "isExtensionMethod": false
37224
+ "isExtensionMethod": false,
37225
+ "parameterModifiers": [
37226
+ {
37227
+ "index": 2,
37228
+ "modifier": "out"
37229
+ }
37230
+ ]
36985
37231
  },
36986
37232
  {
36987
37233
  "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",
@@ -36995,7 +37241,13 @@
36995
37241
  "parameterCount": 3,
36996
37242
  "declaringClrType": "System.Security.Cryptography.DSACryptoServiceProvider",
36997
37243
  "declaringAssemblyName": "System.Security.Cryptography",
36998
- "isExtensionMethod": false
37244
+ "isExtensionMethod": false,
37245
+ "parameterModifiers": [
37246
+ {
37247
+ "index": 2,
37248
+ "modifier": "out"
37249
+ }
37250
+ ]
36999
37251
  },
37000
37252
  {
37001
37253
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSACryptoServiceProvider::SignData(System.Byte[]):System.Byte[]",
@@ -37093,7 +37345,13 @@
37093
37345
  "parameterCount": 4,
37094
37346
  "declaringClrType": "System.Security.Cryptography.DSACryptoServiceProvider",
37095
37347
  "declaringAssemblyName": "System.Security.Cryptography",
37096
- "isExtensionMethod": false
37348
+ "isExtensionMethod": false,
37349
+ "parameterModifiers": [
37350
+ {
37351
+ "index": 3,
37352
+ "modifier": "out"
37353
+ }
37354
+ ]
37097
37355
  },
37098
37356
  {
37099
37357
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSACryptoServiceProvider::SignHash(System.Byte[],System.String):System.Byte[]",
@@ -37289,7 +37547,13 @@
37289
37547
  "parameterCount": 3,
37290
37548
  "declaringClrType": "System.Security.Cryptography.DSACryptoServiceProvider",
37291
37549
  "declaringAssemblyName": "System.Security.Cryptography",
37292
- "isExtensionMethod": false
37550
+ "isExtensionMethod": false,
37551
+ "parameterModifiers": [
37552
+ {
37553
+ "index": 2,
37554
+ "modifier": "out"
37555
+ }
37556
+ ]
37293
37557
  },
37294
37558
  {
37295
37559
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSACryptoServiceProvider::SignData(System.Byte[],System.Security.Cryptography.HashAlgorithmName):System.Byte[]",
@@ -37359,7 +37623,13 @@
37359
37623
  "parameterCount": 3,
37360
37624
  "declaringClrType": "System.Security.Cryptography.DSACryptoServiceProvider",
37361
37625
  "declaringAssemblyName": "System.Security.Cryptography",
37362
- "isExtensionMethod": false
37626
+ "isExtensionMethod": false,
37627
+ "parameterModifiers": [
37628
+ {
37629
+ "index": 2,
37630
+ "modifier": "out"
37631
+ }
37632
+ ]
37363
37633
  },
37364
37634
  {
37365
37635
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSACryptoServiceProvider::TryCreateSignature(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.DSASignatureFormat,System.Int32\u0026):System.Boolean",
@@ -37373,7 +37643,13 @@
37373
37643
  "parameterCount": 4,
37374
37644
  "declaringClrType": "System.Security.Cryptography.DSACryptoServiceProvider",
37375
37645
  "declaringAssemblyName": "System.Security.Cryptography",
37376
- "isExtensionMethod": false
37646
+ "isExtensionMethod": false,
37647
+ "parameterModifiers": [
37648
+ {
37649
+ "index": 3,
37650
+ "modifier": "out"
37651
+ }
37652
+ ]
37377
37653
  },
37378
37654
  {
37379
37655
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSACryptoServiceProvider::TrySignData(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.HashAlgorithmName,System.Int32\u0026):System.Boolean",
@@ -37387,7 +37663,13 @@
37387
37663
  "parameterCount": 4,
37388
37664
  "declaringClrType": "System.Security.Cryptography.DSACryptoServiceProvider",
37389
37665
  "declaringAssemblyName": "System.Security.Cryptography",
37390
- "isExtensionMethod": false
37666
+ "isExtensionMethod": false,
37667
+ "parameterModifiers": [
37668
+ {
37669
+ "index": 3,
37670
+ "modifier": "out"
37671
+ }
37672
+ ]
37391
37673
  },
37392
37674
  {
37393
37675
  "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",
@@ -37401,7 +37683,13 @@
37401
37683
  "parameterCount": 5,
37402
37684
  "declaringClrType": "System.Security.Cryptography.DSACryptoServiceProvider",
37403
37685
  "declaringAssemblyName": "System.Security.Cryptography",
37404
- "isExtensionMethod": false
37686
+ "isExtensionMethod": false,
37687
+ "parameterModifiers": [
37688
+ {
37689
+ "index": 4,
37690
+ "modifier": "out"
37691
+ }
37692
+ ]
37405
37693
  },
37406
37694
  {
37407
37695
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSACryptoServiceProvider::VerifyData(System.Byte[],System.Byte[],System.Security.Cryptography.HashAlgorithmName):System.Boolean",
@@ -38722,7 +39010,13 @@
38722
39010
  "parameterCount": 3,
38723
39011
  "declaringClrType": "System.Security.Cryptography.DSAOpenSsl",
38724
39012
  "declaringAssemblyName": "System.Security.Cryptography",
38725
- "isExtensionMethod": false
39013
+ "isExtensionMethod": false,
39014
+ "parameterModifiers": [
39015
+ {
39016
+ "index": 2,
39017
+ "modifier": "out"
39018
+ }
39019
+ ]
38726
39020
  },
38727
39021
  {
38728
39022
  "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",
@@ -38736,7 +39030,13 @@
38736
39030
  "parameterCount": 3,
38737
39031
  "declaringClrType": "System.Security.Cryptography.DSAOpenSsl",
38738
39032
  "declaringAssemblyName": "System.Security.Cryptography",
38739
- "isExtensionMethod": false
39033
+ "isExtensionMethod": false,
39034
+ "parameterModifiers": [
39035
+ {
39036
+ "index": 2,
39037
+ "modifier": "out"
39038
+ }
39039
+ ]
38740
39040
  },
38741
39041
  {
38742
39042
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSAOpenSsl::CreateSignature(System.Byte[]):System.Byte[]",
@@ -38764,7 +39064,13 @@
38764
39064
  "parameterCount": 3,
38765
39065
  "declaringClrType": "System.Security.Cryptography.DSAOpenSsl",
38766
39066
  "declaringAssemblyName": "System.Security.Cryptography",
38767
- "isExtensionMethod": false
39067
+ "isExtensionMethod": false,
39068
+ "parameterModifiers": [
39069
+ {
39070
+ "index": 2,
39071
+ "modifier": "out"
39072
+ }
39073
+ ]
38768
39074
  },
38769
39075
  {
38770
39076
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSAOpenSsl::VerifySignature(System.Byte[],System.Byte[]):System.Boolean",
@@ -38862,7 +39168,13 @@
38862
39168
  "parameterCount": 3,
38863
39169
  "declaringClrType": "System.Security.Cryptography.DSAOpenSsl",
38864
39170
  "declaringAssemblyName": "System.Security.Cryptography",
38865
- "isExtensionMethod": false
39171
+ "isExtensionMethod": false,
39172
+ "parameterModifiers": [
39173
+ {
39174
+ "index": 2,
39175
+ "modifier": "out"
39176
+ }
39177
+ ]
38866
39178
  },
38867
39179
  {
38868
39180
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSAOpenSsl::TryCreateSignature(System.ReadOnlySpan_1,System.Span_1,System.Int32\u0026):System.Boolean",
@@ -38876,7 +39188,13 @@
38876
39188
  "parameterCount": 3,
38877
39189
  "declaringClrType": "System.Security.Cryptography.DSAOpenSsl",
38878
39190
  "declaringAssemblyName": "System.Security.Cryptography",
38879
- "isExtensionMethod": false
39191
+ "isExtensionMethod": false,
39192
+ "parameterModifiers": [
39193
+ {
39194
+ "index": 2,
39195
+ "modifier": "out"
39196
+ }
39197
+ ]
38880
39198
  },
38881
39199
  {
38882
39200
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSAOpenSsl::TryCreateSignature(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.DSASignatureFormat,System.Int32\u0026):System.Boolean",
@@ -38890,7 +39208,13 @@
38890
39208
  "parameterCount": 4,
38891
39209
  "declaringClrType": "System.Security.Cryptography.DSAOpenSsl",
38892
39210
  "declaringAssemblyName": "System.Security.Cryptography",
38893
- "isExtensionMethod": false
39211
+ "isExtensionMethod": false,
39212
+ "parameterModifiers": [
39213
+ {
39214
+ "index": 3,
39215
+ "modifier": "out"
39216
+ }
39217
+ ]
38894
39218
  },
38895
39219
  {
38896
39220
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.DSAOpenSsl::VerifySignature(System.Byte[],System.Byte[],System.Security.Cryptography.DSASignatureFormat):System.Boolean",
@@ -40280,7 +40604,13 @@
40280
40604
  "parameterCount": 4,
40281
40605
  "declaringClrType": "System.Security.Cryptography.ECAlgorithm",
40282
40606
  "declaringAssemblyName": "System.Security.Cryptography",
40283
- "isExtensionMethod": false
40607
+ "isExtensionMethod": false,
40608
+ "parameterModifiers": [
40609
+ {
40610
+ "index": 3,
40611
+ "modifier": "out"
40612
+ }
40613
+ ]
40284
40614
  },
40285
40615
  {
40286
40616
  "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",
@@ -40294,7 +40624,13 @@
40294
40624
  "parameterCount": 4,
40295
40625
  "declaringClrType": "System.Security.Cryptography.ECAlgorithm",
40296
40626
  "declaringAssemblyName": "System.Security.Cryptography",
40297
- "isExtensionMethod": false
40627
+ "isExtensionMethod": false,
40628
+ "parameterModifiers": [
40629
+ {
40630
+ "index": 3,
40631
+ "modifier": "out"
40632
+ }
40633
+ ]
40298
40634
  },
40299
40635
  {
40300
40636
  "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",
@@ -40308,7 +40644,13 @@
40308
40644
  "parameterCount": 2,
40309
40645
  "declaringClrType": "System.Security.Cryptography.ECAlgorithm",
40310
40646
  "declaringAssemblyName": "System.Security.Cryptography",
40311
- "isExtensionMethod": false
40647
+ "isExtensionMethod": false,
40648
+ "parameterModifiers": [
40649
+ {
40650
+ "index": 1,
40651
+ "modifier": "out"
40652
+ }
40653
+ ]
40312
40654
  },
40313
40655
  {
40314
40656
  "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",
@@ -40322,7 +40664,13 @@
40322
40664
  "parameterCount": 2,
40323
40665
  "declaringClrType": "System.Security.Cryptography.ECAlgorithm",
40324
40666
  "declaringAssemblyName": "System.Security.Cryptography",
40325
- "isExtensionMethod": false
40667
+ "isExtensionMethod": false,
40668
+ "parameterModifiers": [
40669
+ {
40670
+ "index": 1,
40671
+ "modifier": "out"
40672
+ }
40673
+ ]
40326
40674
  },
40327
40675
  {
40328
40676
  "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",
@@ -40336,7 +40684,13 @@
40336
40684
  "parameterCount": 3,
40337
40685
  "declaringClrType": "System.Security.Cryptography.ECAlgorithm",
40338
40686
  "declaringAssemblyName": "System.Security.Cryptography",
40339
- "isExtensionMethod": false
40687
+ "isExtensionMethod": false,
40688
+ "parameterModifiers": [
40689
+ {
40690
+ "index": 2,
40691
+ "modifier": "out"
40692
+ }
40693
+ ]
40340
40694
  },
40341
40695
  {
40342
40696
  "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",
@@ -40350,7 +40704,13 @@
40350
40704
  "parameterCount": 3,
40351
40705
  "declaringClrType": "System.Security.Cryptography.ECAlgorithm",
40352
40706
  "declaringAssemblyName": "System.Security.Cryptography",
40353
- "isExtensionMethod": false
40707
+ "isExtensionMethod": false,
40708
+ "parameterModifiers": [
40709
+ {
40710
+ "index": 2,
40711
+ "modifier": "out"
40712
+ }
40713
+ ]
40354
40714
  },
40355
40715
  {
40356
40716
  "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",
@@ -40364,7 +40724,13 @@
40364
40724
  "parameterCount": 2,
40365
40725
  "declaringClrType": "System.Security.Cryptography.ECAlgorithm",
40366
40726
  "declaringAssemblyName": "System.Security.Cryptography",
40367
- "isExtensionMethod": false
40727
+ "isExtensionMethod": false,
40728
+ "parameterModifiers": [
40729
+ {
40730
+ "index": 1,
40731
+ "modifier": "out"
40732
+ }
40733
+ ]
40368
40734
  },
40369
40735
  {
40370
40736
  "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",
@@ -40378,7 +40744,13 @@
40378
40744
  "parameterCount": 2,
40379
40745
  "declaringClrType": "System.Security.Cryptography.ECAlgorithm",
40380
40746
  "declaringAssemblyName": "System.Security.Cryptography",
40381
- "isExtensionMethod": false
40747
+ "isExtensionMethod": false,
40748
+ "parameterModifiers": [
40749
+ {
40750
+ "index": 1,
40751
+ "modifier": "out"
40752
+ }
40753
+ ]
40382
40754
  },
40383
40755
  {
40384
40756
  "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",
@@ -40392,7 +40764,13 @@
40392
40764
  "parameterCount": 2,
40393
40765
  "declaringClrType": "System.Security.Cryptography.ECAlgorithm",
40394
40766
  "declaringAssemblyName": "System.Security.Cryptography",
40395
- "isExtensionMethod": false
40767
+ "isExtensionMethod": false,
40768
+ "parameterModifiers": [
40769
+ {
40770
+ "index": 1,
40771
+ "modifier": "out"
40772
+ }
40773
+ ]
40396
40774
  },
40397
40775
  {
40398
40776
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.ECAlgorithm::ExportECPrivateKey():System.Byte[]",
@@ -40420,7 +40798,13 @@
40420
40798
  "parameterCount": 2,
40421
40799
  "declaringClrType": "System.Security.Cryptography.ECAlgorithm",
40422
40800
  "declaringAssemblyName": "System.Security.Cryptography",
40423
- "isExtensionMethod": false
40801
+ "isExtensionMethod": false,
40802
+ "parameterModifiers": [
40803
+ {
40804
+ "index": 1,
40805
+ "modifier": "out"
40806
+ }
40807
+ ]
40424
40808
  },
40425
40809
  {
40426
40810
  "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",
@@ -40490,7 +40874,13 @@
40490
40874
  "parameterCount": 2,
40491
40875
  "declaringClrType": "System.Security.Cryptography.ECAlgorithm",
40492
40876
  "declaringAssemblyName": "System.Security.Cryptography",
40493
- "isExtensionMethod": false
40877
+ "isExtensionMethod": false,
40878
+ "parameterModifiers": [
40879
+ {
40880
+ "index": 1,
40881
+ "modifier": "out"
40882
+ }
40883
+ ]
40494
40884
  },
40495
40885
  {
40496
40886
  "stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
@@ -40532,7 +40922,13 @@
40532
40922
  "parameterCount": 3,
40533
40923
  "declaringClrType": "System.Security.Cryptography.ECAlgorithm",
40534
40924
  "declaringAssemblyName": "System.Security.Cryptography",
40535
- "isExtensionMethod": false
40925
+ "isExtensionMethod": false,
40926
+ "parameterModifiers": [
40927
+ {
40928
+ "index": 2,
40929
+ "modifier": "out"
40930
+ }
40931
+ ]
40536
40932
  },
40537
40933
  {
40538
40934
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.ECAlgorithm::ImportFromEncryptedPem(System.ReadOnlySpan_1,System.ReadOnlySpan_1):System.Void",
@@ -40574,7 +40970,13 @@
40574
40970
  "parameterCount": 2,
40575
40971
  "declaringClrType": "System.Security.Cryptography.ECAlgorithm",
40576
40972
  "declaringAssemblyName": "System.Security.Cryptography",
40577
- "isExtensionMethod": false
40973
+ "isExtensionMethod": false,
40974
+ "parameterModifiers": [
40975
+ {
40976
+ "index": 1,
40977
+ "modifier": "out"
40978
+ }
40979
+ ]
40578
40980
  },
40579
40981
  {
40580
40982
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.ECAlgorithm::ImportSubjectPublicKeyInfo(System.ReadOnlySpan_1,System.Int32\u0026):System.Void",
@@ -40588,7 +40990,13 @@
40588
40990
  "parameterCount": 2,
40589
40991
  "declaringClrType": "System.Security.Cryptography.ECAlgorithm",
40590
40992
  "declaringAssemblyName": "System.Security.Cryptography",
40591
- "isExtensionMethod": false
40993
+ "isExtensionMethod": false,
40994
+ "parameterModifiers": [
40995
+ {
40996
+ "index": 1,
40997
+ "modifier": "out"
40998
+ }
40999
+ ]
40592
41000
  },
40593
41001
  {
40594
41002
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.ECAlgorithm::TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan_1,System.Security.Cryptography.PbeParameters,System.Span_1,System.Int32\u0026):System.Boolean",
@@ -40602,7 +41010,13 @@
40602
41010
  "parameterCount": 4,
40603
41011
  "declaringClrType": "System.Security.Cryptography.ECAlgorithm",
40604
41012
  "declaringAssemblyName": "System.Security.Cryptography",
40605
- "isExtensionMethod": false
41013
+ "isExtensionMethod": false,
41014
+ "parameterModifiers": [
41015
+ {
41016
+ "index": 3,
41017
+ "modifier": "out"
41018
+ }
41019
+ ]
40606
41020
  },
40607
41021
  {
40608
41022
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.ECAlgorithm::TryExportPkcs8PrivateKey(System.Span_1,System.Int32\u0026):System.Boolean",
@@ -40616,7 +41030,13 @@
40616
41030
  "parameterCount": 2,
40617
41031
  "declaringClrType": "System.Security.Cryptography.ECAlgorithm",
40618
41032
  "declaringAssemblyName": "System.Security.Cryptography",
40619
- "isExtensionMethod": false
41033
+ "isExtensionMethod": false,
41034
+ "parameterModifiers": [
41035
+ {
41036
+ "index": 1,
41037
+ "modifier": "out"
41038
+ }
41039
+ ]
40620
41040
  },
40621
41041
  {
40622
41042
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.ECAlgorithm::TryExportSubjectPublicKeyInfo(System.Span_1,System.Int32\u0026):System.Boolean",
@@ -40630,7 +41050,13 @@
40630
41050
  "parameterCount": 2,
40631
41051
  "declaringClrType": "System.Security.Cryptography.ECAlgorithm",
40632
41052
  "declaringAssemblyName": "System.Security.Cryptography",
40633
- "isExtensionMethod": false
41053
+ "isExtensionMethod": false,
41054
+ "parameterModifiers": [
41055
+ {
41056
+ "index": 1,
41057
+ "modifier": "out"
41058
+ }
41059
+ ]
40634
41060
  }
40635
41061
  ],
40636
41062
  "properties": [],
@@ -43580,7 +44006,13 @@
43580
44006
  "parameterCount": 3,
43581
44007
  "declaringClrType": "System.Security.Cryptography.ECDiffieHellmanOpenSsl",
43582
44008
  "declaringAssemblyName": "System.Security.Cryptography",
43583
- "isExtensionMethod": false
44009
+ "isExtensionMethod": false,
44010
+ "parameterModifiers": [
44011
+ {
44012
+ "index": 2,
44013
+ "modifier": "out"
44014
+ }
44015
+ ]
43584
44016
  },
43585
44017
  {
43586
44018
  "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",
@@ -43594,7 +44026,13 @@
43594
44026
  "parameterCount": 3,
43595
44027
  "declaringClrType": "System.Security.Cryptography.ECDiffieHellmanOpenSsl",
43596
44028
  "declaringAssemblyName": "System.Security.Cryptography",
43597
- "isExtensionMethod": false
44029
+ "isExtensionMethod": false,
44030
+ "parameterModifiers": [
44031
+ {
44032
+ "index": 2,
44033
+ "modifier": "out"
44034
+ }
44035
+ ]
43598
44036
  },
43599
44037
  {
43600
44038
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDiffieHellmanOpenSsl::DeriveKeyMaterial(System.Security.Cryptography.ECDiffieHellmanPublicKey):System.Byte[]",
@@ -43748,7 +44186,13 @@
43748
44186
  "parameterCount": 3,
43749
44187
  "declaringClrType": "System.Security.Cryptography.ECDiffieHellmanOpenSsl",
43750
44188
  "declaringAssemblyName": "System.Security.Cryptography",
43751
- "isExtensionMethod": false
44189
+ "isExtensionMethod": false,
44190
+ "parameterModifiers": [
44191
+ {
44192
+ "index": 2,
44193
+ "modifier": "out"
44194
+ }
44195
+ ]
43752
44196
  }
43753
44197
  ],
43754
44198
  "properties": [
@@ -44620,7 +45064,13 @@
44620
45064
  "parameterCount": 2,
44621
45065
  "declaringClrType": "System.Security.Cryptography.ECDiffieHellmanPublicKey",
44622
45066
  "declaringAssemblyName": "System.Security.Cryptography",
44623
- "isExtensionMethod": false
45067
+ "isExtensionMethod": false,
45068
+ "parameterModifiers": [
45069
+ {
45070
+ "index": 1,
45071
+ "modifier": "out"
45072
+ }
45073
+ ]
44624
45074
  },
44625
45075
  {
44626
45076
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDiffieHellmanPublicKey::ExportSubjectPublicKeyInfo():System.Byte[]",
@@ -45013,7 +45463,13 @@
45013
45463
  "parameterCount": 4,
45014
45464
  "declaringClrType": "System.Security.Cryptography.ECDsa",
45015
45465
  "declaringAssemblyName": "System.Security.Cryptography",
45016
- "isExtensionMethod": false
45466
+ "isExtensionMethod": false,
45467
+ "parameterModifiers": [
45468
+ {
45469
+ "index": 3,
45470
+ "modifier": "out"
45471
+ }
45472
+ ]
45017
45473
  },
45018
45474
  {
45019
45475
  "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",
@@ -45027,7 +45483,13 @@
45027
45483
  "parameterCount": 5,
45028
45484
  "declaringClrType": "System.Security.Cryptography.ECDsa",
45029
45485
  "declaringAssemblyName": "System.Security.Cryptography",
45030
- "isExtensionMethod": false
45486
+ "isExtensionMethod": false,
45487
+ "parameterModifiers": [
45488
+ {
45489
+ "index": 4,
45490
+ "modifier": "out"
45491
+ }
45492
+ ]
45031
45493
  },
45032
45494
  {
45033
45495
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsa::SignData(System.IO.Stream,System.Security.Cryptography.HashAlgorithmName):System.Byte[]",
@@ -45251,7 +45713,13 @@
45251
45713
  "parameterCount": 3,
45252
45714
  "declaringClrType": "System.Security.Cryptography.ECDsa",
45253
45715
  "declaringAssemblyName": "System.Security.Cryptography",
45254
- "isExtensionMethod": false
45716
+ "isExtensionMethod": false,
45717
+ "parameterModifiers": [
45718
+ {
45719
+ "index": 2,
45720
+ "modifier": "out"
45721
+ }
45722
+ ]
45255
45723
  },
45256
45724
  {
45257
45725
  "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",
@@ -45265,7 +45733,13 @@
45265
45733
  "parameterCount": 4,
45266
45734
  "declaringClrType": "System.Security.Cryptography.ECDsa",
45267
45735
  "declaringAssemblyName": "System.Security.Cryptography",
45268
- "isExtensionMethod": false
45736
+ "isExtensionMethod": false,
45737
+ "parameterModifiers": [
45738
+ {
45739
+ "index": 3,
45740
+ "modifier": "out"
45741
+ }
45742
+ ]
45269
45743
  },
45270
45744
  {
45271
45745
  "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",
@@ -47986,7 +48460,13 @@
47986
48460
  "parameterCount": 3,
47987
48461
  "declaringClrType": "System.Security.Cryptography.ECDsaOpenSsl",
47988
48462
  "declaringAssemblyName": "System.Security.Cryptography",
47989
- "isExtensionMethod": false
48463
+ "isExtensionMethod": false,
48464
+ "parameterModifiers": [
48465
+ {
48466
+ "index": 2,
48467
+ "modifier": "out"
48468
+ }
48469
+ ]
47990
48470
  },
47991
48471
  {
47992
48472
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaOpenSsl::VerifyHash(System.Byte[],System.Byte[]):System.Boolean",
@@ -48084,7 +48564,13 @@
48084
48564
  "parameterCount": 3,
48085
48565
  "declaringClrType": "System.Security.Cryptography.ECDsaOpenSsl",
48086
48566
  "declaringAssemblyName": "System.Security.Cryptography",
48087
- "isExtensionMethod": false
48567
+ "isExtensionMethod": false,
48568
+ "parameterModifiers": [
48569
+ {
48570
+ "index": 2,
48571
+ "modifier": "out"
48572
+ }
48573
+ ]
48088
48574
  },
48089
48575
  {
48090
48576
  "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",
@@ -48098,7 +48584,13 @@
48098
48584
  "parameterCount": 3,
48099
48585
  "declaringClrType": "System.Security.Cryptography.ECDsaOpenSsl",
48100
48586
  "declaringAssemblyName": "System.Security.Cryptography",
48101
- "isExtensionMethod": false
48587
+ "isExtensionMethod": false,
48588
+ "parameterModifiers": [
48589
+ {
48590
+ "index": 2,
48591
+ "modifier": "out"
48592
+ }
48593
+ ]
48102
48594
  },
48103
48595
  {
48104
48596
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaOpenSsl::DuplicateKeyHandle():System.Security.Cryptography.SafeEvpPKeyHandle",
@@ -48154,7 +48646,13 @@
48154
48646
  "parameterCount": 3,
48155
48647
  "declaringClrType": "System.Security.Cryptography.ECDsaOpenSsl",
48156
48648
  "declaringAssemblyName": "System.Security.Cryptography",
48157
- "isExtensionMethod": false
48649
+ "isExtensionMethod": false,
48650
+ "parameterModifiers": [
48651
+ {
48652
+ "index": 2,
48653
+ "modifier": "out"
48654
+ }
48655
+ ]
48158
48656
  },
48159
48657
  {
48160
48658
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaOpenSsl::SignHash(System.Byte[],System.Security.Cryptography.DSASignatureFormat):System.Byte[]",
@@ -48238,7 +48736,13 @@
48238
48736
  "parameterCount": 3,
48239
48737
  "declaringClrType": "System.Security.Cryptography.ECDsaOpenSsl",
48240
48738
  "declaringAssemblyName": "System.Security.Cryptography",
48241
- "isExtensionMethod": false
48739
+ "isExtensionMethod": false,
48740
+ "parameterModifiers": [
48741
+ {
48742
+ "index": 2,
48743
+ "modifier": "out"
48744
+ }
48745
+ ]
48242
48746
  },
48243
48747
  {
48244
48748
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaOpenSsl::TrySignHash(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.DSASignatureFormat,System.Int32\u0026):System.Boolean",
@@ -48252,7 +48756,13 @@
48252
48756
  "parameterCount": 4,
48253
48757
  "declaringClrType": "System.Security.Cryptography.ECDsaOpenSsl",
48254
48758
  "declaringAssemblyName": "System.Security.Cryptography",
48255
- "isExtensionMethod": false
48759
+ "isExtensionMethod": false,
48760
+ "parameterModifiers": [
48761
+ {
48762
+ "index": 3,
48763
+ "modifier": "out"
48764
+ }
48765
+ ]
48256
48766
  },
48257
48767
  {
48258
48768
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaOpenSsl::VerifyHash(System.ReadOnlySpan_1,System.ReadOnlySpan_1):System.Boolean",
@@ -49793,7 +50303,13 @@
49793
50303
  "parameterCount": 3,
49794
50304
  "declaringClrType": "System.Security.Cryptography.HashAlgorithm",
49795
50305
  "declaringAssemblyName": "System.Security.Cryptography",
49796
- "isExtensionMethod": false
50306
+ "isExtensionMethod": false,
50307
+ "parameterModifiers": [
50308
+ {
50309
+ "index": 2,
50310
+ "modifier": "out"
50311
+ }
50312
+ ]
49797
50313
  },
49798
50314
  {
49799
50315
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.HashAlgorithm::ComputeHash(System.Byte[],System.Int32,System.Int32):System.Byte[]",
@@ -51033,7 +51549,13 @@
51033
51549
  "parameterCount": 4,
51034
51550
  "declaringClrType": "System.Security.Cryptography.HMACMD5",
51035
51551
  "declaringAssemblyName": "System.Security.Cryptography",
51036
- "isExtensionMethod": false
51552
+ "isExtensionMethod": false,
51553
+ "parameterModifiers": [
51554
+ {
51555
+ "index": 3,
51556
+ "modifier": "out"
51557
+ }
51558
+ ]
51037
51559
  },
51038
51560
  {
51039
51561
  "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",
@@ -51865,7 +52387,13 @@
51865
52387
  "parameterCount": 4,
51866
52388
  "declaringClrType": "System.Security.Cryptography.HMACSHA1",
51867
52389
  "declaringAssemblyName": "System.Security.Cryptography",
51868
- "isExtensionMethod": false
52390
+ "isExtensionMethod": false,
52391
+ "parameterModifiers": [
52392
+ {
52393
+ "index": 3,
52394
+ "modifier": "out"
52395
+ }
52396
+ ]
51869
52397
  },
51870
52398
  {
51871
52399
  "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",
@@ -52716,7 +53244,13 @@
52716
53244
  "parameterCount": 4,
52717
53245
  "declaringClrType": "System.Security.Cryptography.HMACSHA256",
52718
53246
  "declaringAssemblyName": "System.Security.Cryptography",
52719
- "isExtensionMethod": false
53247
+ "isExtensionMethod": false,
53248
+ "parameterModifiers": [
53249
+ {
53250
+ "index": 3,
53251
+ "modifier": "out"
53252
+ }
53253
+ ]
52720
53254
  },
52721
53255
  {
52722
53256
  "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",
@@ -53548,7 +54082,13 @@
53548
54082
  "parameterCount": 4,
53549
54083
  "declaringClrType": "System.Security.Cryptography.HMACSHA3_256",
53550
54084
  "declaringAssemblyName": "System.Security.Cryptography",
53551
- "isExtensionMethod": false
54085
+ "isExtensionMethod": false,
54086
+ "parameterModifiers": [
54087
+ {
54088
+ "index": 3,
54089
+ "modifier": "out"
54090
+ }
54091
+ ]
53552
54092
  },
53553
54093
  {
53554
54094
  "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",
@@ -54404,7 +54944,13 @@
54404
54944
  "parameterCount": 4,
54405
54945
  "declaringClrType": "System.Security.Cryptography.HMACSHA3_384",
54406
54946
  "declaringAssemblyName": "System.Security.Cryptography",
54407
- "isExtensionMethod": false
54947
+ "isExtensionMethod": false,
54948
+ "parameterModifiers": [
54949
+ {
54950
+ "index": 3,
54951
+ "modifier": "out"
54952
+ }
54953
+ ]
54408
54954
  },
54409
54955
  {
54410
54956
  "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",
@@ -55260,7 +55806,13 @@
55260
55806
  "parameterCount": 4,
55261
55807
  "declaringClrType": "System.Security.Cryptography.HMACSHA3_512",
55262
55808
  "declaringAssemblyName": "System.Security.Cryptography",
55263
- "isExtensionMethod": false
55809
+ "isExtensionMethod": false,
55810
+ "parameterModifiers": [
55811
+ {
55812
+ "index": 3,
55813
+ "modifier": "out"
55814
+ }
55815
+ ]
55264
55816
  },
55265
55817
  {
55266
55818
  "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",
@@ -56116,7 +56668,13 @@
56116
56668
  "parameterCount": 4,
56117
56669
  "declaringClrType": "System.Security.Cryptography.HMACSHA384",
56118
56670
  "declaringAssemblyName": "System.Security.Cryptography",
56119
- "isExtensionMethod": false
56671
+ "isExtensionMethod": false,
56672
+ "parameterModifiers": [
56673
+ {
56674
+ "index": 3,
56675
+ "modifier": "out"
56676
+ }
56677
+ ]
56120
56678
  },
56121
56679
  {
56122
56680
  "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",
@@ -56972,7 +57530,13 @@
56972
57530
  "parameterCount": 4,
56973
57531
  "declaringClrType": "System.Security.Cryptography.HMACSHA512",
56974
57532
  "declaringAssemblyName": "System.Security.Cryptography",
56975
- "isExtensionMethod": false
57533
+ "isExtensionMethod": false,
57534
+ "parameterModifiers": [
57535
+ {
57536
+ "index": 3,
57537
+ "modifier": "out"
57538
+ }
57539
+ ]
56976
57540
  },
56977
57541
  {
56978
57542
  "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",
@@ -57842,7 +58406,13 @@
57842
58406
  "parameterCount": 2,
57843
58407
  "declaringClrType": "System.Security.Cryptography.IncrementalHash",
57844
58408
  "declaringAssemblyName": "System.Security.Cryptography",
57845
- "isExtensionMethod": false
58409
+ "isExtensionMethod": false,
58410
+ "parameterModifiers": [
58411
+ {
58412
+ "index": 1,
58413
+ "modifier": "out"
58414
+ }
58415
+ ]
57846
58416
  },
57847
58417
  {
57848
58418
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.IncrementalHash::GetCurrentHash():System.Byte[]",
@@ -57884,7 +58454,13 @@
57884
58454
  "parameterCount": 2,
57885
58455
  "declaringClrType": "System.Security.Cryptography.IncrementalHash",
57886
58456
  "declaringAssemblyName": "System.Security.Cryptography",
57887
- "isExtensionMethod": false
58457
+ "isExtensionMethod": false,
58458
+ "parameterModifiers": [
58459
+ {
58460
+ "index": 1,
58461
+ "modifier": "out"
58462
+ }
58463
+ ]
57888
58464
  },
57889
58465
  {
57890
58466
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.IncrementalHash::Clone():System.Security.Cryptography.IncrementalHash",
@@ -61388,7 +61964,13 @@
61388
61964
  "parameterCount": 3,
61389
61965
  "declaringClrType": "System.Security.Cryptography.MD5",
61390
61966
  "declaringAssemblyName": "System.Security.Cryptography",
61391
- "isExtensionMethod": false
61967
+ "isExtensionMethod": false,
61968
+ "parameterModifiers": [
61969
+ {
61970
+ "index": 2,
61971
+ "modifier": "out"
61972
+ }
61973
+ ]
61392
61974
  },
61393
61975
  {
61394
61976
  "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",
@@ -62755,7 +63337,13 @@
62755
63337
  "parameterCount": 2,
62756
63338
  "declaringClrType": "System.Security.Cryptography.MLDsa",
62757
63339
  "declaringAssemblyName": "System.Security.Cryptography",
62758
- "isExtensionMethod": false
63340
+ "isExtensionMethod": false,
63341
+ "parameterModifiers": [
63342
+ {
63343
+ "index": 1,
63344
+ "modifier": "out"
63345
+ }
63346
+ ]
62759
63347
  },
62760
63348
  {
62761
63349
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.MLDsa::ExportSubjectPublicKeyInfoPem():System.String",
@@ -62797,7 +63385,13 @@
62797
63385
  "parameterCount": 2,
62798
63386
  "declaringClrType": "System.Security.Cryptography.MLDsa",
62799
63387
  "declaringAssemblyName": "System.Security.Cryptography",
62800
- "isExtensionMethod": false
63388
+ "isExtensionMethod": false,
63389
+ "parameterModifiers": [
63390
+ {
63391
+ "index": 1,
63392
+ "modifier": "out"
63393
+ }
63394
+ ]
62801
63395
  },
62802
63396
  {
62803
63397
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.MLDsa::ExportPkcs8PrivateKeyPem():System.String",
@@ -62867,7 +63461,13 @@
62867
63461
  "parameterCount": 4,
62868
63462
  "declaringClrType": "System.Security.Cryptography.MLDsa",
62869
63463
  "declaringAssemblyName": "System.Security.Cryptography",
62870
- "isExtensionMethod": false
63464
+ "isExtensionMethod": false,
63465
+ "parameterModifiers": [
63466
+ {
63467
+ "index": 3,
63468
+ "modifier": "out"
63469
+ }
63470
+ ]
62871
63471
  },
62872
63472
  {
62873
63473
  "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",
@@ -62881,7 +63481,13 @@
62881
63481
  "parameterCount": 4,
62882
63482
  "declaringClrType": "System.Security.Cryptography.MLDsa",
62883
63483
  "declaringAssemblyName": "System.Security.Cryptography",
62884
- "isExtensionMethod": false
63484
+ "isExtensionMethod": false,
63485
+ "parameterModifiers": [
63486
+ {
63487
+ "index": 3,
63488
+ "modifier": "out"
63489
+ }
63490
+ ]
62885
63491
  },
62886
63492
  {
62887
63493
  "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",
@@ -62895,7 +63501,13 @@
62895
63501
  "parameterCount": 4,
62896
63502
  "declaringClrType": "System.Security.Cryptography.MLDsa",
62897
63503
  "declaringAssemblyName": "System.Security.Cryptography",
62898
- "isExtensionMethod": false
63504
+ "isExtensionMethod": false,
63505
+ "parameterModifiers": [
63506
+ {
63507
+ "index": 3,
63508
+ "modifier": "out"
63509
+ }
63510
+ ]
62899
63511
  },
62900
63512
  {
62901
63513
  "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",
@@ -65469,7 +66081,17 @@
65469
66081
  "parameterCount": 2,
65470
66082
  "declaringClrType": "System.Security.Cryptography.MLKem",
65471
66083
  "declaringAssemblyName": "System.Security.Cryptography",
65472
- "isExtensionMethod": false
66084
+ "isExtensionMethod": false,
66085
+ "parameterModifiers": [
66086
+ {
66087
+ "index": 0,
66088
+ "modifier": "out"
66089
+ },
66090
+ {
66091
+ "index": 1,
66092
+ "modifier": "out"
66093
+ }
66094
+ ]
65473
66095
  },
65474
66096
  {
65475
66097
  "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",
@@ -65679,7 +66301,13 @@
65679
66301
  "parameterCount": 2,
65680
66302
  "declaringClrType": "System.Security.Cryptography.MLKem",
65681
66303
  "declaringAssemblyName": "System.Security.Cryptography",
65682
- "isExtensionMethod": false
66304
+ "isExtensionMethod": false,
66305
+ "parameterModifiers": [
66306
+ {
66307
+ "index": 1,
66308
+ "modifier": "out"
66309
+ }
66310
+ ]
65683
66311
  },
65684
66312
  {
65685
66313
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.MLKem::ExportSubjectPublicKeyInfo():System.Byte[]",
@@ -65721,7 +66349,13 @@
65721
66349
  "parameterCount": 2,
65722
66350
  "declaringClrType": "System.Security.Cryptography.MLKem",
65723
66351
  "declaringAssemblyName": "System.Security.Cryptography",
65724
- "isExtensionMethod": false
66352
+ "isExtensionMethod": false,
66353
+ "parameterModifiers": [
66354
+ {
66355
+ "index": 1,
66356
+ "modifier": "out"
66357
+ }
66358
+ ]
65725
66359
  },
65726
66360
  {
65727
66361
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.MLKem::ExportPkcs8PrivateKey():System.Byte[]",
@@ -65763,7 +66397,13 @@
65763
66397
  "parameterCount": 4,
65764
66398
  "declaringClrType": "System.Security.Cryptography.MLKem",
65765
66399
  "declaringAssemblyName": "System.Security.Cryptography",
65766
- "isExtensionMethod": false
66400
+ "isExtensionMethod": false,
66401
+ "parameterModifiers": [
66402
+ {
66403
+ "index": 3,
66404
+ "modifier": "out"
66405
+ }
66406
+ ]
65767
66407
  },
65768
66408
  {
65769
66409
  "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",
@@ -65777,7 +66417,13 @@
65777
66417
  "parameterCount": 4,
65778
66418
  "declaringClrType": "System.Security.Cryptography.MLKem",
65779
66419
  "declaringAssemblyName": "System.Security.Cryptography",
65780
- "isExtensionMethod": false
66420
+ "isExtensionMethod": false,
66421
+ "parameterModifiers": [
66422
+ {
66423
+ "index": 3,
66424
+ "modifier": "out"
66425
+ }
66426
+ ]
65781
66427
  },
65782
66428
  {
65783
66429
  "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",
@@ -65791,7 +66437,13 @@
65791
66437
  "parameterCount": 4,
65792
66438
  "declaringClrType": "System.Security.Cryptography.MLKem",
65793
66439
  "declaringAssemblyName": "System.Security.Cryptography",
65794
- "isExtensionMethod": false
66440
+ "isExtensionMethod": false,
66441
+ "parameterModifiers": [
66442
+ {
66443
+ "index": 3,
66444
+ "modifier": "out"
66445
+ }
66446
+ ]
65795
66447
  },
65796
66448
  {
65797
66449
  "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[]",
@@ -74161,7 +74813,13 @@
74161
74813
  "parameterCount": 4,
74162
74814
  "declaringClrType": "System.Security.Cryptography.RSA",
74163
74815
  "declaringAssemblyName": "System.Security.Cryptography",
74164
- "isExtensionMethod": false
74816
+ "isExtensionMethod": false,
74817
+ "parameterModifiers": [
74818
+ {
74819
+ "index": 3,
74820
+ "modifier": "out"
74821
+ }
74822
+ ]
74165
74823
  },
74166
74824
  {
74167
74825
  "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",
@@ -74175,7 +74833,13 @@
74175
74833
  "parameterCount": 4,
74176
74834
  "declaringClrType": "System.Security.Cryptography.RSA",
74177
74835
  "declaringAssemblyName": "System.Security.Cryptography",
74178
- "isExtensionMethod": false
74836
+ "isExtensionMethod": false,
74837
+ "parameterModifiers": [
74838
+ {
74839
+ "index": 3,
74840
+ "modifier": "out"
74841
+ }
74842
+ ]
74179
74843
  },
74180
74844
  {
74181
74845
  "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[]",
@@ -74245,7 +74909,13 @@
74245
74909
  "parameterCount": 5,
74246
74910
  "declaringClrType": "System.Security.Cryptography.RSA",
74247
74911
  "declaringAssemblyName": "System.Security.Cryptography",
74248
- "isExtensionMethod": false
74912
+ "isExtensionMethod": false,
74913
+ "parameterModifiers": [
74914
+ {
74915
+ "index": 4,
74916
+ "modifier": "out"
74917
+ }
74918
+ ]
74249
74919
  },
74250
74920
  {
74251
74921
  "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",
@@ -74343,7 +75013,13 @@
74343
75013
  "parameterCount": 5,
74344
75014
  "declaringClrType": "System.Security.Cryptography.RSA",
74345
75015
  "declaringAssemblyName": "System.Security.Cryptography",
74346
- "isExtensionMethod": false
75016
+ "isExtensionMethod": false,
75017
+ "parameterModifiers": [
75018
+ {
75019
+ "index": 4,
75020
+ "modifier": "out"
75021
+ }
75022
+ ]
74347
75023
  },
74348
75024
  {
74349
75025
  "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[]",
@@ -74483,7 +75159,13 @@
74483
75159
  "parameterCount": 2,
74484
75160
  "declaringClrType": "System.Security.Cryptography.RSA",
74485
75161
  "declaringAssemblyName": "System.Security.Cryptography",
74486
- "isExtensionMethod": false
75162
+ "isExtensionMethod": false,
75163
+ "parameterModifiers": [
75164
+ {
75165
+ "index": 1,
75166
+ "modifier": "out"
75167
+ }
75168
+ ]
74487
75169
  },
74488
75170
  {
74489
75171
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSA::ExportRSAPublicKey():System.Byte[]",
@@ -74511,7 +75193,13 @@
74511
75193
  "parameterCount": 2,
74512
75194
  "declaringClrType": "System.Security.Cryptography.RSA",
74513
75195
  "declaringAssemblyName": "System.Security.Cryptography",
74514
- "isExtensionMethod": false
75196
+ "isExtensionMethod": false,
75197
+ "parameterModifiers": [
75198
+ {
75199
+ "index": 1,
75200
+ "modifier": "out"
75201
+ }
75202
+ ]
74515
75203
  },
74516
75204
  {
74517
75205
  "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",
@@ -74525,7 +75213,13 @@
74525
75213
  "parameterCount": 2,
74526
75214
  "declaringClrType": "System.Security.Cryptography.RSA",
74527
75215
  "declaringAssemblyName": "System.Security.Cryptography",
74528
- "isExtensionMethod": false
75216
+ "isExtensionMethod": false,
75217
+ "parameterModifiers": [
75218
+ {
75219
+ "index": 1,
75220
+ "modifier": "out"
75221
+ }
75222
+ ]
74529
75223
  },
74530
75224
  {
74531
75225
  "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",
@@ -74539,7 +75233,13 @@
74539
75233
  "parameterCount": 2,
74540
75234
  "declaringClrType": "System.Security.Cryptography.RSA",
74541
75235
  "declaringAssemblyName": "System.Security.Cryptography",
74542
- "isExtensionMethod": false
75236
+ "isExtensionMethod": false,
75237
+ "parameterModifiers": [
75238
+ {
75239
+ "index": 1,
75240
+ "modifier": "out"
75241
+ }
75242
+ ]
74543
75243
  },
74544
75244
  {
74545
75245
  "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",
@@ -74553,7 +75253,13 @@
74553
75253
  "parameterCount": 4,
74554
75254
  "declaringClrType": "System.Security.Cryptography.RSA",
74555
75255
  "declaringAssemblyName": "System.Security.Cryptography",
74556
- "isExtensionMethod": false
75256
+ "isExtensionMethod": false,
75257
+ "parameterModifiers": [
75258
+ {
75259
+ "index": 3,
75260
+ "modifier": "out"
75261
+ }
75262
+ ]
74557
75263
  },
74558
75264
  {
74559
75265
  "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",
@@ -74567,7 +75273,13 @@
74567
75273
  "parameterCount": 4,
74568
75274
  "declaringClrType": "System.Security.Cryptography.RSA",
74569
75275
  "declaringAssemblyName": "System.Security.Cryptography",
74570
- "isExtensionMethod": false
75276
+ "isExtensionMethod": false,
75277
+ "parameterModifiers": [
75278
+ {
75279
+ "index": 3,
75280
+ "modifier": "out"
75281
+ }
75282
+ ]
74571
75283
  },
74572
75284
  {
74573
75285
  "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",
@@ -74581,7 +75293,13 @@
74581
75293
  "parameterCount": 2,
74582
75294
  "declaringClrType": "System.Security.Cryptography.RSA",
74583
75295
  "declaringAssemblyName": "System.Security.Cryptography",
74584
- "isExtensionMethod": false
75296
+ "isExtensionMethod": false,
75297
+ "parameterModifiers": [
75298
+ {
75299
+ "index": 1,
75300
+ "modifier": "out"
75301
+ }
75302
+ ]
74585
75303
  },
74586
75304
  {
74587
75305
  "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",
@@ -74595,7 +75313,13 @@
74595
75313
  "parameterCount": 2,
74596
75314
  "declaringClrType": "System.Security.Cryptography.RSA",
74597
75315
  "declaringAssemblyName": "System.Security.Cryptography",
74598
- "isExtensionMethod": false
75316
+ "isExtensionMethod": false,
75317
+ "parameterModifiers": [
75318
+ {
75319
+ "index": 1,
75320
+ "modifier": "out"
75321
+ }
75322
+ ]
74599
75323
  },
74600
75324
  {
74601
75325
  "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",
@@ -74609,7 +75333,13 @@
74609
75333
  "parameterCount": 2,
74610
75334
  "declaringClrType": "System.Security.Cryptography.RSA",
74611
75335
  "declaringAssemblyName": "System.Security.Cryptography",
74612
- "isExtensionMethod": false
75336
+ "isExtensionMethod": false,
75337
+ "parameterModifiers": [
75338
+ {
75339
+ "index": 1,
75340
+ "modifier": "out"
75341
+ }
75342
+ ]
74613
75343
  },
74614
75344
  {
74615
75345
  "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",
@@ -74623,7 +75353,13 @@
74623
75353
  "parameterCount": 2,
74624
75354
  "declaringClrType": "System.Security.Cryptography.RSA",
74625
75355
  "declaringAssemblyName": "System.Security.Cryptography",
74626
- "isExtensionMethod": false
75356
+ "isExtensionMethod": false,
75357
+ "parameterModifiers": [
75358
+ {
75359
+ "index": 1,
75360
+ "modifier": "out"
75361
+ }
75362
+ ]
74627
75363
  },
74628
75364
  {
74629
75365
  "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",
@@ -74637,7 +75373,13 @@
74637
75373
  "parameterCount": 3,
74638
75374
  "declaringClrType": "System.Security.Cryptography.RSA",
74639
75375
  "declaringAssemblyName": "System.Security.Cryptography",
74640
- "isExtensionMethod": false
75376
+ "isExtensionMethod": false,
75377
+ "parameterModifiers": [
75378
+ {
75379
+ "index": 2,
75380
+ "modifier": "out"
75381
+ }
75382
+ ]
74641
75383
  },
74642
75384
  {
74643
75385
  "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",
@@ -74651,7 +75393,13 @@
74651
75393
  "parameterCount": 3,
74652
75394
  "declaringClrType": "System.Security.Cryptography.RSA",
74653
75395
  "declaringAssemblyName": "System.Security.Cryptography",
74654
- "isExtensionMethod": false
75396
+ "isExtensionMethod": false,
75397
+ "parameterModifiers": [
75398
+ {
75399
+ "index": 2,
75400
+ "modifier": "out"
75401
+ }
75402
+ ]
74655
75403
  },
74656
75404
  {
74657
75405
  "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",
@@ -74735,7 +75483,13 @@
74735
75483
  "parameterCount": 2,
74736
75484
  "declaringClrType": "System.Security.Cryptography.RSA",
74737
75485
  "declaringAssemblyName": "System.Security.Cryptography",
74738
- "isExtensionMethod": false
75486
+ "isExtensionMethod": false,
75487
+ "parameterModifiers": [
75488
+ {
75489
+ "index": 1,
75490
+ "modifier": "out"
75491
+ }
75492
+ ]
74739
75493
  },
74740
75494
  {
74741
75495
  "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",
@@ -74749,7 +75503,13 @@
74749
75503
  "parameterCount": 2,
74750
75504
  "declaringClrType": "System.Security.Cryptography.RSA",
74751
75505
  "declaringAssemblyName": "System.Security.Cryptography",
74752
- "isExtensionMethod": false
75506
+ "isExtensionMethod": false,
75507
+ "parameterModifiers": [
75508
+ {
75509
+ "index": 1,
75510
+ "modifier": "out"
75511
+ }
75512
+ ]
74753
75513
  },
74754
75514
  {
74755
75515
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSA::FromXmlString(System.String):System.Void",
@@ -74819,7 +75579,13 @@
74819
75579
  "parameterCount": 3,
74820
75580
  "declaringClrType": "System.Security.Cryptography.RSA",
74821
75581
  "declaringAssemblyName": "System.Security.Cryptography",
74822
- "isExtensionMethod": false
75582
+ "isExtensionMethod": false,
75583
+ "parameterModifiers": [
75584
+ {
75585
+ "index": 2,
75586
+ "modifier": "out"
75587
+ }
75588
+ ]
74823
75589
  },
74824
75590
  {
74825
75591
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSA::ImportFromEncryptedPem(System.ReadOnlySpan_1,System.ReadOnlySpan_1):System.Void",
@@ -74861,7 +75627,13 @@
74861
75627
  "parameterCount": 2,
74862
75628
  "declaringClrType": "System.Security.Cryptography.RSA",
74863
75629
  "declaringAssemblyName": "System.Security.Cryptography",
74864
- "isExtensionMethod": false
75630
+ "isExtensionMethod": false,
75631
+ "parameterModifiers": [
75632
+ {
75633
+ "index": 1,
75634
+ "modifier": "out"
75635
+ }
75636
+ ]
74865
75637
  },
74866
75638
  {
74867
75639
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSA::ImportSubjectPublicKeyInfo(System.ReadOnlySpan_1,System.Int32\u0026):System.Void",
@@ -74875,7 +75647,13 @@
74875
75647
  "parameterCount": 2,
74876
75648
  "declaringClrType": "System.Security.Cryptography.RSA",
74877
75649
  "declaringAssemblyName": "System.Security.Cryptography",
74878
- "isExtensionMethod": false
75650
+ "isExtensionMethod": false,
75651
+ "parameterModifiers": [
75652
+ {
75653
+ "index": 1,
75654
+ "modifier": "out"
75655
+ }
75656
+ ]
74879
75657
  },
74880
75658
  {
74881
75659
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSA::TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan_1,System.Security.Cryptography.PbeParameters,System.Span_1,System.Int32\u0026):System.Boolean",
@@ -74889,7 +75667,13 @@
74889
75667
  "parameterCount": 4,
74890
75668
  "declaringClrType": "System.Security.Cryptography.RSA",
74891
75669
  "declaringAssemblyName": "System.Security.Cryptography",
74892
- "isExtensionMethod": false
75670
+ "isExtensionMethod": false,
75671
+ "parameterModifiers": [
75672
+ {
75673
+ "index": 3,
75674
+ "modifier": "out"
75675
+ }
75676
+ ]
74893
75677
  },
74894
75678
  {
74895
75679
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSA::TryExportPkcs8PrivateKey(System.Span_1,System.Int32\u0026):System.Boolean",
@@ -74903,7 +75687,13 @@
74903
75687
  "parameterCount": 2,
74904
75688
  "declaringClrType": "System.Security.Cryptography.RSA",
74905
75689
  "declaringAssemblyName": "System.Security.Cryptography",
74906
- "isExtensionMethod": false
75690
+ "isExtensionMethod": false,
75691
+ "parameterModifiers": [
75692
+ {
75693
+ "index": 1,
75694
+ "modifier": "out"
75695
+ }
75696
+ ]
74907
75697
  },
74908
75698
  {
74909
75699
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSA::TryExportSubjectPublicKeyInfo(System.Span_1,System.Int32\u0026):System.Boolean",
@@ -74917,7 +75707,13 @@
74917
75707
  "parameterCount": 2,
74918
75708
  "declaringClrType": "System.Security.Cryptography.RSA",
74919
75709
  "declaringAssemblyName": "System.Security.Cryptography",
74920
- "isExtensionMethod": false
75710
+ "isExtensionMethod": false,
75711
+ "parameterModifiers": [
75712
+ {
75713
+ "index": 1,
75714
+ "modifier": "out"
75715
+ }
75716
+ ]
74921
75717
  }
74922
75718
  ],
74923
75719
  "properties": [
@@ -76793,7 +77589,13 @@
76793
77589
  "parameterCount": 4,
76794
77590
  "declaringClrType": "System.Security.Cryptography.RSACryptoServiceProvider",
76795
77591
  "declaringAssemblyName": "System.Security.Cryptography",
76796
- "isExtensionMethod": false
77592
+ "isExtensionMethod": false,
77593
+ "parameterModifiers": [
77594
+ {
77595
+ "index": 3,
77596
+ "modifier": "out"
77597
+ }
77598
+ ]
76797
77599
  },
76798
77600
  {
76799
77601
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSACryptoServiceProvider::Encrypt(System.Byte[],System.Boolean):System.Byte[]",
@@ -76835,7 +77637,13 @@
76835
77637
  "parameterCount": 4,
76836
77638
  "declaringClrType": "System.Security.Cryptography.RSACryptoServiceProvider",
76837
77639
  "declaringAssemblyName": "System.Security.Cryptography",
76838
- "isExtensionMethod": false
77640
+ "isExtensionMethod": false,
77641
+ "parameterModifiers": [
77642
+ {
77643
+ "index": 3,
77644
+ "modifier": "out"
77645
+ }
77646
+ ]
76839
77647
  },
76840
77648
  {
76841
77649
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSACryptoServiceProvider::ExportCspBlob(System.Boolean):System.Byte[]",
@@ -76919,7 +77727,13 @@
76919
77727
  "parameterCount": 3,
76920
77728
  "declaringClrType": "System.Security.Cryptography.RSACryptoServiceProvider",
76921
77729
  "declaringAssemblyName": "System.Security.Cryptography",
76922
- "isExtensionMethod": false
77730
+ "isExtensionMethod": false,
77731
+ "parameterModifiers": [
77732
+ {
77733
+ "index": 2,
77734
+ "modifier": "out"
77735
+ }
77736
+ ]
76923
77737
  },
76924
77738
  {
76925
77739
  "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",
@@ -76933,7 +77747,13 @@
76933
77747
  "parameterCount": 3,
76934
77748
  "declaringClrType": "System.Security.Cryptography.RSACryptoServiceProvider",
76935
77749
  "declaringAssemblyName": "System.Security.Cryptography",
76936
- "isExtensionMethod": false
77750
+ "isExtensionMethod": false,
77751
+ "parameterModifiers": [
77752
+ {
77753
+ "index": 2,
77754
+ "modifier": "out"
77755
+ }
77756
+ ]
76937
77757
  },
76938
77758
  {
76939
77759
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSACryptoServiceProvider::SignData(System.IO.Stream,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Byte[]",
@@ -76975,7 +77795,13 @@
76975
77795
  "parameterCount": 5,
76976
77796
  "declaringClrType": "System.Security.Cryptography.RSACryptoServiceProvider",
76977
77797
  "declaringAssemblyName": "System.Security.Cryptography",
76978
- "isExtensionMethod": false
77798
+ "isExtensionMethod": false,
77799
+ "parameterModifiers": [
77800
+ {
77801
+ "index": 4,
77802
+ "modifier": "out"
77803
+ }
77804
+ ]
76979
77805
  },
76980
77806
  {
76981
77807
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSACryptoServiceProvider::SignData(System.Byte[],System.Int32,System.Int32,System.Object):System.Byte[]",
@@ -77045,7 +77871,13 @@
77045
77871
  "parameterCount": 5,
77046
77872
  "declaringClrType": "System.Security.Cryptography.RSACryptoServiceProvider",
77047
77873
  "declaringAssemblyName": "System.Security.Cryptography",
77048
- "isExtensionMethod": false
77874
+ "isExtensionMethod": false,
77875
+ "parameterModifiers": [
77876
+ {
77877
+ "index": 4,
77878
+ "modifier": "out"
77879
+ }
77880
+ ]
77049
77881
  },
77050
77882
  {
77051
77883
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSACryptoServiceProvider::SignHash(System.Byte[],System.String):System.Byte[]",
@@ -77283,7 +78115,13 @@
77283
78115
  "parameterCount": 3,
77284
78116
  "declaringClrType": "System.Security.Cryptography.RSACryptoServiceProvider",
77285
78117
  "declaringAssemblyName": "System.Security.Cryptography",
77286
- "isExtensionMethod": false
78118
+ "isExtensionMethod": false,
78119
+ "parameterModifiers": [
78120
+ {
78121
+ "index": 2,
78122
+ "modifier": "out"
78123
+ }
78124
+ ]
77287
78125
  },
77288
78126
  {
77289
78127
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSACryptoServiceProvider::SignData(System.Byte[],System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Byte[]",
@@ -77367,7 +78205,13 @@
77367
78205
  "parameterCount": 4,
77368
78206
  "declaringClrType": "System.Security.Cryptography.RSACryptoServiceProvider",
77369
78207
  "declaringAssemblyName": "System.Security.Cryptography",
77370
- "isExtensionMethod": false
78208
+ "isExtensionMethod": false,
78209
+ "parameterModifiers": [
78210
+ {
78211
+ "index": 3,
78212
+ "modifier": "out"
78213
+ }
78214
+ ]
77371
78215
  },
77372
78216
  {
77373
78217
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSACryptoServiceProvider::TryEncrypt(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.RSAEncryptionPadding,System.Int32\u0026):System.Boolean",
@@ -77381,7 +78225,13 @@
77381
78225
  "parameterCount": 4,
77382
78226
  "declaringClrType": "System.Security.Cryptography.RSACryptoServiceProvider",
77383
78227
  "declaringAssemblyName": "System.Security.Cryptography",
77384
- "isExtensionMethod": false
78228
+ "isExtensionMethod": false,
78229
+ "parameterModifiers": [
78230
+ {
78231
+ "index": 3,
78232
+ "modifier": "out"
78233
+ }
78234
+ ]
77385
78235
  },
77386
78236
  {
77387
78237
  "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",
@@ -77395,7 +78245,13 @@
77395
78245
  "parameterCount": 5,
77396
78246
  "declaringClrType": "System.Security.Cryptography.RSACryptoServiceProvider",
77397
78247
  "declaringAssemblyName": "System.Security.Cryptography",
77398
- "isExtensionMethod": false
78248
+ "isExtensionMethod": false,
78249
+ "parameterModifiers": [
78250
+ {
78251
+ "index": 4,
78252
+ "modifier": "out"
78253
+ }
78254
+ ]
77399
78255
  },
77400
78256
  {
77401
78257
  "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",
@@ -77409,7 +78265,13 @@
77409
78265
  "parameterCount": 5,
77410
78266
  "declaringClrType": "System.Security.Cryptography.RSACryptoServiceProvider",
77411
78267
  "declaringAssemblyName": "System.Security.Cryptography",
77412
- "isExtensionMethod": false
78268
+ "isExtensionMethod": false,
78269
+ "parameterModifiers": [
78270
+ {
78271
+ "index": 4,
78272
+ "modifier": "out"
78273
+ }
78274
+ ]
77413
78275
  },
77414
78276
  {
77415
78277
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSACryptoServiceProvider::VerifyData(System.Byte[],System.Byte[],System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Boolean",
@@ -79712,7 +80574,13 @@
79712
80574
  "parameterCount": 4,
79713
80575
  "declaringClrType": "System.Security.Cryptography.RSAOpenSsl",
79714
80576
  "declaringAssemblyName": "System.Security.Cryptography",
79715
- "isExtensionMethod": false
80577
+ "isExtensionMethod": false,
80578
+ "parameterModifiers": [
80579
+ {
80580
+ "index": 3,
80581
+ "modifier": "out"
80582
+ }
80583
+ ]
79716
80584
  },
79717
80585
  {
79718
80586
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::Encrypt(System.Byte[],System.Security.Cryptography.RSAEncryptionPadding):System.Byte[]",
@@ -79740,7 +80608,13 @@
79740
80608
  "parameterCount": 4,
79741
80609
  "declaringClrType": "System.Security.Cryptography.RSAOpenSsl",
79742
80610
  "declaringAssemblyName": "System.Security.Cryptography",
79743
- "isExtensionMethod": false
80611
+ "isExtensionMethod": false,
80612
+ "parameterModifiers": [
80613
+ {
80614
+ "index": 3,
80615
+ "modifier": "out"
80616
+ }
80617
+ ]
79744
80618
  },
79745
80619
  {
79746
80620
  "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",
@@ -79754,7 +80628,13 @@
79754
80628
  "parameterCount": 2,
79755
80629
  "declaringClrType": "System.Security.Cryptography.RSAOpenSsl",
79756
80630
  "declaringAssemblyName": "System.Security.Cryptography",
79757
- "isExtensionMethod": false
80631
+ "isExtensionMethod": false,
80632
+ "parameterModifiers": [
80633
+ {
80634
+ "index": 1,
80635
+ "modifier": "out"
80636
+ }
80637
+ ]
79758
80638
  },
79759
80639
  {
79760
80640
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::ExportPkcs8PrivateKey():System.Byte[]",
@@ -79782,7 +80662,13 @@
79782
80662
  "parameterCount": 2,
79783
80663
  "declaringClrType": "System.Security.Cryptography.RSAOpenSsl",
79784
80664
  "declaringAssemblyName": "System.Security.Cryptography",
79785
- "isExtensionMethod": false
80665
+ "isExtensionMethod": false,
80666
+ "parameterModifiers": [
80667
+ {
80668
+ "index": 1,
80669
+ "modifier": "out"
80670
+ }
80671
+ ]
79786
80672
  },
79787
80673
  {
79788
80674
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::ExportRSAPrivateKey():System.Byte[]",
@@ -79824,7 +80710,13 @@
79824
80710
  "parameterCount": 2,
79825
80711
  "declaringClrType": "System.Security.Cryptography.RSAOpenSsl",
79826
80712
  "declaringAssemblyName": "System.Security.Cryptography",
79827
- "isExtensionMethod": false
80713
+ "isExtensionMethod": false,
80714
+ "parameterModifiers": [
80715
+ {
80716
+ "index": 1,
80717
+ "modifier": "out"
80718
+ }
80719
+ ]
79828
80720
  },
79829
80721
  {
79830
80722
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::ExportSubjectPublicKeyInfo():System.Byte[]",
@@ -79852,7 +80744,13 @@
79852
80744
  "parameterCount": 2,
79853
80745
  "declaringClrType": "System.Security.Cryptography.RSAOpenSsl",
79854
80746
  "declaringAssemblyName": "System.Security.Cryptography",
79855
- "isExtensionMethod": false
80747
+ "isExtensionMethod": false,
80748
+ "parameterModifiers": [
80749
+ {
80750
+ "index": 1,
80751
+ "modifier": "out"
80752
+ }
80753
+ ]
79856
80754
  },
79857
80755
  {
79858
80756
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::ExportParameters(System.Boolean):System.Security.Cryptography.RSAParameters",
@@ -79894,7 +80792,13 @@
79894
80792
  "parameterCount": 2,
79895
80793
  "declaringClrType": "System.Security.Cryptography.RSAOpenSsl",
79896
80794
  "declaringAssemblyName": "System.Security.Cryptography",
79897
- "isExtensionMethod": false
80795
+ "isExtensionMethod": false,
80796
+ "parameterModifiers": [
80797
+ {
80798
+ "index": 1,
80799
+ "modifier": "out"
80800
+ }
80801
+ ]
79898
80802
  },
79899
80803
  {
79900
80804
  "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",
@@ -79908,7 +80812,13 @@
79908
80812
  "parameterCount": 2,
79909
80813
  "declaringClrType": "System.Security.Cryptography.RSAOpenSsl",
79910
80814
  "declaringAssemblyName": "System.Security.Cryptography",
79911
- "isExtensionMethod": false
80815
+ "isExtensionMethod": false,
80816
+ "parameterModifiers": [
80817
+ {
80818
+ "index": 1,
80819
+ "modifier": "out"
80820
+ }
80821
+ ]
79912
80822
  },
79913
80823
  {
79914
80824
  "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",
@@ -79922,7 +80832,13 @@
79922
80832
  "parameterCount": 3,
79923
80833
  "declaringClrType": "System.Security.Cryptography.RSAOpenSsl",
79924
80834
  "declaringAssemblyName": "System.Security.Cryptography",
79925
- "isExtensionMethod": false
80835
+ "isExtensionMethod": false,
80836
+ "parameterModifiers": [
80837
+ {
80838
+ "index": 2,
80839
+ "modifier": "out"
80840
+ }
80841
+ ]
79926
80842
  },
79927
80843
  {
79928
80844
  "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",
@@ -79936,7 +80852,13 @@
79936
80852
  "parameterCount": 3,
79937
80853
  "declaringClrType": "System.Security.Cryptography.RSAOpenSsl",
79938
80854
  "declaringAssemblyName": "System.Security.Cryptography",
79939
- "isExtensionMethod": false
80855
+ "isExtensionMethod": false,
80856
+ "parameterModifiers": [
80857
+ {
80858
+ "index": 2,
80859
+ "modifier": "out"
80860
+ }
80861
+ ]
79940
80862
  },
79941
80863
  {
79942
80864
  "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",
@@ -79950,7 +80872,13 @@
79950
80872
  "parameterCount": 2,
79951
80873
  "declaringClrType": "System.Security.Cryptography.RSAOpenSsl",
79952
80874
  "declaringAssemblyName": "System.Security.Cryptography",
79953
- "isExtensionMethod": false
80875
+ "isExtensionMethod": false,
80876
+ "parameterModifiers": [
80877
+ {
80878
+ "index": 1,
80879
+ "modifier": "out"
80880
+ }
80881
+ ]
79954
80882
  },
79955
80883
  {
79956
80884
  "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",
@@ -79964,7 +80892,13 @@
79964
80892
  "parameterCount": 2,
79965
80893
  "declaringClrType": "System.Security.Cryptography.RSAOpenSsl",
79966
80894
  "declaringAssemblyName": "System.Security.Cryptography",
79967
- "isExtensionMethod": false
80895
+ "isExtensionMethod": false,
80896
+ "parameterModifiers": [
80897
+ {
80898
+ "index": 1,
80899
+ "modifier": "out"
80900
+ }
80901
+ ]
79968
80902
  },
79969
80903
  {
79970
80904
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::SignHash(System.Byte[],System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Byte[]",
@@ -79992,7 +80926,13 @@
79992
80926
  "parameterCount": 5,
79993
80927
  "declaringClrType": "System.Security.Cryptography.RSAOpenSsl",
79994
80928
  "declaringAssemblyName": "System.Security.Cryptography",
79995
- "isExtensionMethod": false
80929
+ "isExtensionMethod": false,
80930
+ "parameterModifiers": [
80931
+ {
80932
+ "index": 4,
80933
+ "modifier": "out"
80934
+ }
80935
+ ]
79996
80936
  },
79997
80937
  {
79998
80938
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::VerifyHash(System.Byte[],System.Byte[],System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Boolean",
@@ -80132,7 +81072,13 @@
80132
81072
  "parameterCount": 3,
80133
81073
  "declaringClrType": "System.Security.Cryptography.RSAOpenSsl",
80134
81074
  "declaringAssemblyName": "System.Security.Cryptography",
80135
- "isExtensionMethod": false
81075
+ "isExtensionMethod": false,
81076
+ "parameterModifiers": [
81077
+ {
81078
+ "index": 2,
81079
+ "modifier": "out"
81080
+ }
81081
+ ]
80136
81082
  },
80137
81083
  {
80138
81084
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::ImportPkcs8PrivateKey(System.ReadOnlySpan_1,System.Int32\u0026):System.Void",
@@ -80146,7 +81092,13 @@
80146
81092
  "parameterCount": 2,
80147
81093
  "declaringClrType": "System.Security.Cryptography.RSAOpenSsl",
80148
81094
  "declaringAssemblyName": "System.Security.Cryptography",
80149
- "isExtensionMethod": false
81095
+ "isExtensionMethod": false,
81096
+ "parameterModifiers": [
81097
+ {
81098
+ "index": 1,
81099
+ "modifier": "out"
81100
+ }
81101
+ ]
80150
81102
  },
80151
81103
  {
80152
81104
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::ImportRSAPrivateKey(System.ReadOnlySpan_1,System.Int32\u0026):System.Void",
@@ -80160,7 +81112,13 @@
80160
81112
  "parameterCount": 2,
80161
81113
  "declaringClrType": "System.Security.Cryptography.RSAOpenSsl",
80162
81114
  "declaringAssemblyName": "System.Security.Cryptography",
80163
- "isExtensionMethod": false
81115
+ "isExtensionMethod": false,
81116
+ "parameterModifiers": [
81117
+ {
81118
+ "index": 1,
81119
+ "modifier": "out"
81120
+ }
81121
+ ]
80164
81122
  },
80165
81123
  {
80166
81124
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::ImportRSAPublicKey(System.ReadOnlySpan_1,System.Int32\u0026):System.Void",
@@ -80174,7 +81132,13 @@
80174
81132
  "parameterCount": 2,
80175
81133
  "declaringClrType": "System.Security.Cryptography.RSAOpenSsl",
80176
81134
  "declaringAssemblyName": "System.Security.Cryptography",
80177
- "isExtensionMethod": false
81135
+ "isExtensionMethod": false,
81136
+ "parameterModifiers": [
81137
+ {
81138
+ "index": 1,
81139
+ "modifier": "out"
81140
+ }
81141
+ ]
80178
81142
  },
80179
81143
  {
80180
81144
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::ImportSubjectPublicKeyInfo(System.ReadOnlySpan_1,System.Int32\u0026):System.Void",
@@ -80188,7 +81152,13 @@
80188
81152
  "parameterCount": 2,
80189
81153
  "declaringClrType": "System.Security.Cryptography.RSAOpenSsl",
80190
81154
  "declaringAssemblyName": "System.Security.Cryptography",
80191
- "isExtensionMethod": false
81155
+ "isExtensionMethod": false,
81156
+ "parameterModifiers": [
81157
+ {
81158
+ "index": 1,
81159
+ "modifier": "out"
81160
+ }
81161
+ ]
80192
81162
  },
80193
81163
  {
80194
81164
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::SignHash(System.ReadOnlySpan_1,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Byte[]",
@@ -80230,7 +81200,13 @@
80230
81200
  "parameterCount": 4,
80231
81201
  "declaringClrType": "System.Security.Cryptography.RSAOpenSsl",
80232
81202
  "declaringAssemblyName": "System.Security.Cryptography",
80233
- "isExtensionMethod": false
81203
+ "isExtensionMethod": false,
81204
+ "parameterModifiers": [
81205
+ {
81206
+ "index": 3,
81207
+ "modifier": "out"
81208
+ }
81209
+ ]
80234
81210
  },
80235
81211
  {
80236
81212
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::TryEncrypt(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.RSAEncryptionPadding,System.Int32\u0026):System.Boolean",
@@ -80244,7 +81220,13 @@
80244
81220
  "parameterCount": 4,
80245
81221
  "declaringClrType": "System.Security.Cryptography.RSAOpenSsl",
80246
81222
  "declaringAssemblyName": "System.Security.Cryptography",
80247
- "isExtensionMethod": false
81223
+ "isExtensionMethod": false,
81224
+ "parameterModifiers": [
81225
+ {
81226
+ "index": 3,
81227
+ "modifier": "out"
81228
+ }
81229
+ ]
80248
81230
  },
80249
81231
  {
80250
81232
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::TryExportPkcs8PrivateKey(System.Span_1,System.Int32\u0026):System.Boolean",
@@ -80258,7 +81240,13 @@
80258
81240
  "parameterCount": 2,
80259
81241
  "declaringClrType": "System.Security.Cryptography.RSAOpenSsl",
80260
81242
  "declaringAssemblyName": "System.Security.Cryptography",
80261
- "isExtensionMethod": false
81243
+ "isExtensionMethod": false,
81244
+ "parameterModifiers": [
81245
+ {
81246
+ "index": 1,
81247
+ "modifier": "out"
81248
+ }
81249
+ ]
80262
81250
  },
80263
81251
  {
80264
81252
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::TryExportRSAPrivateKey(System.Span_1,System.Int32\u0026):System.Boolean",
@@ -80272,7 +81260,13 @@
80272
81260
  "parameterCount": 2,
80273
81261
  "declaringClrType": "System.Security.Cryptography.RSAOpenSsl",
80274
81262
  "declaringAssemblyName": "System.Security.Cryptography",
80275
- "isExtensionMethod": false
81263
+ "isExtensionMethod": false,
81264
+ "parameterModifiers": [
81265
+ {
81266
+ "index": 1,
81267
+ "modifier": "out"
81268
+ }
81269
+ ]
80276
81270
  },
80277
81271
  {
80278
81272
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::TryExportRSAPublicKey(System.Span_1,System.Int32\u0026):System.Boolean",
@@ -80286,7 +81280,13 @@
80286
81280
  "parameterCount": 2,
80287
81281
  "declaringClrType": "System.Security.Cryptography.RSAOpenSsl",
80288
81282
  "declaringAssemblyName": "System.Security.Cryptography",
80289
- "isExtensionMethod": false
81283
+ "isExtensionMethod": false,
81284
+ "parameterModifiers": [
81285
+ {
81286
+ "index": 1,
81287
+ "modifier": "out"
81288
+ }
81289
+ ]
80290
81290
  },
80291
81291
  {
80292
81292
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::TryExportSubjectPublicKeyInfo(System.Span_1,System.Int32\u0026):System.Boolean",
@@ -80300,7 +81300,13 @@
80300
81300
  "parameterCount": 2,
80301
81301
  "declaringClrType": "System.Security.Cryptography.RSAOpenSsl",
80302
81302
  "declaringAssemblyName": "System.Security.Cryptography",
80303
- "isExtensionMethod": false
81303
+ "isExtensionMethod": false,
81304
+ "parameterModifiers": [
81305
+ {
81306
+ "index": 1,
81307
+ "modifier": "out"
81308
+ }
81309
+ ]
80304
81310
  },
80305
81311
  {
80306
81312
  "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",
@@ -80314,7 +81320,13 @@
80314
81320
  "parameterCount": 5,
80315
81321
  "declaringClrType": "System.Security.Cryptography.RSAOpenSsl",
80316
81322
  "declaringAssemblyName": "System.Security.Cryptography",
80317
- "isExtensionMethod": false
81323
+ "isExtensionMethod": false,
81324
+ "parameterModifiers": [
81325
+ {
81326
+ "index": 4,
81327
+ "modifier": "out"
81328
+ }
81329
+ ]
80318
81330
  },
80319
81331
  {
80320
81332
  "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",
@@ -82975,7 +83987,13 @@
82975
83987
  "parameterCount": 3,
82976
83988
  "declaringClrType": "System.Security.Cryptography.SHA1",
82977
83989
  "declaringAssemblyName": "System.Security.Cryptography",
82978
- "isExtensionMethod": false
83990
+ "isExtensionMethod": false,
83991
+ "parameterModifiers": [
83992
+ {
83993
+ "index": 2,
83994
+ "modifier": "out"
83995
+ }
83996
+ ]
82979
83997
  },
82980
83998
  {
82981
83999
  "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",
@@ -84726,7 +85744,13 @@
84726
85744
  "parameterCount": 3,
84727
85745
  "declaringClrType": "System.Security.Cryptography.SHA256",
84728
85746
  "declaringAssemblyName": "System.Security.Cryptography",
84729
- "isExtensionMethod": false
85747
+ "isExtensionMethod": false,
85748
+ "parameterModifiers": [
85749
+ {
85750
+ "index": 2,
85751
+ "modifier": "out"
85752
+ }
85753
+ ]
84730
85754
  },
84731
85755
  {
84732
85756
  "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",
@@ -86463,7 +87487,13 @@
86463
87487
  "parameterCount": 3,
86464
87488
  "declaringClrType": "System.Security.Cryptography.SHA3_256",
86465
87489
  "declaringAssemblyName": "System.Security.Cryptography",
86466
- "isExtensionMethod": false
87490
+ "isExtensionMethod": false,
87491
+ "parameterModifiers": [
87492
+ {
87493
+ "index": 2,
87494
+ "modifier": "out"
87495
+ }
87496
+ ]
86467
87497
  },
86468
87498
  {
86469
87499
  "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",
@@ -87166,7 +88196,13 @@
87166
88196
  "parameterCount": 3,
87167
88197
  "declaringClrType": "System.Security.Cryptography.SHA3_384",
87168
88198
  "declaringAssemblyName": "System.Security.Cryptography",
87169
- "isExtensionMethod": false
88199
+ "isExtensionMethod": false,
88200
+ "parameterModifiers": [
88201
+ {
88202
+ "index": 2,
88203
+ "modifier": "out"
88204
+ }
88205
+ ]
87170
88206
  },
87171
88207
  {
87172
88208
  "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",
@@ -87869,7 +88905,13 @@
87869
88905
  "parameterCount": 3,
87870
88906
  "declaringClrType": "System.Security.Cryptography.SHA3_512",
87871
88907
  "declaringAssemblyName": "System.Security.Cryptography",
87872
- "isExtensionMethod": false
88908
+ "isExtensionMethod": false,
88909
+ "parameterModifiers": [
88910
+ {
88911
+ "index": 2,
88912
+ "modifier": "out"
88913
+ }
88914
+ ]
87873
88915
  },
87874
88916
  {
87875
88917
  "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",
@@ -88586,7 +89628,13 @@
88586
89628
  "parameterCount": 3,
88587
89629
  "declaringClrType": "System.Security.Cryptography.SHA384",
88588
89630
  "declaringAssemblyName": "System.Security.Cryptography",
88589
- "isExtensionMethod": false
89631
+ "isExtensionMethod": false,
89632
+ "parameterModifiers": [
89633
+ {
89634
+ "index": 2,
89635
+ "modifier": "out"
89636
+ }
89637
+ ]
88590
89638
  },
88591
89639
  {
88592
89640
  "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",
@@ -90337,7 +91385,13 @@
90337
91385
  "parameterCount": 3,
90338
91386
  "declaringClrType": "System.Security.Cryptography.SHA512",
90339
91387
  "declaringAssemblyName": "System.Security.Cryptography",
90340
- "isExtensionMethod": false
91388
+ "isExtensionMethod": false,
91389
+ "parameterModifiers": [
91390
+ {
91391
+ "index": 2,
91392
+ "modifier": "out"
91393
+ }
91394
+ ]
90341
91395
  },
90342
91396
  {
90343
91397
  "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",
@@ -93605,7 +94659,13 @@
93605
94659
  "parameterCount": 2,
93606
94660
  "declaringClrType": "System.Security.Cryptography.SlhDsa",
93607
94661
  "declaringAssemblyName": "System.Security.Cryptography",
93608
- "isExtensionMethod": false
94662
+ "isExtensionMethod": false,
94663
+ "parameterModifiers": [
94664
+ {
94665
+ "index": 1,
94666
+ "modifier": "out"
94667
+ }
94668
+ ]
93609
94669
  },
93610
94670
  {
93611
94671
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.SlhDsa::ExportSubjectPublicKeyInfoPem():System.String",
@@ -93647,7 +94707,13 @@
93647
94707
  "parameterCount": 2,
93648
94708
  "declaringClrType": "System.Security.Cryptography.SlhDsa",
93649
94709
  "declaringAssemblyName": "System.Security.Cryptography",
93650
- "isExtensionMethod": false
94710
+ "isExtensionMethod": false,
94711
+ "parameterModifiers": [
94712
+ {
94713
+ "index": 1,
94714
+ "modifier": "out"
94715
+ }
94716
+ ]
93651
94717
  },
93652
94718
  {
93653
94719
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.SlhDsa::ExportPkcs8PrivateKeyPem():System.String",
@@ -93717,7 +94783,13 @@
93717
94783
  "parameterCount": 4,
93718
94784
  "declaringClrType": "System.Security.Cryptography.SlhDsa",
93719
94785
  "declaringAssemblyName": "System.Security.Cryptography",
93720
- "isExtensionMethod": false
94786
+ "isExtensionMethod": false,
94787
+ "parameterModifiers": [
94788
+ {
94789
+ "index": 3,
94790
+ "modifier": "out"
94791
+ }
94792
+ ]
93721
94793
  },
93722
94794
  {
93723
94795
  "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",
@@ -93731,7 +94803,13 @@
93731
94803
  "parameterCount": 4,
93732
94804
  "declaringClrType": "System.Security.Cryptography.SlhDsa",
93733
94805
  "declaringAssemblyName": "System.Security.Cryptography",
93734
- "isExtensionMethod": false
94806
+ "isExtensionMethod": false,
94807
+ "parameterModifiers": [
94808
+ {
94809
+ "index": 3,
94810
+ "modifier": "out"
94811
+ }
94812
+ ]
93735
94813
  },
93736
94814
  {
93737
94815
  "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",
@@ -93745,7 +94823,13 @@
93745
94823
  "parameterCount": 4,
93746
94824
  "declaringClrType": "System.Security.Cryptography.SlhDsa",
93747
94825
  "declaringAssemblyName": "System.Security.Cryptography",
93748
- "isExtensionMethod": false
94826
+ "isExtensionMethod": false,
94827
+ "parameterModifiers": [
94828
+ {
94829
+ "index": 3,
94830
+ "modifier": "out"
94831
+ }
94832
+ ]
93749
94833
  },
93750
94834
  {
93751
94835
  "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",
@@ -96897,7 +97981,13 @@
96897
97981
  "parameterCount": 4,
96898
97982
  "declaringClrType": "System.Security.Cryptography.SymmetricAlgorithm",
96899
97983
  "declaringAssemblyName": "System.Security.Cryptography",
96900
- "isExtensionMethod": false
97984
+ "isExtensionMethod": false,
97985
+ "parameterModifiers": [
97986
+ {
97987
+ "index": 3,
97988
+ "modifier": "out"
97989
+ }
97990
+ ]
96901
97991
  },
96902
97992
  {
96903
97993
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.SymmetricAlgorithm::EncryptEcb(System.Byte[],System.Security.Cryptography.PaddingMode):System.Byte[]",
@@ -96953,7 +98043,13 @@
96953
98043
  "parameterCount": 4,
96954
98044
  "declaringClrType": "System.Security.Cryptography.SymmetricAlgorithm",
96955
98045
  "declaringAssemblyName": "System.Security.Cryptography",
96956
- "isExtensionMethod": false
98046
+ "isExtensionMethod": false,
98047
+ "parameterModifiers": [
98048
+ {
98049
+ "index": 3,
98050
+ "modifier": "out"
98051
+ }
98052
+ ]
96957
98053
  },
96958
98054
  {
96959
98055
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.SymmetricAlgorithm::DecryptCbc(System.Byte[],System.Byte[],System.Security.Cryptography.PaddingMode):System.Byte[]",
@@ -97009,7 +98105,13 @@
97009
98105
  "parameterCount": 5,
97010
98106
  "declaringClrType": "System.Security.Cryptography.SymmetricAlgorithm",
97011
98107
  "declaringAssemblyName": "System.Security.Cryptography",
97012
- "isExtensionMethod": false
98108
+ "isExtensionMethod": false,
98109
+ "parameterModifiers": [
98110
+ {
98111
+ "index": 3,
98112
+ "modifier": "out"
98113
+ }
98114
+ ]
97013
98115
  },
97014
98116
  {
97015
98117
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.SymmetricAlgorithm::EncryptCbc(System.Byte[],System.Byte[],System.Security.Cryptography.PaddingMode):System.Byte[]",
@@ -97065,7 +98167,13 @@
97065
98167
  "parameterCount": 5,
97066
98168
  "declaringClrType": "System.Security.Cryptography.SymmetricAlgorithm",
97067
98169
  "declaringAssemblyName": "System.Security.Cryptography",
97068
- "isExtensionMethod": false
98170
+ "isExtensionMethod": false,
98171
+ "parameterModifiers": [
98172
+ {
98173
+ "index": 3,
98174
+ "modifier": "out"
98175
+ }
98176
+ ]
97069
98177
  },
97070
98178
  {
97071
98179
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.SymmetricAlgorithm::DecryptCfb(System.Byte[],System.Byte[],System.Security.Cryptography.PaddingMode,System.Int32):System.Byte[]",
@@ -97121,7 +98229,13 @@
97121
98229
  "parameterCount": 6,
97122
98230
  "declaringClrType": "System.Security.Cryptography.SymmetricAlgorithm",
97123
98231
  "declaringAssemblyName": "System.Security.Cryptography",
97124
- "isExtensionMethod": false
98232
+ "isExtensionMethod": false,
98233
+ "parameterModifiers": [
98234
+ {
98235
+ "index": 3,
98236
+ "modifier": "out"
98237
+ }
98238
+ ]
97125
98239
  },
97126
98240
  {
97127
98241
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.SymmetricAlgorithm::EncryptCfb(System.Byte[],System.Byte[],System.Security.Cryptography.PaddingMode,System.Int32):System.Byte[]",
@@ -97177,7 +98291,13 @@
97177
98291
  "parameterCount": 6,
97178
98292
  "declaringClrType": "System.Security.Cryptography.SymmetricAlgorithm",
97179
98293
  "declaringAssemblyName": "System.Security.Cryptography",
97180
- "isExtensionMethod": false
98294
+ "isExtensionMethod": false,
98295
+ "parameterModifiers": [
98296
+ {
98297
+ "index": 3,
98298
+ "modifier": "out"
98299
+ }
98300
+ ]
97181
98301
  },
97182
98302
  {
97183
98303
  "stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
@@ -100577,7 +101697,13 @@
100577
101697
  "parameterCount": 4,
100578
101698
  "declaringClrType": "System.Security.Cryptography.CryptographicOperations",
100579
101699
  "declaringAssemblyName": "System.Security.Cryptography",
100580
- "isExtensionMethod": false
101700
+ "isExtensionMethod": false,
101701
+ "parameterModifiers": [
101702
+ {
101703
+ "index": 3,
101704
+ "modifier": "out"
101705
+ }
101706
+ ]
100581
101707
  },
100582
101708
  {
100583
101709
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.CryptographicOperations::HashData(System.Security.Cryptography.HashAlgorithmName,System.IO.Stream):System.Byte[]",
@@ -100689,7 +101815,13 @@
100689
101815
  "parameterCount": 5,
100690
101816
  "declaringClrType": "System.Security.Cryptography.CryptographicOperations",
100691
101817
  "declaringAssemblyName": "System.Security.Cryptography",
100692
- "isExtensionMethod": false
101818
+ "isExtensionMethod": false,
101819
+ "parameterModifiers": [
101820
+ {
101821
+ "index": 4,
101822
+ "modifier": "out"
101823
+ }
101824
+ ]
100693
101825
  },
100694
101826
  {
100695
101827
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.CryptographicOperations::HmacData(System.Security.Cryptography.HashAlgorithmName,System.Byte[],System.IO.Stream):System.Byte[]",
@@ -101794,7 +102926,13 @@
101794
102926
  "parameterCount": 2,
101795
102927
  "declaringClrType": "System.Security.Cryptography.PemEncoding",
101796
102928
  "declaringAssemblyName": "System.Security.Cryptography",
101797
- "isExtensionMethod": false
102929
+ "isExtensionMethod": false,
102930
+ "parameterModifiers": [
102931
+ {
102932
+ "index": 1,
102933
+ "modifier": "out"
102934
+ }
102935
+ ]
101798
102936
  },
101799
102937
  {
101800
102938
  "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",
@@ -101808,7 +102946,13 @@
101808
102946
  "parameterCount": 2,
101809
102947
  "declaringClrType": "System.Security.Cryptography.PemEncoding",
101810
102948
  "declaringAssemblyName": "System.Security.Cryptography",
101811
- "isExtensionMethod": false
102949
+ "isExtensionMethod": false,
102950
+ "parameterModifiers": [
102951
+ {
102952
+ "index": 1,
102953
+ "modifier": "out"
102954
+ }
102955
+ ]
101812
102956
  },
101813
102957
  {
101814
102958
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.PemEncoding::GetEncodedSize(System.Int32,System.Int32):System.Int32",
@@ -101836,7 +102980,13 @@
101836
102980
  "parameterCount": 4,
101837
102981
  "declaringClrType": "System.Security.Cryptography.PemEncoding",
101838
102982
  "declaringAssemblyName": "System.Security.Cryptography",
101839
- "isExtensionMethod": false
102983
+ "isExtensionMethod": false,
102984
+ "parameterModifiers": [
102985
+ {
102986
+ "index": 3,
102987
+ "modifier": "out"
102988
+ }
102989
+ ]
101840
102990
  },
101841
102991
  {
101842
102992
  "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",
@@ -101850,7 +103000,13 @@
101850
103000
  "parameterCount": 4,
101851
103001
  "declaringClrType": "System.Security.Cryptography.PemEncoding",
101852
103002
  "declaringAssemblyName": "System.Security.Cryptography",
101853
- "isExtensionMethod": false
103003
+ "isExtensionMethod": false,
103004
+ "parameterModifiers": [
103005
+ {
103006
+ "index": 3,
103007
+ "modifier": "out"
103008
+ }
103009
+ ]
101854
103010
  },
101855
103011
  {
101856
103012
  "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[]",