@tsonic/dotnet 10.0.41 → 10.0.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (332) hide show
  1. package/Internal/bindings.json +5 -5
  2. package/Internal/internal/index.d.ts +1 -1
  3. package/Internal.d.ts +4 -0
  4. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +1 -1
  5. package/Microsoft.CSharp.RuntimeBinder.d.ts +4 -0
  6. package/Microsoft.VisualBasic/bindings.json +13 -13
  7. package/Microsoft.VisualBasic/internal/index.d.ts +51 -51
  8. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +116 -116
  9. package/Microsoft.VisualBasic.CompilerServices.d.ts +4 -0
  10. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +2 -2
  11. package/Microsoft.VisualBasic.FileIO.d.ts +4 -0
  12. package/Microsoft.VisualBasic.d.ts +4 -0
  13. package/Microsoft.Win32/internal/index.d.ts +9 -9
  14. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +1 -1
  15. package/Microsoft.Win32.SafeHandles.d.ts +4 -0
  16. package/Microsoft.Win32.d.ts +4 -0
  17. package/README.md +8 -1
  18. package/System/bindings.json +204 -124
  19. package/System/internal/index.d.ts +1041 -1026
  20. package/System.Buffers/internal/index.d.ts +51 -51
  21. package/System.Buffers.Binary/internal/index.d.ts +1 -1
  22. package/System.Buffers.Binary.d.ts +4 -0
  23. package/System.Buffers.Text/internal/index.d.ts +1 -1
  24. package/System.Buffers.Text.d.ts +4 -0
  25. package/System.Buffers.d.ts +10 -6
  26. package/System.CodeDom.Compiler/internal/index.d.ts +14 -14
  27. package/System.CodeDom.Compiler.d.ts +4 -0
  28. package/System.Collections/bindings.json +300 -300
  29. package/System.Collections/internal/index.d.ts +113 -113
  30. package/System.Collections.Concurrent/bindings.json +93 -93
  31. package/System.Collections.Concurrent/internal/index.d.ts +65 -65
  32. package/System.Collections.Concurrent.d.ts +7 -3
  33. package/System.Collections.Frozen/bindings.json +90 -50
  34. package/System.Collections.Frozen/internal/index.d.ts +35 -33
  35. package/System.Collections.Frozen.d.ts +6 -2
  36. package/System.Collections.Generic/bindings.json +932 -612
  37. package/System.Collections.Generic/internal/index.d.ts +303 -287
  38. package/System.Collections.Generic.d.ts +19 -15
  39. package/System.Collections.Immutable/bindings.json +189 -189
  40. package/System.Collections.Immutable/internal/index.d.ts +235 -234
  41. package/System.Collections.Immutable.d.ts +21 -17
  42. package/System.Collections.ObjectModel/bindings.json +229 -229
  43. package/System.Collections.ObjectModel/internal/index.d.ts +41 -41
  44. package/System.Collections.ObjectModel.d.ts +6 -2
  45. package/System.Collections.Specialized/bindings.json +79 -79
  46. package/System.Collections.Specialized/internal/index.d.ts +46 -46
  47. package/System.Collections.Specialized.d.ts +4 -0
  48. package/System.Collections.d.ts +4 -0
  49. package/System.ComponentModel/bindings.json +108 -108
  50. package/System.ComponentModel/internal/index.d.ts +368 -363
  51. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +78 -78
  52. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +1 -1
  53. package/System.ComponentModel.DataAnnotations.Schema.d.ts +4 -0
  54. package/System.ComponentModel.DataAnnotations.d.ts +4 -0
  55. package/System.ComponentModel.Design/bindings.json +18 -18
  56. package/System.ComponentModel.Design/internal/index.d.ts +47 -47
  57. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +38 -38
  58. package/System.ComponentModel.Design.Serialization.d.ts +4 -0
  59. package/System.ComponentModel.Design.d.ts +4 -0
  60. package/System.ComponentModel.d.ts +4 -0
  61. package/System.Configuration.Assemblies/internal/index.d.ts +1 -1
  62. package/System.Configuration.Assemblies.d.ts +4 -0
  63. package/System.Data/bindings.json +124 -124
  64. package/System.Data/internal/index.d.ts +156 -156
  65. package/System.Data.Common/bindings.json +68 -68
  66. package/System.Data.Common/internal/index.d.ts +42 -42
  67. package/System.Data.Common.d.ts +4 -0
  68. package/System.Data.SqlTypes/internal/index.d.ts +40 -40
  69. package/System.Data.SqlTypes.d.ts +4 -0
  70. package/System.Data.d.ts +8 -4
  71. package/System.Diagnostics/bindings.json +251 -231
  72. package/System.Diagnostics/internal/index.d.ts +167 -154
  73. package/System.Diagnostics.CodeAnalysis/bindings.json +121 -121
  74. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +7 -7
  75. package/System.Diagnostics.CodeAnalysis.d.ts +4 -0
  76. package/System.Diagnostics.Contracts/bindings.json +62 -62
  77. package/System.Diagnostics.Contracts/internal/index.d.ts +9 -9
  78. package/System.Diagnostics.Contracts.d.ts +4 -0
  79. package/System.Diagnostics.Metrics/internal/index.d.ts +86 -86
  80. package/System.Diagnostics.Metrics.d.ts +7 -3
  81. package/System.Diagnostics.SymbolStore/bindings.json +2 -2
  82. package/System.Diagnostics.SymbolStore/internal/index.d.ts +3 -3
  83. package/System.Diagnostics.SymbolStore.d.ts +4 -0
  84. package/System.Diagnostics.Tracing/bindings.json +212 -212
  85. package/System.Diagnostics.Tracing/internal/index.d.ts +7 -7
  86. package/System.Diagnostics.Tracing.d.ts +4 -0
  87. package/System.Diagnostics.d.ts +5 -1
  88. package/System.Drawing/internal/index.d.ts +48 -48
  89. package/System.Drawing.d.ts +4 -0
  90. package/System.Dynamic/bindings.json +13 -13
  91. package/System.Dynamic/internal/index.d.ts +36 -35
  92. package/System.Dynamic.d.ts +4 -0
  93. package/System.Formats.Asn1/internal/index.d.ts +11 -11
  94. package/System.Formats.Asn1.d.ts +4 -0
  95. package/System.Formats.Tar/internal/index.d.ts +1 -1
  96. package/System.Formats.Tar.d.ts +4 -0
  97. package/System.Globalization/bindings.json +3 -3
  98. package/System.Globalization/internal/index.d.ts +19 -19
  99. package/System.Globalization.d.ts +4 -0
  100. package/System.IO/bindings.json +957 -957
  101. package/System.IO/internal/index.d.ts +55 -55
  102. package/System.IO.Compression/internal/index.d.ts +13 -13
  103. package/System.IO.Compression.d.ts +4 -0
  104. package/System.IO.Enumeration/bindings.json +47 -47
  105. package/System.IO.Enumeration/internal/index.d.ts +11 -11
  106. package/System.IO.Enumeration.d.ts +4 -0
  107. package/System.IO.IsolatedStorage/internal/index.d.ts +10 -10
  108. package/System.IO.IsolatedStorage.d.ts +4 -0
  109. package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -1
  110. package/System.IO.MemoryMappedFiles.d.ts +4 -0
  111. package/System.IO.Pipelines/internal/index.d.ts +4 -4
  112. package/System.IO.Pipelines.d.ts +4 -0
  113. package/System.IO.Pipes/internal/index.d.ts +4 -4
  114. package/System.IO.Pipes.d.ts +4 -0
  115. package/System.IO.d.ts +4 -0
  116. package/System.Linq/bindings.json +22 -22
  117. package/System.Linq/internal/index.d.ts +703 -701
  118. package/System.Linq.Expressions/internal/index.d.ts +67 -41
  119. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +3 -3
  120. package/System.Linq.Expressions.Interpreter.d.ts +4 -0
  121. package/System.Linq.Expressions.d.ts +6 -2
  122. package/System.Linq.d.ts +18 -14
  123. package/System.Net/bindings.json +27 -27
  124. package/System.Net/internal/index.d.ts +53 -53
  125. package/System.Net.Cache/internal/index.d.ts +1 -1
  126. package/System.Net.Cache.d.ts +4 -0
  127. package/System.Net.Http/bindings.json +22 -22
  128. package/System.Net.Http/internal/index.d.ts +16 -16
  129. package/System.Net.Http.Headers/bindings.json +66 -26
  130. package/System.Net.Http.Headers/internal/index.d.ts +26 -24
  131. package/System.Net.Http.Headers.d.ts +4 -0
  132. package/System.Net.Http.Json/internal/index.d.ts +63 -63
  133. package/System.Net.Http.Json.d.ts +4 -0
  134. package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
  135. package/System.Net.Http.Metrics.d.ts +4 -0
  136. package/System.Net.Http.d.ts +5 -1
  137. package/System.Net.Mail/bindings.json +96 -96
  138. package/System.Net.Mail/internal/index.d.ts +8 -8
  139. package/System.Net.Mail.d.ts +4 -0
  140. package/System.Net.Mime/internal/index.d.ts +3 -3
  141. package/System.Net.Mime.d.ts +4 -0
  142. package/System.Net.NetworkInformation/bindings.json +40 -40
  143. package/System.Net.NetworkInformation/internal/index.d.ts +15 -15
  144. package/System.Net.NetworkInformation.d.ts +4 -0
  145. package/System.Net.Quic/internal/index.d.ts +4 -4
  146. package/System.Net.Quic.d.ts +4 -0
  147. package/System.Net.Security/internal/index.d.ts +29 -29
  148. package/System.Net.Security.d.ts +4 -0
  149. package/System.Net.ServerSentEvents/internal/index.d.ts +9 -9
  150. package/System.Net.ServerSentEvents.d.ts +7 -3
  151. package/System.Net.Sockets/internal/index.d.ts +42 -42
  152. package/System.Net.Sockets.d.ts +4 -0
  153. package/System.Net.WebSockets/bindings.json +101 -101
  154. package/System.Net.WebSockets/internal/index.d.ts +5 -5
  155. package/System.Net.WebSockets.d.ts +4 -0
  156. package/System.Net.d.ts +4 -0
  157. package/System.Numerics/bindings.json +3 -3
  158. package/System.Numerics/internal/index.d.ts +218 -218
  159. package/System.Numerics.d.ts +38 -34
  160. package/System.Reflection/bindings.json +870 -870
  161. package/System.Reflection/internal/index.d.ts +107 -107
  162. package/System.Reflection.Emit/bindings.json +754 -754
  163. package/System.Reflection.Emit/internal/index.d.ts +27 -25
  164. package/System.Reflection.Emit.d.ts +4 -0
  165. package/System.Reflection.Metadata/bindings.json +607 -87
  166. package/System.Reflection.Metadata/internal/index.d.ts +144 -118
  167. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +9 -9
  168. package/System.Reflection.Metadata.Ecma335.d.ts +4 -0
  169. package/System.Reflection.Metadata.d.ts +9 -5
  170. package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -2
  171. package/System.Reflection.PortableExecutable.d.ts +4 -0
  172. package/System.Reflection.d.ts +4 -0
  173. package/System.Resources/bindings.json +3 -3
  174. package/System.Resources/internal/index.d.ts +7 -7
  175. package/System.Resources.d.ts +4 -0
  176. package/System.Runtime/bindings.json +9 -9
  177. package/System.Runtime/internal/index.d.ts +7 -7
  178. package/System.Runtime.CompilerServices/bindings.json +383 -383
  179. package/System.Runtime.CompilerServices/internal/index.d.ts +226 -226
  180. package/System.Runtime.CompilerServices.d.ts +20 -16
  181. package/System.Runtime.ConstrainedExecution/bindings.json +9 -9
  182. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +1 -1
  183. package/System.Runtime.ConstrainedExecution.d.ts +4 -0
  184. package/System.Runtime.ExceptionServices/bindings.json +9 -9
  185. package/System.Runtime.ExceptionServices/internal/index.d.ts +2 -2
  186. package/System.Runtime.ExceptionServices.d.ts +4 -0
  187. package/System.Runtime.InteropServices/bindings.json +559 -559
  188. package/System.Runtime.InteropServices/internal/index.d.ts +182 -182
  189. package/System.Runtime.InteropServices.ComTypes/bindings.json +349 -349
  190. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +19 -19
  191. package/System.Runtime.InteropServices.ComTypes.d.ts +4 -0
  192. package/System.Runtime.InteropServices.Java/bindings.json +12 -12
  193. package/System.Runtime.InteropServices.Java/internal/index.d.ts +2 -2
  194. package/System.Runtime.InteropServices.Java.d.ts +4 -0
  195. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +38 -38
  196. package/System.Runtime.InteropServices.JavaScript.d.ts +6 -2
  197. package/System.Runtime.InteropServices.Marshalling/bindings.json +117 -117
  198. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +81 -81
  199. package/System.Runtime.InteropServices.Marshalling.d.ts +4 -0
  200. package/System.Runtime.InteropServices.ObjectiveC/bindings.json +15 -15
  201. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +2 -2
  202. package/System.Runtime.InteropServices.ObjectiveC.d.ts +4 -0
  203. package/System.Runtime.InteropServices.Swift/bindings.json +4 -4
  204. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -4
  205. package/System.Runtime.InteropServices.Swift.d.ts +6 -2
  206. package/System.Runtime.InteropServices.d.ts +6 -2
  207. package/System.Runtime.Intrinsics/internal/index.d.ts +514 -514
  208. package/System.Runtime.Intrinsics.Arm/bindings.json +31 -31
  209. package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +1 -1
  210. package/System.Runtime.Intrinsics.Arm.d.ts +4 -0
  211. package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -1
  212. package/System.Runtime.Intrinsics.Wasm.d.ts +4 -0
  213. package/System.Runtime.Intrinsics.X86/bindings.json +38 -38
  214. package/System.Runtime.Intrinsics.X86/internal/index.d.ts +1 -1
  215. package/System.Runtime.Intrinsics.X86.d.ts +4 -0
  216. package/System.Runtime.Intrinsics.d.ts +12 -8
  217. package/System.Runtime.Loader/internal/index.d.ts +1 -1
  218. package/System.Runtime.Loader.d.ts +4 -0
  219. package/System.Runtime.Remoting/internal/index.d.ts +3 -3
  220. package/System.Runtime.Remoting.d.ts +4 -0
  221. package/System.Runtime.Serialization/bindings.json +13 -13
  222. package/System.Runtime.Serialization/internal/index.d.ts +102 -102
  223. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +4 -4
  224. package/System.Runtime.Serialization.DataContracts.d.ts +4 -0
  225. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +1 -1
  226. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -3
  227. package/System.Runtime.Serialization.Formatters.Binary.d.ts +4 -0
  228. package/System.Runtime.Serialization.Formatters.d.ts +4 -0
  229. package/System.Runtime.Serialization.Json/internal/index.d.ts +13 -13
  230. package/System.Runtime.Serialization.Json.d.ts +4 -0
  231. package/System.Runtime.Serialization.d.ts +4 -0
  232. package/System.Runtime.Versioning/bindings.json +13 -13
  233. package/System.Runtime.Versioning/internal/index.d.ts +2 -2
  234. package/System.Runtime.Versioning.d.ts +4 -0
  235. package/System.Runtime.d.ts +4 -0
  236. package/System.Security/bindings.json +5 -5
  237. package/System.Security/internal/index.d.ts +10 -10
  238. package/System.Security.AccessControl/bindings.json +33 -33
  239. package/System.Security.AccessControl/internal/index.d.ts +21 -21
  240. package/System.Security.AccessControl.d.ts +10 -6
  241. package/System.Security.Authentication/internal/index.d.ts +1 -1
  242. package/System.Security.Authentication.ExtendedProtection/bindings.json +5 -5
  243. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +3 -3
  244. package/System.Security.Authentication.ExtendedProtection.d.ts +4 -0
  245. package/System.Security.Authentication.d.ts +4 -0
  246. package/System.Security.Claims/internal/index.d.ts +3 -3
  247. package/System.Security.Claims.d.ts +4 -0
  248. package/System.Security.Cryptography/bindings.json +40 -40
  249. package/System.Security.Cryptography/internal/index.d.ts +28 -27
  250. package/System.Security.Cryptography.X509Certificates/bindings.json +312 -312
  251. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +10 -10
  252. package/System.Security.Cryptography.X509Certificates.d.ts +4 -0
  253. package/System.Security.Cryptography.d.ts +4 -0
  254. package/System.Security.Permissions/internal/index.d.ts +1 -1
  255. package/System.Security.Permissions.d.ts +4 -0
  256. package/System.Security.Policy/bindings.json +5 -5
  257. package/System.Security.Policy/internal/index.d.ts +9 -9
  258. package/System.Security.Policy.d.ts +4 -0
  259. package/System.Security.Principal/bindings.json +8 -8
  260. package/System.Security.Principal/internal/index.d.ts +8 -8
  261. package/System.Security.Principal.d.ts +4 -0
  262. package/System.Security.d.ts +4 -0
  263. package/System.Text/bindings.json +20 -20
  264. package/System.Text/internal/index.d.ts +48 -48
  265. package/System.Text.Encodings.Web/internal/index.d.ts +1 -1
  266. package/System.Text.Encodings.Web.d.ts +4 -0
  267. package/System.Text.Json/internal/index.d.ts +109 -109
  268. package/System.Text.Json.Nodes/bindings.json +27 -27
  269. package/System.Text.Json.Nodes/internal/index.d.ts +8 -8
  270. package/System.Text.Json.Nodes.d.ts +4 -0
  271. package/System.Text.Json.Schema/internal/index.d.ts +1 -1
  272. package/System.Text.Json.Schema.d.ts +4 -0
  273. package/System.Text.Json.Serialization/internal/index.d.ts +18 -18
  274. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +67 -67
  275. package/System.Text.Json.Serialization.Metadata.d.ts +6 -2
  276. package/System.Text.Json.Serialization.d.ts +10 -6
  277. package/System.Text.Json.d.ts +4 -0
  278. package/System.Text.RegularExpressions/bindings.json +158 -118
  279. package/System.Text.RegularExpressions/internal/index.d.ts +9 -7
  280. package/System.Text.RegularExpressions.d.ts +4 -0
  281. package/System.Text.Unicode/internal/index.d.ts +6 -6
  282. package/System.Text.Unicode.d.ts +4 -0
  283. package/System.Text.d.ts +4 -0
  284. package/System.Threading/bindings.json +19 -19
  285. package/System.Threading/internal/index.d.ts +97 -97
  286. package/System.Threading.Channels/internal/index.d.ts +23 -23
  287. package/System.Threading.Channels.d.ts +8 -4
  288. package/System.Threading.Tasks/bindings.json +138 -38
  289. package/System.Threading.Tasks/internal/index.d.ts +229 -227
  290. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +95 -95
  291. package/System.Threading.Tasks.Dataflow.d.ts +18 -14
  292. package/System.Threading.Tasks.Sources/bindings.json +9 -9
  293. package/System.Threading.Tasks.Sources/internal/index.d.ts +9 -9
  294. package/System.Threading.Tasks.Sources.d.ts +6 -2
  295. package/System.Threading.Tasks.d.ts +12 -8
  296. package/System.Threading.d.ts +4 -0
  297. package/System.Timers/internal/index.d.ts +2 -2
  298. package/System.Timers.d.ts +4 -0
  299. package/System.Transactions/internal/index.d.ts +6 -6
  300. package/System.Transactions.d.ts +4 -0
  301. package/System.Web/internal/index.d.ts +2 -2
  302. package/System.Web.d.ts +4 -0
  303. package/System.Windows.Input/internal/index.d.ts +3 -3
  304. package/System.Windows.Input.d.ts +4 -0
  305. package/System.Windows.Markup/internal/index.d.ts +1 -1
  306. package/System.Windows.Markup.d.ts +4 -0
  307. package/System.Xml/bindings.json +27 -27
  308. package/System.Xml/internal/index.d.ts +29 -29
  309. package/System.Xml.Linq/bindings.json +6 -6
  310. package/System.Xml.Linq/internal/index.d.ts +49 -49
  311. package/System.Xml.Linq.d.ts +4 -0
  312. package/System.Xml.Resolvers/internal/index.d.ts +3 -3
  313. package/System.Xml.Resolvers.d.ts +4 -0
  314. package/System.Xml.Schema/bindings.json +24 -24
  315. package/System.Xml.Schema/internal/index.d.ts +24 -24
  316. package/System.Xml.Schema.d.ts +4 -0
  317. package/System.Xml.Serialization/bindings.json +57 -57
  318. package/System.Xml.Serialization/internal/index.d.ts +49 -49
  319. package/System.Xml.Serialization.d.ts +4 -0
  320. package/System.Xml.XPath/bindings.json +1 -1
  321. package/System.Xml.XPath/internal/index.d.ts +18 -18
  322. package/System.Xml.XPath.d.ts +4 -0
  323. package/System.Xml.Xsl/bindings.json +1 -1
  324. package/System.Xml.Xsl/internal/index.d.ts +12 -12
  325. package/System.Xml.Xsl.Runtime/bindings.json +70 -70
  326. package/System.Xml.Xsl.Runtime/internal/index.d.ts +21 -21
  327. package/System.Xml.Xsl.Runtime.d.ts +4 -0
  328. package/System.Xml.Xsl.d.ts +4 -0
  329. package/System.Xml.d.ts +4 -0
  330. package/System.d.ts +126 -122
  331. package/__internal/extensions/index.d.ts +1288 -1293
  332. package/package.json +2 -2
@@ -727,7 +727,7 @@
727
727
  {
728
728
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::value__System.Int32",
729
729
  "clrName": "value__",
730
- "metadataToken": 67110382,
730
+ "metadataToken": 67110379,
731
731
  "normalizedSignature": "value__|System.Int32|static=false|const=false",
732
732
  "isStatic": false,
733
733
  "isReadOnly": false,
@@ -739,7 +739,7 @@
739
739
  {
740
740
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::NoErrorSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
741
741
  "clrName": "NoError",
742
- "metadataToken": 67110383,
742
+ "metadataToken": 67110380,
743
743
  "normalizedSignature": "NoError|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
744
744
  "isStatic": true,
745
745
  "isReadOnly": false,
@@ -751,7 +751,7 @@
751
751
  {
752
752
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::NotTimeValidSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
753
753
  "clrName": "NotTimeValid",
754
- "metadataToken": 67110384,
754
+ "metadataToken": 67110381,
755
755
  "normalizedSignature": "NotTimeValid|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
756
756
  "isStatic": true,
757
757
  "isReadOnly": false,
@@ -763,7 +763,7 @@
763
763
  {
764
764
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::NotTimeNestedSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
765
765
  "clrName": "NotTimeNested",
766
- "metadataToken": 67110385,
766
+ "metadataToken": 67110382,
767
767
  "normalizedSignature": "NotTimeNested|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
768
768
  "isStatic": true,
769
769
  "isReadOnly": false,
@@ -775,7 +775,7 @@
775
775
  {
776
776
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::RevokedSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
777
777
  "clrName": "Revoked",
778
- "metadataToken": 67110386,
778
+ "metadataToken": 67110383,
779
779
  "normalizedSignature": "Revoked|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
780
780
  "isStatic": true,
781
781
  "isReadOnly": false,
@@ -787,7 +787,7 @@
787
787
  {
788
788
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::NotSignatureValidSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
789
789
  "clrName": "NotSignatureValid",
790
- "metadataToken": 67110387,
790
+ "metadataToken": 67110384,
791
791
  "normalizedSignature": "NotSignatureValid|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
792
792
  "isStatic": true,
793
793
  "isReadOnly": false,
@@ -799,7 +799,7 @@
799
799
  {
800
800
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::NotValidForUsageSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
801
801
  "clrName": "NotValidForUsage",
802
- "metadataToken": 67110388,
802
+ "metadataToken": 67110385,
803
803
  "normalizedSignature": "NotValidForUsage|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
804
804
  "isStatic": true,
805
805
  "isReadOnly": false,
@@ -811,7 +811,7 @@
811
811
  {
812
812
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::UntrustedRootSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
813
813
  "clrName": "UntrustedRoot",
814
- "metadataToken": 67110389,
814
+ "metadataToken": 67110386,
815
815
  "normalizedSignature": "UntrustedRoot|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
816
816
  "isStatic": true,
817
817
  "isReadOnly": false,
@@ -823,7 +823,7 @@
823
823
  {
824
824
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::RevocationStatusUnknownSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
825
825
  "clrName": "RevocationStatusUnknown",
826
- "metadataToken": 67110390,
826
+ "metadataToken": 67110387,
827
827
  "normalizedSignature": "RevocationStatusUnknown|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
828
828
  "isStatic": true,
829
829
  "isReadOnly": false,
@@ -835,7 +835,7 @@
835
835
  {
836
836
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::CyclicSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
837
837
  "clrName": "Cyclic",
838
- "metadataToken": 67110391,
838
+ "metadataToken": 67110388,
839
839
  "normalizedSignature": "Cyclic|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
840
840
  "isStatic": true,
841
841
  "isReadOnly": false,
@@ -847,7 +847,7 @@
847
847
  {
848
848
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::InvalidExtensionSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
849
849
  "clrName": "InvalidExtension",
850
- "metadataToken": 67110392,
850
+ "metadataToken": 67110389,
851
851
  "normalizedSignature": "InvalidExtension|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
852
852
  "isStatic": true,
853
853
  "isReadOnly": false,
@@ -859,7 +859,7 @@
859
859
  {
860
860
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::InvalidPolicyConstraintsSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
861
861
  "clrName": "InvalidPolicyConstraints",
862
- "metadataToken": 67110393,
862
+ "metadataToken": 67110390,
863
863
  "normalizedSignature": "InvalidPolicyConstraints|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
864
864
  "isStatic": true,
865
865
  "isReadOnly": false,
@@ -871,7 +871,7 @@
871
871
  {
872
872
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::InvalidBasicConstraintsSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
873
873
  "clrName": "InvalidBasicConstraints",
874
- "metadataToken": 67110394,
874
+ "metadataToken": 67110391,
875
875
  "normalizedSignature": "InvalidBasicConstraints|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
876
876
  "isStatic": true,
877
877
  "isReadOnly": false,
@@ -883,7 +883,7 @@
883
883
  {
884
884
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::InvalidNameConstraintsSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
885
885
  "clrName": "InvalidNameConstraints",
886
- "metadataToken": 67110395,
886
+ "metadataToken": 67110392,
887
887
  "normalizedSignature": "InvalidNameConstraints|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
888
888
  "isStatic": true,
889
889
  "isReadOnly": false,
@@ -895,7 +895,7 @@
895
895
  {
896
896
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::HasNotSupportedNameConstraintSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
897
897
  "clrName": "HasNotSupportedNameConstraint",
898
- "metadataToken": 67110396,
898
+ "metadataToken": 67110393,
899
899
  "normalizedSignature": "HasNotSupportedNameConstraint|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
900
900
  "isStatic": true,
901
901
  "isReadOnly": false,
@@ -907,7 +907,7 @@
907
907
  {
908
908
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::HasNotDefinedNameConstraintSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
909
909
  "clrName": "HasNotDefinedNameConstraint",
910
- "metadataToken": 67110397,
910
+ "metadataToken": 67110394,
911
911
  "normalizedSignature": "HasNotDefinedNameConstraint|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
912
912
  "isStatic": true,
913
913
  "isReadOnly": false,
@@ -919,7 +919,7 @@
919
919
  {
920
920
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::HasNotPermittedNameConstraintSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
921
921
  "clrName": "HasNotPermittedNameConstraint",
922
- "metadataToken": 67110398,
922
+ "metadataToken": 67110395,
923
923
  "normalizedSignature": "HasNotPermittedNameConstraint|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
924
924
  "isStatic": true,
925
925
  "isReadOnly": false,
@@ -931,7 +931,7 @@
931
931
  {
932
932
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::HasExcludedNameConstraintSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
933
933
  "clrName": "HasExcludedNameConstraint",
934
- "metadataToken": 67110399,
934
+ "metadataToken": 67110396,
935
935
  "normalizedSignature": "HasExcludedNameConstraint|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
936
936
  "isStatic": true,
937
937
  "isReadOnly": false,
@@ -943,7 +943,7 @@
943
943
  {
944
944
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::PartialChainSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
945
945
  "clrName": "PartialChain",
946
- "metadataToken": 67110400,
946
+ "metadataToken": 67110397,
947
947
  "normalizedSignature": "PartialChain|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
948
948
  "isStatic": true,
949
949
  "isReadOnly": false,
@@ -955,7 +955,7 @@
955
955
  {
956
956
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::CtlNotTimeValidSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
957
957
  "clrName": "CtlNotTimeValid",
958
- "metadataToken": 67110401,
958
+ "metadataToken": 67110398,
959
959
  "normalizedSignature": "CtlNotTimeValid|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
960
960
  "isStatic": true,
961
961
  "isReadOnly": false,
@@ -967,7 +967,7 @@
967
967
  {
968
968
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::CtlNotSignatureValidSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
969
969
  "clrName": "CtlNotSignatureValid",
970
- "metadataToken": 67110402,
970
+ "metadataToken": 67110399,
971
971
  "normalizedSignature": "CtlNotSignatureValid|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
972
972
  "isStatic": true,
973
973
  "isReadOnly": false,
@@ -979,7 +979,7 @@
979
979
  {
980
980
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::CtlNotValidForUsageSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
981
981
  "clrName": "CtlNotValidForUsage",
982
- "metadataToken": 67110403,
982
+ "metadataToken": 67110400,
983
983
  "normalizedSignature": "CtlNotValidForUsage|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
984
984
  "isStatic": true,
985
985
  "isReadOnly": false,
@@ -991,7 +991,7 @@
991
991
  {
992
992
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::OfflineRevocationSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
993
993
  "clrName": "OfflineRevocation",
994
- "metadataToken": 67110404,
994
+ "metadataToken": 67110401,
995
995
  "normalizedSignature": "OfflineRevocation|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
996
996
  "isStatic": true,
997
997
  "isReadOnly": false,
@@ -1003,7 +1003,7 @@
1003
1003
  {
1004
1004
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::NoIssuanceChainPolicySystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
1005
1005
  "clrName": "NoIssuanceChainPolicy",
1006
- "metadataToken": 67110405,
1006
+ "metadataToken": 67110402,
1007
1007
  "normalizedSignature": "NoIssuanceChainPolicy|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
1008
1008
  "isStatic": true,
1009
1009
  "isReadOnly": false,
@@ -1015,7 +1015,7 @@
1015
1015
  {
1016
1016
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::ExplicitDistrustSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
1017
1017
  "clrName": "ExplicitDistrust",
1018
- "metadataToken": 67110406,
1018
+ "metadataToken": 67110403,
1019
1019
  "normalizedSignature": "ExplicitDistrust|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
1020
1020
  "isStatic": true,
1021
1021
  "isReadOnly": false,
@@ -1027,7 +1027,7 @@
1027
1027
  {
1028
1028
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::HasNotSupportedCriticalExtensionSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
1029
1029
  "clrName": "HasNotSupportedCriticalExtension",
1030
- "metadataToken": 67110407,
1030
+ "metadataToken": 67110404,
1031
1031
  "normalizedSignature": "HasNotSupportedCriticalExtension|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
1032
1032
  "isStatic": true,
1033
1033
  "isReadOnly": false,
@@ -1039,7 +1039,7 @@
1039
1039
  {
1040
1040
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::HasWeakSignatureSystem.Security.Cryptography.X509Certificates.X509ChainStatusFlags",
1041
1041
  "clrName": "HasWeakSignature",
1042
- "metadataToken": 67110408,
1042
+ "metadataToken": 67110405,
1043
1043
  "normalizedSignature": "HasWeakSignature|System.Security.Cryptography.X509Certificates.X509ChainStatusFlags|static=true|const=true",
1044
1044
  "isStatic": true,
1045
1045
  "isReadOnly": false,
@@ -1091,7 +1091,7 @@
1091
1091
  {
1092
1092
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainTrustMode::value__System.Int32",
1093
1093
  "clrName": "value__",
1094
- "metadataToken": 67110409,
1094
+ "metadataToken": 67110406,
1095
1095
  "normalizedSignature": "value__|System.Int32|static=false|const=false",
1096
1096
  "isStatic": false,
1097
1097
  "isReadOnly": false,
@@ -1103,7 +1103,7 @@
1103
1103
  {
1104
1104
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainTrustMode::SystemSystem.Security.Cryptography.X509Certificates.X509ChainTrustMode",
1105
1105
  "clrName": "System",
1106
- "metadataToken": 67110410,
1106
+ "metadataToken": 67110407,
1107
1107
  "normalizedSignature": "System|System.Security.Cryptography.X509Certificates.X509ChainTrustMode|static=true|const=true",
1108
1108
  "isStatic": true,
1109
1109
  "isReadOnly": false,
@@ -1115,7 +1115,7 @@
1115
1115
  {
1116
1116
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainTrustMode::CustomRootTrustSystem.Security.Cryptography.X509Certificates.X509ChainTrustMode",
1117
1117
  "clrName": "CustomRootTrust",
1118
- "metadataToken": 67110411,
1118
+ "metadataToken": 67110408,
1119
1119
  "normalizedSignature": "CustomRootTrust|System.Security.Cryptography.X509Certificates.X509ChainTrustMode|static=true|const=true",
1120
1120
  "isStatic": true,
1121
1121
  "isReadOnly": false,
@@ -1167,7 +1167,7 @@
1167
1167
  {
1168
1168
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ContentType::value__System.Int32",
1169
1169
  "clrName": "value__",
1170
- "metadataToken": 67110412,
1170
+ "metadataToken": 67110409,
1171
1171
  "normalizedSignature": "value__|System.Int32|static=false|const=false",
1172
1172
  "isStatic": false,
1173
1173
  "isReadOnly": false,
@@ -1179,7 +1179,7 @@
1179
1179
  {
1180
1180
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ContentType::UnknownSystem.Security.Cryptography.X509Certificates.X509ContentType",
1181
1181
  "clrName": "Unknown",
1182
- "metadataToken": 67110413,
1182
+ "metadataToken": 67110410,
1183
1183
  "normalizedSignature": "Unknown|System.Security.Cryptography.X509Certificates.X509ContentType|static=true|const=true",
1184
1184
  "isStatic": true,
1185
1185
  "isReadOnly": false,
@@ -1191,7 +1191,7 @@
1191
1191
  {
1192
1192
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ContentType::CertSystem.Security.Cryptography.X509Certificates.X509ContentType",
1193
1193
  "clrName": "Cert",
1194
- "metadataToken": 67110414,
1194
+ "metadataToken": 67110411,
1195
1195
  "normalizedSignature": "Cert|System.Security.Cryptography.X509Certificates.X509ContentType|static=true|const=true",
1196
1196
  "isStatic": true,
1197
1197
  "isReadOnly": false,
@@ -1203,7 +1203,7 @@
1203
1203
  {
1204
1204
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ContentType::SerializedCertSystem.Security.Cryptography.X509Certificates.X509ContentType",
1205
1205
  "clrName": "SerializedCert",
1206
- "metadataToken": 67110415,
1206
+ "metadataToken": 67110412,
1207
1207
  "normalizedSignature": "SerializedCert|System.Security.Cryptography.X509Certificates.X509ContentType|static=true|const=true",
1208
1208
  "isStatic": true,
1209
1209
  "isReadOnly": false,
@@ -1215,7 +1215,7 @@
1215
1215
  {
1216
1216
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ContentType::PfxSystem.Security.Cryptography.X509Certificates.X509ContentType",
1217
1217
  "clrName": "Pfx",
1218
- "metadataToken": 67110416,
1218
+ "metadataToken": 67110413,
1219
1219
  "normalizedSignature": "Pfx|System.Security.Cryptography.X509Certificates.X509ContentType|static=true|const=true",
1220
1220
  "isStatic": true,
1221
1221
  "isReadOnly": false,
@@ -1227,7 +1227,7 @@
1227
1227
  {
1228
1228
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ContentType::Pkcs12System.Security.Cryptography.X509Certificates.X509ContentType",
1229
1229
  "clrName": "Pkcs12",
1230
- "metadataToken": 67110417,
1230
+ "metadataToken": 67110414,
1231
1231
  "normalizedSignature": "Pkcs12|System.Security.Cryptography.X509Certificates.X509ContentType|static=true|const=true",
1232
1232
  "isStatic": true,
1233
1233
  "isReadOnly": false,
@@ -1239,7 +1239,7 @@
1239
1239
  {
1240
1240
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ContentType::SerializedStoreSystem.Security.Cryptography.X509Certificates.X509ContentType",
1241
1241
  "clrName": "SerializedStore",
1242
- "metadataToken": 67110418,
1242
+ "metadataToken": 67110415,
1243
1243
  "normalizedSignature": "SerializedStore|System.Security.Cryptography.X509Certificates.X509ContentType|static=true|const=true",
1244
1244
  "isStatic": true,
1245
1245
  "isReadOnly": false,
@@ -1251,7 +1251,7 @@
1251
1251
  {
1252
1252
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ContentType::Pkcs7System.Security.Cryptography.X509Certificates.X509ContentType",
1253
1253
  "clrName": "Pkcs7",
1254
- "metadataToken": 67110419,
1254
+ "metadataToken": 67110416,
1255
1255
  "normalizedSignature": "Pkcs7|System.Security.Cryptography.X509Certificates.X509ContentType|static=true|const=true",
1256
1256
  "isStatic": true,
1257
1257
  "isReadOnly": false,
@@ -1263,7 +1263,7 @@
1263
1263
  {
1264
1264
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ContentType::AuthenticodeSystem.Security.Cryptography.X509Certificates.X509ContentType",
1265
1265
  "clrName": "Authenticode",
1266
- "metadataToken": 67110420,
1266
+ "metadataToken": 67110417,
1267
1267
  "normalizedSignature": "Authenticode|System.Security.Cryptography.X509Certificates.X509ContentType|static=true|const=true",
1268
1268
  "isStatic": true,
1269
1269
  "isReadOnly": false,
@@ -1315,7 +1315,7 @@
1315
1315
  {
1316
1316
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509FindType::value__System.Int32",
1317
1317
  "clrName": "value__",
1318
- "metadataToken": 67110427,
1318
+ "metadataToken": 67110424,
1319
1319
  "normalizedSignature": "value__|System.Int32|static=false|const=false",
1320
1320
  "isStatic": false,
1321
1321
  "isReadOnly": false,
@@ -1327,7 +1327,7 @@
1327
1327
  {
1328
1328
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509FindType::FindByThumbprintSystem.Security.Cryptography.X509Certificates.X509FindType",
1329
1329
  "clrName": "FindByThumbprint",
1330
- "metadataToken": 67110428,
1330
+ "metadataToken": 67110425,
1331
1331
  "normalizedSignature": "FindByThumbprint|System.Security.Cryptography.X509Certificates.X509FindType|static=true|const=true",
1332
1332
  "isStatic": true,
1333
1333
  "isReadOnly": false,
@@ -1339,7 +1339,7 @@
1339
1339
  {
1340
1340
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509FindType::FindBySubjectNameSystem.Security.Cryptography.X509Certificates.X509FindType",
1341
1341
  "clrName": "FindBySubjectName",
1342
- "metadataToken": 67110429,
1342
+ "metadataToken": 67110426,
1343
1343
  "normalizedSignature": "FindBySubjectName|System.Security.Cryptography.X509Certificates.X509FindType|static=true|const=true",
1344
1344
  "isStatic": true,
1345
1345
  "isReadOnly": false,
@@ -1351,7 +1351,7 @@
1351
1351
  {
1352
1352
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509FindType::FindBySubjectDistinguishedNameSystem.Security.Cryptography.X509Certificates.X509FindType",
1353
1353
  "clrName": "FindBySubjectDistinguishedName",
1354
- "metadataToken": 67110430,
1354
+ "metadataToken": 67110427,
1355
1355
  "normalizedSignature": "FindBySubjectDistinguishedName|System.Security.Cryptography.X509Certificates.X509FindType|static=true|const=true",
1356
1356
  "isStatic": true,
1357
1357
  "isReadOnly": false,
@@ -1363,7 +1363,7 @@
1363
1363
  {
1364
1364
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509FindType::FindByIssuerNameSystem.Security.Cryptography.X509Certificates.X509FindType",
1365
1365
  "clrName": "FindByIssuerName",
1366
- "metadataToken": 67110431,
1366
+ "metadataToken": 67110428,
1367
1367
  "normalizedSignature": "FindByIssuerName|System.Security.Cryptography.X509Certificates.X509FindType|static=true|const=true",
1368
1368
  "isStatic": true,
1369
1369
  "isReadOnly": false,
@@ -1375,7 +1375,7 @@
1375
1375
  {
1376
1376
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509FindType::FindByIssuerDistinguishedNameSystem.Security.Cryptography.X509Certificates.X509FindType",
1377
1377
  "clrName": "FindByIssuerDistinguishedName",
1378
- "metadataToken": 67110432,
1378
+ "metadataToken": 67110429,
1379
1379
  "normalizedSignature": "FindByIssuerDistinguishedName|System.Security.Cryptography.X509Certificates.X509FindType|static=true|const=true",
1380
1380
  "isStatic": true,
1381
1381
  "isReadOnly": false,
@@ -1387,7 +1387,7 @@
1387
1387
  {
1388
1388
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509FindType::FindBySerialNumberSystem.Security.Cryptography.X509Certificates.X509FindType",
1389
1389
  "clrName": "FindBySerialNumber",
1390
- "metadataToken": 67110433,
1390
+ "metadataToken": 67110430,
1391
1391
  "normalizedSignature": "FindBySerialNumber|System.Security.Cryptography.X509Certificates.X509FindType|static=true|const=true",
1392
1392
  "isStatic": true,
1393
1393
  "isReadOnly": false,
@@ -1399,7 +1399,7 @@
1399
1399
  {
1400
1400
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509FindType::FindByTimeValidSystem.Security.Cryptography.X509Certificates.X509FindType",
1401
1401
  "clrName": "FindByTimeValid",
1402
- "metadataToken": 67110434,
1402
+ "metadataToken": 67110431,
1403
1403
  "normalizedSignature": "FindByTimeValid|System.Security.Cryptography.X509Certificates.X509FindType|static=true|const=true",
1404
1404
  "isStatic": true,
1405
1405
  "isReadOnly": false,
@@ -1411,7 +1411,7 @@
1411
1411
  {
1412
1412
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509FindType::FindByTimeNotYetValidSystem.Security.Cryptography.X509Certificates.X509FindType",
1413
1413
  "clrName": "FindByTimeNotYetValid",
1414
- "metadataToken": 67110435,
1414
+ "metadataToken": 67110432,
1415
1415
  "normalizedSignature": "FindByTimeNotYetValid|System.Security.Cryptography.X509Certificates.X509FindType|static=true|const=true",
1416
1416
  "isStatic": true,
1417
1417
  "isReadOnly": false,
@@ -1423,7 +1423,7 @@
1423
1423
  {
1424
1424
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509FindType::FindByTimeExpiredSystem.Security.Cryptography.X509Certificates.X509FindType",
1425
1425
  "clrName": "FindByTimeExpired",
1426
- "metadataToken": 67110436,
1426
+ "metadataToken": 67110433,
1427
1427
  "normalizedSignature": "FindByTimeExpired|System.Security.Cryptography.X509Certificates.X509FindType|static=true|const=true",
1428
1428
  "isStatic": true,
1429
1429
  "isReadOnly": false,
@@ -1435,7 +1435,7 @@
1435
1435
  {
1436
1436
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509FindType::FindByTemplateNameSystem.Security.Cryptography.X509Certificates.X509FindType",
1437
1437
  "clrName": "FindByTemplateName",
1438
- "metadataToken": 67110437,
1438
+ "metadataToken": 67110434,
1439
1439
  "normalizedSignature": "FindByTemplateName|System.Security.Cryptography.X509Certificates.X509FindType|static=true|const=true",
1440
1440
  "isStatic": true,
1441
1441
  "isReadOnly": false,
@@ -1447,7 +1447,7 @@
1447
1447
  {
1448
1448
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509FindType::FindByApplicationPolicySystem.Security.Cryptography.X509Certificates.X509FindType",
1449
1449
  "clrName": "FindByApplicationPolicy",
1450
- "metadataToken": 67110438,
1450
+ "metadataToken": 67110435,
1451
1451
  "normalizedSignature": "FindByApplicationPolicy|System.Security.Cryptography.X509Certificates.X509FindType|static=true|const=true",
1452
1452
  "isStatic": true,
1453
1453
  "isReadOnly": false,
@@ -1459,7 +1459,7 @@
1459
1459
  {
1460
1460
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509FindType::FindByCertificatePolicySystem.Security.Cryptography.X509Certificates.X509FindType",
1461
1461
  "clrName": "FindByCertificatePolicy",
1462
- "metadataToken": 67110439,
1462
+ "metadataToken": 67110436,
1463
1463
  "normalizedSignature": "FindByCertificatePolicy|System.Security.Cryptography.X509Certificates.X509FindType|static=true|const=true",
1464
1464
  "isStatic": true,
1465
1465
  "isReadOnly": false,
@@ -1471,7 +1471,7 @@
1471
1471
  {
1472
1472
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509FindType::FindByExtensionSystem.Security.Cryptography.X509Certificates.X509FindType",
1473
1473
  "clrName": "FindByExtension",
1474
- "metadataToken": 67110440,
1474
+ "metadataToken": 67110437,
1475
1475
  "normalizedSignature": "FindByExtension|System.Security.Cryptography.X509Certificates.X509FindType|static=true|const=true",
1476
1476
  "isStatic": true,
1477
1477
  "isReadOnly": false,
@@ -1483,7 +1483,7 @@
1483
1483
  {
1484
1484
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509FindType::FindByKeyUsageSystem.Security.Cryptography.X509Certificates.X509FindType",
1485
1485
  "clrName": "FindByKeyUsage",
1486
- "metadataToken": 67110441,
1486
+ "metadataToken": 67110438,
1487
1487
  "normalizedSignature": "FindByKeyUsage|System.Security.Cryptography.X509Certificates.X509FindType|static=true|const=true",
1488
1488
  "isStatic": true,
1489
1489
  "isReadOnly": false,
@@ -1495,7 +1495,7 @@
1495
1495
  {
1496
1496
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509FindType::FindBySubjectKeyIdentifierSystem.Security.Cryptography.X509Certificates.X509FindType",
1497
1497
  "clrName": "FindBySubjectKeyIdentifier",
1498
- "metadataToken": 67110442,
1498
+ "metadataToken": 67110439,
1499
1499
  "normalizedSignature": "FindBySubjectKeyIdentifier|System.Security.Cryptography.X509Certificates.X509FindType|static=true|const=true",
1500
1500
  "isStatic": true,
1501
1501
  "isReadOnly": false,
@@ -1547,7 +1547,7 @@
1547
1547
  {
1548
1548
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509IncludeOption::value__System.Int32",
1549
1549
  "clrName": "value__",
1550
- "metadataToken": 67110443,
1550
+ "metadataToken": 67110440,
1551
1551
  "normalizedSignature": "value__|System.Int32|static=false|const=false",
1552
1552
  "isStatic": false,
1553
1553
  "isReadOnly": false,
@@ -1559,7 +1559,7 @@
1559
1559
  {
1560
1560
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509IncludeOption::NoneSystem.Security.Cryptography.X509Certificates.X509IncludeOption",
1561
1561
  "clrName": "None",
1562
- "metadataToken": 67110444,
1562
+ "metadataToken": 67110441,
1563
1563
  "normalizedSignature": "None|System.Security.Cryptography.X509Certificates.X509IncludeOption|static=true|const=true",
1564
1564
  "isStatic": true,
1565
1565
  "isReadOnly": false,
@@ -1571,7 +1571,7 @@
1571
1571
  {
1572
1572
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509IncludeOption::ExcludeRootSystem.Security.Cryptography.X509Certificates.X509IncludeOption",
1573
1573
  "clrName": "ExcludeRoot",
1574
- "metadataToken": 67110445,
1574
+ "metadataToken": 67110442,
1575
1575
  "normalizedSignature": "ExcludeRoot|System.Security.Cryptography.X509Certificates.X509IncludeOption|static=true|const=true",
1576
1576
  "isStatic": true,
1577
1577
  "isReadOnly": false,
@@ -1583,7 +1583,7 @@
1583
1583
  {
1584
1584
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509IncludeOption::EndCertOnlySystem.Security.Cryptography.X509Certificates.X509IncludeOption",
1585
1585
  "clrName": "EndCertOnly",
1586
- "metadataToken": 67110446,
1586
+ "metadataToken": 67110443,
1587
1587
  "normalizedSignature": "EndCertOnly|System.Security.Cryptography.X509Certificates.X509IncludeOption|static=true|const=true",
1588
1588
  "isStatic": true,
1589
1589
  "isReadOnly": false,
@@ -1595,7 +1595,7 @@
1595
1595
  {
1596
1596
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509IncludeOption::WholeChainSystem.Security.Cryptography.X509Certificates.X509IncludeOption",
1597
1597
  "clrName": "WholeChain",
1598
- "metadataToken": 67110447,
1598
+ "metadataToken": 67110444,
1599
1599
  "normalizedSignature": "WholeChain|System.Security.Cryptography.X509Certificates.X509IncludeOption|static=true|const=true",
1600
1600
  "isStatic": true,
1601
1601
  "isReadOnly": false,
@@ -1647,7 +1647,7 @@
1647
1647
  {
1648
1648
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509KeyStorageFlags::value__System.Int32",
1649
1649
  "clrName": "value__",
1650
- "metadataToken": 67110448,
1650
+ "metadataToken": 67110445,
1651
1651
  "normalizedSignature": "value__|System.Int32|static=false|const=false",
1652
1652
  "isStatic": false,
1653
1653
  "isReadOnly": false,
@@ -1659,7 +1659,7 @@
1659
1659
  {
1660
1660
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509KeyStorageFlags::DefaultKeySetSystem.Security.Cryptography.X509Certificates.X509KeyStorageFlags",
1661
1661
  "clrName": "DefaultKeySet",
1662
- "metadataToken": 67110449,
1662
+ "metadataToken": 67110446,
1663
1663
  "normalizedSignature": "DefaultKeySet|System.Security.Cryptography.X509Certificates.X509KeyStorageFlags|static=true|const=true",
1664
1664
  "isStatic": true,
1665
1665
  "isReadOnly": false,
@@ -1671,7 +1671,7 @@
1671
1671
  {
1672
1672
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509KeyStorageFlags::UserKeySetSystem.Security.Cryptography.X509Certificates.X509KeyStorageFlags",
1673
1673
  "clrName": "UserKeySet",
1674
- "metadataToken": 67110450,
1674
+ "metadataToken": 67110447,
1675
1675
  "normalizedSignature": "UserKeySet|System.Security.Cryptography.X509Certificates.X509KeyStorageFlags|static=true|const=true",
1676
1676
  "isStatic": true,
1677
1677
  "isReadOnly": false,
@@ -1683,7 +1683,7 @@
1683
1683
  {
1684
1684
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509KeyStorageFlags::MachineKeySetSystem.Security.Cryptography.X509Certificates.X509KeyStorageFlags",
1685
1685
  "clrName": "MachineKeySet",
1686
- "metadataToken": 67110451,
1686
+ "metadataToken": 67110448,
1687
1687
  "normalizedSignature": "MachineKeySet|System.Security.Cryptography.X509Certificates.X509KeyStorageFlags|static=true|const=true",
1688
1688
  "isStatic": true,
1689
1689
  "isReadOnly": false,
@@ -1695,7 +1695,7 @@
1695
1695
  {
1696
1696
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509KeyStorageFlags::ExportableSystem.Security.Cryptography.X509Certificates.X509KeyStorageFlags",
1697
1697
  "clrName": "Exportable",
1698
- "metadataToken": 67110452,
1698
+ "metadataToken": 67110449,
1699
1699
  "normalizedSignature": "Exportable|System.Security.Cryptography.X509Certificates.X509KeyStorageFlags|static=true|const=true",
1700
1700
  "isStatic": true,
1701
1701
  "isReadOnly": false,
@@ -1707,7 +1707,7 @@
1707
1707
  {
1708
1708
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509KeyStorageFlags::UserProtectedSystem.Security.Cryptography.X509Certificates.X509KeyStorageFlags",
1709
1709
  "clrName": "UserProtected",
1710
- "metadataToken": 67110453,
1710
+ "metadataToken": 67110450,
1711
1711
  "normalizedSignature": "UserProtected|System.Security.Cryptography.X509Certificates.X509KeyStorageFlags|static=true|const=true",
1712
1712
  "isStatic": true,
1713
1713
  "isReadOnly": false,
@@ -1719,7 +1719,7 @@
1719
1719
  {
1720
1720
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509KeyStorageFlags::PersistKeySetSystem.Security.Cryptography.X509Certificates.X509KeyStorageFlags",
1721
1721
  "clrName": "PersistKeySet",
1722
- "metadataToken": 67110454,
1722
+ "metadataToken": 67110451,
1723
1723
  "normalizedSignature": "PersistKeySet|System.Security.Cryptography.X509Certificates.X509KeyStorageFlags|static=true|const=true",
1724
1724
  "isStatic": true,
1725
1725
  "isReadOnly": false,
@@ -1731,7 +1731,7 @@
1731
1731
  {
1732
1732
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509KeyStorageFlags::EphemeralKeySetSystem.Security.Cryptography.X509Certificates.X509KeyStorageFlags",
1733
1733
  "clrName": "EphemeralKeySet",
1734
- "metadataToken": 67110455,
1734
+ "metadataToken": 67110452,
1735
1735
  "normalizedSignature": "EphemeralKeySet|System.Security.Cryptography.X509Certificates.X509KeyStorageFlags|static=true|const=true",
1736
1736
  "isStatic": true,
1737
1737
  "isReadOnly": false,
@@ -1783,7 +1783,7 @@
1783
1783
  {
1784
1784
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509KeyUsageFlags::value__System.Int32",
1785
1785
  "clrName": "value__",
1786
- "metadataToken": 67110458,
1786
+ "metadataToken": 67110455,
1787
1787
  "normalizedSignature": "value__|System.Int32|static=false|const=false",
1788
1788
  "isStatic": false,
1789
1789
  "isReadOnly": false,
@@ -1795,7 +1795,7 @@
1795
1795
  {
1796
1796
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509KeyUsageFlags::NoneSystem.Security.Cryptography.X509Certificates.X509KeyUsageFlags",
1797
1797
  "clrName": "None",
1798
- "metadataToken": 67110459,
1798
+ "metadataToken": 67110456,
1799
1799
  "normalizedSignature": "None|System.Security.Cryptography.X509Certificates.X509KeyUsageFlags|static=true|const=true",
1800
1800
  "isStatic": true,
1801
1801
  "isReadOnly": false,
@@ -1807,7 +1807,7 @@
1807
1807
  {
1808
1808
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509KeyUsageFlags::EncipherOnlySystem.Security.Cryptography.X509Certificates.X509KeyUsageFlags",
1809
1809
  "clrName": "EncipherOnly",
1810
- "metadataToken": 67110460,
1810
+ "metadataToken": 67110457,
1811
1811
  "normalizedSignature": "EncipherOnly|System.Security.Cryptography.X509Certificates.X509KeyUsageFlags|static=true|const=true",
1812
1812
  "isStatic": true,
1813
1813
  "isReadOnly": false,
@@ -1819,7 +1819,7 @@
1819
1819
  {
1820
1820
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509KeyUsageFlags::CrlSignSystem.Security.Cryptography.X509Certificates.X509KeyUsageFlags",
1821
1821
  "clrName": "CrlSign",
1822
- "metadataToken": 67110461,
1822
+ "metadataToken": 67110458,
1823
1823
  "normalizedSignature": "CrlSign|System.Security.Cryptography.X509Certificates.X509KeyUsageFlags|static=true|const=true",
1824
1824
  "isStatic": true,
1825
1825
  "isReadOnly": false,
@@ -1831,7 +1831,7 @@
1831
1831
  {
1832
1832
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509KeyUsageFlags::KeyCertSignSystem.Security.Cryptography.X509Certificates.X509KeyUsageFlags",
1833
1833
  "clrName": "KeyCertSign",
1834
- "metadataToken": 67110462,
1834
+ "metadataToken": 67110459,
1835
1835
  "normalizedSignature": "KeyCertSign|System.Security.Cryptography.X509Certificates.X509KeyUsageFlags|static=true|const=true",
1836
1836
  "isStatic": true,
1837
1837
  "isReadOnly": false,
@@ -1843,7 +1843,7 @@
1843
1843
  {
1844
1844
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509KeyUsageFlags::KeyAgreementSystem.Security.Cryptography.X509Certificates.X509KeyUsageFlags",
1845
1845
  "clrName": "KeyAgreement",
1846
- "metadataToken": 67110463,
1846
+ "metadataToken": 67110460,
1847
1847
  "normalizedSignature": "KeyAgreement|System.Security.Cryptography.X509Certificates.X509KeyUsageFlags|static=true|const=true",
1848
1848
  "isStatic": true,
1849
1849
  "isReadOnly": false,
@@ -1855,7 +1855,7 @@
1855
1855
  {
1856
1856
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509KeyUsageFlags::DataEnciphermentSystem.Security.Cryptography.X509Certificates.X509KeyUsageFlags",
1857
1857
  "clrName": "DataEncipherment",
1858
- "metadataToken": 67110464,
1858
+ "metadataToken": 67110461,
1859
1859
  "normalizedSignature": "DataEncipherment|System.Security.Cryptography.X509Certificates.X509KeyUsageFlags|static=true|const=true",
1860
1860
  "isStatic": true,
1861
1861
  "isReadOnly": false,
@@ -1867,7 +1867,7 @@
1867
1867
  {
1868
1868
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509KeyUsageFlags::KeyEnciphermentSystem.Security.Cryptography.X509Certificates.X509KeyUsageFlags",
1869
1869
  "clrName": "KeyEncipherment",
1870
- "metadataToken": 67110465,
1870
+ "metadataToken": 67110462,
1871
1871
  "normalizedSignature": "KeyEncipherment|System.Security.Cryptography.X509Certificates.X509KeyUsageFlags|static=true|const=true",
1872
1872
  "isStatic": true,
1873
1873
  "isReadOnly": false,
@@ -1879,7 +1879,7 @@
1879
1879
  {
1880
1880
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509KeyUsageFlags::NonRepudiationSystem.Security.Cryptography.X509Certificates.X509KeyUsageFlags",
1881
1881
  "clrName": "NonRepudiation",
1882
- "metadataToken": 67110466,
1882
+ "metadataToken": 67110463,
1883
1883
  "normalizedSignature": "NonRepudiation|System.Security.Cryptography.X509Certificates.X509KeyUsageFlags|static=true|const=true",
1884
1884
  "isStatic": true,
1885
1885
  "isReadOnly": false,
@@ -1891,7 +1891,7 @@
1891
1891
  {
1892
1892
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509KeyUsageFlags::DigitalSignatureSystem.Security.Cryptography.X509Certificates.X509KeyUsageFlags",
1893
1893
  "clrName": "DigitalSignature",
1894
- "metadataToken": 67110467,
1894
+ "metadataToken": 67110464,
1895
1895
  "normalizedSignature": "DigitalSignature|System.Security.Cryptography.X509Certificates.X509KeyUsageFlags|static=true|const=true",
1896
1896
  "isStatic": true,
1897
1897
  "isReadOnly": false,
@@ -1903,7 +1903,7 @@
1903
1903
  {
1904
1904
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509KeyUsageFlags::DecipherOnlySystem.Security.Cryptography.X509Certificates.X509KeyUsageFlags",
1905
1905
  "clrName": "DecipherOnly",
1906
- "metadataToken": 67110468,
1906
+ "metadataToken": 67110465,
1907
1907
  "normalizedSignature": "DecipherOnly|System.Security.Cryptography.X509Certificates.X509KeyUsageFlags|static=true|const=true",
1908
1908
  "isStatic": true,
1909
1909
  "isReadOnly": false,
@@ -1955,7 +1955,7 @@
1955
1955
  {
1956
1956
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509NameType::value__System.Int32",
1957
1957
  "clrName": "value__",
1958
- "metadataToken": 67110469,
1958
+ "metadataToken": 67110466,
1959
1959
  "normalizedSignature": "value__|System.Int32|static=false|const=false",
1960
1960
  "isStatic": false,
1961
1961
  "isReadOnly": false,
@@ -1967,7 +1967,7 @@
1967
1967
  {
1968
1968
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509NameType::SimpleNameSystem.Security.Cryptography.X509Certificates.X509NameType",
1969
1969
  "clrName": "SimpleName",
1970
- "metadataToken": 67110470,
1970
+ "metadataToken": 67110467,
1971
1971
  "normalizedSignature": "SimpleName|System.Security.Cryptography.X509Certificates.X509NameType|static=true|const=true",
1972
1972
  "isStatic": true,
1973
1973
  "isReadOnly": false,
@@ -1979,7 +1979,7 @@
1979
1979
  {
1980
1980
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509NameType::EmailNameSystem.Security.Cryptography.X509Certificates.X509NameType",
1981
1981
  "clrName": "EmailName",
1982
- "metadataToken": 67110471,
1982
+ "metadataToken": 67110468,
1983
1983
  "normalizedSignature": "EmailName|System.Security.Cryptography.X509Certificates.X509NameType|static=true|const=true",
1984
1984
  "isStatic": true,
1985
1985
  "isReadOnly": false,
@@ -1991,7 +1991,7 @@
1991
1991
  {
1992
1992
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509NameType::UpnNameSystem.Security.Cryptography.X509Certificates.X509NameType",
1993
1993
  "clrName": "UpnName",
1994
- "metadataToken": 67110472,
1994
+ "metadataToken": 67110469,
1995
1995
  "normalizedSignature": "UpnName|System.Security.Cryptography.X509Certificates.X509NameType|static=true|const=true",
1996
1996
  "isStatic": true,
1997
1997
  "isReadOnly": false,
@@ -2003,7 +2003,7 @@
2003
2003
  {
2004
2004
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509NameType::DnsNameSystem.Security.Cryptography.X509Certificates.X509NameType",
2005
2005
  "clrName": "DnsName",
2006
- "metadataToken": 67110473,
2006
+ "metadataToken": 67110470,
2007
2007
  "normalizedSignature": "DnsName|System.Security.Cryptography.X509Certificates.X509NameType|static=true|const=true",
2008
2008
  "isStatic": true,
2009
2009
  "isReadOnly": false,
@@ -2015,7 +2015,7 @@
2015
2015
  {
2016
2016
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509NameType::DnsFromAlternativeNameSystem.Security.Cryptography.X509Certificates.X509NameType",
2017
2017
  "clrName": "DnsFromAlternativeName",
2018
- "metadataToken": 67110474,
2018
+ "metadataToken": 67110471,
2019
2019
  "normalizedSignature": "DnsFromAlternativeName|System.Security.Cryptography.X509Certificates.X509NameType|static=true|const=true",
2020
2020
  "isStatic": true,
2021
2021
  "isReadOnly": false,
@@ -2027,7 +2027,7 @@
2027
2027
  {
2028
2028
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509NameType::UrlNameSystem.Security.Cryptography.X509Certificates.X509NameType",
2029
2029
  "clrName": "UrlName",
2030
- "metadataToken": 67110475,
2030
+ "metadataToken": 67110472,
2031
2031
  "normalizedSignature": "UrlName|System.Security.Cryptography.X509Certificates.X509NameType|static=true|const=true",
2032
2032
  "isStatic": true,
2033
2033
  "isReadOnly": false,
@@ -2079,7 +2079,7 @@
2079
2079
  {
2080
2080
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509RevocationFlag::value__System.Int32",
2081
2081
  "clrName": "value__",
2082
- "metadataToken": 67110477,
2082
+ "metadataToken": 67110474,
2083
2083
  "normalizedSignature": "value__|System.Int32|static=false|const=false",
2084
2084
  "isStatic": false,
2085
2085
  "isReadOnly": false,
@@ -2091,7 +2091,7 @@
2091
2091
  {
2092
2092
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509RevocationFlag::EndCertificateOnlySystem.Security.Cryptography.X509Certificates.X509RevocationFlag",
2093
2093
  "clrName": "EndCertificateOnly",
2094
- "metadataToken": 67110478,
2094
+ "metadataToken": 67110475,
2095
2095
  "normalizedSignature": "EndCertificateOnly|System.Security.Cryptography.X509Certificates.X509RevocationFlag|static=true|const=true",
2096
2096
  "isStatic": true,
2097
2097
  "isReadOnly": false,
@@ -2103,7 +2103,7 @@
2103
2103
  {
2104
2104
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509RevocationFlag::EntireChainSystem.Security.Cryptography.X509Certificates.X509RevocationFlag",
2105
2105
  "clrName": "EntireChain",
2106
- "metadataToken": 67110479,
2106
+ "metadataToken": 67110476,
2107
2107
  "normalizedSignature": "EntireChain|System.Security.Cryptography.X509Certificates.X509RevocationFlag|static=true|const=true",
2108
2108
  "isStatic": true,
2109
2109
  "isReadOnly": false,
@@ -2115,7 +2115,7 @@
2115
2115
  {
2116
2116
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509RevocationFlag::ExcludeRootSystem.Security.Cryptography.X509Certificates.X509RevocationFlag",
2117
2117
  "clrName": "ExcludeRoot",
2118
- "metadataToken": 67110480,
2118
+ "metadataToken": 67110477,
2119
2119
  "normalizedSignature": "ExcludeRoot|System.Security.Cryptography.X509Certificates.X509RevocationFlag|static=true|const=true",
2120
2120
  "isStatic": true,
2121
2121
  "isReadOnly": false,
@@ -2167,7 +2167,7 @@
2167
2167
  {
2168
2168
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509RevocationMode::value__System.Int32",
2169
2169
  "clrName": "value__",
2170
- "metadataToken": 67110481,
2170
+ "metadataToken": 67110478,
2171
2171
  "normalizedSignature": "value__|System.Int32|static=false|const=false",
2172
2172
  "isStatic": false,
2173
2173
  "isReadOnly": false,
@@ -2179,7 +2179,7 @@
2179
2179
  {
2180
2180
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509RevocationMode::NoCheckSystem.Security.Cryptography.X509Certificates.X509RevocationMode",
2181
2181
  "clrName": "NoCheck",
2182
- "metadataToken": 67110482,
2182
+ "metadataToken": 67110479,
2183
2183
  "normalizedSignature": "NoCheck|System.Security.Cryptography.X509Certificates.X509RevocationMode|static=true|const=true",
2184
2184
  "isStatic": true,
2185
2185
  "isReadOnly": false,
@@ -2191,7 +2191,7 @@
2191
2191
  {
2192
2192
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509RevocationMode::OnlineSystem.Security.Cryptography.X509Certificates.X509RevocationMode",
2193
2193
  "clrName": "Online",
2194
- "metadataToken": 67110483,
2194
+ "metadataToken": 67110480,
2195
2195
  "normalizedSignature": "Online|System.Security.Cryptography.X509Certificates.X509RevocationMode|static=true|const=true",
2196
2196
  "isStatic": true,
2197
2197
  "isReadOnly": false,
@@ -2203,7 +2203,7 @@
2203
2203
  {
2204
2204
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509RevocationMode::OfflineSystem.Security.Cryptography.X509Certificates.X509RevocationMode",
2205
2205
  "clrName": "Offline",
2206
- "metadataToken": 67110484,
2206
+ "metadataToken": 67110481,
2207
2207
  "normalizedSignature": "Offline|System.Security.Cryptography.X509Certificates.X509RevocationMode|static=true|const=true",
2208
2208
  "isStatic": true,
2209
2209
  "isReadOnly": false,
@@ -2255,7 +2255,7 @@
2255
2255
  {
2256
2256
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509RevocationReason::value__System.Int32",
2257
2257
  "clrName": "value__",
2258
- "metadataToken": 67110485,
2258
+ "metadataToken": 67110482,
2259
2259
  "normalizedSignature": "value__|System.Int32|static=false|const=false",
2260
2260
  "isStatic": false,
2261
2261
  "isReadOnly": false,
@@ -2267,7 +2267,7 @@
2267
2267
  {
2268
2268
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509RevocationReason::UnspecifiedSystem.Security.Cryptography.X509Certificates.X509RevocationReason",
2269
2269
  "clrName": "Unspecified",
2270
- "metadataToken": 67110486,
2270
+ "metadataToken": 67110483,
2271
2271
  "normalizedSignature": "Unspecified|System.Security.Cryptography.X509Certificates.X509RevocationReason|static=true|const=true",
2272
2272
  "isStatic": true,
2273
2273
  "isReadOnly": false,
@@ -2279,7 +2279,7 @@
2279
2279
  {
2280
2280
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509RevocationReason::KeyCompromiseSystem.Security.Cryptography.X509Certificates.X509RevocationReason",
2281
2281
  "clrName": "KeyCompromise",
2282
- "metadataToken": 67110487,
2282
+ "metadataToken": 67110484,
2283
2283
  "normalizedSignature": "KeyCompromise|System.Security.Cryptography.X509Certificates.X509RevocationReason|static=true|const=true",
2284
2284
  "isStatic": true,
2285
2285
  "isReadOnly": false,
@@ -2291,7 +2291,7 @@
2291
2291
  {
2292
2292
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509RevocationReason::CACompromiseSystem.Security.Cryptography.X509Certificates.X509RevocationReason",
2293
2293
  "clrName": "CACompromise",
2294
- "metadataToken": 67110488,
2294
+ "metadataToken": 67110485,
2295
2295
  "normalizedSignature": "CACompromise|System.Security.Cryptography.X509Certificates.X509RevocationReason|static=true|const=true",
2296
2296
  "isStatic": true,
2297
2297
  "isReadOnly": false,
@@ -2303,7 +2303,7 @@
2303
2303
  {
2304
2304
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509RevocationReason::AffiliationChangedSystem.Security.Cryptography.X509Certificates.X509RevocationReason",
2305
2305
  "clrName": "AffiliationChanged",
2306
- "metadataToken": 67110489,
2306
+ "metadataToken": 67110486,
2307
2307
  "normalizedSignature": "AffiliationChanged|System.Security.Cryptography.X509Certificates.X509RevocationReason|static=true|const=true",
2308
2308
  "isStatic": true,
2309
2309
  "isReadOnly": false,
@@ -2315,7 +2315,7 @@
2315
2315
  {
2316
2316
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509RevocationReason::SupersededSystem.Security.Cryptography.X509Certificates.X509RevocationReason",
2317
2317
  "clrName": "Superseded",
2318
- "metadataToken": 67110490,
2318
+ "metadataToken": 67110487,
2319
2319
  "normalizedSignature": "Superseded|System.Security.Cryptography.X509Certificates.X509RevocationReason|static=true|const=true",
2320
2320
  "isStatic": true,
2321
2321
  "isReadOnly": false,
@@ -2327,7 +2327,7 @@
2327
2327
  {
2328
2328
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509RevocationReason::CessationOfOperationSystem.Security.Cryptography.X509Certificates.X509RevocationReason",
2329
2329
  "clrName": "CessationOfOperation",
2330
- "metadataToken": 67110491,
2330
+ "metadataToken": 67110488,
2331
2331
  "normalizedSignature": "CessationOfOperation|System.Security.Cryptography.X509Certificates.X509RevocationReason|static=true|const=true",
2332
2332
  "isStatic": true,
2333
2333
  "isReadOnly": false,
@@ -2339,7 +2339,7 @@
2339
2339
  {
2340
2340
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509RevocationReason::CertificateHoldSystem.Security.Cryptography.X509Certificates.X509RevocationReason",
2341
2341
  "clrName": "CertificateHold",
2342
- "metadataToken": 67110492,
2342
+ "metadataToken": 67110489,
2343
2343
  "normalizedSignature": "CertificateHold|System.Security.Cryptography.X509Certificates.X509RevocationReason|static=true|const=true",
2344
2344
  "isStatic": true,
2345
2345
  "isReadOnly": false,
@@ -2351,7 +2351,7 @@
2351
2351
  {
2352
2352
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509RevocationReason::RemoveFromCrlSystem.Security.Cryptography.X509Certificates.X509RevocationReason",
2353
2353
  "clrName": "RemoveFromCrl",
2354
- "metadataToken": 67110493,
2354
+ "metadataToken": 67110490,
2355
2355
  "normalizedSignature": "RemoveFromCrl|System.Security.Cryptography.X509Certificates.X509RevocationReason|static=true|const=true",
2356
2356
  "isStatic": true,
2357
2357
  "isReadOnly": false,
@@ -2363,7 +2363,7 @@
2363
2363
  {
2364
2364
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509RevocationReason::PrivilegeWithdrawnSystem.Security.Cryptography.X509Certificates.X509RevocationReason",
2365
2365
  "clrName": "PrivilegeWithdrawn",
2366
- "metadataToken": 67110494,
2366
+ "metadataToken": 67110491,
2367
2367
  "normalizedSignature": "PrivilegeWithdrawn|System.Security.Cryptography.X509Certificates.X509RevocationReason|static=true|const=true",
2368
2368
  "isStatic": true,
2369
2369
  "isReadOnly": false,
@@ -2375,7 +2375,7 @@
2375
2375
  {
2376
2376
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509RevocationReason::AACompromiseSystem.Security.Cryptography.X509Certificates.X509RevocationReason",
2377
2377
  "clrName": "AACompromise",
2378
- "metadataToken": 67110495,
2378
+ "metadataToken": 67110492,
2379
2379
  "normalizedSignature": "AACompromise|System.Security.Cryptography.X509Certificates.X509RevocationReason|static=true|const=true",
2380
2380
  "isStatic": true,
2381
2381
  "isReadOnly": false,
@@ -2387,7 +2387,7 @@
2387
2387
  {
2388
2388
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509RevocationReason::WeakAlgorithmOrKeySystem.Security.Cryptography.X509Certificates.X509RevocationReason",
2389
2389
  "clrName": "WeakAlgorithmOrKey",
2390
- "metadataToken": 67110496,
2390
+ "metadataToken": 67110493,
2391
2391
  "normalizedSignature": "WeakAlgorithmOrKey|System.Security.Cryptography.X509Certificates.X509RevocationReason|static=true|const=true",
2392
2392
  "isStatic": true,
2393
2393
  "isReadOnly": false,
@@ -2439,7 +2439,7 @@
2439
2439
  {
2440
2440
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm::value__System.Int32",
2441
2441
  "clrName": "value__",
2442
- "metadataToken": 67110519,
2442
+ "metadataToken": 67110516,
2443
2443
  "normalizedSignature": "value__|System.Int32|static=false|const=false",
2444
2444
  "isStatic": false,
2445
2445
  "isReadOnly": false,
@@ -2451,7 +2451,7 @@
2451
2451
  {
2452
2452
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm::Sha1System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm",
2453
2453
  "clrName": "Sha1",
2454
- "metadataToken": 67110520,
2454
+ "metadataToken": 67110517,
2455
2455
  "normalizedSignature": "Sha1|System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm|static=true|const=true",
2456
2456
  "isStatic": true,
2457
2457
  "isReadOnly": false,
@@ -2463,7 +2463,7 @@
2463
2463
  {
2464
2464
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm::ShortSha1System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm",
2465
2465
  "clrName": "ShortSha1",
2466
- "metadataToken": 67110521,
2466
+ "metadataToken": 67110518,
2467
2467
  "normalizedSignature": "ShortSha1|System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm|static=true|const=true",
2468
2468
  "isStatic": true,
2469
2469
  "isReadOnly": false,
@@ -2475,7 +2475,7 @@
2475
2475
  {
2476
2476
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm::CapiSha1System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm",
2477
2477
  "clrName": "CapiSha1",
2478
- "metadataToken": 67110522,
2478
+ "metadataToken": 67110519,
2479
2479
  "normalizedSignature": "CapiSha1|System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm|static=true|const=true",
2480
2480
  "isStatic": true,
2481
2481
  "isReadOnly": false,
@@ -2487,7 +2487,7 @@
2487
2487
  {
2488
2488
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm::Sha256System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm",
2489
2489
  "clrName": "Sha256",
2490
- "metadataToken": 67110523,
2490
+ "metadataToken": 67110520,
2491
2491
  "normalizedSignature": "Sha256|System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm|static=true|const=true",
2492
2492
  "isStatic": true,
2493
2493
  "isReadOnly": false,
@@ -2499,7 +2499,7 @@
2499
2499
  {
2500
2500
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm::Sha384System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm",
2501
2501
  "clrName": "Sha384",
2502
- "metadataToken": 67110524,
2502
+ "metadataToken": 67110521,
2503
2503
  "normalizedSignature": "Sha384|System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm|static=true|const=true",
2504
2504
  "isStatic": true,
2505
2505
  "isReadOnly": false,
@@ -2511,7 +2511,7 @@
2511
2511
  {
2512
2512
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm::Sha512System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm",
2513
2513
  "clrName": "Sha512",
2514
- "metadataToken": 67110525,
2514
+ "metadataToken": 67110522,
2515
2515
  "normalizedSignature": "Sha512|System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm|static=true|const=true",
2516
2516
  "isStatic": true,
2517
2517
  "isReadOnly": false,
@@ -2523,7 +2523,7 @@
2523
2523
  {
2524
2524
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm::ShortSha256System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm",
2525
2525
  "clrName": "ShortSha256",
2526
- "metadataToken": 67110526,
2526
+ "metadataToken": 67110523,
2527
2527
  "normalizedSignature": "ShortSha256|System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm|static=true|const=true",
2528
2528
  "isStatic": true,
2529
2529
  "isReadOnly": false,
@@ -2535,7 +2535,7 @@
2535
2535
  {
2536
2536
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm::ShortSha384System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm",
2537
2537
  "clrName": "ShortSha384",
2538
- "metadataToken": 67110527,
2538
+ "metadataToken": 67110524,
2539
2539
  "normalizedSignature": "ShortSha384|System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm|static=true|const=true",
2540
2540
  "isStatic": true,
2541
2541
  "isReadOnly": false,
@@ -2547,7 +2547,7 @@
2547
2547
  {
2548
2548
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm::ShortSha512System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm",
2549
2549
  "clrName": "ShortSha512",
2550
- "metadataToken": 67110528,
2550
+ "metadataToken": 67110525,
2551
2551
  "normalizedSignature": "ShortSha512|System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm|static=true|const=true",
2552
2552
  "isStatic": true,
2553
2553
  "isReadOnly": false,
@@ -2599,7 +2599,7 @@
2599
2599
  {
2600
2600
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509VerificationFlags::value__System.Int32",
2601
2601
  "clrName": "value__",
2602
- "metadataToken": 67110529,
2602
+ "metadataToken": 67110526,
2603
2603
  "normalizedSignature": "value__|System.Int32|static=false|const=false",
2604
2604
  "isStatic": false,
2605
2605
  "isReadOnly": false,
@@ -2611,7 +2611,7 @@
2611
2611
  {
2612
2612
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509VerificationFlags::NoFlagSystem.Security.Cryptography.X509Certificates.X509VerificationFlags",
2613
2613
  "clrName": "NoFlag",
2614
- "metadataToken": 67110530,
2614
+ "metadataToken": 67110527,
2615
2615
  "normalizedSignature": "NoFlag|System.Security.Cryptography.X509Certificates.X509VerificationFlags|static=true|const=true",
2616
2616
  "isStatic": true,
2617
2617
  "isReadOnly": false,
@@ -2623,7 +2623,7 @@
2623
2623
  {
2624
2624
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509VerificationFlags::IgnoreNotTimeValidSystem.Security.Cryptography.X509Certificates.X509VerificationFlags",
2625
2625
  "clrName": "IgnoreNotTimeValid",
2626
- "metadataToken": 67110531,
2626
+ "metadataToken": 67110528,
2627
2627
  "normalizedSignature": "IgnoreNotTimeValid|System.Security.Cryptography.X509Certificates.X509VerificationFlags|static=true|const=true",
2628
2628
  "isStatic": true,
2629
2629
  "isReadOnly": false,
@@ -2635,7 +2635,7 @@
2635
2635
  {
2636
2636
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509VerificationFlags::IgnoreCtlNotTimeValidSystem.Security.Cryptography.X509Certificates.X509VerificationFlags",
2637
2637
  "clrName": "IgnoreCtlNotTimeValid",
2638
- "metadataToken": 67110532,
2638
+ "metadataToken": 67110529,
2639
2639
  "normalizedSignature": "IgnoreCtlNotTimeValid|System.Security.Cryptography.X509Certificates.X509VerificationFlags|static=true|const=true",
2640
2640
  "isStatic": true,
2641
2641
  "isReadOnly": false,
@@ -2647,7 +2647,7 @@
2647
2647
  {
2648
2648
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509VerificationFlags::IgnoreNotTimeNestedSystem.Security.Cryptography.X509Certificates.X509VerificationFlags",
2649
2649
  "clrName": "IgnoreNotTimeNested",
2650
- "metadataToken": 67110533,
2650
+ "metadataToken": 67110530,
2651
2651
  "normalizedSignature": "IgnoreNotTimeNested|System.Security.Cryptography.X509Certificates.X509VerificationFlags|static=true|const=true",
2652
2652
  "isStatic": true,
2653
2653
  "isReadOnly": false,
@@ -2659,7 +2659,7 @@
2659
2659
  {
2660
2660
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509VerificationFlags::IgnoreInvalidBasicConstraintsSystem.Security.Cryptography.X509Certificates.X509VerificationFlags",
2661
2661
  "clrName": "IgnoreInvalidBasicConstraints",
2662
- "metadataToken": 67110534,
2662
+ "metadataToken": 67110531,
2663
2663
  "normalizedSignature": "IgnoreInvalidBasicConstraints|System.Security.Cryptography.X509Certificates.X509VerificationFlags|static=true|const=true",
2664
2664
  "isStatic": true,
2665
2665
  "isReadOnly": false,
@@ -2671,7 +2671,7 @@
2671
2671
  {
2672
2672
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509VerificationFlags::AllowUnknownCertificateAuthoritySystem.Security.Cryptography.X509Certificates.X509VerificationFlags",
2673
2673
  "clrName": "AllowUnknownCertificateAuthority",
2674
- "metadataToken": 67110535,
2674
+ "metadataToken": 67110532,
2675
2675
  "normalizedSignature": "AllowUnknownCertificateAuthority|System.Security.Cryptography.X509Certificates.X509VerificationFlags|static=true|const=true",
2676
2676
  "isStatic": true,
2677
2677
  "isReadOnly": false,
@@ -2683,7 +2683,7 @@
2683
2683
  {
2684
2684
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509VerificationFlags::IgnoreWrongUsageSystem.Security.Cryptography.X509Certificates.X509VerificationFlags",
2685
2685
  "clrName": "IgnoreWrongUsage",
2686
- "metadataToken": 67110536,
2686
+ "metadataToken": 67110533,
2687
2687
  "normalizedSignature": "IgnoreWrongUsage|System.Security.Cryptography.X509Certificates.X509VerificationFlags|static=true|const=true",
2688
2688
  "isStatic": true,
2689
2689
  "isReadOnly": false,
@@ -2695,7 +2695,7 @@
2695
2695
  {
2696
2696
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509VerificationFlags::IgnoreInvalidNameSystem.Security.Cryptography.X509Certificates.X509VerificationFlags",
2697
2697
  "clrName": "IgnoreInvalidName",
2698
- "metadataToken": 67110537,
2698
+ "metadataToken": 67110534,
2699
2699
  "normalizedSignature": "IgnoreInvalidName|System.Security.Cryptography.X509Certificates.X509VerificationFlags|static=true|const=true",
2700
2700
  "isStatic": true,
2701
2701
  "isReadOnly": false,
@@ -2707,7 +2707,7 @@
2707
2707
  {
2708
2708
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509VerificationFlags::IgnoreInvalidPolicySystem.Security.Cryptography.X509Certificates.X509VerificationFlags",
2709
2709
  "clrName": "IgnoreInvalidPolicy",
2710
- "metadataToken": 67110538,
2710
+ "metadataToken": 67110535,
2711
2711
  "normalizedSignature": "IgnoreInvalidPolicy|System.Security.Cryptography.X509Certificates.X509VerificationFlags|static=true|const=true",
2712
2712
  "isStatic": true,
2713
2713
  "isReadOnly": false,
@@ -2719,7 +2719,7 @@
2719
2719
  {
2720
2720
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509VerificationFlags::IgnoreEndRevocationUnknownSystem.Security.Cryptography.X509Certificates.X509VerificationFlags",
2721
2721
  "clrName": "IgnoreEndRevocationUnknown",
2722
- "metadataToken": 67110539,
2722
+ "metadataToken": 67110536,
2723
2723
  "normalizedSignature": "IgnoreEndRevocationUnknown|System.Security.Cryptography.X509Certificates.X509VerificationFlags|static=true|const=true",
2724
2724
  "isStatic": true,
2725
2725
  "isReadOnly": false,
@@ -2731,7 +2731,7 @@
2731
2731
  {
2732
2732
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509VerificationFlags::IgnoreCtlSignerRevocationUnknownSystem.Security.Cryptography.X509Certificates.X509VerificationFlags",
2733
2733
  "clrName": "IgnoreCtlSignerRevocationUnknown",
2734
- "metadataToken": 67110540,
2734
+ "metadataToken": 67110537,
2735
2735
  "normalizedSignature": "IgnoreCtlSignerRevocationUnknown|System.Security.Cryptography.X509Certificates.X509VerificationFlags|static=true|const=true",
2736
2736
  "isStatic": true,
2737
2737
  "isReadOnly": false,
@@ -2743,7 +2743,7 @@
2743
2743
  {
2744
2744
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509VerificationFlags::IgnoreCertificateAuthorityRevocationUnknownSystem.Security.Cryptography.X509Certificates.X509VerificationFlags",
2745
2745
  "clrName": "IgnoreCertificateAuthorityRevocationUnknown",
2746
- "metadataToken": 67110541,
2746
+ "metadataToken": 67110538,
2747
2747
  "normalizedSignature": "IgnoreCertificateAuthorityRevocationUnknown|System.Security.Cryptography.X509Certificates.X509VerificationFlags|static=true|const=true",
2748
2748
  "isStatic": true,
2749
2749
  "isReadOnly": false,
@@ -2755,7 +2755,7 @@
2755
2755
  {
2756
2756
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509VerificationFlags::IgnoreRootRevocationUnknownSystem.Security.Cryptography.X509Certificates.X509VerificationFlags",
2757
2757
  "clrName": "IgnoreRootRevocationUnknown",
2758
- "metadataToken": 67110542,
2758
+ "metadataToken": 67110539,
2759
2759
  "normalizedSignature": "IgnoreRootRevocationUnknown|System.Security.Cryptography.X509Certificates.X509VerificationFlags|static=true|const=true",
2760
2760
  "isStatic": true,
2761
2761
  "isReadOnly": false,
@@ -2767,7 +2767,7 @@
2767
2767
  {
2768
2768
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509VerificationFlags::AllFlagsSystem.Security.Cryptography.X509Certificates.X509VerificationFlags",
2769
2769
  "clrName": "AllFlags",
2770
- "metadataToken": 67110543,
2770
+ "metadataToken": 67110540,
2771
2771
  "normalizedSignature": "AllFlags|System.Security.Cryptography.X509Certificates.X509VerificationFlags|static=true|const=true",
2772
2772
  "isStatic": true,
2773
2773
  "isReadOnly": false,
@@ -8336,7 +8336,7 @@
8336
8336
  {
8337
8337
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::Add(System.Security.Cryptography.X509Certificates.X509Certificate2):System.Int32",
8338
8338
  "clrName": "Add",
8339
- "metadataToken": 100668995,
8339
+ "metadataToken": 100668998,
8340
8340
  "canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate2):System.Int32",
8341
8341
  "normalizedSignature": "Add|(System.Security.Cryptography.X509Certificates.X509Certificate2):System.Int32|static=false",
8342
8342
  "emitScope": "ClassSurface",
@@ -8356,7 +8356,7 @@
8356
8356
  {
8357
8357
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2[]):System.Void",
8358
8358
  "clrName": "AddRange",
8359
- "metadataToken": 100668996,
8359
+ "metadataToken": 100668999,
8360
8360
  "canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate2[]):System.Void",
8361
8361
  "normalizedSignature": "AddRange|(System.Security.Cryptography.X509Certificates.X509Certificate2[]):System.Void|static=false",
8362
8362
  "emitScope": "ClassSurface",
@@ -8376,7 +8376,7 @@
8376
8376
  {
8377
8377
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection):System.Void",
8378
8378
  "clrName": "AddRange",
8379
- "metadataToken": 100668997,
8379
+ "metadataToken": 100669000,
8380
8380
  "canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate2Collection):System.Void",
8381
8381
  "normalizedSignature": "AddRange|(System.Security.Cryptography.X509Certificates.X509Certificate2Collection):System.Void|static=false",
8382
8382
  "emitScope": "ClassSurface",
@@ -8396,7 +8396,7 @@
8396
8396
  {
8397
8397
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::Contains(System.Security.Cryptography.X509Certificates.X509Certificate2):System.Boolean",
8398
8398
  "clrName": "Contains",
8399
- "metadataToken": 100668998,
8399
+ "metadataToken": 100669001,
8400
8400
  "canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate2):System.Boolean",
8401
8401
  "normalizedSignature": "Contains|(System.Security.Cryptography.X509Certificates.X509Certificate2):System.Boolean|static=false",
8402
8402
  "emitScope": "ClassSurface",
@@ -8416,7 +8416,7 @@
8416
8416
  {
8417
8417
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::Export(System.Security.Cryptography.X509Certificates.X509ContentType):System.Byte[]",
8418
8418
  "clrName": "Export",
8419
- "metadataToken": 100668999,
8419
+ "metadataToken": 100669002,
8420
8420
  "canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509ContentType):System.Byte[]",
8421
8421
  "normalizedSignature": "Export|(System.Security.Cryptography.X509Certificates.X509ContentType):System.Byte[]|static=false",
8422
8422
  "emitScope": "ClassSurface",
@@ -8436,7 +8436,7 @@
8436
8436
  {
8437
8437
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::ExportPkcs12(System.Security.Cryptography.X509Certificates.Pkcs12ExportPbeParameters,System.String):System.Byte[]",
8438
8438
  "clrName": "ExportPkcs12",
8439
- "metadataToken": 100669000,
8439
+ "metadataToken": 100669003,
8440
8440
  "canonicalSignature": "(System.Security.Cryptography.X509Certificates.Pkcs12ExportPbeParameters,System.String):System.Byte[]",
8441
8441
  "normalizedSignature": "ExportPkcs12|(System.Security.Cryptography.X509Certificates.Pkcs12ExportPbeParameters,System.String):System.Byte[]|static=false",
8442
8442
  "emitScope": "ClassSurface",
@@ -8456,7 +8456,7 @@
8456
8456
  {
8457
8457
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::ExportPkcs12(System.Security.Cryptography.PbeParameters,System.String):System.Byte[]",
8458
8458
  "clrName": "ExportPkcs12",
8459
- "metadataToken": 100669001,
8459
+ "metadataToken": 100669004,
8460
8460
  "canonicalSignature": "(System.Security.Cryptography.PbeParameters,System.String):System.Byte[]",
8461
8461
  "normalizedSignature": "ExportPkcs12|(System.Security.Cryptography.PbeParameters,System.String):System.Byte[]|static=false",
8462
8462
  "emitScope": "ClassSurface",
@@ -8476,7 +8476,7 @@
8476
8476
  {
8477
8477
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::Export(System.Security.Cryptography.X509Certificates.X509ContentType,System.String):System.Byte[]",
8478
8478
  "clrName": "Export",
8479
- "metadataToken": 100669002,
8479
+ "metadataToken": 100669005,
8480
8480
  "canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509ContentType,System.String):System.Byte[]",
8481
8481
  "normalizedSignature": "Export|(System.Security.Cryptography.X509Certificates.X509ContentType,System.String):System.Byte[]|static=false",
8482
8482
  "emitScope": "ClassSurface",
@@ -8496,7 +8496,7 @@
8496
8496
  {
8497
8497
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::Find(System.Security.Cryptography.X509Certificates.X509FindType,System.Object,System.Boolean):System.Security.Cryptography.X509Certificates.X509Certificate2Collection",
8498
8498
  "clrName": "Find",
8499
- "metadataToken": 100669003,
8499
+ "metadataToken": 100669006,
8500
8500
  "canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509FindType,System.Object,System.Boolean):System.Security.Cryptography.X509Certificates.X509Certificate2Collection",
8501
8501
  "normalizedSignature": "Find|(System.Security.Cryptography.X509Certificates.X509FindType,System.Object,System.Boolean):System.Security.Cryptography.X509Certificates.X509Certificate2Collection|static=false",
8502
8502
  "emitScope": "ClassSurface",
@@ -8516,7 +8516,7 @@
8516
8516
  {
8517
8517
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::GetEnumerator():System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator",
8518
8518
  "clrName": "GetEnumerator",
8519
- "metadataToken": 100669004,
8519
+ "metadataToken": 100669007,
8520
8520
  "canonicalSignature": "():System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator",
8521
8521
  "normalizedSignature": "GetEnumerator|():System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator|static=false",
8522
8522
  "emitScope": "ClassSurface",
@@ -8536,7 +8536,7 @@
8536
8536
  {
8537
8537
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::Import(System.Byte[]):System.Void",
8538
8538
  "clrName": "Import",
8539
- "metadataToken": 100669006,
8539
+ "metadataToken": 100669009,
8540
8540
  "canonicalSignature": "(System.Byte[]):System.Void",
8541
8541
  "normalizedSignature": "Import|(System.Byte[]):System.Void|static=false",
8542
8542
  "emitScope": "ClassSurface",
@@ -8556,7 +8556,7 @@
8556
8556
  {
8557
8557
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::Import(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
8558
8558
  "clrName": "Import",
8559
- "metadataToken": 100669007,
8559
+ "metadataToken": 100669010,
8560
8560
  "canonicalSignature": "(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
8561
8561
  "normalizedSignature": "Import|(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
8562
8562
  "emitScope": "ClassSurface",
@@ -8576,7 +8576,7 @@
8576
8576
  {
8577
8577
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::Import(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):System.Void",
8578
8578
  "clrName": "Import",
8579
- "metadataToken": 100669008,
8579
+ "metadataToken": 100669011,
8580
8580
  "canonicalSignature": "(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):System.Void",
8581
8581
  "normalizedSignature": "Import|(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):System.Void|static=false",
8582
8582
  "emitScope": "ClassSurface",
@@ -8596,7 +8596,7 @@
8596
8596
  {
8597
8597
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::Import(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):System.Void",
8598
8598
  "clrName": "Import",
8599
- "metadataToken": 100669009,
8599
+ "metadataToken": 100669012,
8600
8600
  "canonicalSignature": "(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):System.Void",
8601
8601
  "normalizedSignature": "Import|(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):System.Void|static=false",
8602
8602
  "emitScope": "ClassSurface",
@@ -8616,7 +8616,7 @@
8616
8616
  {
8617
8617
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::Import(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):System.Void",
8618
8618
  "clrName": "Import",
8619
- "metadataToken": 100669010,
8619
+ "metadataToken": 100669013,
8620
8620
  "canonicalSignature": "(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):System.Void",
8621
8621
  "normalizedSignature": "Import|(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):System.Void|static=false",
8622
8622
  "emitScope": "ClassSurface",
@@ -8636,7 +8636,7 @@
8636
8636
  {
8637
8637
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::Import(System.String):System.Void",
8638
8638
  "clrName": "Import",
8639
- "metadataToken": 100669011,
8639
+ "metadataToken": 100669014,
8640
8640
  "canonicalSignature": "(System.String):System.Void",
8641
8641
  "normalizedSignature": "Import|(System.String):System.Void|static=false",
8642
8642
  "emitScope": "ClassSurface",
@@ -8656,7 +8656,7 @@
8656
8656
  {
8657
8657
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::Import(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):System.Void",
8658
8658
  "clrName": "Import",
8659
- "metadataToken": 100669012,
8659
+ "metadataToken": 100669015,
8660
8660
  "canonicalSignature": "(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):System.Void",
8661
8661
  "normalizedSignature": "Import|(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):System.Void|static=false",
8662
8662
  "emitScope": "ClassSurface",
@@ -8676,7 +8676,7 @@
8676
8676
  {
8677
8677
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::Import(System.String,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):System.Void",
8678
8678
  "clrName": "Import",
8679
- "metadataToken": 100669013,
8679
+ "metadataToken": 100669016,
8680
8680
  "canonicalSignature": "(System.String,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):System.Void",
8681
8681
  "normalizedSignature": "Import|(System.String,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Security.Cryptography.X509Certificates.X509KeyStorageFlags):System.Void|static=false",
8682
8682
  "emitScope": "ClassSurface",
@@ -8696,7 +8696,7 @@
8696
8696
  {
8697
8697
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::Insert(System.Int32,System.Security.Cryptography.X509Certificates.X509Certificate2):System.Void",
8698
8698
  "clrName": "Insert",
8699
- "metadataToken": 100669014,
8699
+ "metadataToken": 100669017,
8700
8700
  "canonicalSignature": "(System.Int32,System.Security.Cryptography.X509Certificates.X509Certificate2):System.Void",
8701
8701
  "normalizedSignature": "Insert|(System.Int32,System.Security.Cryptography.X509Certificates.X509Certificate2):System.Void|static=false",
8702
8702
  "emitScope": "ClassSurface",
@@ -8716,7 +8716,7 @@
8716
8716
  {
8717
8717
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::Remove(System.Security.Cryptography.X509Certificates.X509Certificate2):System.Void",
8718
8718
  "clrName": "Remove",
8719
- "metadataToken": 100669015,
8719
+ "metadataToken": 100669018,
8720
8720
  "canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate2):System.Void",
8721
8721
  "normalizedSignature": "Remove|(System.Security.Cryptography.X509Certificates.X509Certificate2):System.Void|static=false",
8722
8722
  "emitScope": "ClassSurface",
@@ -8736,7 +8736,7 @@
8736
8736
  {
8737
8737
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2[]):System.Void",
8738
8738
  "clrName": "RemoveRange",
8739
- "metadataToken": 100669016,
8739
+ "metadataToken": 100669019,
8740
8740
  "canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate2[]):System.Void",
8741
8741
  "normalizedSignature": "RemoveRange|(System.Security.Cryptography.X509Certificates.X509Certificate2[]):System.Void|static=false",
8742
8742
  "emitScope": "ClassSurface",
@@ -8756,7 +8756,7 @@
8756
8756
  {
8757
8757
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection):System.Void",
8758
8758
  "clrName": "RemoveRange",
8759
- "metadataToken": 100669017,
8759
+ "metadataToken": 100669020,
8760
8760
  "canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate2Collection):System.Void",
8761
8761
  "normalizedSignature": "RemoveRange|(System.Security.Cryptography.X509Certificates.X509Certificate2Collection):System.Void|static=false",
8762
8762
  "emitScope": "ClassSurface",
@@ -8776,7 +8776,7 @@
8776
8776
  {
8777
8777
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::ImportFromPemFile(System.String):System.Void",
8778
8778
  "clrName": "ImportFromPemFile",
8779
- "metadataToken": 100669018,
8779
+ "metadataToken": 100669021,
8780
8780
  "canonicalSignature": "(System.String):System.Void",
8781
8781
  "normalizedSignature": "ImportFromPemFile|(System.String):System.Void|static=false",
8782
8782
  "emitScope": "ClassSurface",
@@ -8796,7 +8796,7 @@
8796
8796
  {
8797
8797
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::ImportFromPem(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
8798
8798
  "clrName": "ImportFromPem",
8799
- "metadataToken": 100669019,
8799
+ "metadataToken": 100669022,
8800
8800
  "canonicalSignature": "(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
8801
8801
  "normalizedSignature": "ImportFromPem|(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
8802
8802
  "emitScope": "ClassSurface",
@@ -8816,7 +8816,7 @@
8816
8816
  {
8817
8817
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::ExportPkcs7Pem():System.String",
8818
8818
  "clrName": "ExportPkcs7Pem",
8819
- "metadataToken": 100669020,
8819
+ "metadataToken": 100669023,
8820
8820
  "canonicalSignature": "():System.String",
8821
8821
  "normalizedSignature": "ExportPkcs7Pem|():System.String|static=false",
8822
8822
  "emitScope": "ClassSurface",
@@ -8836,7 +8836,7 @@
8836
8836
  {
8837
8837
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::TryExportPkcs7Pem(System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
8838
8838
  "clrName": "TryExportPkcs7Pem",
8839
- "metadataToken": 100669021,
8839
+ "metadataToken": 100669024,
8840
8840
  "canonicalSignature": "(System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
8841
8841
  "normalizedSignature": "TryExportPkcs7Pem|(System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean|static=false",
8842
8842
  "emitScope": "ClassSurface",
@@ -8862,7 +8862,7 @@
8862
8862
  {
8863
8863
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::ExportCertificatePems():System.String",
8864
8864
  "clrName": "ExportCertificatePems",
8865
- "metadataToken": 100669022,
8865
+ "metadataToken": 100669025,
8866
8866
  "canonicalSignature": "():System.String",
8867
8867
  "normalizedSignature": "ExportCertificatePems|():System.String|static=false",
8868
8868
  "emitScope": "ClassSurface",
@@ -8882,7 +8882,7 @@
8882
8882
  {
8883
8883
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::TryExportCertificatePems(System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
8884
8884
  "clrName": "TryExportCertificatePems",
8885
- "metadataToken": 100669023,
8885
+ "metadataToken": 100669026,
8886
8886
  "canonicalSignature": "(System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
8887
8887
  "normalizedSignature": "TryExportCertificatePems|(System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean|static=false",
8888
8888
  "emitScope": "ClassSurface",
@@ -8908,7 +8908,7 @@
8908
8908
  {
8909
8909
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::FindByThumbprint(System.Security.Cryptography.HashAlgorithmName,System.String):System.Security.Cryptography.X509Certificates.X509Certificate2Collection",
8910
8910
  "clrName": "FindByThumbprint",
8911
- "metadataToken": 100669024,
8911
+ "metadataToken": 100669027,
8912
8912
  "canonicalSignature": "(System.Security.Cryptography.HashAlgorithmName,System.String):System.Security.Cryptography.X509Certificates.X509Certificate2Collection",
8913
8913
  "normalizedSignature": "FindByThumbprint|(System.Security.Cryptography.HashAlgorithmName,System.String):System.Security.Cryptography.X509Certificates.X509Certificate2Collection|static=false",
8914
8914
  "emitScope": "ClassSurface",
@@ -8928,7 +8928,7 @@
8928
8928
  {
8929
8929
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::FindByThumbprint(System.Security.Cryptography.HashAlgorithmName,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Security.Cryptography.X509Certificates.X509Certificate2Collection",
8930
8930
  "clrName": "FindByThumbprint",
8931
- "metadataToken": 100669025,
8931
+ "metadataToken": 100669028,
8932
8932
  "canonicalSignature": "(System.Security.Cryptography.HashAlgorithmName,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Security.Cryptography.X509Certificates.X509Certificate2Collection",
8933
8933
  "normalizedSignature": "FindByThumbprint|(System.Security.Cryptography.HashAlgorithmName,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Security.Cryptography.X509Certificates.X509Certificate2Collection|static=false",
8934
8934
  "emitScope": "ClassSurface",
@@ -8948,7 +8948,7 @@
8948
8948
  {
8949
8949
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::FindByThumbprint(System.Security.Cryptography.HashAlgorithmName,System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Security.Cryptography.X509Certificates.X509Certificate2Collection",
8950
8950
  "clrName": "FindByThumbprint",
8951
- "metadataToken": 100669026,
8951
+ "metadataToken": 100669029,
8952
8952
  "canonicalSignature": "(System.Security.Cryptography.HashAlgorithmName,System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Security.Cryptography.X509Certificates.X509Certificate2Collection",
8953
8953
  "normalizedSignature": "FindByThumbprint|(System.Security.Cryptography.HashAlgorithmName,System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Security.Cryptography.X509Certificates.X509Certificate2Collection|static=false",
8954
8954
  "emitScope": "ClassSurface",
@@ -8968,7 +8968,7 @@
8968
8968
  {
8969
8969
  "stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
8970
8970
  "clrName": "Clear",
8971
- "metadataToken": 100703856,
8971
+ "metadataToken": 100703861,
8972
8972
  "canonicalSignature": "():System.Void",
8973
8973
  "normalizedSignature": "Clear|():System.Void|static=false",
8974
8974
  "emitScope": "ViewOnly",
@@ -8989,7 +8989,7 @@
8989
8989
  {
8990
8990
  "stableId": "System.Private.CoreLib:System.Collections.IList::IndexOf(System.Object):System.Int32",
8991
8991
  "clrName": "IndexOf",
8992
- "metadataToken": 100703859,
8992
+ "metadataToken": 100703864,
8993
8993
  "canonicalSignature": "(System.Object):System.Int32",
8994
8994
  "normalizedSignature": "IndexOf|(System.Object):System.Int32|static=false",
8995
8995
  "emitScope": "ViewOnly",
@@ -9010,7 +9010,7 @@
9010
9010
  {
9011
9011
  "stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
9012
9012
  "clrName": "RemoveAt",
9013
- "metadataToken": 100703862,
9013
+ "metadataToken": 100703867,
9014
9014
  "canonicalSignature": "(System.Int32):System.Void",
9015
9015
  "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
9016
9016
  "emitScope": "ViewOnly",
@@ -9031,7 +9031,7 @@
9031
9031
  {
9032
9032
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
9033
9033
  "clrName": "CopyTo",
9034
- "metadataToken": 100703826,
9034
+ "metadataToken": 100703831,
9035
9035
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
9036
9036
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
9037
9037
  "emitScope": "ViewOnly",
@@ -9052,7 +9052,7 @@
9052
9052
  {
9053
9053
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
9054
9054
  "clrName": "GetEnumerator",
9055
- "metadataToken": 100703845,
9055
+ "metadataToken": 100703850,
9056
9056
  "canonicalSignature": "():System.Collections.IEnumerator",
9057
9057
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
9058
9058
  "emitScope": "ViewOnly",
@@ -9073,7 +9073,7 @@
9073
9073
  {
9074
9074
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
9075
9075
  "clrName": "GetEnumerator",
9076
- "metadataToken": 100704560,
9076
+ "metadataToken": 100704565,
9077
9077
  "canonicalSignature": "():IEnumerator_1",
9078
9078
  "normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
9079
9079
  "emitScope": "ViewOnly",
@@ -9094,7 +9094,7 @@
9094
9094
  {
9095
9095
  "stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
9096
9096
  "clrName": "Add",
9097
- "metadataToken": 100703854,
9097
+ "metadataToken": 100703859,
9098
9098
  "canonicalSignature": "(System.Object):System.Int32",
9099
9099
  "normalizedSignature": "Add|(System.Object):System.Int32|static=false",
9100
9100
  "emitScope": "ViewOnly",
@@ -9115,7 +9115,7 @@
9115
9115
  {
9116
9116
  "stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
9117
9117
  "clrName": "Contains",
9118
- "metadataToken": 100703855,
9118
+ "metadataToken": 100703860,
9119
9119
  "canonicalSignature": "(System.Object):System.Boolean",
9120
9120
  "normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
9121
9121
  "emitScope": "ViewOnly",
@@ -9136,7 +9136,7 @@
9136
9136
  {
9137
9137
  "stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
9138
9138
  "clrName": "Insert",
9139
- "metadataToken": 100703860,
9139
+ "metadataToken": 100703865,
9140
9140
  "canonicalSignature": "(System.Int32,System.Object):System.Void",
9141
9141
  "normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
9142
9142
  "emitScope": "ViewOnly",
@@ -9157,7 +9157,7 @@
9157
9157
  {
9158
9158
  "stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
9159
9159
  "clrName": "Remove",
9160
- "metadataToken": 100703861,
9160
+ "metadataToken": 100703866,
9161
9161
  "canonicalSignature": "(System.Object):System.Void",
9162
9162
  "normalizedSignature": "Remove|(System.Object):System.Void|static=false",
9163
9163
  "emitScope": "ViewOnly",
@@ -9339,7 +9339,7 @@
9339
9339
  {
9340
9340
  "stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
9341
9341
  "clrName": "IsReadOnly",
9342
- "metadataToken": 385881269,
9342
+ "metadataToken": 385881271,
9343
9343
  "canonicalSignature": ":System.Boolean",
9344
9344
  "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
9345
9345
  "emitScope": "ViewOnly",
@@ -9359,7 +9359,7 @@
9359
9359
  {
9360
9360
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
9361
9361
  "clrName": "Count",
9362
- "metadataToken": 385881256,
9362
+ "metadataToken": 385881258,
9363
9363
  "canonicalSignature": ":System.Int32",
9364
9364
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
9365
9365
  "emitScope": "ViewOnly",
@@ -9379,7 +9379,7 @@
9379
9379
  {
9380
9380
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
9381
9381
  "clrName": "SyncRoot",
9382
- "metadataToken": 385881257,
9382
+ "metadataToken": 385881259,
9383
9383
  "canonicalSignature": ":System.Object",
9384
9384
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
9385
9385
  "emitScope": "ViewOnly",
@@ -9399,7 +9399,7 @@
9399
9399
  {
9400
9400
  "stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
9401
9401
  "clrName": "IsFixedSize",
9402
- "metadataToken": 385881270,
9402
+ "metadataToken": 385881272,
9403
9403
  "canonicalSignature": ":System.Boolean",
9404
9404
  "normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
9405
9405
  "emitScope": "ViewOnly",
@@ -9419,7 +9419,7 @@
9419
9419
  {
9420
9420
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
9421
9421
  "clrName": "IsSynchronized",
9422
- "metadataToken": 385881258,
9422
+ "metadataToken": 385881260,
9423
9423
  "canonicalSignature": ":System.Boolean",
9424
9424
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
9425
9425
  "emitScope": "ViewOnly",
@@ -9442,7 +9442,7 @@
9442
9442
  "constructors": [
9443
9443
  {
9444
9444
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::.ctor():void",
9445
- "metadataToken": 100668989,
9445
+ "metadataToken": 100668992,
9446
9446
  "canonicalSignature": "():void",
9447
9447
  "normalizedSignature": "constructor|():void|static=false",
9448
9448
  "isStatic": false,
@@ -9453,7 +9453,7 @@
9453
9453
  },
9454
9454
  {
9455
9455
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::.ctor(System.Security.Cryptography.X509Certificates.X509Certificate2):void",
9456
- "metadataToken": 100668990,
9456
+ "metadataToken": 100668993,
9457
9457
  "canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate2):void",
9458
9458
  "normalizedSignature": "constructor|(System.Security.Cryptography.X509Certificates.X509Certificate2):void|static=false",
9459
9459
  "isStatic": false,
@@ -9464,7 +9464,7 @@
9464
9464
  },
9465
9465
  {
9466
9466
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::.ctor(System.Security.Cryptography.X509Certificates.X509Certificate2[]):void",
9467
- "metadataToken": 100668991,
9467
+ "metadataToken": 100668994,
9468
9468
  "canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate2[]):void",
9469
9469
  "normalizedSignature": "constructor|(System.Security.Cryptography.X509Certificates.X509Certificate2[]):void|static=false",
9470
9470
  "isStatic": false,
@@ -9475,7 +9475,7 @@
9475
9475
  },
9476
9476
  {
9477
9477
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::.ctor(System.Security.Cryptography.X509Certificates.X509Certificate2Collection):void",
9478
- "metadataToken": 100668992,
9478
+ "metadataToken": 100668995,
9479
9479
  "canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate2Collection):void",
9480
9480
  "normalizedSignature": "constructor|(System.Security.Cryptography.X509Certificates.X509Certificate2Collection):void|static=false",
9481
9481
  "isStatic": false,
@@ -9522,7 +9522,7 @@
9522
9522
  {
9523
9523
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator::MoveNext():System.Boolean",
9524
9524
  "clrName": "MoveNext",
9525
- "metadataToken": 100669035,
9525
+ "metadataToken": 100669038,
9526
9526
  "canonicalSignature": "():System.Boolean",
9527
9527
  "normalizedSignature": "MoveNext|():System.Boolean|static=false",
9528
9528
  "emitScope": "ClassSurface",
@@ -9542,7 +9542,7 @@
9542
9542
  {
9543
9543
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator::Reset():System.Void",
9544
9544
  "clrName": "Reset",
9545
- "metadataToken": 100669037,
9545
+ "metadataToken": 100669040,
9546
9546
  "canonicalSignature": "():System.Void",
9547
9547
  "normalizedSignature": "Reset|():System.Void|static=false",
9548
9548
  "emitScope": "ClassSurface",
@@ -9583,7 +9583,7 @@
9583
9583
  {
9584
9584
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
9585
9585
  "clrName": "MoveNext",
9586
- "metadataToken": 100703846,
9586
+ "metadataToken": 100703851,
9587
9587
  "canonicalSignature": "():System.Boolean",
9588
9588
  "normalizedSignature": "MoveNext|():System.Boolean|static=false",
9589
9589
  "emitScope": "ViewOnly",
@@ -9604,7 +9604,7 @@
9604
9604
  {
9605
9605
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
9606
9606
  "clrName": "Reset",
9607
- "metadataToken": 100703848,
9607
+ "metadataToken": 100703853,
9608
9608
  "canonicalSignature": "():System.Void",
9609
9609
  "normalizedSignature": "Reset|():System.Void|static=false",
9610
9610
  "emitScope": "ViewOnly",
@@ -9646,7 +9646,7 @@
9646
9646
  {
9647
9647
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
9648
9648
  "clrName": "Current",
9649
- "metadataToken": 385881426,
9649
+ "metadataToken": 385881428,
9650
9650
  "canonicalSignature": ":T",
9651
9651
  "normalizedSignature": "Current|:T|static=false|accessor=get",
9652
9652
  "emitScope": "ViewOnly",
@@ -9666,7 +9666,7 @@
9666
9666
  {
9667
9667
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
9668
9668
  "clrName": "Current",
9669
- "metadataToken": 385881267,
9669
+ "metadataToken": 385881269,
9670
9670
  "canonicalSignature": ":System.Object",
9671
9671
  "normalizedSignature": "Current|:System.Object|static=false|accessor=get",
9672
9672
  "emitScope": "ViewOnly",
@@ -9721,7 +9721,7 @@
9721
9721
  {
9722
9722
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509CertificateCollection::Add(System.Security.Cryptography.X509Certificates.X509Certificate):System.Int32",
9723
9723
  "clrName": "Add",
9724
- "metadataToken": 100669045,
9724
+ "metadataToken": 100669048,
9725
9725
  "canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate):System.Int32",
9726
9726
  "normalizedSignature": "Add|(System.Security.Cryptography.X509Certificates.X509Certificate):System.Int32|static=false",
9727
9727
  "emitScope": "ClassSurface",
@@ -9741,7 +9741,7 @@
9741
9741
  {
9742
9742
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509CertificateCollection::AddRange(System.Security.Cryptography.X509Certificates.X509Certificate[]):System.Void",
9743
9743
  "clrName": "AddRange",
9744
- "metadataToken": 100669046,
9744
+ "metadataToken": 100669049,
9745
9745
  "canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate[]):System.Void",
9746
9746
  "normalizedSignature": "AddRange|(System.Security.Cryptography.X509Certificates.X509Certificate[]):System.Void|static=false",
9747
9747
  "emitScope": "ClassSurface",
@@ -9761,7 +9761,7 @@
9761
9761
  {
9762
9762
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509CertificateCollection::AddRange(System.Security.Cryptography.X509Certificates.X509CertificateCollection):System.Void",
9763
9763
  "clrName": "AddRange",
9764
- "metadataToken": 100669047,
9764
+ "metadataToken": 100669050,
9765
9765
  "canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509CertificateCollection):System.Void",
9766
9766
  "normalizedSignature": "AddRange|(System.Security.Cryptography.X509Certificates.X509CertificateCollection):System.Void|static=false",
9767
9767
  "emitScope": "ClassSurface",
@@ -9781,7 +9781,7 @@
9781
9781
  {
9782
9782
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509CertificateCollection::Contains(System.Security.Cryptography.X509Certificates.X509Certificate):System.Boolean",
9783
9783
  "clrName": "Contains",
9784
- "metadataToken": 100669048,
9784
+ "metadataToken": 100669051,
9785
9785
  "canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate):System.Boolean",
9786
9786
  "normalizedSignature": "Contains|(System.Security.Cryptography.X509Certificates.X509Certificate):System.Boolean|static=false",
9787
9787
  "emitScope": "ClassSurface",
@@ -9801,7 +9801,7 @@
9801
9801
  {
9802
9802
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509CertificateCollection::CopyTo(System.Security.Cryptography.X509Certificates.X509Certificate[],System.Int32):System.Void",
9803
9803
  "clrName": "CopyTo",
9804
- "metadataToken": 100669049,
9804
+ "metadataToken": 100669052,
9805
9805
  "canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate[],System.Int32):System.Void",
9806
9806
  "normalizedSignature": "CopyTo|(System.Security.Cryptography.X509Certificates.X509Certificate[],System.Int32):System.Void|static=false",
9807
9807
  "emitScope": "ClassSurface",
@@ -9821,7 +9821,7 @@
9821
9821
  {
9822
9822
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509CertificateCollection::GetEnumerator():System.Security.Cryptography.X509Certificates.X509CertificateCollection\u002BX509CertificateEnumerator",
9823
9823
  "clrName": "GetEnumerator",
9824
- "metadataToken": 100669050,
9824
+ "metadataToken": 100669053,
9825
9825
  "canonicalSignature": "():System.Security.Cryptography.X509Certificates.X509CertificateCollection\u002BX509CertificateEnumerator",
9826
9826
  "normalizedSignature": "GetEnumerator|():System.Security.Cryptography.X509Certificates.X509CertificateCollection\u002BX509CertificateEnumerator|static=false",
9827
9827
  "emitScope": "ClassSurface",
@@ -9841,7 +9841,7 @@
9841
9841
  {
9842
9842
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509CertificateCollection::GetHashCode():System.Int32",
9843
9843
  "clrName": "GetHashCode",
9844
- "metadataToken": 100669051,
9844
+ "metadataToken": 100669054,
9845
9845
  "canonicalSignature": "():System.Int32",
9846
9846
  "normalizedSignature": "GetHashCode|():System.Int32|static=false",
9847
9847
  "emitScope": "ClassSurface",
@@ -9861,7 +9861,7 @@
9861
9861
  {
9862
9862
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509CertificateCollection::IndexOf(System.Security.Cryptography.X509Certificates.X509Certificate):System.Int32",
9863
9863
  "clrName": "IndexOf",
9864
- "metadataToken": 100669052,
9864
+ "metadataToken": 100669055,
9865
9865
  "canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate):System.Int32",
9866
9866
  "normalizedSignature": "IndexOf|(System.Security.Cryptography.X509Certificates.X509Certificate):System.Int32|static=false",
9867
9867
  "emitScope": "ClassSurface",
@@ -9881,7 +9881,7 @@
9881
9881
  {
9882
9882
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509CertificateCollection::Insert(System.Int32,System.Security.Cryptography.X509Certificates.X509Certificate):System.Void",
9883
9883
  "clrName": "Insert",
9884
- "metadataToken": 100669053,
9884
+ "metadataToken": 100669056,
9885
9885
  "canonicalSignature": "(System.Int32,System.Security.Cryptography.X509Certificates.X509Certificate):System.Void",
9886
9886
  "normalizedSignature": "Insert|(System.Int32,System.Security.Cryptography.X509Certificates.X509Certificate):System.Void|static=false",
9887
9887
  "emitScope": "ClassSurface",
@@ -9901,7 +9901,7 @@
9901
9901
  {
9902
9902
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509CertificateCollection::Remove(System.Security.Cryptography.X509Certificates.X509Certificate):System.Void",
9903
9903
  "clrName": "Remove",
9904
- "metadataToken": 100669054,
9904
+ "metadataToken": 100669057,
9905
9905
  "canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate):System.Void",
9906
9906
  "normalizedSignature": "Remove|(System.Security.Cryptography.X509Certificates.X509Certificate):System.Void|static=false",
9907
9907
  "emitScope": "ClassSurface",
@@ -9921,7 +9921,7 @@
9921
9921
  {
9922
9922
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509CertificateCollection::OnValidate(System.Object):System.Void",
9923
9923
  "clrName": "OnValidate",
9924
- "metadataToken": 100669055,
9924
+ "metadataToken": 100669058,
9925
9925
  "canonicalSignature": "(System.Object):System.Void",
9926
9926
  "normalizedSignature": "OnValidate|(System.Object):System.Void|static=false",
9927
9927
  "emitScope": "ClassSurface",
@@ -9941,7 +9941,7 @@
9941
9941
  {
9942
9942
  "stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
9943
9943
  "clrName": "Clear",
9944
- "metadataToken": 100703856,
9944
+ "metadataToken": 100703861,
9945
9945
  "canonicalSignature": "():System.Void",
9946
9946
  "normalizedSignature": "Clear|():System.Void|static=false",
9947
9947
  "emitScope": "ViewOnly",
@@ -9962,7 +9962,7 @@
9962
9962
  {
9963
9963
  "stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
9964
9964
  "clrName": "RemoveAt",
9965
- "metadataToken": 100703862,
9965
+ "metadataToken": 100703867,
9966
9966
  "canonicalSignature": "(System.Int32):System.Void",
9967
9967
  "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
9968
9968
  "emitScope": "ViewOnly",
@@ -9983,7 +9983,7 @@
9983
9983
  {
9984
9984
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
9985
9985
  "clrName": "CopyTo",
9986
- "metadataToken": 100703826,
9986
+ "metadataToken": 100703831,
9987
9987
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
9988
9988
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
9989
9989
  "emitScope": "ViewOnly",
@@ -10004,7 +10004,7 @@
10004
10004
  {
10005
10005
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
10006
10006
  "clrName": "GetEnumerator",
10007
- "metadataToken": 100703845,
10007
+ "metadataToken": 100703850,
10008
10008
  "canonicalSignature": "():System.Collections.IEnumerator",
10009
10009
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
10010
10010
  "emitScope": "ViewOnly",
@@ -10025,7 +10025,7 @@
10025
10025
  {
10026
10026
  "stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
10027
10027
  "clrName": "Add",
10028
- "metadataToken": 100703854,
10028
+ "metadataToken": 100703859,
10029
10029
  "canonicalSignature": "(System.Object):System.Int32",
10030
10030
  "normalizedSignature": "Add|(System.Object):System.Int32|static=false",
10031
10031
  "emitScope": "ViewOnly",
@@ -10046,7 +10046,7 @@
10046
10046
  {
10047
10047
  "stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
10048
10048
  "clrName": "Contains",
10049
- "metadataToken": 100703855,
10049
+ "metadataToken": 100703860,
10050
10050
  "canonicalSignature": "(System.Object):System.Boolean",
10051
10051
  "normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
10052
10052
  "emitScope": "ViewOnly",
@@ -10067,7 +10067,7 @@
10067
10067
  {
10068
10068
  "stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
10069
10069
  "clrName": "Insert",
10070
- "metadataToken": 100703860,
10070
+ "metadataToken": 100703865,
10071
10071
  "canonicalSignature": "(System.Int32,System.Object):System.Void",
10072
10072
  "normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
10073
10073
  "emitScope": "ViewOnly",
@@ -10088,7 +10088,7 @@
10088
10088
  {
10089
10089
  "stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
10090
10090
  "clrName": "Remove",
10091
- "metadataToken": 100703861,
10091
+ "metadataToken": 100703866,
10092
10092
  "canonicalSignature": "(System.Object):System.Void",
10093
10093
  "normalizedSignature": "Remove|(System.Object):System.Void|static=false",
10094
10094
  "emitScope": "ViewOnly",
@@ -10130,7 +10130,7 @@
10130
10130
  {
10131
10131
  "stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
10132
10132
  "clrName": "IsReadOnly",
10133
- "metadataToken": 385881269,
10133
+ "metadataToken": 385881271,
10134
10134
  "canonicalSignature": ":System.Boolean",
10135
10135
  "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
10136
10136
  "emitScope": "ViewOnly",
@@ -10150,7 +10150,7 @@
10150
10150
  {
10151
10151
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
10152
10152
  "clrName": "Count",
10153
- "metadataToken": 385881256,
10153
+ "metadataToken": 385881258,
10154
10154
  "canonicalSignature": ":System.Int32",
10155
10155
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
10156
10156
  "emitScope": "ViewOnly",
@@ -10170,7 +10170,7 @@
10170
10170
  {
10171
10171
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
10172
10172
  "clrName": "SyncRoot",
10173
- "metadataToken": 385881257,
10173
+ "metadataToken": 385881259,
10174
10174
  "canonicalSignature": ":System.Object",
10175
10175
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
10176
10176
  "emitScope": "ViewOnly",
@@ -10190,7 +10190,7 @@
10190
10190
  {
10191
10191
  "stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
10192
10192
  "clrName": "IsFixedSize",
10193
- "metadataToken": 385881270,
10193
+ "metadataToken": 385881272,
10194
10194
  "canonicalSignature": ":System.Boolean",
10195
10195
  "normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
10196
10196
  "emitScope": "ViewOnly",
@@ -10210,7 +10210,7 @@
10210
10210
  {
10211
10211
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
10212
10212
  "clrName": "IsSynchronized",
10213
- "metadataToken": 385881258,
10213
+ "metadataToken": 385881260,
10214
10214
  "canonicalSignature": ":System.Boolean",
10215
10215
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
10216
10216
  "emitScope": "ViewOnly",
@@ -10233,7 +10233,7 @@
10233
10233
  "constructors": [
10234
10234
  {
10235
10235
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509CertificateCollection::.ctor():void",
10236
- "metadataToken": 100669040,
10236
+ "metadataToken": 100669043,
10237
10237
  "canonicalSignature": "():void",
10238
10238
  "normalizedSignature": "constructor|():void|static=false",
10239
10239
  "isStatic": false,
@@ -10244,7 +10244,7 @@
10244
10244
  },
10245
10245
  {
10246
10246
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509CertificateCollection::.ctor(System.Security.Cryptography.X509Certificates.X509Certificate[]):void",
10247
- "metadataToken": 100669041,
10247
+ "metadataToken": 100669044,
10248
10248
  "canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate[]):void",
10249
10249
  "normalizedSignature": "constructor|(System.Security.Cryptography.X509Certificates.X509Certificate[]):void|static=false",
10250
10250
  "isStatic": false,
@@ -10255,7 +10255,7 @@
10255
10255
  },
10256
10256
  {
10257
10257
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509CertificateCollection::.ctor(System.Security.Cryptography.X509Certificates.X509CertificateCollection):void",
10258
- "metadataToken": 100669042,
10258
+ "metadataToken": 100669045,
10259
10259
  "canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509CertificateCollection):void",
10260
10260
  "normalizedSignature": "constructor|(System.Security.Cryptography.X509Certificates.X509CertificateCollection):void|static=false",
10261
10261
  "isStatic": false,
@@ -10291,7 +10291,7 @@
10291
10291
  {
10292
10292
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509CertificateCollection\u002BX509CertificateEnumerator::MoveNext():System.Boolean",
10293
10293
  "clrName": "MoveNext",
10294
- "metadataToken": 100669059,
10294
+ "metadataToken": 100669062,
10295
10295
  "canonicalSignature": "():System.Boolean",
10296
10296
  "normalizedSignature": "MoveNext|():System.Boolean|static=false",
10297
10297
  "emitScope": "ClassSurface",
@@ -10311,7 +10311,7 @@
10311
10311
  {
10312
10312
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509CertificateCollection\u002BX509CertificateEnumerator::Reset():System.Void",
10313
10313
  "clrName": "Reset",
10314
- "metadataToken": 100669061,
10314
+ "metadataToken": 100669064,
10315
10315
  "canonicalSignature": "():System.Void",
10316
10316
  "normalizedSignature": "Reset|():System.Void|static=false",
10317
10317
  "emitScope": "ClassSurface",
@@ -10355,7 +10355,7 @@
10355
10355
  "constructors": [
10356
10356
  {
10357
10357
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509CertificateCollection\u002BX509CertificateEnumerator::.ctor(System.Security.Cryptography.X509Certificates.X509CertificateCollection):void",
10358
- "metadataToken": 100669056,
10358
+ "metadataToken": 100669059,
10359
10359
  "canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509CertificateCollection):void",
10360
10360
  "normalizedSignature": "constructor|(System.Security.Cryptography.X509Certificates.X509CertificateCollection):void|static=false",
10361
10361
  "isStatic": false,
@@ -10391,7 +10391,7 @@
10391
10391
  {
10392
10392
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Chain::Create():System.Security.Cryptography.X509Certificates.X509Chain",
10393
10393
  "clrName": "Create",
10394
- "metadataToken": 100669066,
10394
+ "metadataToken": 100669069,
10395
10395
  "canonicalSignature": "():System.Security.Cryptography.X509Certificates.X509Chain",
10396
10396
  "normalizedSignature": "Create|():System.Security.Cryptography.X509Certificates.X509Chain|static=true",
10397
10397
  "emitScope": "ClassSurface",
@@ -10411,7 +10411,7 @@
10411
10411
  {
10412
10412
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Chain::Build(System.Security.Cryptography.X509Certificates.X509Certificate2):System.Boolean",
10413
10413
  "clrName": "Build",
10414
- "metadataToken": 100669073,
10414
+ "metadataToken": 100669076,
10415
10415
  "canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate2):System.Boolean",
10416
10416
  "normalizedSignature": "Build|(System.Security.Cryptography.X509Certificates.X509Certificate2):System.Boolean|static=false",
10417
10417
  "emitScope": "ClassSurface",
@@ -10431,7 +10431,7 @@
10431
10431
  {
10432
10432
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Chain::Dispose():System.Void",
10433
10433
  "clrName": "Dispose",
10434
- "metadataToken": 100669075,
10434
+ "metadataToken": 100669078,
10435
10435
  "canonicalSignature": "():System.Void",
10436
10436
  "normalizedSignature": "Dispose|():System.Void|static=false",
10437
10437
  "emitScope": "ClassSurface",
@@ -10451,7 +10451,7 @@
10451
10451
  {
10452
10452
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Chain::Dispose(System.Boolean):System.Void",
10453
10453
  "clrName": "Dispose",
10454
- "metadataToken": 100669076,
10454
+ "metadataToken": 100669079,
10455
10455
  "canonicalSignature": "(System.Boolean):System.Void",
10456
10456
  "normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
10457
10457
  "emitScope": "ClassSurface",
@@ -10471,7 +10471,7 @@
10471
10471
  {
10472
10472
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Chain::Reset():System.Void",
10473
10473
  "clrName": "Reset",
10474
- "metadataToken": 100669077,
10474
+ "metadataToken": 100669080,
10475
10475
  "canonicalSignature": "():System.Void",
10476
10476
  "normalizedSignature": "Reset|():System.Void|static=false",
10477
10477
  "emitScope": "ClassSurface",
@@ -10612,7 +10612,7 @@
10612
10612
  "constructors": [
10613
10613
  {
10614
10614
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Chain::.ctor():void",
10615
- "metadataToken": 100669063,
10615
+ "metadataToken": 100669066,
10616
10616
  "canonicalSignature": "():void",
10617
10617
  "normalizedSignature": "constructor|():void|static=false",
10618
10618
  "isStatic": false,
@@ -10623,7 +10623,7 @@
10623
10623
  },
10624
10624
  {
10625
10625
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Chain::.ctor(System.Boolean):void",
10626
- "metadataToken": 100669064,
10626
+ "metadataToken": 100669067,
10627
10627
  "canonicalSignature": "(System.Boolean):void",
10628
10628
  "normalizedSignature": "constructor|(System.Boolean):void|static=false",
10629
10629
  "isStatic": false,
@@ -10634,7 +10634,7 @@
10634
10634
  },
10635
10635
  {
10636
10636
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Chain::.ctor(System.IntPtr):void",
10637
- "metadataToken": 100669065,
10637
+ "metadataToken": 100669068,
10638
10638
  "canonicalSignature": "(System.IntPtr):void",
10639
10639
  "normalizedSignature": "constructor|(System.IntPtr):void|static=false",
10640
10640
  "isStatic": false,
@@ -10760,7 +10760,7 @@
10760
10760
  {
10761
10761
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainElementCollection::CopyTo(System.Security.Cryptography.X509Certificates.X509ChainElement[],System.Int32):System.Void",
10762
10762
  "clrName": "CopyTo",
10763
- "metadataToken": 100669088,
10763
+ "metadataToken": 100669091,
10764
10764
  "canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509ChainElement[],System.Int32):System.Void",
10765
10765
  "normalizedSignature": "CopyTo|(System.Security.Cryptography.X509Certificates.X509ChainElement[],System.Int32):System.Void|static=false",
10766
10766
  "emitScope": "ClassSurface",
@@ -10780,7 +10780,7 @@
10780
10780
  {
10781
10781
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainElementCollection::GetEnumerator():System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator",
10782
10782
  "clrName": "GetEnumerator",
10783
- "metadataToken": 100669090,
10783
+ "metadataToken": 100669093,
10784
10784
  "canonicalSignature": "():System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator",
10785
10785
  "normalizedSignature": "GetEnumerator|():System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator|static=false",
10786
10786
  "emitScope": "ClassSurface",
@@ -10800,7 +10800,7 @@
10800
10800
  {
10801
10801
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
10802
10802
  "clrName": "CopyTo",
10803
- "metadataToken": 100703826,
10803
+ "metadataToken": 100703831,
10804
10804
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
10805
10805
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
10806
10806
  "emitScope": "ViewOnly",
@@ -10821,7 +10821,7 @@
10821
10821
  {
10822
10822
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
10823
10823
  "clrName": "GetEnumerator",
10824
- "metadataToken": 100703845,
10824
+ "metadataToken": 100703850,
10825
10825
  "canonicalSignature": "():System.Collections.IEnumerator",
10826
10826
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
10827
10827
  "emitScope": "ViewOnly",
@@ -10842,7 +10842,7 @@
10842
10842
  {
10843
10843
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
10844
10844
  "clrName": "GetEnumerator",
10845
- "metadataToken": 100704560,
10845
+ "metadataToken": 100704565,
10846
10846
  "canonicalSignature": "():IEnumerator_1",
10847
10847
  "normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
10848
10848
  "emitScope": "ViewOnly",
@@ -10941,7 +10941,7 @@
10941
10941
  {
10942
10942
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
10943
10943
  "clrName": "Count",
10944
- "metadataToken": 385881256,
10944
+ "metadataToken": 385881258,
10945
10945
  "canonicalSignature": ":System.Int32",
10946
10946
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
10947
10947
  "emitScope": "ViewOnly",
@@ -10961,7 +10961,7 @@
10961
10961
  {
10962
10962
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
10963
10963
  "clrName": "SyncRoot",
10964
- "metadataToken": 385881257,
10964
+ "metadataToken": 385881259,
10965
10965
  "canonicalSignature": ":System.Object",
10966
10966
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
10967
10967
  "emitScope": "ViewOnly",
@@ -10981,7 +10981,7 @@
10981
10981
  {
10982
10982
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
10983
10983
  "clrName": "IsSynchronized",
10984
- "metadataToken": 385881258,
10984
+ "metadataToken": 385881260,
10985
10985
  "canonicalSignature": ":System.Boolean",
10986
10986
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
10987
10987
  "emitScope": "ViewOnly",
@@ -11039,7 +11039,7 @@
11039
11039
  {
11040
11040
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator::MoveNext():System.Boolean",
11041
11041
  "clrName": "MoveNext",
11042
- "metadataToken": 100669097,
11042
+ "metadataToken": 100669100,
11043
11043
  "canonicalSignature": "():System.Boolean",
11044
11044
  "normalizedSignature": "MoveNext|():System.Boolean|static=false",
11045
11045
  "emitScope": "ClassSurface",
@@ -11059,7 +11059,7 @@
11059
11059
  {
11060
11060
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator::Reset():System.Void",
11061
11061
  "clrName": "Reset",
11062
- "metadataToken": 100669098,
11062
+ "metadataToken": 100669101,
11063
11063
  "canonicalSignature": "():System.Void",
11064
11064
  "normalizedSignature": "Reset|():System.Void|static=false",
11065
11065
  "emitScope": "ClassSurface",
@@ -11100,7 +11100,7 @@
11100
11100
  {
11101
11101
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
11102
11102
  "clrName": "MoveNext",
11103
- "metadataToken": 100703846,
11103
+ "metadataToken": 100703851,
11104
11104
  "canonicalSignature": "():System.Boolean",
11105
11105
  "normalizedSignature": "MoveNext|():System.Boolean|static=false",
11106
11106
  "emitScope": "ViewOnly",
@@ -11121,7 +11121,7 @@
11121
11121
  {
11122
11122
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
11123
11123
  "clrName": "Reset",
11124
- "metadataToken": 100703848,
11124
+ "metadataToken": 100703853,
11125
11125
  "canonicalSignature": "():System.Void",
11126
11126
  "normalizedSignature": "Reset|():System.Void|static=false",
11127
11127
  "emitScope": "ViewOnly",
@@ -11163,7 +11163,7 @@
11163
11163
  {
11164
11164
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
11165
11165
  "clrName": "Current",
11166
- "metadataToken": 385881426,
11166
+ "metadataToken": 385881428,
11167
11167
  "canonicalSignature": ":T",
11168
11168
  "normalizedSignature": "Current|:T|static=false|accessor=get",
11169
11169
  "emitScope": "ViewOnly",
@@ -11183,7 +11183,7 @@
11183
11183
  {
11184
11184
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
11185
11185
  "clrName": "Current",
11186
- "metadataToken": 385881267,
11186
+ "metadataToken": 385881269,
11187
11187
  "canonicalSignature": ":System.Object",
11188
11188
  "normalizedSignature": "Current|:System.Object|static=false|accessor=get",
11189
11189
  "emitScope": "ViewOnly",
@@ -11224,7 +11224,7 @@
11224
11224
  {
11225
11225
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainPolicy::Reset():System.Void",
11226
11226
  "clrName": "Reset",
11227
- "metadataToken": 100669120,
11227
+ "metadataToken": 100669123,
11228
11228
  "canonicalSignature": "():System.Void",
11229
11229
  "normalizedSignature": "Reset|():System.Void|static=false",
11230
11230
  "emitScope": "ClassSurface",
@@ -11244,7 +11244,7 @@
11244
11244
  {
11245
11245
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainPolicy::Clone():System.Security.Cryptography.X509Certificates.X509ChainPolicy",
11246
11246
  "clrName": "Clone",
11247
- "metadataToken": 100669121,
11247
+ "metadataToken": 100669124,
11248
11248
  "canonicalSignature": "():System.Security.Cryptography.X509Certificates.X509ChainPolicy",
11249
11249
  "normalizedSignature": "Clone|():System.Security.Cryptography.X509Certificates.X509ChainPolicy|static=false",
11250
11250
  "emitScope": "ClassSurface",
@@ -11497,7 +11497,7 @@
11497
11497
  "constructors": [
11498
11498
  {
11499
11499
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ChainPolicy::.ctor():void",
11500
- "metadataToken": 100669099,
11500
+ "metadataToken": 100669102,
11501
11501
  "canonicalSignature": "():void",
11502
11502
  "normalizedSignature": "constructor|():void|static=false",
11503
11503
  "isStatic": false,
@@ -11527,7 +11527,7 @@
11527
11527
  {
11528
11528
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension::CopyFrom(System.Security.Cryptography.AsnEncodedData):System.Void",
11529
11529
  "clrName": "CopyFrom",
11530
- "metadataToken": 100669130,
11530
+ "metadataToken": 100669133,
11531
11531
  "canonicalSignature": "(System.Security.Cryptography.AsnEncodedData):System.Void",
11532
11532
  "normalizedSignature": "CopyFrom|(System.Security.Cryptography.AsnEncodedData):System.Void|static=false",
11533
11533
  "emitScope": "ClassSurface",
@@ -11571,7 +11571,7 @@
11571
11571
  "constructors": [
11572
11572
  {
11573
11573
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension::.ctor():void",
11574
- "metadataToken": 100669126,
11574
+ "metadataToken": 100669129,
11575
11575
  "canonicalSignature": "():void",
11576
11576
  "normalizedSignature": "constructor|():void|static=false",
11577
11577
  "isStatic": false,
@@ -11582,7 +11582,7 @@
11582
11582
  },
11583
11583
  {
11584
11584
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension::.ctor(System.Security.Cryptography.AsnEncodedData,System.Boolean):void",
11585
- "metadataToken": 100669127,
11585
+ "metadataToken": 100669130,
11586
11586
  "canonicalSignature": "(System.Security.Cryptography.AsnEncodedData,System.Boolean):void",
11587
11587
  "normalizedSignature": "constructor|(System.Security.Cryptography.AsnEncodedData,System.Boolean):void|static=false",
11588
11588
  "isStatic": false,
@@ -11593,7 +11593,7 @@
11593
11593
  },
11594
11594
  {
11595
11595
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension::.ctor(System.Security.Cryptography.OidCollection,System.Boolean):void",
11596
- "metadataToken": 100669128,
11596
+ "metadataToken": 100669131,
11597
11597
  "canonicalSignature": "(System.Security.Cryptography.OidCollection,System.Boolean):void",
11598
11598
  "normalizedSignature": "constructor|(System.Security.Cryptography.OidCollection,System.Boolean):void|static=false",
11599
11599
  "isStatic": false,
@@ -11623,7 +11623,7 @@
11623
11623
  {
11624
11624
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Extension::CopyFrom(System.Security.Cryptography.AsnEncodedData):System.Void",
11625
11625
  "clrName": "CopyFrom",
11626
- "metadataToken": 100669142,
11626
+ "metadataToken": 100669145,
11627
11627
  "canonicalSignature": "(System.Security.Cryptography.AsnEncodedData):System.Void",
11628
11628
  "normalizedSignature": "CopyFrom|(System.Security.Cryptography.AsnEncodedData):System.Void|static=false",
11629
11629
  "emitScope": "ClassSurface",
@@ -11667,7 +11667,7 @@
11667
11667
  "constructors": [
11668
11668
  {
11669
11669
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Extension::.ctor():void",
11670
- "metadataToken": 100669133,
11670
+ "metadataToken": 100669136,
11671
11671
  "canonicalSignature": "():void",
11672
11672
  "normalizedSignature": "constructor|():void|static=false",
11673
11673
  "isStatic": false,
@@ -11678,7 +11678,7 @@
11678
11678
  },
11679
11679
  {
11680
11680
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Extension::.ctor(System.Security.Cryptography.AsnEncodedData,System.Boolean):void",
11681
- "metadataToken": 100669134,
11681
+ "metadataToken": 100669137,
11682
11682
  "canonicalSignature": "(System.Security.Cryptography.AsnEncodedData,System.Boolean):void",
11683
11683
  "normalizedSignature": "constructor|(System.Security.Cryptography.AsnEncodedData,System.Boolean):void|static=false",
11684
11684
  "isStatic": false,
@@ -11689,7 +11689,7 @@
11689
11689
  },
11690
11690
  {
11691
11691
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Extension::.ctor(System.Security.Cryptography.Oid,System.Byte[],System.Boolean):void",
11692
- "metadataToken": 100669135,
11692
+ "metadataToken": 100669138,
11693
11693
  "canonicalSignature": "(System.Security.Cryptography.Oid,System.Byte[],System.Boolean):void",
11694
11694
  "normalizedSignature": "constructor|(System.Security.Cryptography.Oid,System.Byte[],System.Boolean):void|static=false",
11695
11695
  "isStatic": false,
@@ -11700,7 +11700,7 @@
11700
11700
  },
11701
11701
  {
11702
11702
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Extension::.ctor(System.Security.Cryptography.Oid,System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):void",
11703
- "metadataToken": 100669136,
11703
+ "metadataToken": 100669139,
11704
11704
  "canonicalSignature": "(System.Security.Cryptography.Oid,System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):void",
11705
11705
  "normalizedSignature": "constructor|(System.Security.Cryptography.Oid,System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):void|static=false",
11706
11706
  "isStatic": false,
@@ -11711,7 +11711,7 @@
11711
11711
  },
11712
11712
  {
11713
11713
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Extension::.ctor(System.String,System.Byte[],System.Boolean):void",
11714
- "metadataToken": 100669137,
11714
+ "metadataToken": 100669140,
11715
11715
  "canonicalSignature": "(System.String,System.Byte[],System.Boolean):void",
11716
11716
  "normalizedSignature": "constructor|(System.String,System.Byte[],System.Boolean):void|static=false",
11717
11717
  "isStatic": false,
@@ -11722,7 +11722,7 @@
11722
11722
  },
11723
11723
  {
11724
11724
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Extension::.ctor(System.String,System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):void",
11725
- "metadataToken": 100669138,
11725
+ "metadataToken": 100669141,
11726
11726
  "canonicalSignature": "(System.String,System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):void",
11727
11727
  "normalizedSignature": "constructor|(System.String,System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):void|static=false",
11728
11728
  "isStatic": false,
@@ -11769,7 +11769,7 @@
11769
11769
  {
11770
11770
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ExtensionCollection::Add(System.Security.Cryptography.X509Certificates.X509Extension):System.Int32",
11771
11771
  "clrName": "Add",
11772
- "metadataToken": 100669150,
11772
+ "metadataToken": 100669153,
11773
11773
  "canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Extension):System.Int32",
11774
11774
  "normalizedSignature": "Add|(System.Security.Cryptography.X509Certificates.X509Extension):System.Int32|static=false",
11775
11775
  "emitScope": "ClassSurface",
@@ -11789,7 +11789,7 @@
11789
11789
  {
11790
11790
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ExtensionCollection::CopyTo(System.Security.Cryptography.X509Certificates.X509Extension[],System.Int32):System.Void",
11791
11791
  "clrName": "CopyTo",
11792
- "metadataToken": 100669151,
11792
+ "metadataToken": 100669154,
11793
11793
  "canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Extension[],System.Int32):System.Void",
11794
11794
  "normalizedSignature": "CopyTo|(System.Security.Cryptography.X509Certificates.X509Extension[],System.Int32):System.Void|static=false",
11795
11795
  "emitScope": "ClassSurface",
@@ -11809,7 +11809,7 @@
11809
11809
  {
11810
11810
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ExtensionCollection::GetEnumerator():System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator",
11811
11811
  "clrName": "GetEnumerator",
11812
- "metadataToken": 100669153,
11812
+ "metadataToken": 100669156,
11813
11813
  "canonicalSignature": "():System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator",
11814
11814
  "normalizedSignature": "GetEnumerator|():System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator|static=false",
11815
11815
  "emitScope": "ClassSurface",
@@ -11829,7 +11829,7 @@
11829
11829
  {
11830
11830
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
11831
11831
  "clrName": "CopyTo",
11832
- "metadataToken": 100703826,
11832
+ "metadataToken": 100703831,
11833
11833
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
11834
11834
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
11835
11835
  "emitScope": "ViewOnly",
@@ -11850,7 +11850,7 @@
11850
11850
  {
11851
11851
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
11852
11852
  "clrName": "GetEnumerator",
11853
- "metadataToken": 100703845,
11853
+ "metadataToken": 100703850,
11854
11854
  "canonicalSignature": "():System.Collections.IEnumerator",
11855
11855
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
11856
11856
  "emitScope": "ViewOnly",
@@ -11871,7 +11871,7 @@
11871
11871
  {
11872
11872
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
11873
11873
  "clrName": "GetEnumerator",
11874
- "metadataToken": 100704560,
11874
+ "metadataToken": 100704565,
11875
11875
  "canonicalSignature": "():IEnumerator_1",
11876
11876
  "normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
11877
11877
  "emitScope": "ViewOnly",
@@ -11991,7 +11991,7 @@
11991
11991
  {
11992
11992
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
11993
11993
  "clrName": "Count",
11994
- "metadataToken": 385881256,
11994
+ "metadataToken": 385881258,
11995
11995
  "canonicalSignature": ":System.Int32",
11996
11996
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
11997
11997
  "emitScope": "ViewOnly",
@@ -12011,7 +12011,7 @@
12011
12011
  {
12012
12012
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
12013
12013
  "clrName": "SyncRoot",
12014
- "metadataToken": 385881257,
12014
+ "metadataToken": 385881259,
12015
12015
  "canonicalSignature": ":System.Object",
12016
12016
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
12017
12017
  "emitScope": "ViewOnly",
@@ -12031,7 +12031,7 @@
12031
12031
  {
12032
12032
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
12033
12033
  "clrName": "IsSynchronized",
12034
- "metadataToken": 385881258,
12034
+ "metadataToken": 385881260,
12035
12035
  "canonicalSignature": ":System.Boolean",
12036
12036
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
12037
12037
  "emitScope": "ViewOnly",
@@ -12054,7 +12054,7 @@
12054
12054
  "constructors": [
12055
12055
  {
12056
12056
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ExtensionCollection::.ctor():void",
12057
- "metadataToken": 100669144,
12057
+ "metadataToken": 100669147,
12058
12058
  "canonicalSignature": "():void",
12059
12059
  "normalizedSignature": "constructor|():void|static=false",
12060
12060
  "isStatic": false,
@@ -12101,7 +12101,7 @@
12101
12101
  {
12102
12102
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator::MoveNext():System.Boolean",
12103
12103
  "clrName": "MoveNext",
12104
- "metadataToken": 100669159,
12104
+ "metadataToken": 100669162,
12105
12105
  "canonicalSignature": "():System.Boolean",
12106
12106
  "normalizedSignature": "MoveNext|():System.Boolean|static=false",
12107
12107
  "emitScope": "ClassSurface",
@@ -12121,7 +12121,7 @@
12121
12121
  {
12122
12122
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator::Reset():System.Void",
12123
12123
  "clrName": "Reset",
12124
- "metadataToken": 100669160,
12124
+ "metadataToken": 100669163,
12125
12125
  "canonicalSignature": "():System.Void",
12126
12126
  "normalizedSignature": "Reset|():System.Void|static=false",
12127
12127
  "emitScope": "ClassSurface",
@@ -12162,7 +12162,7 @@
12162
12162
  {
12163
12163
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
12164
12164
  "clrName": "MoveNext",
12165
- "metadataToken": 100703846,
12165
+ "metadataToken": 100703851,
12166
12166
  "canonicalSignature": "():System.Boolean",
12167
12167
  "normalizedSignature": "MoveNext|():System.Boolean|static=false",
12168
12168
  "emitScope": "ViewOnly",
@@ -12183,7 +12183,7 @@
12183
12183
  {
12184
12184
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
12185
12185
  "clrName": "Reset",
12186
- "metadataToken": 100703848,
12186
+ "metadataToken": 100703853,
12187
12187
  "canonicalSignature": "():System.Void",
12188
12188
  "normalizedSignature": "Reset|():System.Void|static=false",
12189
12189
  "emitScope": "ViewOnly",
@@ -12225,7 +12225,7 @@
12225
12225
  {
12226
12226
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
12227
12227
  "clrName": "Current",
12228
- "metadataToken": 385881426,
12228
+ "metadataToken": 385881428,
12229
12229
  "canonicalSignature": ":T",
12230
12230
  "normalizedSignature": "Current|:T|static=false|accessor=get",
12231
12231
  "emitScope": "ViewOnly",
@@ -12245,7 +12245,7 @@
12245
12245
  {
12246
12246
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
12247
12247
  "clrName": "Current",
12248
- "metadataToken": 385881267,
12248
+ "metadataToken": 385881269,
12249
12249
  "canonicalSignature": ":System.Object",
12250
12250
  "normalizedSignature": "Current|:System.Object|static=false|accessor=get",
12251
12251
  "emitScope": "ViewOnly",
@@ -12286,7 +12286,7 @@
12286
12286
  {
12287
12287
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::CopyFrom(System.Security.Cryptography.AsnEncodedData):System.Void",
12288
12288
  "clrName": "CopyFrom",
12289
- "metadataToken": 100669166,
12289
+ "metadataToken": 100669169,
12290
12290
  "canonicalSignature": "(System.Security.Cryptography.AsnEncodedData):System.Void",
12291
12291
  "normalizedSignature": "CopyFrom|(System.Security.Cryptography.AsnEncodedData):System.Void|static=false",
12292
12292
  "emitScope": "ClassSurface",
@@ -12330,7 +12330,7 @@
12330
12330
  "constructors": [
12331
12331
  {
12332
12332
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::.ctor():void",
12333
- "metadataToken": 100669162,
12333
+ "metadataToken": 100669165,
12334
12334
  "canonicalSignature": "():void",
12335
12335
  "normalizedSignature": "constructor|():void|static=false",
12336
12336
  "isStatic": false,
@@ -12341,7 +12341,7 @@
12341
12341
  },
12342
12342
  {
12343
12343
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::.ctor(System.Security.Cryptography.AsnEncodedData,System.Boolean):void",
12344
- "metadataToken": 100669163,
12344
+ "metadataToken": 100669166,
12345
12345
  "canonicalSignature": "(System.Security.Cryptography.AsnEncodedData,System.Boolean):void",
12346
12346
  "normalizedSignature": "constructor|(System.Security.Cryptography.AsnEncodedData,System.Boolean):void|static=false",
12347
12347
  "isStatic": false,
@@ -12352,7 +12352,7 @@
12352
12352
  },
12353
12353
  {
12354
12354
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::.ctor(System.Security.Cryptography.X509Certificates.X509KeyUsageFlags,System.Boolean):void",
12355
- "metadataToken": 100669164,
12355
+ "metadataToken": 100669167,
12356
12356
  "canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509KeyUsageFlags,System.Boolean):void",
12357
12357
  "normalizedSignature": "constructor|(System.Security.Cryptography.X509Certificates.X509KeyUsageFlags,System.Boolean):void|static=false",
12358
12358
  "isStatic": false,
@@ -12382,7 +12382,7 @@
12382
12382
  {
12383
12383
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SignatureGenerator::GetSignatureAlgorithmIdentifier(System.Security.Cryptography.HashAlgorithmName):System.Byte[]",
12384
12384
  "clrName": "GetSignatureAlgorithmIdentifier",
12385
- "metadataToken": 100669174,
12385
+ "metadataToken": 100669177,
12386
12386
  "canonicalSignature": "(System.Security.Cryptography.HashAlgorithmName):System.Byte[]",
12387
12387
  "normalizedSignature": "GetSignatureAlgorithmIdentifier|(System.Security.Cryptography.HashAlgorithmName):System.Byte[]|static=false",
12388
12388
  "emitScope": "ClassSurface",
@@ -12402,7 +12402,7 @@
12402
12402
  {
12403
12403
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SignatureGenerator::SignData(System.Byte[],System.Security.Cryptography.HashAlgorithmName):System.Byte[]",
12404
12404
  "clrName": "SignData",
12405
- "metadataToken": 100669175,
12405
+ "metadataToken": 100669178,
12406
12406
  "canonicalSignature": "(System.Byte[],System.Security.Cryptography.HashAlgorithmName):System.Byte[]",
12407
12407
  "normalizedSignature": "SignData|(System.Byte[],System.Security.Cryptography.HashAlgorithmName):System.Byte[]|static=false",
12408
12408
  "emitScope": "ClassSurface",
@@ -12422,7 +12422,7 @@
12422
12422
  {
12423
12423
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SignatureGenerator::BuildPublicKey():System.Security.Cryptography.X509Certificates.PublicKey",
12424
12424
  "clrName": "BuildPublicKey",
12425
- "metadataToken": 100669176,
12425
+ "metadataToken": 100669179,
12426
12426
  "canonicalSignature": "():System.Security.Cryptography.X509Certificates.PublicKey",
12427
12427
  "normalizedSignature": "BuildPublicKey|():System.Security.Cryptography.X509Certificates.PublicKey|static=false",
12428
12428
  "emitScope": "ClassSurface",
@@ -12442,7 +12442,7 @@
12442
12442
  {
12443
12443
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SignatureGenerator::CreateForECDsa(System.Security.Cryptography.ECDsa):System.Security.Cryptography.X509Certificates.X509SignatureGenerator",
12444
12444
  "clrName": "CreateForECDsa",
12445
- "metadataToken": 100669177,
12445
+ "metadataToken": 100669180,
12446
12446
  "canonicalSignature": "(System.Security.Cryptography.ECDsa):System.Security.Cryptography.X509Certificates.X509SignatureGenerator",
12447
12447
  "normalizedSignature": "CreateForECDsa|(System.Security.Cryptography.ECDsa):System.Security.Cryptography.X509Certificates.X509SignatureGenerator|static=true",
12448
12448
  "emitScope": "ClassSurface",
@@ -12462,7 +12462,7 @@
12462
12462
  {
12463
12463
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SignatureGenerator::CreateForRSA(System.Security.Cryptography.RSA,System.Security.Cryptography.RSASignaturePadding):System.Security.Cryptography.X509Certificates.X509SignatureGenerator",
12464
12464
  "clrName": "CreateForRSA",
12465
- "metadataToken": 100669178,
12465
+ "metadataToken": 100669181,
12466
12466
  "canonicalSignature": "(System.Security.Cryptography.RSA,System.Security.Cryptography.RSASignaturePadding):System.Security.Cryptography.X509Certificates.X509SignatureGenerator",
12467
12467
  "normalizedSignature": "CreateForRSA|(System.Security.Cryptography.RSA,System.Security.Cryptography.RSASignaturePadding):System.Security.Cryptography.X509Certificates.X509SignatureGenerator|static=true",
12468
12468
  "emitScope": "ClassSurface",
@@ -12482,7 +12482,7 @@
12482
12482
  {
12483
12483
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SignatureGenerator::CreateForMLDsa(System.Security.Cryptography.MLDsa):System.Security.Cryptography.X509Certificates.X509SignatureGenerator",
12484
12484
  "clrName": "CreateForMLDsa",
12485
- "metadataToken": 100669179,
12485
+ "metadataToken": 100669182,
12486
12486
  "canonicalSignature": "(System.Security.Cryptography.MLDsa):System.Security.Cryptography.X509Certificates.X509SignatureGenerator",
12487
12487
  "normalizedSignature": "CreateForMLDsa|(System.Security.Cryptography.MLDsa):System.Security.Cryptography.X509Certificates.X509SignatureGenerator|static=true",
12488
12488
  "emitScope": "ClassSurface",
@@ -12502,7 +12502,7 @@
12502
12502
  {
12503
12503
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SignatureGenerator::CreateForSlhDsa(System.Security.Cryptography.SlhDsa):System.Security.Cryptography.X509Certificates.X509SignatureGenerator",
12504
12504
  "clrName": "CreateForSlhDsa",
12505
- "metadataToken": 100669180,
12505
+ "metadataToken": 100669183,
12506
12506
  "canonicalSignature": "(System.Security.Cryptography.SlhDsa):System.Security.Cryptography.X509Certificates.X509SignatureGenerator",
12507
12507
  "normalizedSignature": "CreateForSlhDsa|(System.Security.Cryptography.SlhDsa):System.Security.Cryptography.X509Certificates.X509SignatureGenerator|static=true",
12508
12508
  "emitScope": "ClassSurface",
@@ -12522,7 +12522,7 @@
12522
12522
  {
12523
12523
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SignatureGenerator::CreateForCompositeMLDsa(System.Security.Cryptography.CompositeMLDsa):System.Security.Cryptography.X509Certificates.X509SignatureGenerator",
12524
12524
  "clrName": "CreateForCompositeMLDsa",
12525
- "metadataToken": 100669181,
12525
+ "metadataToken": 100669184,
12526
12526
  "canonicalSignature": "(System.Security.Cryptography.CompositeMLDsa):System.Security.Cryptography.X509Certificates.X509SignatureGenerator",
12527
12527
  "normalizedSignature": "CreateForCompositeMLDsa|(System.Security.Cryptography.CompositeMLDsa):System.Security.Cryptography.X509Certificates.X509SignatureGenerator|static=true",
12528
12528
  "emitScope": "ClassSurface",
@@ -12566,7 +12566,7 @@
12566
12566
  "constructors": [
12567
12567
  {
12568
12568
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SignatureGenerator::.ctor():void",
12569
- "metadataToken": 100669182,
12569
+ "metadataToken": 100669185,
12570
12570
  "canonicalSignature": "():void",
12571
12571
  "normalizedSignature": "constructor|():void|static=false",
12572
12572
  "isStatic": false,
@@ -12602,7 +12602,7 @@
12602
12602
  {
12603
12603
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Store::Open(System.Security.Cryptography.X509Certificates.OpenFlags):System.Void",
12604
12604
  "clrName": "Open",
12605
- "metadataToken": 100669195,
12605
+ "metadataToken": 100669198,
12606
12606
  "canonicalSignature": "(System.Security.Cryptography.X509Certificates.OpenFlags):System.Void",
12607
12607
  "normalizedSignature": "Open|(System.Security.Cryptography.X509Certificates.OpenFlags):System.Void|static=false",
12608
12608
  "emitScope": "ClassSurface",
@@ -12622,7 +12622,7 @@
12622
12622
  {
12623
12623
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Store::Add(System.Security.Cryptography.X509Certificates.X509Certificate2):System.Void",
12624
12624
  "clrName": "Add",
12625
- "metadataToken": 100669198,
12625
+ "metadataToken": 100669201,
12626
12626
  "canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate2):System.Void",
12627
12627
  "normalizedSignature": "Add|(System.Security.Cryptography.X509Certificates.X509Certificate2):System.Void|static=false",
12628
12628
  "emitScope": "ClassSurface",
@@ -12642,7 +12642,7 @@
12642
12642
  {
12643
12643
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Store::AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection):System.Void",
12644
12644
  "clrName": "AddRange",
12645
- "metadataToken": 100669199,
12645
+ "metadataToken": 100669202,
12646
12646
  "canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate2Collection):System.Void",
12647
12647
  "normalizedSignature": "AddRange|(System.Security.Cryptography.X509Certificates.X509Certificate2Collection):System.Void|static=false",
12648
12648
  "emitScope": "ClassSurface",
@@ -12662,7 +12662,7 @@
12662
12662
  {
12663
12663
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Store::Remove(System.Security.Cryptography.X509Certificates.X509Certificate2):System.Void",
12664
12664
  "clrName": "Remove",
12665
- "metadataToken": 100669200,
12665
+ "metadataToken": 100669203,
12666
12666
  "canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate2):System.Void",
12667
12667
  "normalizedSignature": "Remove|(System.Security.Cryptography.X509Certificates.X509Certificate2):System.Void|static=false",
12668
12668
  "emitScope": "ClassSurface",
@@ -12682,7 +12682,7 @@
12682
12682
  {
12683
12683
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Store::RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection):System.Void",
12684
12684
  "clrName": "RemoveRange",
12685
- "metadataToken": 100669201,
12685
+ "metadataToken": 100669204,
12686
12686
  "canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate2Collection):System.Void",
12687
12687
  "normalizedSignature": "RemoveRange|(System.Security.Cryptography.X509Certificates.X509Certificate2Collection):System.Void|static=false",
12688
12688
  "emitScope": "ClassSurface",
@@ -12702,7 +12702,7 @@
12702
12702
  {
12703
12703
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Store::Dispose():System.Void",
12704
12704
  "clrName": "Dispose",
12705
- "metadataToken": 100669202,
12705
+ "metadataToken": 100669205,
12706
12706
  "canonicalSignature": "():System.Void",
12707
12707
  "normalizedSignature": "Dispose|():System.Void|static=false",
12708
12708
  "emitScope": "ClassSurface",
@@ -12722,7 +12722,7 @@
12722
12722
  {
12723
12723
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Store::Close():System.Void",
12724
12724
  "clrName": "Close",
12725
- "metadataToken": 100669203,
12725
+ "metadataToken": 100669206,
12726
12726
  "canonicalSignature": "():System.Void",
12727
12727
  "normalizedSignature": "Close|():System.Void|static=false",
12728
12728
  "emitScope": "ClassSurface",
@@ -12863,7 +12863,7 @@
12863
12863
  "constructors": [
12864
12864
  {
12865
12865
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Store::.ctor():void",
12866
- "metadataToken": 100669183,
12866
+ "metadataToken": 100669186,
12867
12867
  "canonicalSignature": "():void",
12868
12868
  "normalizedSignature": "constructor|():void|static=false",
12869
12869
  "isStatic": false,
@@ -12874,7 +12874,7 @@
12874
12874
  },
12875
12875
  {
12876
12876
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Store::.ctor(System.String):void",
12877
- "metadataToken": 100669184,
12877
+ "metadataToken": 100669187,
12878
12878
  "canonicalSignature": "(System.String):void",
12879
12879
  "normalizedSignature": "constructor|(System.String):void|static=false",
12880
12880
  "isStatic": false,
@@ -12885,7 +12885,7 @@
12885
12885
  },
12886
12886
  {
12887
12887
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Store::.ctor(System.Security.Cryptography.X509Certificates.StoreName):void",
12888
- "metadataToken": 100669185,
12888
+ "metadataToken": 100669188,
12889
12889
  "canonicalSignature": "(System.Security.Cryptography.X509Certificates.StoreName):void",
12890
12890
  "normalizedSignature": "constructor|(System.Security.Cryptography.X509Certificates.StoreName):void|static=false",
12891
12891
  "isStatic": false,
@@ -12896,7 +12896,7 @@
12896
12896
  },
12897
12897
  {
12898
12898
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Store::.ctor(System.Security.Cryptography.X509Certificates.StoreLocation):void",
12899
- "metadataToken": 100669186,
12899
+ "metadataToken": 100669189,
12900
12900
  "canonicalSignature": "(System.Security.Cryptography.X509Certificates.StoreLocation):void",
12901
12901
  "normalizedSignature": "constructor|(System.Security.Cryptography.X509Certificates.StoreLocation):void|static=false",
12902
12902
  "isStatic": false,
@@ -12907,7 +12907,7 @@
12907
12907
  },
12908
12908
  {
12909
12909
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Store::.ctor(System.Security.Cryptography.X509Certificates.StoreName,System.Security.Cryptography.X509Certificates.StoreLocation):void",
12910
- "metadataToken": 100669187,
12910
+ "metadataToken": 100669190,
12911
12911
  "canonicalSignature": "(System.Security.Cryptography.X509Certificates.StoreName,System.Security.Cryptography.X509Certificates.StoreLocation):void",
12912
12912
  "normalizedSignature": "constructor|(System.Security.Cryptography.X509Certificates.StoreName,System.Security.Cryptography.X509Certificates.StoreLocation):void|static=false",
12913
12913
  "isStatic": false,
@@ -12918,7 +12918,7 @@
12918
12918
  },
12919
12919
  {
12920
12920
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Store::.ctor(System.Security.Cryptography.X509Certificates.StoreName,System.Security.Cryptography.X509Certificates.StoreLocation,System.Security.Cryptography.X509Certificates.OpenFlags):void",
12921
- "metadataToken": 100669188,
12921
+ "metadataToken": 100669191,
12922
12922
  "canonicalSignature": "(System.Security.Cryptography.X509Certificates.StoreName,System.Security.Cryptography.X509Certificates.StoreLocation,System.Security.Cryptography.X509Certificates.OpenFlags):void",
12923
12923
  "normalizedSignature": "constructor|(System.Security.Cryptography.X509Certificates.StoreName,System.Security.Cryptography.X509Certificates.StoreLocation,System.Security.Cryptography.X509Certificates.OpenFlags):void|static=false",
12924
12924
  "isStatic": false,
@@ -12929,7 +12929,7 @@
12929
12929
  },
12930
12930
  {
12931
12931
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Store::.ctor(System.String,System.Security.Cryptography.X509Certificates.StoreLocation):void",
12932
- "metadataToken": 100669189,
12932
+ "metadataToken": 100669192,
12933
12933
  "canonicalSignature": "(System.String,System.Security.Cryptography.X509Certificates.StoreLocation):void",
12934
12934
  "normalizedSignature": "constructor|(System.String,System.Security.Cryptography.X509Certificates.StoreLocation):void|static=false",
12935
12935
  "isStatic": false,
@@ -12940,7 +12940,7 @@
12940
12940
  },
12941
12941
  {
12942
12942
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Store::.ctor(System.String,System.Security.Cryptography.X509Certificates.StoreLocation,System.Security.Cryptography.X509Certificates.OpenFlags):void",
12943
- "metadataToken": 100669190,
12943
+ "metadataToken": 100669193,
12944
12944
  "canonicalSignature": "(System.String,System.Security.Cryptography.X509Certificates.StoreLocation,System.Security.Cryptography.X509Certificates.OpenFlags):void",
12945
12945
  "normalizedSignature": "constructor|(System.String,System.Security.Cryptography.X509Certificates.StoreLocation,System.Security.Cryptography.X509Certificates.OpenFlags):void|static=false",
12946
12946
  "isStatic": false,
@@ -12951,7 +12951,7 @@
12951
12951
  },
12952
12952
  {
12953
12953
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Store::.ctor(System.IntPtr):void",
12954
- "metadataToken": 100669191,
12954
+ "metadataToken": 100669194,
12955
12955
  "canonicalSignature": "(System.IntPtr):void",
12956
12956
  "normalizedSignature": "constructor|(System.IntPtr):void|static=false",
12957
12957
  "isStatic": false,
@@ -12981,7 +12981,7 @@
12981
12981
  {
12982
12982
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectAlternativeNameExtension::CopyFrom(System.Security.Cryptography.AsnEncodedData):System.Void",
12983
12983
  "clrName": "CopyFrom",
12984
- "metadataToken": 100669207,
12984
+ "metadataToken": 100669210,
12985
12985
  "canonicalSignature": "(System.Security.Cryptography.AsnEncodedData):System.Void",
12986
12986
  "normalizedSignature": "CopyFrom|(System.Security.Cryptography.AsnEncodedData):System.Void|static=false",
12987
12987
  "emitScope": "ClassSurface",
@@ -13001,7 +13001,7 @@
13001
13001
  {
13002
13002
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectAlternativeNameExtension::EnumerateDnsNames():System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
13003
13003
  "clrName": "EnumerateDnsNames",
13004
- "metadataToken": 100669208,
13004
+ "metadataToken": 100669211,
13005
13005
  "canonicalSignature": "():System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
13006
13006
  "normalizedSignature": "EnumerateDnsNames|():System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
13007
13007
  "emitScope": "ClassSurface",
@@ -13021,7 +13021,7 @@
13021
13021
  {
13022
13022
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectAlternativeNameExtension::EnumerateIPAddresses():System.Collections.Generic.IEnumerable_1[[System.Net.IPAddress,System.Net.Primitives,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]",
13023
13023
  "clrName": "EnumerateIPAddresses",
13024
- "metadataToken": 100669210,
13024
+ "metadataToken": 100669213,
13025
13025
  "canonicalSignature": "():System.Collections.Generic.IEnumerable_1[[System.Net.IPAddress,System.Net.Primitives,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]",
13026
13026
  "normalizedSignature": "EnumerateIPAddresses|():System.Collections.Generic.IEnumerable_1[[System.Net.IPAddress,System.Net.Primitives,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]|static=false",
13027
13027
  "emitScope": "ClassSurface",
@@ -13045,7 +13045,7 @@
13045
13045
  "constructors": [
13046
13046
  {
13047
13047
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectAlternativeNameExtension::.ctor():void",
13048
- "metadataToken": 100669204,
13048
+ "metadataToken": 100669207,
13049
13049
  "canonicalSignature": "():void",
13050
13050
  "normalizedSignature": "constructor|():void|static=false",
13051
13051
  "isStatic": false,
@@ -13056,7 +13056,7 @@
13056
13056
  },
13057
13057
  {
13058
13058
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectAlternativeNameExtension::.ctor(System.Byte[],System.Boolean):void",
13059
- "metadataToken": 100669205,
13059
+ "metadataToken": 100669208,
13060
13060
  "canonicalSignature": "(System.Byte[],System.Boolean):void",
13061
13061
  "normalizedSignature": "constructor|(System.Byte[],System.Boolean):void|static=false",
13062
13062
  "isStatic": false,
@@ -13067,7 +13067,7 @@
13067
13067
  },
13068
13068
  {
13069
13069
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectAlternativeNameExtension::.ctor(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):void",
13070
- "metadataToken": 100669206,
13070
+ "metadataToken": 100669209,
13071
13071
  "canonicalSignature": "(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):void",
13072
13072
  "normalizedSignature": "constructor|(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):void|static=false",
13073
13073
  "isStatic": false,
@@ -13097,7 +13097,7 @@
13097
13097
  {
13098
13098
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::CopyFrom(System.Security.Cryptography.AsnEncodedData):System.Void",
13099
13099
  "clrName": "CopyFrom",
13100
- "metadataToken": 100669240,
13100
+ "metadataToken": 100669243,
13101
13101
  "canonicalSignature": "(System.Security.Cryptography.AsnEncodedData):System.Void",
13102
13102
  "normalizedSignature": "CopyFrom|(System.Security.Cryptography.AsnEncodedData):System.Void|static=false",
13103
13103
  "emitScope": "ClassSurface",
@@ -13160,7 +13160,7 @@
13160
13160
  "constructors": [
13161
13161
  {
13162
13162
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::.ctor():void",
13163
- "metadataToken": 100669231,
13163
+ "metadataToken": 100669234,
13164
13164
  "canonicalSignature": "():void",
13165
13165
  "normalizedSignature": "constructor|():void|static=false",
13166
13166
  "isStatic": false,
@@ -13171,7 +13171,7 @@
13171
13171
  },
13172
13172
  {
13173
13173
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::.ctor(System.Security.Cryptography.AsnEncodedData,System.Boolean):void",
13174
- "metadataToken": 100669232,
13174
+ "metadataToken": 100669235,
13175
13175
  "canonicalSignature": "(System.Security.Cryptography.AsnEncodedData,System.Boolean):void",
13176
13176
  "normalizedSignature": "constructor|(System.Security.Cryptography.AsnEncodedData,System.Boolean):void|static=false",
13177
13177
  "isStatic": false,
@@ -13182,7 +13182,7 @@
13182
13182
  },
13183
13183
  {
13184
13184
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::.ctor(System.Byte[],System.Boolean):void",
13185
- "metadataToken": 100669233,
13185
+ "metadataToken": 100669236,
13186
13186
  "canonicalSignature": "(System.Byte[],System.Boolean):void",
13187
13187
  "normalizedSignature": "constructor|(System.Byte[],System.Boolean):void|static=false",
13188
13188
  "isStatic": false,
@@ -13193,7 +13193,7 @@
13193
13193
  },
13194
13194
  {
13195
13195
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::.ctor(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):void",
13196
- "metadataToken": 100669234,
13196
+ "metadataToken": 100669237,
13197
13197
  "canonicalSignature": "(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):void",
13198
13198
  "normalizedSignature": "constructor|(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):void|static=false",
13199
13199
  "isStatic": false,
@@ -13204,7 +13204,7 @@
13204
13204
  },
13205
13205
  {
13206
13206
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::.ctor(System.Security.Cryptography.X509Certificates.PublicKey,System.Boolean):void",
13207
- "metadataToken": 100669235,
13207
+ "metadataToken": 100669238,
13208
13208
  "canonicalSignature": "(System.Security.Cryptography.X509Certificates.PublicKey,System.Boolean):void",
13209
13209
  "normalizedSignature": "constructor|(System.Security.Cryptography.X509Certificates.PublicKey,System.Boolean):void|static=false",
13210
13210
  "isStatic": false,
@@ -13215,7 +13215,7 @@
13215
13215
  },
13216
13216
  {
13217
13217
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::.ctor(System.Security.Cryptography.X509Certificates.PublicKey,System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm,System.Boolean):void",
13218
- "metadataToken": 100669236,
13218
+ "metadataToken": 100669239,
13219
13219
  "canonicalSignature": "(System.Security.Cryptography.X509Certificates.PublicKey,System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm,System.Boolean):void",
13220
13220
  "normalizedSignature": "constructor|(System.Security.Cryptography.X509Certificates.PublicKey,System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm,System.Boolean):void|static=false",
13221
13221
  "isStatic": false,
@@ -13226,7 +13226,7 @@
13226
13226
  },
13227
13227
  {
13228
13228
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::.ctor(System.String,System.Boolean):void",
13229
- "metadataToken": 100669237,
13229
+ "metadataToken": 100669240,
13230
13230
  "canonicalSignature": "(System.String,System.Boolean):void",
13231
13231
  "normalizedSignature": "constructor|(System.String,System.Boolean):void|static=false",
13232
13232
  "isStatic": false,