@alloy-js/csharp 0.21.0-dev.9 → 0.21.0

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 (817) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/dist/scripts/components/library-interface.d.ts +9 -0
  3. package/dist/scripts/components/library-interface.d.ts.map +1 -0
  4. package/dist/scripts/components/library-interface.js +43 -0
  5. package/dist/scripts/components/library-interface.js.map +1 -0
  6. package/dist/scripts/components/namespace-directory.d.ts +7 -0
  7. package/dist/scripts/components/namespace-directory.d.ts.map +1 -0
  8. package/dist/scripts/components/namespace-directory.js +96 -0
  9. package/dist/scripts/components/namespace-directory.js.map +1 -0
  10. package/dist/scripts/generate-builtins.d.ts +11 -0
  11. package/dist/scripts/generate-builtins.d.ts.map +1 -0
  12. package/dist/scripts/generate-builtins.js +37 -0
  13. package/dist/scripts/generate-builtins.js.map +1 -0
  14. package/dist/scripts/process-docfx.d.ts +3 -0
  15. package/dist/scripts/process-docfx.d.ts.map +1 -0
  16. package/dist/scripts/process-docfx.js +300 -0
  17. package/dist/scripts/process-docfx.js.map +1 -0
  18. package/dist/src/access.d.ts +13 -0
  19. package/dist/src/access.d.ts.map +1 -0
  20. package/dist/src/access.js +65 -0
  21. package/dist/src/access.js.map +1 -0
  22. package/dist/src/access.test.d.ts +2 -0
  23. package/dist/src/access.test.d.ts.map +1 -0
  24. package/dist/src/access.test.js +43 -0
  25. package/dist/src/access.test.js.map +1 -0
  26. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.d.ts +12 -0
  27. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.d.ts.map +1 -0
  28. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js +23 -0
  29. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js.map +1 -0
  30. package/dist/src/builtins/Microsoft/CSharp/index.d.ts +6 -0
  31. package/dist/src/builtins/Microsoft/CSharp/index.d.ts.map +1 -0
  32. package/dist/src/builtins/Microsoft/CSharp/index.js +5 -0
  33. package/dist/src/builtins/Microsoft/CSharp/index.js.map +1 -0
  34. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.d.ts +102 -0
  35. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.d.ts.map +1 -0
  36. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.js +473 -0
  37. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.js.map +1 -0
  38. package/dist/src/builtins/Microsoft/VisualBasic/index.d.ts +491 -0
  39. package/dist/src/builtins/Microsoft/VisualBasic/index.d.ts.map +1 -0
  40. package/dist/src/builtins/Microsoft/VisualBasic/index.js +2534 -0
  41. package/dist/src/builtins/Microsoft/VisualBasic/index.js.map +1 -0
  42. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts +82 -0
  43. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts.map +1 -0
  44. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js +320 -0
  45. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js.map +1 -0
  46. package/dist/src/builtins/Microsoft/Win32/index.d.ts +79 -0
  47. package/dist/src/builtins/Microsoft/Win32/index.d.ts.map +1 -0
  48. package/dist/src/builtins/Microsoft/Win32/index.js +362 -0
  49. package/dist/src/builtins/Microsoft/Win32/index.js.map +1 -0
  50. package/dist/src/builtins/Microsoft/index.d.ts +8 -0
  51. package/dist/src/builtins/Microsoft/index.d.ts.map +1 -0
  52. package/dist/src/builtins/Microsoft/index.js +7 -0
  53. package/dist/src/builtins/Microsoft/index.js.map +1 -0
  54. package/dist/src/builtins/System/Buffers/Binary/index.d.ts +113 -0
  55. package/dist/src/builtins/System/Buffers/Binary/index.d.ts.map +1 -0
  56. package/dist/src/builtins/System/Buffers/Binary/index.js +536 -0
  57. package/dist/src/builtins/System/Buffers/Binary/index.js.map +1 -0
  58. package/dist/src/builtins/System/Buffers/Text/index.d.ts +37 -0
  59. package/dist/src/builtins/System/Buffers/Text/index.d.ts.map +1 -0
  60. package/dist/src/builtins/System/Buffers/Text/index.js +144 -0
  61. package/dist/src/builtins/System/Buffers/Text/index.js.map +1 -0
  62. package/dist/src/builtins/System/Buffers/index.d.ts +142 -0
  63. package/dist/src/builtins/System/Buffers/index.d.ts.map +1 -0
  64. package/dist/src/builtins/System/Buffers/index.js +605 -0
  65. package/dist/src/builtins/System/Buffers/index.js.map +1 -0
  66. package/dist/src/builtins/System/CodeDom/Compiler/index.d.ts +31 -0
  67. package/dist/src/builtins/System/CodeDom/Compiler/index.d.ts.map +1 -0
  68. package/dist/src/builtins/System/CodeDom/Compiler/index.js +131 -0
  69. package/dist/src/builtins/System/CodeDom/Compiler/index.js.map +1 -0
  70. package/dist/src/builtins/System/CodeDom/index.d.ts +6 -0
  71. package/dist/src/builtins/System/CodeDom/index.d.ts.map +1 -0
  72. package/dist/src/builtins/System/CodeDom/index.js +5 -0
  73. package/dist/src/builtins/System/CodeDom/index.js.map +1 -0
  74. package/dist/src/builtins/System/Collections/Concurrent/index.d.ts +100 -0
  75. package/dist/src/builtins/System/Collections/Concurrent/index.d.ts.map +1 -0
  76. package/dist/src/builtins/System/Collections/Concurrent/index.js +399 -0
  77. package/dist/src/builtins/System/Collections/Concurrent/index.js.map +1 -0
  78. package/dist/src/builtins/System/Collections/Frozen/index.d.ts +29 -0
  79. package/dist/src/builtins/System/Collections/Frozen/index.d.ts.map +1 -0
  80. package/dist/src/builtins/System/Collections/Frozen/index.js +88 -0
  81. package/dist/src/builtins/System/Collections/Frozen/index.js.map +1 -0
  82. package/dist/src/builtins/System/Collections/Generic/index.d.ts +275 -0
  83. package/dist/src/builtins/System/Collections/Generic/index.d.ts.map +1 -0
  84. package/dist/src/builtins/System/Collections/Generic/index.js +978 -0
  85. package/dist/src/builtins/System/Collections/Generic/index.js.map +1 -0
  86. package/dist/src/builtins/System/Collections/Immutable/index.d.ts +273 -0
  87. package/dist/src/builtins/System/Collections/Immutable/index.d.ts.map +1 -0
  88. package/dist/src/builtins/System/Collections/Immutable/index.js +1049 -0
  89. package/dist/src/builtins/System/Collections/Immutable/index.js.map +1 -0
  90. package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts +97 -0
  91. package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts.map +1 -0
  92. package/dist/src/builtins/System/Collections/ObjectModel/index.js +394 -0
  93. package/dist/src/builtins/System/Collections/ObjectModel/index.js.map +1 -0
  94. package/dist/src/builtins/System/Collections/Specialized/index.d.ts +162 -0
  95. package/dist/src/builtins/System/Collections/Specialized/index.d.ts.map +1 -0
  96. package/dist/src/builtins/System/Collections/Specialized/index.js +716 -0
  97. package/dist/src/builtins/System/Collections/Specialized/index.js.map +1 -0
  98. package/dist/src/builtins/System/Collections/index.d.ts +293 -0
  99. package/dist/src/builtins/System/Collections/index.d.ts.map +1 -0
  100. package/dist/src/builtins/System/Collections/index.js +1355 -0
  101. package/dist/src/builtins/System/Collections/index.js.map +1 -0
  102. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.d.ts +40 -0
  103. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.d.ts.map +1 -0
  104. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js +143 -0
  105. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js.map +1 -0
  106. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.d.ts +274 -0
  107. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.d.ts.map +1 -0
  108. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.js +1237 -0
  109. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.js.map +1 -0
  110. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.d.ts +128 -0
  111. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.d.ts.map +1 -0
  112. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.js +535 -0
  113. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.js.map +1 -0
  114. package/dist/src/builtins/System/ComponentModel/Design/index.d.ts +428 -0
  115. package/dist/src/builtins/System/ComponentModel/Design/index.d.ts.map +1 -0
  116. package/dist/src/builtins/System/ComponentModel/Design/index.js +2008 -0
  117. package/dist/src/builtins/System/ComponentModel/Design/index.js.map +1 -0
  118. package/dist/src/builtins/System/ComponentModel/index.d.ts +1431 -0
  119. package/dist/src/builtins/System/ComponentModel/index.d.ts.map +1 -0
  120. package/dist/src/builtins/System/ComponentModel/index.js +6649 -0
  121. package/dist/src/builtins/System/ComponentModel/index.js.map +1 -0
  122. package/dist/src/builtins/System/Configuration/Assemblies/index.d.ts +19 -0
  123. package/dist/src/builtins/System/Configuration/Assemblies/index.d.ts.map +1 -0
  124. package/dist/src/builtins/System/Configuration/Assemblies/index.js +69 -0
  125. package/dist/src/builtins/System/Configuration/Assemblies/index.js.map +1 -0
  126. package/dist/src/builtins/System/Configuration/index.d.ts +6 -0
  127. package/dist/src/builtins/System/Configuration/index.d.ts.map +1 -0
  128. package/dist/src/builtins/System/Configuration/index.js +5 -0
  129. package/dist/src/builtins/System/Configuration/index.js.map +1 -0
  130. package/dist/src/builtins/System/Data/Common/index.d.ts +611 -0
  131. package/dist/src/builtins/System/Data/Common/index.d.ts.map +1 -0
  132. package/dist/src/builtins/System/Data/Common/index.js +3279 -0
  133. package/dist/src/builtins/System/Data/Common/index.js.map +1 -0
  134. package/dist/src/builtins/System/Data/SqlTypes/index.d.ts +541 -0
  135. package/dist/src/builtins/System/Data/SqlTypes/index.d.ts.map +1 -0
  136. package/dist/src/builtins/System/Data/SqlTypes/index.js +2655 -0
  137. package/dist/src/builtins/System/Data/SqlTypes/index.js.map +1 -0
  138. package/dist/src/builtins/System/Data/index.d.ts +967 -0
  139. package/dist/src/builtins/System/Data/index.d.ts.map +1 -0
  140. package/dist/src/builtins/System/Data/index.js +4504 -0
  141. package/dist/src/builtins/System/Data/index.js.map +1 -0
  142. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.d.ts +155 -0
  143. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.d.ts.map +1 -0
  144. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.js +705 -0
  145. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.js.map +1 -0
  146. package/dist/src/builtins/System/Diagnostics/Contracts/index.d.ts +76 -0
  147. package/dist/src/builtins/System/Diagnostics/Contracts/index.d.ts.map +1 -0
  148. package/dist/src/builtins/System/Diagnostics/Contracts/index.js +309 -0
  149. package/dist/src/builtins/System/Diagnostics/Contracts/index.js.map +1 -0
  150. package/dist/src/builtins/System/Diagnostics/Metrics/index.d.ts +83 -0
  151. package/dist/src/builtins/System/Diagnostics/Metrics/index.d.ts.map +1 -0
  152. package/dist/src/builtins/System/Diagnostics/Metrics/index.js +323 -0
  153. package/dist/src/builtins/System/Diagnostics/Metrics/index.js.map +1 -0
  154. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.d.ts +138 -0
  155. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.d.ts.map +1 -0
  156. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.js +610 -0
  157. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.js.map +1 -0
  158. package/dist/src/builtins/System/Diagnostics/Tracing/index.d.ts +206 -0
  159. package/dist/src/builtins/System/Diagnostics/Tracing/index.d.ts.map +1 -0
  160. package/dist/src/builtins/System/Diagnostics/Tracing/index.js +954 -0
  161. package/dist/src/builtins/System/Diagnostics/Tracing/index.js.map +1 -0
  162. package/dist/src/builtins/System/Diagnostics/index.d.ts +800 -0
  163. package/dist/src/builtins/System/Diagnostics/index.d.ts.map +1 -0
  164. package/dist/src/builtins/System/Diagnostics/index.js +3826 -0
  165. package/dist/src/builtins/System/Diagnostics/index.js.map +1 -0
  166. package/dist/src/builtins/System/Drawing/index.d.ts +558 -0
  167. package/dist/src/builtins/System/Drawing/index.d.ts.map +1 -0
  168. package/dist/src/builtins/System/Drawing/index.js +3305 -0
  169. package/dist/src/builtins/System/Drawing/index.js.map +1 -0
  170. package/dist/src/builtins/System/Dynamic/index.d.ts +170 -0
  171. package/dist/src/builtins/System/Dynamic/index.d.ts.map +1 -0
  172. package/dist/src/builtins/System/Dynamic/index.js +795 -0
  173. package/dist/src/builtins/System/Dynamic/index.js.map +1 -0
  174. package/dist/src/builtins/System/Formats/Asn1/index.d.ts +173 -0
  175. package/dist/src/builtins/System/Formats/Asn1/index.d.ts.map +1 -0
  176. package/dist/src/builtins/System/Formats/Asn1/index.js +843 -0
  177. package/dist/src/builtins/System/Formats/Asn1/index.js.map +1 -0
  178. package/dist/src/builtins/System/Formats/Tar/index.d.ts +96 -0
  179. package/dist/src/builtins/System/Formats/Tar/index.d.ts.map +1 -0
  180. package/dist/src/builtins/System/Formats/Tar/index.js +436 -0
  181. package/dist/src/builtins/System/Formats/Tar/index.js.map +1 -0
  182. package/dist/src/builtins/System/Formats/index.d.ts +7 -0
  183. package/dist/src/builtins/System/Formats/index.d.ts.map +1 -0
  184. package/dist/src/builtins/System/Formats/index.js +6 -0
  185. package/dist/src/builtins/System/Formats/index.js.map +1 -0
  186. package/dist/src/builtins/System/Globalization/index.d.ts +737 -0
  187. package/dist/src/builtins/System/Globalization/index.d.ts.map +1 -0
  188. package/dist/src/builtins/System/Globalization/index.js +3848 -0
  189. package/dist/src/builtins/System/Globalization/index.js.map +1 -0
  190. package/dist/src/builtins/System/IO/Compression/index.d.ts +186 -0
  191. package/dist/src/builtins/System/IO/Compression/index.d.ts.map +1 -0
  192. package/dist/src/builtins/System/IO/Compression/index.js +894 -0
  193. package/dist/src/builtins/System/IO/Compression/index.js.map +1 -0
  194. package/dist/src/builtins/System/IO/Enumeration/index.d.ts +53 -0
  195. package/dist/src/builtins/System/IO/Enumeration/index.d.ts.map +1 -0
  196. package/dist/src/builtins/System/IO/Enumeration/index.js +218 -0
  197. package/dist/src/builtins/System/IO/Enumeration/index.js.map +1 -0
  198. package/dist/src/builtins/System/IO/IsolatedStorage/index.d.ts +103 -0
  199. package/dist/src/builtins/System/IO/IsolatedStorage/index.d.ts.map +1 -0
  200. package/dist/src/builtins/System/IO/IsolatedStorage/index.js +495 -0
  201. package/dist/src/builtins/System/IO/IsolatedStorage/index.js.map +1 -0
  202. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.d.ts +56 -0
  203. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.d.ts.map +1 -0
  204. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.js +251 -0
  205. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.js.map +1 -0
  206. package/dist/src/builtins/System/IO/Pipelines/index.d.ts +93 -0
  207. package/dist/src/builtins/System/IO/Pipelines/index.d.ts.map +1 -0
  208. package/dist/src/builtins/System/IO/Pipelines/index.js +415 -0
  209. package/dist/src/builtins/System/IO/Pipelines/index.js.map +1 -0
  210. package/dist/src/builtins/System/IO/Pipes/index.d.ts +157 -0
  211. package/dist/src/builtins/System/IO/Pipes/index.d.ts.map +1 -0
  212. package/dist/src/builtins/System/IO/Pipes/index.js +723 -0
  213. package/dist/src/builtins/System/IO/Pipes/index.js.map +1 -0
  214. package/dist/src/builtins/System/IO/index.d.ts +762 -0
  215. package/dist/src/builtins/System/IO/index.d.ts.map +1 -0
  216. package/dist/src/builtins/System/IO/index.js +3713 -0
  217. package/dist/src/builtins/System/IO/index.js.map +1 -0
  218. package/dist/src/builtins/System/Linq/Expressions/index.d.ts +429 -0
  219. package/dist/src/builtins/System/Linq/Expressions/index.d.ts.map +1 -0
  220. package/dist/src/builtins/System/Linq/Expressions/index.js +2253 -0
  221. package/dist/src/builtins/System/Linq/Expressions/index.js.map +1 -0
  222. package/dist/src/builtins/System/Linq/index.d.ts +73 -0
  223. package/dist/src/builtins/System/Linq/index.d.ts.map +1 -0
  224. package/dist/src/builtins/System/Linq/index.js +275 -0
  225. package/dist/src/builtins/System/Linq/index.js.map +1 -0
  226. package/dist/src/builtins/System/Net/Cache/index.d.ts +48 -0
  227. package/dist/src/builtins/System/Net/Cache/index.d.ts.map +1 -0
  228. package/dist/src/builtins/System/Net/Cache/index.js +217 -0
  229. package/dist/src/builtins/System/Net/Cache/index.js.map +1 -0
  230. package/dist/src/builtins/System/Net/Http/Headers/index.d.ts +335 -0
  231. package/dist/src/builtins/System/Net/Http/Headers/index.d.ts.map +1 -0
  232. package/dist/src/builtins/System/Net/Http/Headers/index.js +1668 -0
  233. package/dist/src/builtins/System/Net/Http/Headers/index.js.map +1 -0
  234. package/dist/src/builtins/System/Net/Http/Json/index.d.ts +21 -0
  235. package/dist/src/builtins/System/Net/Http/Json/index.d.ts.map +1 -0
  236. package/dist/src/builtins/System/Net/Http/Json/index.js +72 -0
  237. package/dist/src/builtins/System/Net/Http/Json/index.js.map +1 -0
  238. package/dist/src/builtins/System/Net/Http/Metrics/index.d.ts +13 -0
  239. package/dist/src/builtins/System/Net/Http/Metrics/index.d.ts.map +1 -0
  240. package/dist/src/builtins/System/Net/Http/Metrics/index.js +40 -0
  241. package/dist/src/builtins/System/Net/Http/Metrics/index.js.map +1 -0
  242. package/dist/src/builtins/System/Net/Http/index.d.ts +305 -0
  243. package/dist/src/builtins/System/Net/Http/index.d.ts.map +1 -0
  244. package/dist/src/builtins/System/Net/Http/index.js +1458 -0
  245. package/dist/src/builtins/System/Net/Http/index.js.map +1 -0
  246. package/dist/src/builtins/System/Net/Mail/index.d.ts +182 -0
  247. package/dist/src/builtins/System/Net/Mail/index.d.ts.map +1 -0
  248. package/dist/src/builtins/System/Net/Mail/index.js +871 -0
  249. package/dist/src/builtins/System/Net/Mail/index.js.map +1 -0
  250. package/dist/src/builtins/System/Net/Mime/index.d.ts +100 -0
  251. package/dist/src/builtins/System/Net/Mime/index.d.ts.map +1 -0
  252. package/dist/src/builtins/System/Net/Mime/index.js +500 -0
  253. package/dist/src/builtins/System/Net/Mime/index.js.map +1 -0
  254. package/dist/src/builtins/System/Net/NetworkInformation/index.d.ts +506 -0
  255. package/dist/src/builtins/System/Net/NetworkInformation/index.d.ts.map +1 -0
  256. package/dist/src/builtins/System/Net/NetworkInformation/index.js +2776 -0
  257. package/dist/src/builtins/System/Net/NetworkInformation/index.js.map +1 -0
  258. package/dist/src/builtins/System/Net/Quic/index.d.ts +129 -0
  259. package/dist/src/builtins/System/Net/Quic/index.d.ts.map +1 -0
  260. package/dist/src/builtins/System/Net/Quic/index.js +635 -0
  261. package/dist/src/builtins/System/Net/Quic/index.js.map +1 -0
  262. package/dist/src/builtins/System/Net/Security/index.d.ts +277 -0
  263. package/dist/src/builtins/System/Net/Security/index.d.ts.map +1 -0
  264. package/dist/src/builtins/System/Net/Security/index.js +1432 -0
  265. package/dist/src/builtins/System/Net/Security/index.js.map +1 -0
  266. package/dist/src/builtins/System/Net/Sockets/index.d.ts +593 -0
  267. package/dist/src/builtins/System/Net/Sockets/index.d.ts.map +1 -0
  268. package/dist/src/builtins/System/Net/Sockets/index.js +3095 -0
  269. package/dist/src/builtins/System/Net/Sockets/index.js.map +1 -0
  270. package/dist/src/builtins/System/Net/WebSockets/index.d.ts +165 -0
  271. package/dist/src/builtins/System/Net/WebSockets/index.d.ts.map +1 -0
  272. package/dist/src/builtins/System/Net/WebSockets/index.js +876 -0
  273. package/dist/src/builtins/System/Net/WebSockets/index.js.map +1 -0
  274. package/dist/src/builtins/System/Net/index.d.ts +1066 -0
  275. package/dist/src/builtins/System/Net/index.d.ts.map +1 -0
  276. package/dist/src/builtins/System/Net/index.js +5481 -0
  277. package/dist/src/builtins/System/Net/index.js.map +1 -0
  278. package/dist/src/builtins/System/Numerics/index.d.ts +673 -0
  279. package/dist/src/builtins/System/Numerics/index.d.ts.map +1 -0
  280. package/dist/src/builtins/System/Numerics/index.js +3425 -0
  281. package/dist/src/builtins/System/Numerics/index.js.map +1 -0
  282. package/dist/src/builtins/System/Reflection/Emit/index.d.ts +769 -0
  283. package/dist/src/builtins/System/Reflection/Emit/index.d.ts.map +1 -0
  284. package/dist/src/builtins/System/Reflection/Emit/index.js +4293 -0
  285. package/dist/src/builtins/System/Reflection/Emit/index.js.map +1 -0
  286. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.d.ts +513 -0
  287. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.d.ts.map +1 -0
  288. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.js +2218 -0
  289. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.js.map +1 -0
  290. package/dist/src/builtins/System/Reflection/Metadata/index.d.ts +1333 -0
  291. package/dist/src/builtins/System/Reflection/Metadata/index.d.ts.map +1 -0
  292. package/dist/src/builtins/System/Reflection/Metadata/index.js +6045 -0
  293. package/dist/src/builtins/System/Reflection/Metadata/index.js.map +1 -0
  294. package/dist/src/builtins/System/Reflection/PortableExecutable/index.d.ts +383 -0
  295. package/dist/src/builtins/System/Reflection/PortableExecutable/index.d.ts.map +1 -0
  296. package/dist/src/builtins/System/Reflection/PortableExecutable/index.js +2020 -0
  297. package/dist/src/builtins/System/Reflection/PortableExecutable/index.js.map +1 -0
  298. package/dist/src/builtins/System/Reflection/index.d.ts +1038 -0
  299. package/dist/src/builtins/System/Reflection/index.d.ts.map +1 -0
  300. package/dist/src/builtins/System/Reflection/index.js +5244 -0
  301. package/dist/src/builtins/System/Reflection/index.js.map +1 -0
  302. package/dist/src/builtins/System/Resources/index.d.ts +70 -0
  303. package/dist/src/builtins/System/Resources/index.d.ts.map +1 -0
  304. package/dist/src/builtins/System/Resources/index.js +289 -0
  305. package/dist/src/builtins/System/Resources/index.js.map +1 -0
  306. package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts +486 -0
  307. package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts.map +1 -0
  308. package/dist/src/builtins/System/Runtime/CompilerServices/index.js +1896 -0
  309. package/dist/src/builtins/System/Runtime/CompilerServices/index.js.map +1 -0
  310. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.d.ts +29 -0
  311. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.d.ts.map +1 -0
  312. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.js +103 -0
  313. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.js.map +1 -0
  314. package/dist/src/builtins/System/Runtime/ExceptionServices/index.d.ts +20 -0
  315. package/dist/src/builtins/System/Runtime/ExceptionServices/index.d.ts.map +1 -0
  316. package/dist/src/builtins/System/Runtime/ExceptionServices/index.js +62 -0
  317. package/dist/src/builtins/System/Runtime/ExceptionServices/index.js.map +1 -0
  318. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.d.ts +23 -0
  319. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.d.ts.map +1 -0
  320. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.js +67 -0
  321. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.js.map +1 -0
  322. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.d.ts +54 -0
  323. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.d.ts.map +1 -0
  324. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.js +210 -0
  325. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.js.map +1 -0
  326. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts +259 -0
  327. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts.map +1 -0
  328. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js +1012 -0
  329. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js.map +1 -0
  330. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.d.ts +24 -0
  331. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.d.ts.map +1 -0
  332. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js +79 -0
  333. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js.map +1 -0
  334. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.d.ts +18 -0
  335. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.d.ts.map +1 -0
  336. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.js +49 -0
  337. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.js.map +1 -0
  338. package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts +781 -0
  339. package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts.map +1 -0
  340. package/dist/src/builtins/System/Runtime/InteropServices/index.js +3626 -0
  341. package/dist/src/builtins/System/Runtime/InteropServices/index.js.map +1 -0
  342. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.d.ts +273 -0
  343. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.d.ts.map +1 -0
  344. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.js +1297 -0
  345. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.js.map +1 -0
  346. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.d.ts +73 -0
  347. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.d.ts.map +1 -0
  348. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.js +338 -0
  349. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.js.map +1 -0
  350. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.d.ts +311 -0
  351. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.d.ts.map +1 -0
  352. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.js +1372 -0
  353. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.js.map +1 -0
  354. package/dist/src/builtins/System/Runtime/Intrinsics/index.d.ts +57 -0
  355. package/dist/src/builtins/System/Runtime/Intrinsics/index.d.ts.map +1 -0
  356. package/dist/src/builtins/System/Runtime/Intrinsics/index.js +273 -0
  357. package/dist/src/builtins/System/Runtime/Intrinsics/index.js.map +1 -0
  358. package/dist/src/builtins/System/Runtime/Loader/index.d.ts +35 -0
  359. package/dist/src/builtins/System/Runtime/Loader/index.d.ts.map +1 -0
  360. package/dist/src/builtins/System/Runtime/Loader/index.js +140 -0
  361. package/dist/src/builtins/System/Runtime/Loader/index.js.map +1 -0
  362. package/dist/src/builtins/System/Runtime/Remoting/index.d.ts +10 -0
  363. package/dist/src/builtins/System/Runtime/Remoting/index.d.ts.map +1 -0
  364. package/dist/src/builtins/System/Runtime/Remoting/index.js +18 -0
  365. package/dist/src/builtins/System/Runtime/Remoting/index.js.map +1 -0
  366. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.d.ts +51 -0
  367. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.d.ts.map +1 -0
  368. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.js +265 -0
  369. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.js.map +1 -0
  370. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.d.ts +17 -0
  371. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.d.ts.map +1 -0
  372. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js +61 -0
  373. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js.map +1 -0
  374. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.d.ts +24 -0
  375. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.d.ts.map +1 -0
  376. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.js +83 -0
  377. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.js.map +1 -0
  378. package/dist/src/builtins/System/Runtime/Serialization/Json/index.d.ts +45 -0
  379. package/dist/src/builtins/System/Runtime/Serialization/Json/index.d.ts.map +1 -0
  380. package/dist/src/builtins/System/Runtime/Serialization/Json/index.js +192 -0
  381. package/dist/src/builtins/System/Runtime/Serialization/Json/index.js.map +1 -0
  382. package/dist/src/builtins/System/Runtime/Serialization/index.d.ts +374 -0
  383. package/dist/src/builtins/System/Runtime/Serialization/index.d.ts.map +1 -0
  384. package/dist/src/builtins/System/Runtime/Serialization/index.js +1611 -0
  385. package/dist/src/builtins/System/Runtime/Serialization/index.js.map +1 -0
  386. package/dist/src/builtins/System/Runtime/Versioning/index.d.ts +81 -0
  387. package/dist/src/builtins/System/Runtime/Versioning/index.d.ts.map +1 -0
  388. package/dist/src/builtins/System/Runtime/Versioning/index.js +336 -0
  389. package/dist/src/builtins/System/Runtime/Versioning/index.js.map +1 -0
  390. package/dist/src/builtins/System/Runtime/index.d.ts +67 -0
  391. package/dist/src/builtins/System/Runtime/index.d.ts.map +1 -0
  392. package/dist/src/builtins/System/Runtime/index.js +245 -0
  393. package/dist/src/builtins/System/Runtime/index.js.map +1 -0
  394. package/dist/src/builtins/System/Security/AccessControl/index.d.ts +485 -0
  395. package/dist/src/builtins/System/Security/AccessControl/index.d.ts.map +1 -0
  396. package/dist/src/builtins/System/Security/AccessControl/index.js +2343 -0
  397. package/dist/src/builtins/System/Security/AccessControl/index.js.map +1 -0
  398. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.d.ts +43 -0
  399. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.d.ts.map +1 -0
  400. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.js +169 -0
  401. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.js.map +1 -0
  402. package/dist/src/builtins/System/Security/Authentication/index.d.ts +49 -0
  403. package/dist/src/builtins/System/Security/Authentication/index.d.ts.map +1 -0
  404. package/dist/src/builtins/System/Security/Authentication/index.js +212 -0
  405. package/dist/src/builtins/System/Security/Authentication/index.js.map +1 -0
  406. package/dist/src/builtins/System/Security/Claims/index.d.ts +152 -0
  407. package/dist/src/builtins/System/Security/Claims/index.d.ts.map +1 -0
  408. package/dist/src/builtins/System/Security/Claims/index.js +844 -0
  409. package/dist/src/builtins/System/Security/Claims/index.js.map +1 -0
  410. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.d.ts +551 -0
  411. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.d.ts.map +1 -0
  412. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.js +2633 -0
  413. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.js.map +1 -0
  414. package/dist/src/builtins/System/Security/Cryptography/index.d.ts +1378 -0
  415. package/dist/src/builtins/System/Security/Cryptography/index.d.ts.map +1 -0
  416. package/dist/src/builtins/System/Security/Cryptography/index.js +6673 -0
  417. package/dist/src/builtins/System/Security/Cryptography/index.js.map +1 -0
  418. package/dist/src/builtins/System/Security/Permissions/index.d.ts +67 -0
  419. package/dist/src/builtins/System/Security/Permissions/index.d.ts.map +1 -0
  420. package/dist/src/builtins/System/Security/Permissions/index.js +325 -0
  421. package/dist/src/builtins/System/Security/Permissions/index.js.map +1 -0
  422. package/dist/src/builtins/System/Security/Policy/index.d.ts +28 -0
  423. package/dist/src/builtins/System/Security/Policy/index.d.ts.map +1 -0
  424. package/dist/src/builtins/System/Security/Policy/index.js +101 -0
  425. package/dist/src/builtins/System/Security/Policy/index.js.map +1 -0
  426. package/dist/src/builtins/System/Security/Principal/index.d.ts +252 -0
  427. package/dist/src/builtins/System/Security/Principal/index.d.ts.map +1 -0
  428. package/dist/src/builtins/System/Security/Principal/index.js +1338 -0
  429. package/dist/src/builtins/System/Security/Principal/index.js.map +1 -0
  430. package/dist/src/builtins/System/Security/index.d.ts +164 -0
  431. package/dist/src/builtins/System/Security/index.d.ts.map +1 -0
  432. package/dist/src/builtins/System/Security/index.js +672 -0
  433. package/dist/src/builtins/System/Security/index.js.map +1 -0
  434. package/dist/src/builtins/System/Text/Encodings/Web/index.d.ts +41 -0
  435. package/dist/src/builtins/System/Text/Encodings/Web/index.d.ts.map +1 -0
  436. package/dist/src/builtins/System/Text/Encodings/Web/index.js +162 -0
  437. package/dist/src/builtins/System/Text/Encodings/Web/index.js.map +1 -0
  438. package/dist/src/builtins/System/Text/Encodings/index.d.ts +6 -0
  439. package/dist/src/builtins/System/Text/Encodings/index.d.ts.map +1 -0
  440. package/dist/src/builtins/System/Text/Encodings/index.js +5 -0
  441. package/dist/src/builtins/System/Text/Encodings/index.js.map +1 -0
  442. package/dist/src/builtins/System/Text/Json/Nodes/index.d.ts +63 -0
  443. package/dist/src/builtins/System/Text/Json/Nodes/index.d.ts.map +1 -0
  444. package/dist/src/builtins/System/Text/Json/Nodes/index.js +250 -0
  445. package/dist/src/builtins/System/Text/Json/Nodes/index.js.map +1 -0
  446. package/dist/src/builtins/System/Text/Json/Schema/index.d.ts +21 -0
  447. package/dist/src/builtins/System/Text/Json/Schema/index.d.ts.map +1 -0
  448. package/dist/src/builtins/System/Text/Json/Schema/index.js +78 -0
  449. package/dist/src/builtins/System/Text/Json/Schema/index.js.map +1 -0
  450. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.d.ts +69 -0
  451. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.d.ts.map +1 -0
  452. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.js +328 -0
  453. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.js.map +1 -0
  454. package/dist/src/builtins/System/Text/Json/Serialization/index.d.ts +194 -0
  455. package/dist/src/builtins/System/Text/Json/Serialization/index.d.ts.map +1 -0
  456. package/dist/src/builtins/System/Text/Json/Serialization/index.js +840 -0
  457. package/dist/src/builtins/System/Text/Json/Serialization/index.js.map +1 -0
  458. package/dist/src/builtins/System/Text/Json/index.d.ts +251 -0
  459. package/dist/src/builtins/System/Text/Json/index.d.ts.map +1 -0
  460. package/dist/src/builtins/System/Text/Json/index.js +1185 -0
  461. package/dist/src/builtins/System/Text/Json/index.js.map +1 -0
  462. package/dist/src/builtins/System/Text/RegularExpressions/index.d.ts +152 -0
  463. package/dist/src/builtins/System/Text/RegularExpressions/index.d.ts.map +1 -0
  464. package/dist/src/builtins/System/Text/RegularExpressions/index.js +732 -0
  465. package/dist/src/builtins/System/Text/RegularExpressions/index.js.map +1 -0
  466. package/dist/src/builtins/System/Text/Unicode/index.d.ts +182 -0
  467. package/dist/src/builtins/System/Text/Unicode/index.d.ts.map +1 -0
  468. package/dist/src/builtins/System/Text/Unicode/index.js +1199 -0
  469. package/dist/src/builtins/System/Text/Unicode/index.js.map +1 -0
  470. package/dist/src/builtins/System/Text/index.d.ts +372 -0
  471. package/dist/src/builtins/System/Text/index.d.ts.map +1 -0
  472. package/dist/src/builtins/System/Text/index.js +1748 -0
  473. package/dist/src/builtins/System/Text/index.js.map +1 -0
  474. package/dist/src/builtins/System/Threading/Channels/index.d.ts +56 -0
  475. package/dist/src/builtins/System/Threading/Channels/index.d.ts.map +1 -0
  476. package/dist/src/builtins/System/Threading/Channels/index.js +229 -0
  477. package/dist/src/builtins/System/Threading/Channels/index.js.map +1 -0
  478. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.d.ts +159 -0
  479. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.d.ts.map +1 -0
  480. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.js +676 -0
  481. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.js.map +1 -0
  482. package/dist/src/builtins/System/Threading/Tasks/Sources/index.d.ts +32 -0
  483. package/dist/src/builtins/System/Threading/Tasks/Sources/index.d.ts.map +1 -0
  484. package/dist/src/builtins/System/Threading/Tasks/Sources/index.js +117 -0
  485. package/dist/src/builtins/System/Threading/Tasks/Sources/index.js.map +1 -0
  486. package/dist/src/builtins/System/Threading/Tasks/index.d.ts +163 -0
  487. package/dist/src/builtins/System/Threading/Tasks/index.d.ts.map +1 -0
  488. package/dist/src/builtins/System/Threading/Tasks/index.js +721 -0
  489. package/dist/src/builtins/System/Threading/Tasks/index.js.map +1 -0
  490. package/dist/src/builtins/System/Threading/index.d.ts +533 -0
  491. package/dist/src/builtins/System/Threading/index.d.ts.map +1 -0
  492. package/dist/src/builtins/System/Threading/index.js +2292 -0
  493. package/dist/src/builtins/System/Threading/index.js.map +1 -0
  494. package/dist/src/builtins/System/Timers/index.d.ts +34 -0
  495. package/dist/src/builtins/System/Timers/index.d.ts.map +1 -0
  496. package/dist/src/builtins/System/Timers/index.js +129 -0
  497. package/dist/src/builtins/System/Timers/index.js.map +1 -0
  498. package/dist/src/builtins/System/Transactions/index.d.ts +183 -0
  499. package/dist/src/builtins/System/Transactions/index.d.ts.map +1 -0
  500. package/dist/src/builtins/System/Transactions/index.js +727 -0
  501. package/dist/src/builtins/System/Transactions/index.js.map +1 -0
  502. package/dist/src/builtins/System/Web/index.d.ts +24 -0
  503. package/dist/src/builtins/System/Web/index.d.ts.map +1 -0
  504. package/dist/src/builtins/System/Web/index.js +84 -0
  505. package/dist/src/builtins/System/Web/index.js.map +1 -0
  506. package/dist/src/builtins/System/Windows/Input/index.d.ts +10 -0
  507. package/dist/src/builtins/System/Windows/Input/index.d.ts.map +1 -0
  508. package/dist/src/builtins/System/Windows/Input/index.js +18 -0
  509. package/dist/src/builtins/System/Windows/Input/index.js.map +1 -0
  510. package/dist/src/builtins/System/Windows/Markup/index.d.ts +11 -0
  511. package/dist/src/builtins/System/Windows/Markup/index.d.ts.map +1 -0
  512. package/dist/src/builtins/System/Windows/Markup/index.js +28 -0
  513. package/dist/src/builtins/System/Windows/Markup/index.js.map +1 -0
  514. package/dist/src/builtins/System/Windows/index.d.ts +7 -0
  515. package/dist/src/builtins/System/Windows/index.d.ts.map +1 -0
  516. package/dist/src/builtins/System/Windows/index.js +6 -0
  517. package/dist/src/builtins/System/Windows/index.js.map +1 -0
  518. package/dist/src/builtins/System/Xml/Linq/index.d.ts +234 -0
  519. package/dist/src/builtins/System/Xml/Linq/index.d.ts.map +1 -0
  520. package/dist/src/builtins/System/Xml/Linq/index.js +1086 -0
  521. package/dist/src/builtins/System/Xml/Linq/index.js.map +1 -0
  522. package/dist/src/builtins/System/Xml/Resolvers/index.d.ts +23 -0
  523. package/dist/src/builtins/System/Xml/Resolvers/index.d.ts.map +1 -0
  524. package/dist/src/builtins/System/Xml/Resolvers/index.js +86 -0
  525. package/dist/src/builtins/System/Xml/Resolvers/index.js.map +1 -0
  526. package/dist/src/builtins/System/Xml/Schema/index.d.ts +630 -0
  527. package/dist/src/builtins/System/Xml/Schema/index.d.ts.map +1 -0
  528. package/dist/src/builtins/System/Xml/Schema/index.js +2993 -0
  529. package/dist/src/builtins/System/Xml/Schema/index.js.map +1 -0
  530. package/dist/src/builtins/System/Xml/Serialization/index.d.ts +534 -0
  531. package/dist/src/builtins/System/Xml/Serialization/index.d.ts.map +1 -0
  532. package/dist/src/builtins/System/Xml/Serialization/index.js +2356 -0
  533. package/dist/src/builtins/System/Xml/Serialization/index.js.map +1 -0
  534. package/dist/src/builtins/System/Xml/XPath/index.d.ts +180 -0
  535. package/dist/src/builtins/System/Xml/XPath/index.d.ts.map +1 -0
  536. package/dist/src/builtins/System/Xml/XPath/index.js +917 -0
  537. package/dist/src/builtins/System/Xml/XPath/index.js.map +1 -0
  538. package/dist/src/builtins/System/Xml/Xsl/index.d.ts +76 -0
  539. package/dist/src/builtins/System/Xml/Xsl/index.d.ts.map +1 -0
  540. package/dist/src/builtins/System/Xml/Xsl/index.js +315 -0
  541. package/dist/src/builtins/System/Xml/Xsl/index.js.map +1 -0
  542. package/dist/src/builtins/System/Xml/index.d.ts +1114 -0
  543. package/dist/src/builtins/System/Xml/index.d.ts.map +1 -0
  544. package/dist/src/builtins/System/Xml/index.js +5736 -0
  545. package/dist/src/builtins/System/Xml/index.js.map +1 -0
  546. package/dist/src/builtins/System/index.d.ts +3029 -0
  547. package/dist/src/builtins/System/index.d.ts.map +1 -0
  548. package/dist/src/builtins/System/index.js +14587 -0
  549. package/dist/src/builtins/System/index.js.map +1 -0
  550. package/dist/src/builtins/index.d.ts +3 -0
  551. package/dist/src/builtins/index.d.ts.map +1 -0
  552. package/dist/src/builtins/index.js +3 -0
  553. package/dist/src/builtins/index.js.map +1 -0
  554. package/dist/src/components/access-expression/access-expression.d.ts +8 -3
  555. package/dist/src/components/access-expression/access-expression.d.ts.map +1 -1
  556. package/dist/src/components/access-expression/access-expression.js.map +1 -1
  557. package/dist/src/components/access-expression/part-descriptors.d.ts +8 -0
  558. package/dist/src/components/access-expression/part-descriptors.d.ts.map +1 -1
  559. package/dist/src/components/access-expression/part-descriptors.js +22 -2
  560. package/dist/src/components/access-expression/part-descriptors.js.map +1 -1
  561. package/dist/src/components/attributes/attributes.d.ts +2 -6
  562. package/dist/src/components/attributes/attributes.d.ts.map +1 -1
  563. package/dist/src/components/attributes/attributes.js +15 -1
  564. package/dist/src/components/attributes/attributes.js.map +1 -1
  565. package/dist/src/components/attributes/attributes.test.js +54 -1
  566. package/dist/src/components/attributes/attributes.test.js.map +1 -1
  567. package/dist/src/components/csproj-file/csproj-file.d.ts +15 -0
  568. package/dist/src/components/csproj-file/csproj-file.d.ts.map +1 -0
  569. package/dist/src/components/csproj-file/csproj-file.js +24 -0
  570. package/dist/src/components/csproj-file/csproj-file.js.map +1 -0
  571. package/dist/src/components/csproj-file/csproj-file.test.d.ts +2 -0
  572. package/dist/src/components/csproj-file/csproj-file.test.d.ts.map +1 -0
  573. package/dist/src/components/csproj-file/csproj-file.test.js +46 -0
  574. package/dist/src/components/csproj-file/csproj-file.test.js.map +1 -0
  575. package/dist/src/components/index.d.ts +2 -1
  576. package/dist/src/components/index.d.ts.map +1 -1
  577. package/dist/src/components/index.js +2 -1
  578. package/dist/src/components/index.js.map +1 -1
  579. package/dist/src/components/parameters/parameters.d.ts +35 -0
  580. package/dist/src/components/parameters/parameters.d.ts.map +1 -1
  581. package/dist/src/components/parameters/parameters.js +14 -1
  582. package/dist/src/components/parameters/parameters.js.map +1 -1
  583. package/dist/src/components/parameters/parameters.test.js +67 -0
  584. package/dist/src/components/parameters/parameters.test.js.map +1 -1
  585. package/dist/src/components/region/region.d.ts +7 -0
  586. package/dist/src/components/region/region.d.ts.map +1 -0
  587. package/dist/src/components/region/region.js +10 -0
  588. package/dist/src/components/region/region.js.map +1 -0
  589. package/dist/src/components/region/region.test.d.ts +2 -0
  590. package/dist/src/components/region/region.test.d.ts.map +1 -0
  591. package/dist/src/components/region/region.test.js +27 -0
  592. package/dist/src/components/region/region.test.js.map +1 -0
  593. package/dist/src/components/stc/index.d.ts +0 -1
  594. package/dist/src/components/stc/index.d.ts.map +1 -1
  595. package/dist/src/components/stc/index.js +0 -1
  596. package/dist/src/components/stc/index.js.map +1 -1
  597. package/dist/src/components/var/declaration.d.ts +6 -2
  598. package/dist/src/components/var/declaration.d.ts.map +1 -1
  599. package/dist/src/components/var/declaration.js +17 -3
  600. package/dist/src/components/var/declaration.js.map +1 -1
  601. package/dist/src/components/var/declaration.test.js +19 -2
  602. package/dist/src/components/var/declaration.test.js.map +1 -1
  603. package/dist/src/contexts/global-namespace.d.ts +1 -0
  604. package/dist/src/contexts/global-namespace.d.ts.map +1 -1
  605. package/dist/src/contexts/global-namespace.js +6 -1
  606. package/dist/src/contexts/global-namespace.js.map +1 -1
  607. package/dist/src/contexts/reference-context.d.ts +12 -0
  608. package/dist/src/contexts/reference-context.d.ts.map +1 -0
  609. package/dist/src/contexts/reference-context.js +15 -0
  610. package/dist/src/contexts/reference-context.js.map +1 -0
  611. package/dist/src/create-library.d.ts +62 -0
  612. package/dist/src/create-library.d.ts.map +1 -0
  613. package/dist/src/create-library.js +136 -0
  614. package/dist/src/create-library.js.map +1 -0
  615. package/dist/src/create-library.test.d.ts +2 -0
  616. package/dist/src/create-library.test.d.ts.map +1 -0
  617. package/dist/src/create-library.test.js +237 -0
  618. package/dist/src/create-library.test.js.map +1 -0
  619. package/dist/src/index.d.ts +2 -0
  620. package/dist/src/index.d.ts.map +1 -1
  621. package/dist/src/index.js +2 -0
  622. package/dist/src/index.js.map +1 -1
  623. package/dist/src/symbols/named-type.d.ts +3 -3
  624. package/dist/src/symbols/named-type.d.ts.map +1 -1
  625. package/dist/src/symbols/named-type.js.map +1 -1
  626. package/dist/src/symbols/reference.d.ts.map +1 -1
  627. package/dist/src/symbols/reference.js +7 -4
  628. package/dist/src/symbols/reference.js.map +1 -1
  629. package/dist/testing/create-wrapper.d.ts +3 -0
  630. package/dist/testing/create-wrapper.d.ts.map +1 -0
  631. package/dist/testing/create-wrapper.js +12 -0
  632. package/dist/testing/create-wrapper.js.map +1 -0
  633. package/dist/testing/create-wrapper.test.d.ts +2 -0
  634. package/dist/testing/create-wrapper.test.d.ts.map +1 -0
  635. package/dist/testing/create-wrapper.test.js +212 -0
  636. package/dist/testing/create-wrapper.test.js.map +1 -0
  637. package/dist/testing/index.d.ts +2 -0
  638. package/dist/testing/index.d.ts.map +1 -0
  639. package/dist/testing/index.js +2 -0
  640. package/dist/testing/index.js.map +1 -0
  641. package/dist/tsconfig.tsbuildinfo +1 -1
  642. package/package.json +22 -6
  643. package/scripts/components/library-interface.tsx +41 -0
  644. package/scripts/components/namespace-directory.tsx +104 -0
  645. package/scripts/generate-builtins.tsx +36 -0
  646. package/scripts/process-docfx.tsx +321 -0
  647. package/src/access.test.tsx +49 -0
  648. package/src/access.tsx +70 -0
  649. package/src/builtins/Microsoft/CSharp/RuntimeBinder/index.ts +32 -0
  650. package/src/builtins/Microsoft/CSharp/index.ts +8 -0
  651. package/src/builtins/Microsoft/VisualBasic/FileIO/index.ts +573 -0
  652. package/src/builtins/Microsoft/VisualBasic/index.ts +3021 -0
  653. package/src/builtins/Microsoft/Win32/SafeHandles/index.ts +400 -0
  654. package/src/builtins/Microsoft/Win32/index.ts +437 -0
  655. package/src/builtins/Microsoft/index.ts +10 -0
  656. package/src/builtins/System/Buffers/Binary/index.ts +646 -0
  657. package/src/builtins/System/Buffers/Text/index.ts +178 -0
  658. package/src/builtins/System/Buffers/index.ts +744 -0
  659. package/src/builtins/System/CodeDom/Compiler/index.ts +160 -0
  660. package/src/builtins/System/CodeDom/index.ts +8 -0
  661. package/src/builtins/System/Collections/Concurrent/index.ts +497 -0
  662. package/src/builtins/System/Collections/Frozen/index.ts +115 -0
  663. package/src/builtins/System/Collections/Generic/index.ts +1253 -0
  664. package/src/builtins/System/Collections/Immutable/index.ts +1322 -0
  665. package/src/builtins/System/Collections/ObjectModel/index.ts +489 -0
  666. package/src/builtins/System/Collections/Specialized/index.ts +878 -0
  667. package/src/builtins/System/Collections/index.ts +1639 -0
  668. package/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.ts +181 -0
  669. package/src/builtins/System/ComponentModel/DataAnnotations/index.ts +1507 -0
  670. package/src/builtins/System/ComponentModel/Design/Serialization/index.ts +661 -0
  671. package/src/builtins/System/ComponentModel/Design/index.ts +2432 -0
  672. package/src/builtins/System/ComponentModel/index.ts +8079 -0
  673. package/src/builtins/System/Configuration/Assemblies/index.ts +85 -0
  674. package/src/builtins/System/Configuration/index.ts +8 -0
  675. package/src/builtins/System/Data/Common/index.ts +3888 -0
  676. package/src/builtins/System/Data/SqlTypes/index.ts +3194 -0
  677. package/src/builtins/System/Data/index.ts +5476 -0
  678. package/src/builtins/System/Diagnostics/CodeAnalysis/index.ts +858 -0
  679. package/src/builtins/System/Diagnostics/Contracts/index.ts +383 -0
  680. package/src/builtins/System/Diagnostics/Metrics/index.ts +404 -0
  681. package/src/builtins/System/Diagnostics/SymbolStore/index.ts +746 -0
  682. package/src/builtins/System/Diagnostics/Tracing/index.ts +1160 -0
  683. package/src/builtins/System/Diagnostics/index.ts +4618 -0
  684. package/src/builtins/System/Drawing/index.ts +3861 -0
  685. package/src/builtins/System/Dynamic/index.ts +963 -0
  686. package/src/builtins/System/Formats/Asn1/index.ts +1014 -0
  687. package/src/builtins/System/Formats/Tar/index.ts +530 -0
  688. package/src/builtins/System/Formats/index.ts +9 -0
  689. package/src/builtins/System/Globalization/index.ts +4583 -0
  690. package/src/builtins/System/IO/Compression/index.ts +1078 -0
  691. package/src/builtins/System/IO/Enumeration/index.ts +269 -0
  692. package/src/builtins/System/IO/IsolatedStorage/index.ts +596 -0
  693. package/src/builtins/System/IO/MemoryMappedFiles/index.ts +305 -0
  694. package/src/builtins/System/IO/Pipelines/index.ts +506 -0
  695. package/src/builtins/System/IO/Pipes/index.ts +878 -0
  696. package/src/builtins/System/IO/index.ts +4466 -0
  697. package/src/builtins/System/Linq/Expressions/index.ts +2680 -0
  698. package/src/builtins/System/Linq/index.ts +352 -0
  699. package/src/builtins/System/Net/Cache/index.ts +263 -0
  700. package/src/builtins/System/Net/Http/Headers/index.ts +2001 -0
  701. package/src/builtins/System/Net/Http/Json/index.ts +91 -0
  702. package/src/builtins/System/Net/Http/Metrics/index.ts +51 -0
  703. package/src/builtins/System/Net/Http/index.ts +1757 -0
  704. package/src/builtins/System/Net/Mail/index.ts +1051 -0
  705. package/src/builtins/System/Net/Mime/index.ts +598 -0
  706. package/src/builtins/System/Net/NetworkInformation/index.ts +3282 -0
  707. package/src/builtins/System/Net/Quic/index.ts +762 -0
  708. package/src/builtins/System/Net/Security/index.ts +1709 -0
  709. package/src/builtins/System/Net/Sockets/index.ts +3686 -0
  710. package/src/builtins/System/Net/WebSockets/index.ts +1039 -0
  711. package/src/builtins/System/Net/index.ts +6535 -0
  712. package/src/builtins/System/Numerics/index.ts +4126 -0
  713. package/src/builtins/System/Reflection/Emit/index.ts +5060 -0
  714. package/src/builtins/System/Reflection/Metadata/Ecma335/index.ts +2729 -0
  715. package/src/builtins/System/Reflection/Metadata/index.ts +7374 -0
  716. package/src/builtins/System/Reflection/PortableExecutable/index.ts +2401 -0
  717. package/src/builtins/System/Reflection/index.ts +6276 -0
  718. package/src/builtins/System/Resources/index.ts +357 -0
  719. package/src/builtins/System/Runtime/CompilerServices/index.ts +2406 -0
  720. package/src/builtins/System/Runtime/ConstrainedExecution/index.ts +129 -0
  721. package/src/builtins/System/Runtime/ExceptionServices/index.ts +80 -0
  722. package/src/builtins/System/Runtime/InteropServices/ComTypes/index.ts +87 -0
  723. package/src/builtins/System/Runtime/InteropServices/JavaScript/index.ts +290 -0
  724. package/src/builtins/System/Runtime/InteropServices/Marshalling/index.ts +1271 -0
  725. package/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.ts +100 -0
  726. package/src/builtins/System/Runtime/InteropServices/Swift/index.ts +65 -0
  727. package/src/builtins/System/Runtime/InteropServices/index.ts +4405 -0
  728. package/src/builtins/System/Runtime/Intrinsics/Arm/index.ts +1568 -0
  729. package/src/builtins/System/Runtime/Intrinsics/Wasm/index.ts +409 -0
  730. package/src/builtins/System/Runtime/Intrinsics/X86/index.ts +1681 -0
  731. package/src/builtins/System/Runtime/Intrinsics/index.ts +324 -0
  732. package/src/builtins/System/Runtime/Loader/index.ts +173 -0
  733. package/src/builtins/System/Runtime/Remoting/index.ts +25 -0
  734. package/src/builtins/System/Runtime/Serialization/DataContracts/index.ts +314 -0
  735. package/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.ts +76 -0
  736. package/src/builtins/System/Runtime/Serialization/Formatters/index.ts +103 -0
  737. package/src/builtins/System/Runtime/Serialization/Json/index.ts +235 -0
  738. package/src/builtins/System/Runtime/Serialization/index.ts +1981 -0
  739. package/src/builtins/System/Runtime/Versioning/index.ts +415 -0
  740. package/src/builtins/System/Runtime/index.ts +300 -0
  741. package/src/builtins/System/Security/AccessControl/index.ts +2826 -0
  742. package/src/builtins/System/Security/Authentication/ExtendedProtection/index.ts +210 -0
  743. package/src/builtins/System/Security/Authentication/index.ts +256 -0
  744. package/src/builtins/System/Security/Claims/index.ts +994 -0
  745. package/src/builtins/System/Security/Cryptography/X509Certificates/index.ts +3182 -0
  746. package/src/builtins/System/Security/Cryptography/index.ts +8047 -0
  747. package/src/builtins/System/Security/Permissions/index.ts +390 -0
  748. package/src/builtins/System/Security/Policy/index.ts +127 -0
  749. package/src/builtins/System/Security/Principal/index.ts +1588 -0
  750. package/src/builtins/System/Security/index.ts +826 -0
  751. package/src/builtins/System/Text/Encodings/Web/index.ts +200 -0
  752. package/src/builtins/System/Text/Encodings/index.ts +8 -0
  753. package/src/builtins/System/Text/Json/Nodes/index.ts +311 -0
  754. package/src/builtins/System/Text/Json/Schema/index.ts +97 -0
  755. package/src/builtins/System/Text/Json/Serialization/Metadata/index.ts +395 -0
  756. package/src/builtins/System/Text/Json/Serialization/index.ts +1030 -0
  757. package/src/builtins/System/Text/Json/index.ts +1430 -0
  758. package/src/builtins/System/Text/RegularExpressions/index.ts +882 -0
  759. package/src/builtins/System/Text/Unicode/index.ts +1379 -0
  760. package/src/builtins/System/Text/index.ts +2113 -0
  761. package/src/builtins/System/Threading/Channels/index.ts +283 -0
  762. package/src/builtins/System/Threading/Tasks/Dataflow/index.ts +837 -0
  763. package/src/builtins/System/Threading/Tasks/Sources/index.ts +147 -0
  764. package/src/builtins/System/Threading/Tasks/index.ts +879 -0
  765. package/src/builtins/System/Threading/index.ts +2824 -0
  766. package/src/builtins/System/Timers/index.ts +161 -0
  767. package/src/builtins/System/Transactions/index.ts +908 -0
  768. package/src/builtins/System/Web/index.ts +105 -0
  769. package/src/builtins/System/Windows/Input/index.ts +25 -0
  770. package/src/builtins/System/Windows/Markup/index.ts +37 -0
  771. package/src/builtins/System/Windows/index.ts +9 -0
  772. package/src/builtins/System/Xml/Linq/index.ts +1318 -0
  773. package/src/builtins/System/Xml/Resolvers/index.ts +107 -0
  774. package/src/builtins/System/Xml/Schema/index.ts +3621 -0
  775. package/src/builtins/System/Xml/Serialization/index.ts +2890 -0
  776. package/src/builtins/System/Xml/XPath/index.ts +1095 -0
  777. package/src/builtins/System/Xml/Xsl/index.ts +389 -0
  778. package/src/builtins/System/Xml/index.ts +6841 -0
  779. package/src/builtins/System/index.ts +17593 -0
  780. package/src/builtins/index.ts +2 -0
  781. package/src/components/access-expression/access-expression.tsx +8 -2
  782. package/src/components/access-expression/part-descriptors.ts +26 -2
  783. package/src/components/attributes/attributes.test.tsx +43 -2
  784. package/src/components/attributes/attributes.tsx +14 -7
  785. package/src/components/csproj-file/csproj-file.test.tsx +38 -0
  786. package/src/components/csproj-file/csproj-file.tsx +32 -0
  787. package/src/components/index.ts +2 -1
  788. package/src/components/parameters/parameters.test.tsx +70 -0
  789. package/src/components/parameters/parameters.tsx +55 -0
  790. package/src/components/region/region.test.tsx +19 -0
  791. package/src/components/region/region.tsx +16 -0
  792. package/src/components/stc/index.ts +0 -1
  793. package/src/components/var/declaration.test.tsx +15 -1
  794. package/src/components/var/declaration.tsx +20 -4
  795. package/src/contexts/global-namespace.ts +8 -1
  796. package/src/contexts/reference-context.ts +18 -0
  797. package/src/create-library.test.tsx +213 -0
  798. package/src/create-library.ts +306 -0
  799. package/src/index.ts +2 -0
  800. package/src/symbols/named-type.ts +3 -3
  801. package/src/symbols/reference.tsx +19 -4
  802. package/temp/api.json +4021 -1922
  803. package/testing/create-wrapper.test.tsx +145 -0
  804. package/testing/create-wrapper.tsx +12 -0
  805. package/testing/index.ts +1 -0
  806. package/tsconfig.json +13 -2
  807. package/tsdoc.json +4 -0
  808. package/dist/src/components/ProjectDirectory.d.ts +0 -12
  809. package/dist/src/components/ProjectDirectory.d.ts.map +0 -1
  810. package/dist/src/components/ProjectDirectory.js +0 -47
  811. package/dist/src/components/ProjectDirectory.js.map +0 -1
  812. package/dist/test/project-directory.test.d.ts +0 -2
  813. package/dist/test/project-directory.test.d.ts.map +0 -1
  814. package/dist/test/project-directory.test.js +0 -133
  815. package/dist/test/project-directory.test.js.map +0 -1
  816. package/src/components/ProjectDirectory.tsx +0 -56
  817. package/test/project-directory.test.tsx +0 -121
@@ -0,0 +1,2633 @@
1
+ import SafeHandles from "../../../../Microsoft/Win32/SafeHandles/index.js";
2
+ import ObjectModel from "../../../Collections/ObjectModel/index.js";
3
+ import System from "../../../index.js";
4
+ import Cryptography from "../index.js";
5
+ import { createLibrary } from "#createLibrary";
6
+ const X509Certificates = createLibrary("System.Security.Cryptography.X509Certificates", {
7
+ CertificateRequest: {
8
+ kind: "class",
9
+ members: {
10
+ CertificateRequest: {
11
+ kind: "method",
12
+ methodKind: "constructor"
13
+ },
14
+ Create: {
15
+ kind: "method",
16
+ methodKind: "ordinary"
17
+ },
18
+ CreateSelfSigned: {
19
+ kind: "method",
20
+ methodKind: "ordinary"
21
+ },
22
+ CreateSigningRequest: {
23
+ kind: "method",
24
+ methodKind: "ordinary"
25
+ },
26
+ CreateSigningRequestPem: {
27
+ kind: "method",
28
+ methodKind: "ordinary"
29
+ },
30
+ LoadSigningRequest: {
31
+ kind: "method",
32
+ methodKind: "ordinary",
33
+ isStatic: true
34
+ },
35
+ LoadSigningRequestPem: {
36
+ kind: "method",
37
+ methodKind: "ordinary",
38
+ isStatic: true
39
+ },
40
+ CertificateExtensions: {
41
+ kind: "property",
42
+ type: () => {
43
+ return ObjectModel.Collection;
44
+ }
45
+ },
46
+ HashAlgorithm: {
47
+ kind: "property",
48
+ type: () => {
49
+ return Cryptography.HashAlgorithmName;
50
+ }
51
+ },
52
+ OtherRequestAttributes: {
53
+ kind: "property",
54
+ type: () => {
55
+ return ObjectModel.Collection;
56
+ }
57
+ },
58
+ PublicKey: {
59
+ kind: "property",
60
+ type: () => {
61
+ return X509Certificates.PublicKey;
62
+ }
63
+ },
64
+ SubjectName: {
65
+ kind: "property",
66
+ type: () => {
67
+ return X509Certificates.X500DistinguishedName;
68
+ }
69
+ }
70
+ },
71
+ isSealed: true
72
+ },
73
+ CertificateRequestLoadOptions: {
74
+ kind: "enum",
75
+ members: {
76
+ Default: {
77
+ kind: "field",
78
+ type: () => {
79
+ return X509Certificates.CertificateRequestLoadOptions;
80
+ }
81
+ },
82
+ SkipSignatureValidation: {
83
+ kind: "field",
84
+ type: () => {
85
+ return X509Certificates.CertificateRequestLoadOptions;
86
+ }
87
+ },
88
+ UnsafeLoadCertificateExtensions: {
89
+ kind: "field",
90
+ type: () => {
91
+ return X509Certificates.CertificateRequestLoadOptions;
92
+ }
93
+ }
94
+ }
95
+ },
96
+ CertificateRevocationListBuilder: {
97
+ kind: "class",
98
+ members: {
99
+ CertificateRevocationListBuilder: {
100
+ kind: "method",
101
+ methodKind: "constructor"
102
+ },
103
+ AddEntry: {
104
+ kind: "method",
105
+ methodKind: "ordinary"
106
+ },
107
+ Build: {
108
+ kind: "method",
109
+ methodKind: "ordinary"
110
+ },
111
+ BuildCrlDistributionPointExtension: {
112
+ kind: "method",
113
+ methodKind: "ordinary",
114
+ isStatic: true
115
+ },
116
+ Load: {
117
+ kind: "method",
118
+ methodKind: "ordinary",
119
+ isStatic: true
120
+ },
121
+ LoadPem: {
122
+ kind: "method",
123
+ methodKind: "ordinary",
124
+ isStatic: true
125
+ },
126
+ RemoveEntry: {
127
+ kind: "method",
128
+ methodKind: "ordinary"
129
+ }
130
+ },
131
+ isSealed: true
132
+ },
133
+ DSACertificateExtensions: {
134
+ kind: "class",
135
+ members: {
136
+ CopyWithPrivateKey: {
137
+ kind: "method",
138
+ methodKind: "ordinary",
139
+ isStatic: true
140
+ },
141
+ GetDSAPrivateKey: {
142
+ kind: "method",
143
+ methodKind: "ordinary",
144
+ isStatic: true
145
+ },
146
+ GetDSAPublicKey: {
147
+ kind: "method",
148
+ methodKind: "ordinary",
149
+ isStatic: true
150
+ }
151
+ },
152
+ isStatic: true
153
+ },
154
+ ECDsaCertificateExtensions: {
155
+ kind: "class",
156
+ members: {
157
+ CopyWithPrivateKey: {
158
+ kind: "method",
159
+ methodKind: "ordinary",
160
+ isStatic: true
161
+ },
162
+ GetECDsaPrivateKey: {
163
+ kind: "method",
164
+ methodKind: "ordinary",
165
+ isStatic: true
166
+ },
167
+ GetECDsaPublicKey: {
168
+ kind: "method",
169
+ methodKind: "ordinary",
170
+ isStatic: true
171
+ }
172
+ },
173
+ isStatic: true
174
+ },
175
+ OpenFlags: {
176
+ kind: "enum",
177
+ members: {
178
+ ReadOnly: {
179
+ kind: "field",
180
+ type: () => {
181
+ return X509Certificates.OpenFlags;
182
+ }
183
+ },
184
+ ReadWrite: {
185
+ kind: "field",
186
+ type: () => {
187
+ return X509Certificates.OpenFlags;
188
+ }
189
+ },
190
+ MaxAllowed: {
191
+ kind: "field",
192
+ type: () => {
193
+ return X509Certificates.OpenFlags;
194
+ }
195
+ },
196
+ OpenExistingOnly: {
197
+ kind: "field",
198
+ type: () => {
199
+ return X509Certificates.OpenFlags;
200
+ }
201
+ },
202
+ IncludeArchived: {
203
+ kind: "field",
204
+ type: () => {
205
+ return X509Certificates.OpenFlags;
206
+ }
207
+ }
208
+ }
209
+ },
210
+ Pkcs12LoadLimitExceededException: {
211
+ kind: "class",
212
+ members: {
213
+ Pkcs12LoadLimitExceededException: {
214
+ kind: "method",
215
+ methodKind: "constructor"
216
+ }
217
+ },
218
+ isSealed: true
219
+ },
220
+ Pkcs12LoaderLimits: {
221
+ kind: "class",
222
+ members: {
223
+ Pkcs12LoaderLimits: {
224
+ kind: "method",
225
+ methodKind: "constructor"
226
+ },
227
+ MakeReadOnly: {
228
+ kind: "method",
229
+ methodKind: "ordinary"
230
+ },
231
+ DangerousNoLimits: {
232
+ kind: "property",
233
+ type: () => {
234
+ return X509Certificates.Pkcs12LoaderLimits;
235
+ },
236
+ isStatic: true
237
+ },
238
+ Defaults: {
239
+ kind: "property",
240
+ type: () => {
241
+ return X509Certificates.Pkcs12LoaderLimits;
242
+ },
243
+ isStatic: true
244
+ },
245
+ IgnoreEncryptedAuthSafes: {
246
+ kind: "property",
247
+ type: () => {
248
+ return System.Boolean;
249
+ }
250
+ },
251
+ IgnorePrivateKeys: {
252
+ kind: "property",
253
+ type: () => {
254
+ return System.Boolean;
255
+ }
256
+ },
257
+ IndividualKdfIterationLimit: {
258
+ kind: "property",
259
+ type: () => {
260
+ return System.Int32;
261
+ },
262
+ isNullable: true
263
+ },
264
+ IsReadOnly: {
265
+ kind: "property",
266
+ type: () => {
267
+ return System.Boolean;
268
+ }
269
+ },
270
+ MacIterationLimit: {
271
+ kind: "property",
272
+ type: () => {
273
+ return System.Int32;
274
+ },
275
+ isNullable: true
276
+ },
277
+ MaxCertificates: {
278
+ kind: "property",
279
+ type: () => {
280
+ return System.Int32;
281
+ },
282
+ isNullable: true
283
+ },
284
+ MaxKeys: {
285
+ kind: "property",
286
+ type: () => {
287
+ return System.Int32;
288
+ },
289
+ isNullable: true
290
+ },
291
+ PreserveCertificateAlias: {
292
+ kind: "property",
293
+ type: () => {
294
+ return System.Boolean;
295
+ }
296
+ },
297
+ PreserveKeyName: {
298
+ kind: "property",
299
+ type: () => {
300
+ return System.Boolean;
301
+ }
302
+ },
303
+ PreserveStorageProvider: {
304
+ kind: "property",
305
+ type: () => {
306
+ return System.Boolean;
307
+ }
308
+ },
309
+ PreserveUnknownAttributes: {
310
+ kind: "property",
311
+ type: () => {
312
+ return System.Boolean;
313
+ }
314
+ },
315
+ TotalKdfIterationLimit: {
316
+ kind: "property",
317
+ type: () => {
318
+ return System.Int32;
319
+ },
320
+ isNullable: true
321
+ }
322
+ },
323
+ isSealed: true
324
+ },
325
+ PublicKey: {
326
+ kind: "class",
327
+ members: {
328
+ PublicKey: {
329
+ kind: "method",
330
+ methodKind: "constructor"
331
+ },
332
+ CreateFromSubjectPublicKeyInfo: {
333
+ kind: "method",
334
+ methodKind: "ordinary",
335
+ isStatic: true
336
+ },
337
+ ExportSubjectPublicKeyInfo: {
338
+ kind: "method",
339
+ methodKind: "ordinary"
340
+ },
341
+ GetDSAPublicKey: {
342
+ kind: "method",
343
+ methodKind: "ordinary"
344
+ },
345
+ GetECDiffieHellmanPublicKey: {
346
+ kind: "method",
347
+ methodKind: "ordinary"
348
+ },
349
+ GetECDsaPublicKey: {
350
+ kind: "method",
351
+ methodKind: "ordinary"
352
+ },
353
+ GetRSAPublicKey: {
354
+ kind: "method",
355
+ methodKind: "ordinary"
356
+ },
357
+ TryExportSubjectPublicKeyInfo: {
358
+ kind: "method",
359
+ methodKind: "ordinary"
360
+ },
361
+ EncodedKeyValue: {
362
+ kind: "property",
363
+ type: () => {
364
+ return Cryptography.AsnEncodedData;
365
+ }
366
+ },
367
+ EncodedParameters: {
368
+ kind: "property",
369
+ type: () => {
370
+ return Cryptography.AsnEncodedData;
371
+ }
372
+ },
373
+ Key: {
374
+ kind: "property",
375
+ type: () => {
376
+ return Cryptography.AsymmetricAlgorithm;
377
+ }
378
+ },
379
+ Oid: {
380
+ kind: "property",
381
+ type: () => {
382
+ return Cryptography.Oid;
383
+ }
384
+ }
385
+ },
386
+ isSealed: true
387
+ },
388
+ RSACertificateExtensions: {
389
+ kind: "class",
390
+ members: {
391
+ CopyWithPrivateKey: {
392
+ kind: "method",
393
+ methodKind: "ordinary",
394
+ isStatic: true
395
+ },
396
+ GetRSAPrivateKey: {
397
+ kind: "method",
398
+ methodKind: "ordinary",
399
+ isStatic: true
400
+ },
401
+ GetRSAPublicKey: {
402
+ kind: "method",
403
+ methodKind: "ordinary",
404
+ isStatic: true
405
+ }
406
+ },
407
+ isStatic: true
408
+ },
409
+ StoreLocation: {
410
+ kind: "enum",
411
+ members: {
412
+ CurrentUser: {
413
+ kind: "field",
414
+ type: () => {
415
+ return X509Certificates.StoreLocation;
416
+ }
417
+ },
418
+ LocalMachine: {
419
+ kind: "field",
420
+ type: () => {
421
+ return X509Certificates.StoreLocation;
422
+ }
423
+ }
424
+ }
425
+ },
426
+ StoreName: {
427
+ kind: "enum",
428
+ members: {
429
+ AddressBook: {
430
+ kind: "field",
431
+ type: () => {
432
+ return X509Certificates.StoreName;
433
+ }
434
+ },
435
+ AuthRoot: {
436
+ kind: "field",
437
+ type: () => {
438
+ return X509Certificates.StoreName;
439
+ }
440
+ },
441
+ CertificateAuthority: {
442
+ kind: "field",
443
+ type: () => {
444
+ return X509Certificates.StoreName;
445
+ }
446
+ },
447
+ Disallowed: {
448
+ kind: "field",
449
+ type: () => {
450
+ return X509Certificates.StoreName;
451
+ }
452
+ },
453
+ My: {
454
+ kind: "field",
455
+ type: () => {
456
+ return X509Certificates.StoreName;
457
+ }
458
+ },
459
+ Root: {
460
+ kind: "field",
461
+ type: () => {
462
+ return X509Certificates.StoreName;
463
+ }
464
+ },
465
+ TrustedPeople: {
466
+ kind: "field",
467
+ type: () => {
468
+ return X509Certificates.StoreName;
469
+ }
470
+ },
471
+ TrustedPublisher: {
472
+ kind: "field",
473
+ type: () => {
474
+ return X509Certificates.StoreName;
475
+ }
476
+ }
477
+ }
478
+ },
479
+ SubjectAlternativeNameBuilder: {
480
+ kind: "class",
481
+ members: {
482
+ SubjectAlternativeNameBuilder: {
483
+ kind: "method",
484
+ methodKind: "constructor"
485
+ },
486
+ AddDnsName: {
487
+ kind: "method",
488
+ methodKind: "ordinary"
489
+ },
490
+ AddEmailAddress: {
491
+ kind: "method",
492
+ methodKind: "ordinary"
493
+ },
494
+ AddIpAddress: {
495
+ kind: "method",
496
+ methodKind: "ordinary"
497
+ },
498
+ AddUri: {
499
+ kind: "method",
500
+ methodKind: "ordinary"
501
+ },
502
+ AddUserPrincipalName: {
503
+ kind: "method",
504
+ methodKind: "ordinary"
505
+ },
506
+ Build: {
507
+ kind: "method",
508
+ methodKind: "ordinary"
509
+ }
510
+ },
511
+ isSealed: true
512
+ },
513
+ X500DistinguishedName: {
514
+ kind: "class",
515
+ members: {
516
+ X500DistinguishedName: {
517
+ kind: "method",
518
+ methodKind: "constructor"
519
+ },
520
+ Decode: {
521
+ kind: "method",
522
+ methodKind: "ordinary"
523
+ },
524
+ EnumerateRelativeDistinguishedNames: {
525
+ kind: "method",
526
+ methodKind: "ordinary"
527
+ },
528
+ Format: {
529
+ kind: "method",
530
+ methodKind: "ordinary",
531
+ isOverride: true
532
+ },
533
+ Name: {
534
+ kind: "property",
535
+ type: () => {
536
+ return System.String;
537
+ }
538
+ }
539
+ },
540
+ isSealed: true
541
+ },
542
+ X500DistinguishedNameBuilder: {
543
+ kind: "class",
544
+ members: {
545
+ X500DistinguishedNameBuilder: {
546
+ kind: "method",
547
+ methodKind: "constructor"
548
+ },
549
+ Add: {
550
+ kind: "method",
551
+ methodKind: "ordinary"
552
+ },
553
+ AddCommonName: {
554
+ kind: "method",
555
+ methodKind: "ordinary"
556
+ },
557
+ AddCountryOrRegion: {
558
+ kind: "method",
559
+ methodKind: "ordinary"
560
+ },
561
+ AddDomainComponent: {
562
+ kind: "method",
563
+ methodKind: "ordinary"
564
+ },
565
+ AddEmailAddress: {
566
+ kind: "method",
567
+ methodKind: "ordinary"
568
+ },
569
+ AddLocalityName: {
570
+ kind: "method",
571
+ methodKind: "ordinary"
572
+ },
573
+ AddOrganizationalUnitName: {
574
+ kind: "method",
575
+ methodKind: "ordinary"
576
+ },
577
+ AddOrganizationName: {
578
+ kind: "method",
579
+ methodKind: "ordinary"
580
+ },
581
+ AddStateOrProvinceName: {
582
+ kind: "method",
583
+ methodKind: "ordinary"
584
+ },
585
+ Build: {
586
+ kind: "method",
587
+ methodKind: "ordinary"
588
+ }
589
+ },
590
+ isSealed: true
591
+ },
592
+ X500DistinguishedNameFlags: {
593
+ kind: "enum",
594
+ members: {
595
+ None: {
596
+ kind: "field",
597
+ type: () => {
598
+ return X509Certificates.X500DistinguishedNameFlags;
599
+ }
600
+ },
601
+ Reversed: {
602
+ kind: "field",
603
+ type: () => {
604
+ return X509Certificates.X500DistinguishedNameFlags;
605
+ }
606
+ },
607
+ UseSemicolons: {
608
+ kind: "field",
609
+ type: () => {
610
+ return X509Certificates.X500DistinguishedNameFlags;
611
+ }
612
+ },
613
+ DoNotUsePlusSign: {
614
+ kind: "field",
615
+ type: () => {
616
+ return X509Certificates.X500DistinguishedNameFlags;
617
+ }
618
+ },
619
+ DoNotUseQuotes: {
620
+ kind: "field",
621
+ type: () => {
622
+ return X509Certificates.X500DistinguishedNameFlags;
623
+ }
624
+ },
625
+ UseCommas: {
626
+ kind: "field",
627
+ type: () => {
628
+ return X509Certificates.X500DistinguishedNameFlags;
629
+ }
630
+ },
631
+ UseNewLines: {
632
+ kind: "field",
633
+ type: () => {
634
+ return X509Certificates.X500DistinguishedNameFlags;
635
+ }
636
+ },
637
+ UseUTF8Encoding: {
638
+ kind: "field",
639
+ type: () => {
640
+ return X509Certificates.X500DistinguishedNameFlags;
641
+ }
642
+ },
643
+ UseT61Encoding: {
644
+ kind: "field",
645
+ type: () => {
646
+ return X509Certificates.X500DistinguishedNameFlags;
647
+ }
648
+ },
649
+ ForceUTF8Encoding: {
650
+ kind: "field",
651
+ type: () => {
652
+ return X509Certificates.X500DistinguishedNameFlags;
653
+ }
654
+ }
655
+ }
656
+ },
657
+ X500RelativeDistinguishedName: {
658
+ kind: "class",
659
+ members: {
660
+ GetSingleElementType: {
661
+ kind: "method",
662
+ methodKind: "ordinary"
663
+ },
664
+ GetSingleElementValue: {
665
+ kind: "method",
666
+ methodKind: "ordinary"
667
+ },
668
+ HasMultipleElements: {
669
+ kind: "property",
670
+ type: () => {
671
+ return System.Boolean;
672
+ }
673
+ },
674
+ RawData: {
675
+ kind: "property",
676
+ type: () => {
677
+ return System.ReadOnlyMemory;
678
+ }
679
+ }
680
+ },
681
+ isSealed: true
682
+ },
683
+ X509AuthorityInformationAccessExtension: {
684
+ kind: "class",
685
+ members: {
686
+ X509AuthorityInformationAccessExtension: {
687
+ kind: "method",
688
+ methodKind: "constructor"
689
+ },
690
+ CopyFrom: {
691
+ kind: "method",
692
+ methodKind: "ordinary",
693
+ isOverride: true
694
+ },
695
+ EnumerateCAIssuersUris: {
696
+ kind: "method",
697
+ methodKind: "ordinary"
698
+ },
699
+ EnumerateOcspUris: {
700
+ kind: "method",
701
+ methodKind: "ordinary"
702
+ },
703
+ EnumerateUris: {
704
+ kind: "method",
705
+ methodKind: "ordinary"
706
+ }
707
+ },
708
+ isSealed: true
709
+ },
710
+ X509AuthorityKeyIdentifierExtension: {
711
+ kind: "class",
712
+ members: {
713
+ X509AuthorityKeyIdentifierExtension: {
714
+ kind: "method",
715
+ methodKind: "constructor"
716
+ },
717
+ CopyFrom: {
718
+ kind: "method",
719
+ methodKind: "ordinary",
720
+ isOverride: true
721
+ },
722
+ Create: {
723
+ kind: "method",
724
+ methodKind: "ordinary",
725
+ isStatic: true
726
+ },
727
+ CreateFromCertificate: {
728
+ kind: "method",
729
+ methodKind: "ordinary",
730
+ isStatic: true
731
+ },
732
+ CreateFromIssuerNameAndSerialNumber: {
733
+ kind: "method",
734
+ methodKind: "ordinary",
735
+ isStatic: true
736
+ },
737
+ CreateFromSubjectKeyIdentifier: {
738
+ kind: "method",
739
+ methodKind: "ordinary",
740
+ isStatic: true
741
+ },
742
+ KeyIdentifier: {
743
+ kind: "property",
744
+ type: () => {
745
+ return System.ReadOnlyMemory;
746
+ },
747
+ isNullable: true
748
+ },
749
+ NamedIssuer: {
750
+ kind: "property",
751
+ type: () => {
752
+ return X509Certificates.X500DistinguishedName;
753
+ },
754
+ isNullable: true
755
+ },
756
+ RawIssuer: {
757
+ kind: "property",
758
+ type: () => {
759
+ return System.ReadOnlyMemory;
760
+ },
761
+ isNullable: true
762
+ },
763
+ SerialNumber: {
764
+ kind: "property",
765
+ type: () => {
766
+ return System.ReadOnlyMemory;
767
+ },
768
+ isNullable: true
769
+ }
770
+ },
771
+ isSealed: true
772
+ },
773
+ X509BasicConstraintsExtension: {
774
+ kind: "class",
775
+ members: {
776
+ X509BasicConstraintsExtension: {
777
+ kind: "method",
778
+ methodKind: "constructor"
779
+ },
780
+ CopyFrom: {
781
+ kind: "method",
782
+ methodKind: "ordinary",
783
+ isOverride: true
784
+ },
785
+ CreateForCertificateAuthority: {
786
+ kind: "method",
787
+ methodKind: "ordinary",
788
+ isStatic: true
789
+ },
790
+ CreateForEndEntity: {
791
+ kind: "method",
792
+ methodKind: "ordinary",
793
+ isStatic: true
794
+ },
795
+ CertificateAuthority: {
796
+ kind: "property",
797
+ type: () => {
798
+ return System.Boolean;
799
+ }
800
+ },
801
+ HasPathLengthConstraint: {
802
+ kind: "property",
803
+ type: () => {
804
+ return System.Boolean;
805
+ }
806
+ },
807
+ PathLengthConstraint: {
808
+ kind: "property",
809
+ type: () => {
810
+ return System.Int32;
811
+ }
812
+ }
813
+ },
814
+ isSealed: true
815
+ },
816
+ X509Certificate: {
817
+ kind: "class",
818
+ members: {
819
+ X509Certificate: {
820
+ kind: "method",
821
+ methodKind: "constructor"
822
+ },
823
+ CreateFromCertFile: {
824
+ kind: "method",
825
+ methodKind: "ordinary",
826
+ isStatic: true
827
+ },
828
+ CreateFromSignedFile: {
829
+ kind: "method",
830
+ methodKind: "ordinary",
831
+ isStatic: true
832
+ },
833
+ Dispose: {
834
+ kind: "method",
835
+ methodKind: "ordinary"
836
+ },
837
+ Equals: {
838
+ kind: "method",
839
+ methodKind: "ordinary",
840
+ isOverride: true
841
+ },
842
+ Export: {
843
+ kind: "method",
844
+ methodKind: "ordinary",
845
+ isVirtual: true
846
+ },
847
+ FormatDate: {
848
+ kind: "method",
849
+ methodKind: "ordinary",
850
+ isStatic: true
851
+ },
852
+ GetCertHash: {
853
+ kind: "method",
854
+ methodKind: "ordinary",
855
+ isVirtual: true
856
+ },
857
+ GetCertHashString: {
858
+ kind: "method",
859
+ methodKind: "ordinary",
860
+ isVirtual: true
861
+ },
862
+ GetEffectiveDateString: {
863
+ kind: "method",
864
+ methodKind: "ordinary",
865
+ isVirtual: true
866
+ },
867
+ GetExpirationDateString: {
868
+ kind: "method",
869
+ methodKind: "ordinary",
870
+ isVirtual: true
871
+ },
872
+ GetFormat: {
873
+ kind: "method",
874
+ methodKind: "ordinary",
875
+ isVirtual: true
876
+ },
877
+ GetHashCode: {
878
+ kind: "method",
879
+ methodKind: "ordinary",
880
+ isOverride: true
881
+ },
882
+ GetIssuerName: {
883
+ kind: "method",
884
+ methodKind: "ordinary",
885
+ isVirtual: true
886
+ },
887
+ GetKeyAlgorithm: {
888
+ kind: "method",
889
+ methodKind: "ordinary",
890
+ isVirtual: true
891
+ },
892
+ GetKeyAlgorithmParameters: {
893
+ kind: "method",
894
+ methodKind: "ordinary",
895
+ isVirtual: true
896
+ },
897
+ GetKeyAlgorithmParametersString: {
898
+ kind: "method",
899
+ methodKind: "ordinary",
900
+ isVirtual: true
901
+ },
902
+ GetName: {
903
+ kind: "method",
904
+ methodKind: "ordinary",
905
+ isVirtual: true
906
+ },
907
+ GetPublicKey: {
908
+ kind: "method",
909
+ methodKind: "ordinary",
910
+ isVirtual: true
911
+ },
912
+ GetPublicKeyString: {
913
+ kind: "method",
914
+ methodKind: "ordinary",
915
+ isVirtual: true
916
+ },
917
+ GetRawCertData: {
918
+ kind: "method",
919
+ methodKind: "ordinary",
920
+ isVirtual: true
921
+ },
922
+ GetRawCertDataString: {
923
+ kind: "method",
924
+ methodKind: "ordinary",
925
+ isVirtual: true
926
+ },
927
+ GetSerialNumber: {
928
+ kind: "method",
929
+ methodKind: "ordinary",
930
+ isVirtual: true
931
+ },
932
+ GetSerialNumberString: {
933
+ kind: "method",
934
+ methodKind: "ordinary",
935
+ isVirtual: true
936
+ },
937
+ Import: {
938
+ kind: "method",
939
+ methodKind: "ordinary",
940
+ isVirtual: true
941
+ },
942
+ Reset: {
943
+ kind: "method",
944
+ methodKind: "ordinary",
945
+ isVirtual: true
946
+ },
947
+ ToString: {
948
+ kind: "method",
949
+ methodKind: "ordinary",
950
+ isOverride: true
951
+ },
952
+ TryGetCertHash: {
953
+ kind: "method",
954
+ methodKind: "ordinary",
955
+ isVirtual: true
956
+ },
957
+ Handle: {
958
+ kind: "property",
959
+ type: () => {
960
+ return System.IntPtr;
961
+ }
962
+ },
963
+ Issuer: {
964
+ kind: "property",
965
+ type: () => {
966
+ return System.String;
967
+ }
968
+ },
969
+ SerialNumberBytes: {
970
+ kind: "property",
971
+ type: () => {
972
+ return System.ReadOnlyMemory;
973
+ }
974
+ },
975
+ Subject: {
976
+ kind: "property",
977
+ type: () => {
978
+ return System.String;
979
+ }
980
+ }
981
+ }
982
+ },
983
+ X509Certificate2: {
984
+ kind: "class",
985
+ members: {
986
+ X509Certificate2: {
987
+ kind: "method",
988
+ methodKind: "constructor"
989
+ },
990
+ CopyWithPrivateKey: {
991
+ kind: "method",
992
+ methodKind: "ordinary"
993
+ },
994
+ CreateFromEncryptedPem: {
995
+ kind: "method",
996
+ methodKind: "ordinary",
997
+ isStatic: true
998
+ },
999
+ CreateFromEncryptedPemFile: {
1000
+ kind: "method",
1001
+ methodKind: "ordinary",
1002
+ isStatic: true
1003
+ },
1004
+ CreateFromPem: {
1005
+ kind: "method",
1006
+ methodKind: "ordinary",
1007
+ isStatic: true
1008
+ },
1009
+ CreateFromPemFile: {
1010
+ kind: "method",
1011
+ methodKind: "ordinary",
1012
+ isStatic: true
1013
+ },
1014
+ ExportCertificatePem: {
1015
+ kind: "method",
1016
+ methodKind: "ordinary"
1017
+ },
1018
+ GetCertContentType: {
1019
+ kind: "method",
1020
+ methodKind: "ordinary",
1021
+ isStatic: true
1022
+ },
1023
+ GetECDiffieHellmanPrivateKey: {
1024
+ kind: "method",
1025
+ methodKind: "ordinary"
1026
+ },
1027
+ GetECDiffieHellmanPublicKey: {
1028
+ kind: "method",
1029
+ methodKind: "ordinary"
1030
+ },
1031
+ GetNameInfo: {
1032
+ kind: "method",
1033
+ methodKind: "ordinary"
1034
+ },
1035
+ Import: {
1036
+ kind: "method",
1037
+ methodKind: "ordinary",
1038
+ isOverride: true
1039
+ },
1040
+ MatchesHostname: {
1041
+ kind: "method",
1042
+ methodKind: "ordinary"
1043
+ },
1044
+ Reset: {
1045
+ kind: "method",
1046
+ methodKind: "ordinary",
1047
+ isOverride: true
1048
+ },
1049
+ ToString: {
1050
+ kind: "method",
1051
+ methodKind: "ordinary",
1052
+ isOverride: true
1053
+ },
1054
+ TryExportCertificatePem: {
1055
+ kind: "method",
1056
+ methodKind: "ordinary"
1057
+ },
1058
+ Verify: {
1059
+ kind: "method",
1060
+ methodKind: "ordinary"
1061
+ },
1062
+ Archived: {
1063
+ kind: "property",
1064
+ type: () => {
1065
+ return System.Boolean;
1066
+ }
1067
+ },
1068
+ Extensions: {
1069
+ kind: "property",
1070
+ type: () => {
1071
+ return X509Certificates.X509ExtensionCollection;
1072
+ }
1073
+ },
1074
+ FriendlyName: {
1075
+ kind: "property",
1076
+ type: () => {
1077
+ return System.String;
1078
+ }
1079
+ },
1080
+ HasPrivateKey: {
1081
+ kind: "property",
1082
+ type: () => {
1083
+ return System.Boolean;
1084
+ }
1085
+ },
1086
+ IssuerName: {
1087
+ kind: "property",
1088
+ type: () => {
1089
+ return X509Certificates.X500DistinguishedName;
1090
+ }
1091
+ },
1092
+ NotAfter: {
1093
+ kind: "property",
1094
+ type: () => {
1095
+ return System.DateTime;
1096
+ }
1097
+ },
1098
+ NotBefore: {
1099
+ kind: "property",
1100
+ type: () => {
1101
+ return System.DateTime;
1102
+ }
1103
+ },
1104
+ PrivateKey: {
1105
+ kind: "property",
1106
+ type: () => {
1107
+ return Cryptography.AsymmetricAlgorithm;
1108
+ }
1109
+ },
1110
+ PublicKey: {
1111
+ kind: "property",
1112
+ type: () => {
1113
+ return X509Certificates.PublicKey;
1114
+ }
1115
+ },
1116
+ RawData: {
1117
+ kind: "property",
1118
+ type: () => {
1119
+ return System.Array;
1120
+ }
1121
+ },
1122
+ RawDataMemory: {
1123
+ kind: "property",
1124
+ type: () => {
1125
+ return System.ReadOnlyMemory;
1126
+ }
1127
+ },
1128
+ SerialNumber: {
1129
+ kind: "property",
1130
+ type: () => {
1131
+ return System.String;
1132
+ }
1133
+ },
1134
+ SignatureAlgorithm: {
1135
+ kind: "property",
1136
+ type: () => {
1137
+ return Cryptography.Oid;
1138
+ }
1139
+ },
1140
+ SubjectName: {
1141
+ kind: "property",
1142
+ type: () => {
1143
+ return X509Certificates.X500DistinguishedName;
1144
+ }
1145
+ },
1146
+ Thumbprint: {
1147
+ kind: "property",
1148
+ type: () => {
1149
+ return System.String;
1150
+ }
1151
+ },
1152
+ Version: {
1153
+ kind: "property",
1154
+ type: () => {
1155
+ return System.Int32;
1156
+ }
1157
+ }
1158
+ }
1159
+ },
1160
+ X509Certificate2Collection: {
1161
+ kind: "class",
1162
+ members: {
1163
+ X509Certificate2Collection: {
1164
+ kind: "method",
1165
+ methodKind: "constructor"
1166
+ },
1167
+ Add: {
1168
+ kind: "method",
1169
+ methodKind: "ordinary"
1170
+ },
1171
+ AddRange: {
1172
+ kind: "method",
1173
+ methodKind: "ordinary"
1174
+ },
1175
+ Contains: {
1176
+ kind: "method",
1177
+ methodKind: "ordinary"
1178
+ },
1179
+ Export: {
1180
+ kind: "method",
1181
+ methodKind: "ordinary"
1182
+ },
1183
+ ExportCertificatePems: {
1184
+ kind: "method",
1185
+ methodKind: "ordinary"
1186
+ },
1187
+ ExportPkcs7Pem: {
1188
+ kind: "method",
1189
+ methodKind: "ordinary"
1190
+ },
1191
+ Find: {
1192
+ kind: "method",
1193
+ methodKind: "ordinary"
1194
+ },
1195
+ GetEnumerator: {
1196
+ kind: "method",
1197
+ methodKind: "ordinary"
1198
+ },
1199
+ Import: {
1200
+ kind: "method",
1201
+ methodKind: "ordinary"
1202
+ },
1203
+ ImportFromPem: {
1204
+ kind: "method",
1205
+ methodKind: "ordinary"
1206
+ },
1207
+ ImportFromPemFile: {
1208
+ kind: "method",
1209
+ methodKind: "ordinary"
1210
+ },
1211
+ Insert: {
1212
+ kind: "method",
1213
+ methodKind: "ordinary"
1214
+ },
1215
+ Remove: {
1216
+ kind: "method",
1217
+ methodKind: "ordinary"
1218
+ },
1219
+ RemoveRange: {
1220
+ kind: "method",
1221
+ methodKind: "ordinary"
1222
+ },
1223
+ TryExportCertificatePems: {
1224
+ kind: "method",
1225
+ methodKind: "ordinary"
1226
+ },
1227
+ TryExportPkcs7Pem: {
1228
+ kind: "method",
1229
+ methodKind: "ordinary"
1230
+ },
1231
+ Item: {
1232
+ kind: "property",
1233
+ type: () => {
1234
+ return X509Certificates.X509Certificate2;
1235
+ }
1236
+ }
1237
+ }
1238
+ },
1239
+ X509Certificate2Enumerator: {
1240
+ kind: "class",
1241
+ members: {
1242
+ MoveNext: {
1243
+ kind: "method",
1244
+ methodKind: "ordinary"
1245
+ },
1246
+ Reset: {
1247
+ kind: "method",
1248
+ methodKind: "ordinary"
1249
+ },
1250
+ Current: {
1251
+ kind: "property",
1252
+ type: () => {
1253
+ return X509Certificates.X509Certificate2;
1254
+ }
1255
+ }
1256
+ },
1257
+ isSealed: true
1258
+ },
1259
+ X509CertificateCollection: {
1260
+ kind: "class",
1261
+ members: {
1262
+ X509CertificateEnumerator: {
1263
+ kind: "class",
1264
+ members: {
1265
+ X509CertificateEnumerator: {
1266
+ kind: "method",
1267
+ methodKind: "constructor"
1268
+ },
1269
+ MoveNext: {
1270
+ kind: "method",
1271
+ methodKind: "ordinary"
1272
+ },
1273
+ Reset: {
1274
+ kind: "method",
1275
+ methodKind: "ordinary"
1276
+ },
1277
+ Current: {
1278
+ kind: "property",
1279
+ type: () => {
1280
+ return X509Certificates.X509Certificate;
1281
+ }
1282
+ }
1283
+ }
1284
+ }
1285
+ }
1286
+ },
1287
+ X509CertificateLoader: {
1288
+ kind: "class",
1289
+ members: {
1290
+ LoadCertificate: {
1291
+ kind: "method",
1292
+ methodKind: "ordinary",
1293
+ isStatic: true
1294
+ },
1295
+ LoadCertificateFromFile: {
1296
+ kind: "method",
1297
+ methodKind: "ordinary",
1298
+ isStatic: true
1299
+ },
1300
+ LoadPkcs12: {
1301
+ kind: "method",
1302
+ methodKind: "ordinary",
1303
+ isStatic: true
1304
+ },
1305
+ LoadPkcs12Collection: {
1306
+ kind: "method",
1307
+ methodKind: "ordinary",
1308
+ isStatic: true
1309
+ },
1310
+ LoadPkcs12CollectionFromFile: {
1311
+ kind: "method",
1312
+ methodKind: "ordinary",
1313
+ isStatic: true
1314
+ },
1315
+ LoadPkcs12FromFile: {
1316
+ kind: "method",
1317
+ methodKind: "ordinary",
1318
+ isStatic: true
1319
+ }
1320
+ },
1321
+ isStatic: true
1322
+ },
1323
+ X509Chain: {
1324
+ kind: "class",
1325
+ members: {
1326
+ X509Chain: {
1327
+ kind: "method",
1328
+ methodKind: "constructor"
1329
+ },
1330
+ Build: {
1331
+ kind: "method",
1332
+ methodKind: "ordinary"
1333
+ },
1334
+ Create: {
1335
+ kind: "method",
1336
+ methodKind: "ordinary",
1337
+ isStatic: true
1338
+ },
1339
+ Dispose: {
1340
+ kind: "method",
1341
+ methodKind: "ordinary"
1342
+ },
1343
+ Reset: {
1344
+ kind: "method",
1345
+ methodKind: "ordinary"
1346
+ },
1347
+ ChainContext: {
1348
+ kind: "property",
1349
+ type: () => {
1350
+ return System.IntPtr;
1351
+ }
1352
+ },
1353
+ ChainElements: {
1354
+ kind: "property",
1355
+ type: () => {
1356
+ return X509Certificates.X509ChainElementCollection;
1357
+ }
1358
+ },
1359
+ ChainPolicy: {
1360
+ kind: "property",
1361
+ type: () => {
1362
+ return X509Certificates.X509ChainPolicy;
1363
+ }
1364
+ },
1365
+ ChainStatus: {
1366
+ kind: "property",
1367
+ type: () => {
1368
+ return System.Array;
1369
+ }
1370
+ },
1371
+ SafeHandle: {
1372
+ kind: "property",
1373
+ type: () => {
1374
+ return SafeHandles.SafeX509ChainHandle;
1375
+ },
1376
+ isNullable: true
1377
+ }
1378
+ }
1379
+ },
1380
+ X509ChainElement: {
1381
+ kind: "class",
1382
+ members: {
1383
+ Certificate: {
1384
+ kind: "property",
1385
+ type: () => {
1386
+ return X509Certificates.X509Certificate2;
1387
+ }
1388
+ },
1389
+ ChainElementStatus: {
1390
+ kind: "property",
1391
+ type: () => {
1392
+ return System.Array;
1393
+ }
1394
+ },
1395
+ Information: {
1396
+ kind: "property",
1397
+ type: () => {
1398
+ return System.String;
1399
+ }
1400
+ }
1401
+ }
1402
+ },
1403
+ X509ChainElementCollection: {
1404
+ kind: "class",
1405
+ members: {
1406
+ CopyTo: {
1407
+ kind: "method",
1408
+ methodKind: "ordinary"
1409
+ },
1410
+ GetEnumerator: {
1411
+ kind: "method",
1412
+ methodKind: "ordinary"
1413
+ },
1414
+ Count: {
1415
+ kind: "property",
1416
+ type: () => {
1417
+ return System.Int32;
1418
+ }
1419
+ },
1420
+ IsSynchronized: {
1421
+ kind: "property",
1422
+ type: () => {
1423
+ return System.Boolean;
1424
+ }
1425
+ },
1426
+ Item: {
1427
+ kind: "property",
1428
+ type: () => {
1429
+ return X509Certificates.X509ChainElement;
1430
+ }
1431
+ },
1432
+ SyncRoot: {
1433
+ kind: "property",
1434
+ type: () => {
1435
+ return System.Object;
1436
+ }
1437
+ }
1438
+ },
1439
+ isSealed: true
1440
+ },
1441
+ X509ChainElementEnumerator: {
1442
+ kind: "class",
1443
+ members: {
1444
+ MoveNext: {
1445
+ kind: "method",
1446
+ methodKind: "ordinary"
1447
+ },
1448
+ Reset: {
1449
+ kind: "method",
1450
+ methodKind: "ordinary"
1451
+ },
1452
+ Current: {
1453
+ kind: "property",
1454
+ type: () => {
1455
+ return X509Certificates.X509ChainElement;
1456
+ }
1457
+ }
1458
+ },
1459
+ isSealed: true
1460
+ },
1461
+ X509ChainPolicy: {
1462
+ kind: "class",
1463
+ members: {
1464
+ X509ChainPolicy: {
1465
+ kind: "method",
1466
+ methodKind: "constructor"
1467
+ },
1468
+ Clone: {
1469
+ kind: "method",
1470
+ methodKind: "ordinary"
1471
+ },
1472
+ Reset: {
1473
+ kind: "method",
1474
+ methodKind: "ordinary"
1475
+ },
1476
+ ApplicationPolicy: {
1477
+ kind: "property",
1478
+ type: () => {
1479
+ return Cryptography.OidCollection;
1480
+ }
1481
+ },
1482
+ CertificatePolicy: {
1483
+ kind: "property",
1484
+ type: () => {
1485
+ return Cryptography.OidCollection;
1486
+ }
1487
+ },
1488
+ CustomTrustStore: {
1489
+ kind: "property",
1490
+ type: () => {
1491
+ return X509Certificates.X509Certificate2Collection;
1492
+ }
1493
+ },
1494
+ DisableCertificateDownloads: {
1495
+ kind: "property",
1496
+ type: () => {
1497
+ return System.Boolean;
1498
+ }
1499
+ },
1500
+ ExtraStore: {
1501
+ kind: "property",
1502
+ type: () => {
1503
+ return X509Certificates.X509Certificate2Collection;
1504
+ }
1505
+ },
1506
+ RevocationFlag: {
1507
+ kind: "property",
1508
+ type: () => {
1509
+ return X509Certificates.X509RevocationFlag;
1510
+ }
1511
+ },
1512
+ RevocationMode: {
1513
+ kind: "property",
1514
+ type: () => {
1515
+ return X509Certificates.X509RevocationMode;
1516
+ }
1517
+ },
1518
+ TrustMode: {
1519
+ kind: "property",
1520
+ type: () => {
1521
+ return X509Certificates.X509ChainTrustMode;
1522
+ }
1523
+ },
1524
+ UrlRetrievalTimeout: {
1525
+ kind: "property",
1526
+ type: () => {
1527
+ return System.TimeSpan;
1528
+ }
1529
+ },
1530
+ VerificationFlags: {
1531
+ kind: "property",
1532
+ type: () => {
1533
+ return X509Certificates.X509VerificationFlags;
1534
+ }
1535
+ },
1536
+ VerificationTime: {
1537
+ kind: "property",
1538
+ type: () => {
1539
+ return System.DateTime;
1540
+ }
1541
+ },
1542
+ VerificationTimeIgnored: {
1543
+ kind: "property",
1544
+ type: () => {
1545
+ return System.Boolean;
1546
+ }
1547
+ }
1548
+ },
1549
+ isSealed: true
1550
+ },
1551
+ X509ChainStatus: {
1552
+ kind: "struct",
1553
+ members: {
1554
+ Status: {
1555
+ kind: "property",
1556
+ type: () => {
1557
+ return X509Certificates.X509ChainStatusFlags;
1558
+ },
1559
+ isReadOnly: true
1560
+ },
1561
+ StatusInformation: {
1562
+ kind: "property",
1563
+ type: () => {
1564
+ return System.String;
1565
+ }
1566
+ }
1567
+ }
1568
+ },
1569
+ X509ChainStatusFlags: {
1570
+ kind: "enum",
1571
+ members: {
1572
+ NoError: {
1573
+ kind: "field",
1574
+ type: () => {
1575
+ return X509Certificates.X509ChainStatusFlags;
1576
+ }
1577
+ },
1578
+ NotTimeValid: {
1579
+ kind: "field",
1580
+ type: () => {
1581
+ return X509Certificates.X509ChainStatusFlags;
1582
+ }
1583
+ },
1584
+ NotTimeNested: {
1585
+ kind: "field",
1586
+ type: () => {
1587
+ return X509Certificates.X509ChainStatusFlags;
1588
+ }
1589
+ },
1590
+ Revoked: {
1591
+ kind: "field",
1592
+ type: () => {
1593
+ return X509Certificates.X509ChainStatusFlags;
1594
+ }
1595
+ },
1596
+ NotSignatureValid: {
1597
+ kind: "field",
1598
+ type: () => {
1599
+ return X509Certificates.X509ChainStatusFlags;
1600
+ }
1601
+ },
1602
+ NotValidForUsage: {
1603
+ kind: "field",
1604
+ type: () => {
1605
+ return X509Certificates.X509ChainStatusFlags;
1606
+ }
1607
+ },
1608
+ UntrustedRoot: {
1609
+ kind: "field",
1610
+ type: () => {
1611
+ return X509Certificates.X509ChainStatusFlags;
1612
+ }
1613
+ },
1614
+ RevocationStatusUnknown: {
1615
+ kind: "field",
1616
+ type: () => {
1617
+ return X509Certificates.X509ChainStatusFlags;
1618
+ }
1619
+ },
1620
+ Cyclic: {
1621
+ kind: "field",
1622
+ type: () => {
1623
+ return X509Certificates.X509ChainStatusFlags;
1624
+ }
1625
+ },
1626
+ InvalidExtension: {
1627
+ kind: "field",
1628
+ type: () => {
1629
+ return X509Certificates.X509ChainStatusFlags;
1630
+ }
1631
+ },
1632
+ InvalidPolicyConstraints: {
1633
+ kind: "field",
1634
+ type: () => {
1635
+ return X509Certificates.X509ChainStatusFlags;
1636
+ }
1637
+ },
1638
+ InvalidBasicConstraints: {
1639
+ kind: "field",
1640
+ type: () => {
1641
+ return X509Certificates.X509ChainStatusFlags;
1642
+ }
1643
+ },
1644
+ InvalidNameConstraints: {
1645
+ kind: "field",
1646
+ type: () => {
1647
+ return X509Certificates.X509ChainStatusFlags;
1648
+ }
1649
+ },
1650
+ HasNotSupportedNameConstraint: {
1651
+ kind: "field",
1652
+ type: () => {
1653
+ return X509Certificates.X509ChainStatusFlags;
1654
+ }
1655
+ },
1656
+ HasNotDefinedNameConstraint: {
1657
+ kind: "field",
1658
+ type: () => {
1659
+ return X509Certificates.X509ChainStatusFlags;
1660
+ }
1661
+ },
1662
+ HasNotPermittedNameConstraint: {
1663
+ kind: "field",
1664
+ type: () => {
1665
+ return X509Certificates.X509ChainStatusFlags;
1666
+ }
1667
+ },
1668
+ HasExcludedNameConstraint: {
1669
+ kind: "field",
1670
+ type: () => {
1671
+ return X509Certificates.X509ChainStatusFlags;
1672
+ }
1673
+ },
1674
+ PartialChain: {
1675
+ kind: "field",
1676
+ type: () => {
1677
+ return X509Certificates.X509ChainStatusFlags;
1678
+ }
1679
+ },
1680
+ CtlNotTimeValid: {
1681
+ kind: "field",
1682
+ type: () => {
1683
+ return X509Certificates.X509ChainStatusFlags;
1684
+ }
1685
+ },
1686
+ CtlNotSignatureValid: {
1687
+ kind: "field",
1688
+ type: () => {
1689
+ return X509Certificates.X509ChainStatusFlags;
1690
+ }
1691
+ },
1692
+ CtlNotValidForUsage: {
1693
+ kind: "field",
1694
+ type: () => {
1695
+ return X509Certificates.X509ChainStatusFlags;
1696
+ }
1697
+ },
1698
+ HasWeakSignature: {
1699
+ kind: "field",
1700
+ type: () => {
1701
+ return X509Certificates.X509ChainStatusFlags;
1702
+ }
1703
+ },
1704
+ OfflineRevocation: {
1705
+ kind: "field",
1706
+ type: () => {
1707
+ return X509Certificates.X509ChainStatusFlags;
1708
+ }
1709
+ },
1710
+ NoIssuanceChainPolicy: {
1711
+ kind: "field",
1712
+ type: () => {
1713
+ return X509Certificates.X509ChainStatusFlags;
1714
+ }
1715
+ },
1716
+ ExplicitDistrust: {
1717
+ kind: "field",
1718
+ type: () => {
1719
+ return X509Certificates.X509ChainStatusFlags;
1720
+ }
1721
+ },
1722
+ HasNotSupportedCriticalExtension: {
1723
+ kind: "field",
1724
+ type: () => {
1725
+ return X509Certificates.X509ChainStatusFlags;
1726
+ }
1727
+ }
1728
+ }
1729
+ },
1730
+ X509ChainTrustMode: {
1731
+ kind: "enum",
1732
+ members: {
1733
+ System: {
1734
+ kind: "field",
1735
+ type: () => {
1736
+ return X509Certificates.X509ChainTrustMode;
1737
+ }
1738
+ },
1739
+ CustomRootTrust: {
1740
+ kind: "field",
1741
+ type: () => {
1742
+ return X509Certificates.X509ChainTrustMode;
1743
+ }
1744
+ }
1745
+ }
1746
+ },
1747
+ X509ContentType: {
1748
+ kind: "enum",
1749
+ members: {
1750
+ Unknown: {
1751
+ kind: "field",
1752
+ type: () => {
1753
+ return X509Certificates.X509ContentType;
1754
+ }
1755
+ },
1756
+ Cert: {
1757
+ kind: "field",
1758
+ type: () => {
1759
+ return X509Certificates.X509ContentType;
1760
+ }
1761
+ },
1762
+ SerializedCert: {
1763
+ kind: "field",
1764
+ type: () => {
1765
+ return X509Certificates.X509ContentType;
1766
+ }
1767
+ },
1768
+ Pfx: {
1769
+ kind: "field",
1770
+ type: () => {
1771
+ return X509Certificates.X509ContentType;
1772
+ }
1773
+ },
1774
+ Pkcs12: {
1775
+ kind: "field",
1776
+ type: () => {
1777
+ return X509Certificates.X509ContentType;
1778
+ }
1779
+ },
1780
+ SerializedStore: {
1781
+ kind: "field",
1782
+ type: () => {
1783
+ return X509Certificates.X509ContentType;
1784
+ }
1785
+ },
1786
+ Pkcs7: {
1787
+ kind: "field",
1788
+ type: () => {
1789
+ return X509Certificates.X509ContentType;
1790
+ }
1791
+ },
1792
+ Authenticode: {
1793
+ kind: "field",
1794
+ type: () => {
1795
+ return X509Certificates.X509ContentType;
1796
+ }
1797
+ }
1798
+ }
1799
+ },
1800
+ X509EnhancedKeyUsageExtension: {
1801
+ kind: "class",
1802
+ members: {
1803
+ X509EnhancedKeyUsageExtension: {
1804
+ kind: "method",
1805
+ methodKind: "constructor"
1806
+ },
1807
+ CopyFrom: {
1808
+ kind: "method",
1809
+ methodKind: "ordinary",
1810
+ isOverride: true
1811
+ },
1812
+ EnhancedKeyUsages: {
1813
+ kind: "property",
1814
+ type: () => {
1815
+ return Cryptography.OidCollection;
1816
+ }
1817
+ }
1818
+ },
1819
+ isSealed: true
1820
+ },
1821
+ X509Extension: {
1822
+ kind: "class",
1823
+ members: {
1824
+ X509Extension: {
1825
+ kind: "method",
1826
+ methodKind: "constructor"
1827
+ },
1828
+ CopyFrom: {
1829
+ kind: "method",
1830
+ methodKind: "ordinary",
1831
+ isOverride: true
1832
+ },
1833
+ Critical: {
1834
+ kind: "property",
1835
+ type: () => {
1836
+ return System.Boolean;
1837
+ }
1838
+ }
1839
+ }
1840
+ },
1841
+ X509ExtensionCollection: {
1842
+ kind: "class",
1843
+ members: {
1844
+ X509ExtensionCollection: {
1845
+ kind: "method",
1846
+ methodKind: "constructor"
1847
+ },
1848
+ Add: {
1849
+ kind: "method",
1850
+ methodKind: "ordinary"
1851
+ },
1852
+ CopyTo: {
1853
+ kind: "method",
1854
+ methodKind: "ordinary"
1855
+ },
1856
+ GetEnumerator: {
1857
+ kind: "method",
1858
+ methodKind: "ordinary"
1859
+ },
1860
+ Count: {
1861
+ kind: "property",
1862
+ type: () => {
1863
+ return System.Int32;
1864
+ }
1865
+ },
1866
+ IsSynchronized: {
1867
+ kind: "property",
1868
+ type: () => {
1869
+ return System.Boolean;
1870
+ }
1871
+ },
1872
+ Item: {
1873
+ kind: "property",
1874
+ type: () => {
1875
+ return X509Certificates.X509Extension;
1876
+ }
1877
+ },
1878
+ SyncRoot: {
1879
+ kind: "property",
1880
+ type: () => {
1881
+ return System.Object;
1882
+ }
1883
+ }
1884
+ },
1885
+ isSealed: true
1886
+ },
1887
+ X509ExtensionEnumerator: {
1888
+ kind: "class",
1889
+ members: {
1890
+ MoveNext: {
1891
+ kind: "method",
1892
+ methodKind: "ordinary"
1893
+ },
1894
+ Reset: {
1895
+ kind: "method",
1896
+ methodKind: "ordinary"
1897
+ },
1898
+ Current: {
1899
+ kind: "property",
1900
+ type: () => {
1901
+ return X509Certificates.X509Extension;
1902
+ }
1903
+ }
1904
+ },
1905
+ isSealed: true
1906
+ },
1907
+ X509FindType: {
1908
+ kind: "enum",
1909
+ members: {
1910
+ FindByThumbprint: {
1911
+ kind: "field",
1912
+ type: () => {
1913
+ return X509Certificates.X509FindType;
1914
+ }
1915
+ },
1916
+ FindBySubjectName: {
1917
+ kind: "field",
1918
+ type: () => {
1919
+ return X509Certificates.X509FindType;
1920
+ }
1921
+ },
1922
+ FindBySubjectDistinguishedName: {
1923
+ kind: "field",
1924
+ type: () => {
1925
+ return X509Certificates.X509FindType;
1926
+ }
1927
+ },
1928
+ FindByIssuerName: {
1929
+ kind: "field",
1930
+ type: () => {
1931
+ return X509Certificates.X509FindType;
1932
+ }
1933
+ },
1934
+ FindByIssuerDistinguishedName: {
1935
+ kind: "field",
1936
+ type: () => {
1937
+ return X509Certificates.X509FindType;
1938
+ }
1939
+ },
1940
+ FindBySerialNumber: {
1941
+ kind: "field",
1942
+ type: () => {
1943
+ return X509Certificates.X509FindType;
1944
+ }
1945
+ },
1946
+ FindByTimeValid: {
1947
+ kind: "field",
1948
+ type: () => {
1949
+ return X509Certificates.X509FindType;
1950
+ }
1951
+ },
1952
+ FindByTimeNotYetValid: {
1953
+ kind: "field",
1954
+ type: () => {
1955
+ return X509Certificates.X509FindType;
1956
+ }
1957
+ },
1958
+ FindByTimeExpired: {
1959
+ kind: "field",
1960
+ type: () => {
1961
+ return X509Certificates.X509FindType;
1962
+ }
1963
+ },
1964
+ FindByTemplateName: {
1965
+ kind: "field",
1966
+ type: () => {
1967
+ return X509Certificates.X509FindType;
1968
+ }
1969
+ },
1970
+ FindByApplicationPolicy: {
1971
+ kind: "field",
1972
+ type: () => {
1973
+ return X509Certificates.X509FindType;
1974
+ }
1975
+ },
1976
+ FindByCertificatePolicy: {
1977
+ kind: "field",
1978
+ type: () => {
1979
+ return X509Certificates.X509FindType;
1980
+ }
1981
+ },
1982
+ FindByExtension: {
1983
+ kind: "field",
1984
+ type: () => {
1985
+ return X509Certificates.X509FindType;
1986
+ }
1987
+ },
1988
+ FindByKeyUsage: {
1989
+ kind: "field",
1990
+ type: () => {
1991
+ return X509Certificates.X509FindType;
1992
+ }
1993
+ },
1994
+ FindBySubjectKeyIdentifier: {
1995
+ kind: "field",
1996
+ type: () => {
1997
+ return X509Certificates.X509FindType;
1998
+ }
1999
+ }
2000
+ }
2001
+ },
2002
+ X509IncludeOption: {
2003
+ kind: "enum",
2004
+ members: {
2005
+ None: {
2006
+ kind: "field",
2007
+ type: () => {
2008
+ return X509Certificates.X509IncludeOption;
2009
+ }
2010
+ },
2011
+ ExcludeRoot: {
2012
+ kind: "field",
2013
+ type: () => {
2014
+ return X509Certificates.X509IncludeOption;
2015
+ }
2016
+ },
2017
+ EndCertOnly: {
2018
+ kind: "field",
2019
+ type: () => {
2020
+ return X509Certificates.X509IncludeOption;
2021
+ }
2022
+ },
2023
+ WholeChain: {
2024
+ kind: "field",
2025
+ type: () => {
2026
+ return X509Certificates.X509IncludeOption;
2027
+ }
2028
+ }
2029
+ }
2030
+ },
2031
+ X509KeyStorageFlags: {
2032
+ kind: "enum",
2033
+ members: {
2034
+ DefaultKeySet: {
2035
+ kind: "field",
2036
+ type: () => {
2037
+ return X509Certificates.X509KeyStorageFlags;
2038
+ }
2039
+ },
2040
+ UserKeySet: {
2041
+ kind: "field",
2042
+ type: () => {
2043
+ return X509Certificates.X509KeyStorageFlags;
2044
+ }
2045
+ },
2046
+ MachineKeySet: {
2047
+ kind: "field",
2048
+ type: () => {
2049
+ return X509Certificates.X509KeyStorageFlags;
2050
+ }
2051
+ },
2052
+ Exportable: {
2053
+ kind: "field",
2054
+ type: () => {
2055
+ return X509Certificates.X509KeyStorageFlags;
2056
+ }
2057
+ },
2058
+ UserProtected: {
2059
+ kind: "field",
2060
+ type: () => {
2061
+ return X509Certificates.X509KeyStorageFlags;
2062
+ }
2063
+ },
2064
+ PersistKeySet: {
2065
+ kind: "field",
2066
+ type: () => {
2067
+ return X509Certificates.X509KeyStorageFlags;
2068
+ }
2069
+ },
2070
+ EphemeralKeySet: {
2071
+ kind: "field",
2072
+ type: () => {
2073
+ return X509Certificates.X509KeyStorageFlags;
2074
+ }
2075
+ }
2076
+ }
2077
+ },
2078
+ X509KeyUsageExtension: {
2079
+ kind: "class",
2080
+ members: {
2081
+ X509KeyUsageExtension: {
2082
+ kind: "method",
2083
+ methodKind: "constructor"
2084
+ },
2085
+ CopyFrom: {
2086
+ kind: "method",
2087
+ methodKind: "ordinary",
2088
+ isOverride: true
2089
+ },
2090
+ KeyUsages: {
2091
+ kind: "property",
2092
+ type: () => {
2093
+ return X509Certificates.X509KeyUsageFlags;
2094
+ }
2095
+ }
2096
+ },
2097
+ isSealed: true
2098
+ },
2099
+ X509KeyUsageFlags: {
2100
+ kind: "enum",
2101
+ members: {
2102
+ None: {
2103
+ kind: "field",
2104
+ type: () => {
2105
+ return X509Certificates.X509KeyUsageFlags;
2106
+ }
2107
+ },
2108
+ EncipherOnly: {
2109
+ kind: "field",
2110
+ type: () => {
2111
+ return X509Certificates.X509KeyUsageFlags;
2112
+ }
2113
+ },
2114
+ CrlSign: {
2115
+ kind: "field",
2116
+ type: () => {
2117
+ return X509Certificates.X509KeyUsageFlags;
2118
+ }
2119
+ },
2120
+ KeyCertSign: {
2121
+ kind: "field",
2122
+ type: () => {
2123
+ return X509Certificates.X509KeyUsageFlags;
2124
+ }
2125
+ },
2126
+ KeyAgreement: {
2127
+ kind: "field",
2128
+ type: () => {
2129
+ return X509Certificates.X509KeyUsageFlags;
2130
+ }
2131
+ },
2132
+ DataEncipherment: {
2133
+ kind: "field",
2134
+ type: () => {
2135
+ return X509Certificates.X509KeyUsageFlags;
2136
+ }
2137
+ },
2138
+ KeyEncipherment: {
2139
+ kind: "field",
2140
+ type: () => {
2141
+ return X509Certificates.X509KeyUsageFlags;
2142
+ }
2143
+ },
2144
+ NonRepudiation: {
2145
+ kind: "field",
2146
+ type: () => {
2147
+ return X509Certificates.X509KeyUsageFlags;
2148
+ }
2149
+ },
2150
+ DigitalSignature: {
2151
+ kind: "field",
2152
+ type: () => {
2153
+ return X509Certificates.X509KeyUsageFlags;
2154
+ }
2155
+ },
2156
+ DecipherOnly: {
2157
+ kind: "field",
2158
+ type: () => {
2159
+ return X509Certificates.X509KeyUsageFlags;
2160
+ }
2161
+ }
2162
+ }
2163
+ },
2164
+ X509NameType: {
2165
+ kind: "enum",
2166
+ members: {
2167
+ SimpleName: {
2168
+ kind: "field",
2169
+ type: () => {
2170
+ return X509Certificates.X509NameType;
2171
+ }
2172
+ },
2173
+ EmailName: {
2174
+ kind: "field",
2175
+ type: () => {
2176
+ return X509Certificates.X509NameType;
2177
+ }
2178
+ },
2179
+ UpnName: {
2180
+ kind: "field",
2181
+ type: () => {
2182
+ return X509Certificates.X509NameType;
2183
+ }
2184
+ },
2185
+ DnsName: {
2186
+ kind: "field",
2187
+ type: () => {
2188
+ return X509Certificates.X509NameType;
2189
+ }
2190
+ },
2191
+ DnsFromAlternativeName: {
2192
+ kind: "field",
2193
+ type: () => {
2194
+ return X509Certificates.X509NameType;
2195
+ }
2196
+ },
2197
+ UrlName: {
2198
+ kind: "field",
2199
+ type: () => {
2200
+ return X509Certificates.X509NameType;
2201
+ }
2202
+ }
2203
+ }
2204
+ },
2205
+ X509RevocationFlag: {
2206
+ kind: "enum",
2207
+ members: {
2208
+ EndCertificateOnly: {
2209
+ kind: "field",
2210
+ type: () => {
2211
+ return X509Certificates.X509RevocationFlag;
2212
+ }
2213
+ },
2214
+ EntireChain: {
2215
+ kind: "field",
2216
+ type: () => {
2217
+ return X509Certificates.X509RevocationFlag;
2218
+ }
2219
+ },
2220
+ ExcludeRoot: {
2221
+ kind: "field",
2222
+ type: () => {
2223
+ return X509Certificates.X509RevocationFlag;
2224
+ }
2225
+ }
2226
+ }
2227
+ },
2228
+ X509RevocationMode: {
2229
+ kind: "enum",
2230
+ members: {
2231
+ NoCheck: {
2232
+ kind: "field",
2233
+ type: () => {
2234
+ return X509Certificates.X509RevocationMode;
2235
+ }
2236
+ },
2237
+ Online: {
2238
+ kind: "field",
2239
+ type: () => {
2240
+ return X509Certificates.X509RevocationMode;
2241
+ }
2242
+ },
2243
+ Offline: {
2244
+ kind: "field",
2245
+ type: () => {
2246
+ return X509Certificates.X509RevocationMode;
2247
+ }
2248
+ }
2249
+ }
2250
+ },
2251
+ X509RevocationReason: {
2252
+ kind: "enum",
2253
+ members: {
2254
+ Unspecified: {
2255
+ kind: "field",
2256
+ type: () => {
2257
+ return X509Certificates.X509RevocationReason;
2258
+ }
2259
+ },
2260
+ KeyCompromise: {
2261
+ kind: "field",
2262
+ type: () => {
2263
+ return X509Certificates.X509RevocationReason;
2264
+ }
2265
+ },
2266
+ CACompromise: {
2267
+ kind: "field",
2268
+ type: () => {
2269
+ return X509Certificates.X509RevocationReason;
2270
+ }
2271
+ },
2272
+ AffiliationChanged: {
2273
+ kind: "field",
2274
+ type: () => {
2275
+ return X509Certificates.X509RevocationReason;
2276
+ }
2277
+ },
2278
+ Superseded: {
2279
+ kind: "field",
2280
+ type: () => {
2281
+ return X509Certificates.X509RevocationReason;
2282
+ }
2283
+ },
2284
+ CessationOfOperation: {
2285
+ kind: "field",
2286
+ type: () => {
2287
+ return X509Certificates.X509RevocationReason;
2288
+ }
2289
+ },
2290
+ CertificateHold: {
2291
+ kind: "field",
2292
+ type: () => {
2293
+ return X509Certificates.X509RevocationReason;
2294
+ }
2295
+ },
2296
+ RemoveFromCrl: {
2297
+ kind: "field",
2298
+ type: () => {
2299
+ return X509Certificates.X509RevocationReason;
2300
+ }
2301
+ },
2302
+ PrivilegeWithdrawn: {
2303
+ kind: "field",
2304
+ type: () => {
2305
+ return X509Certificates.X509RevocationReason;
2306
+ }
2307
+ },
2308
+ AACompromise: {
2309
+ kind: "field",
2310
+ type: () => {
2311
+ return X509Certificates.X509RevocationReason;
2312
+ }
2313
+ },
2314
+ WeakAlgorithmOrKey: {
2315
+ kind: "field",
2316
+ type: () => {
2317
+ return X509Certificates.X509RevocationReason;
2318
+ }
2319
+ }
2320
+ }
2321
+ },
2322
+ X509SignatureGenerator: {
2323
+ kind: "class",
2324
+ members: {
2325
+ X509SignatureGenerator: {
2326
+ kind: "method",
2327
+ methodKind: "constructor"
2328
+ },
2329
+ BuildPublicKey: {
2330
+ kind: "method",
2331
+ methodKind: "ordinary",
2332
+ isAbstract: true
2333
+ },
2334
+ CreateForECDsa: {
2335
+ kind: "method",
2336
+ methodKind: "ordinary",
2337
+ isStatic: true
2338
+ },
2339
+ CreateForRSA: {
2340
+ kind: "method",
2341
+ methodKind: "ordinary",
2342
+ isStatic: true
2343
+ },
2344
+ GetSignatureAlgorithmIdentifier: {
2345
+ kind: "method",
2346
+ methodKind: "ordinary",
2347
+ isAbstract: true
2348
+ },
2349
+ SignData: {
2350
+ kind: "method",
2351
+ methodKind: "ordinary",
2352
+ isAbstract: true
2353
+ },
2354
+ PublicKey: {
2355
+ kind: "property",
2356
+ type: () => {
2357
+ return X509Certificates.PublicKey;
2358
+ }
2359
+ }
2360
+ },
2361
+ isAbstract: true
2362
+ },
2363
+ X509Store: {
2364
+ kind: "class",
2365
+ members: {
2366
+ X509Store: {
2367
+ kind: "method",
2368
+ methodKind: "constructor"
2369
+ },
2370
+ Add: {
2371
+ kind: "method",
2372
+ methodKind: "ordinary"
2373
+ },
2374
+ AddRange: {
2375
+ kind: "method",
2376
+ methodKind: "ordinary"
2377
+ },
2378
+ Close: {
2379
+ kind: "method",
2380
+ methodKind: "ordinary"
2381
+ },
2382
+ Dispose: {
2383
+ kind: "method",
2384
+ methodKind: "ordinary"
2385
+ },
2386
+ Open: {
2387
+ kind: "method",
2388
+ methodKind: "ordinary"
2389
+ },
2390
+ Remove: {
2391
+ kind: "method",
2392
+ methodKind: "ordinary"
2393
+ },
2394
+ RemoveRange: {
2395
+ kind: "method",
2396
+ methodKind: "ordinary"
2397
+ },
2398
+ Certificates: {
2399
+ kind: "property",
2400
+ type: () => {
2401
+ return X509Certificates.X509Certificate2Collection;
2402
+ }
2403
+ },
2404
+ IsOpen: {
2405
+ kind: "property",
2406
+ type: () => {
2407
+ return System.Boolean;
2408
+ }
2409
+ },
2410
+ Location: {
2411
+ kind: "property",
2412
+ type: () => {
2413
+ return X509Certificates.StoreLocation;
2414
+ }
2415
+ },
2416
+ Name: {
2417
+ kind: "property",
2418
+ type: () => {
2419
+ return System.String;
2420
+ },
2421
+ isNullable: true
2422
+ },
2423
+ StoreHandle: {
2424
+ kind: "property",
2425
+ type: () => {
2426
+ return System.IntPtr;
2427
+ }
2428
+ }
2429
+ },
2430
+ isSealed: true
2431
+ },
2432
+ X509SubjectAlternativeNameExtension: {
2433
+ kind: "class",
2434
+ members: {
2435
+ X509SubjectAlternativeNameExtension: {
2436
+ kind: "method",
2437
+ methodKind: "constructor"
2438
+ },
2439
+ CopyFrom: {
2440
+ kind: "method",
2441
+ methodKind: "ordinary",
2442
+ isOverride: true
2443
+ },
2444
+ EnumerateDnsNames: {
2445
+ kind: "method",
2446
+ methodKind: "ordinary"
2447
+ },
2448
+ EnumerateIPAddresses: {
2449
+ kind: "method",
2450
+ methodKind: "ordinary"
2451
+ }
2452
+ },
2453
+ isSealed: true
2454
+ },
2455
+ X509SubjectKeyIdentifierExtension: {
2456
+ kind: "class",
2457
+ members: {
2458
+ X509SubjectKeyIdentifierExtension: {
2459
+ kind: "method",
2460
+ methodKind: "constructor"
2461
+ },
2462
+ CopyFrom: {
2463
+ kind: "method",
2464
+ methodKind: "ordinary",
2465
+ isOverride: true
2466
+ },
2467
+ SubjectKeyIdentifier: {
2468
+ kind: "property",
2469
+ type: () => {
2470
+ return System.String;
2471
+ },
2472
+ isNullable: true
2473
+ },
2474
+ SubjectKeyIdentifierBytes: {
2475
+ kind: "property",
2476
+ type: () => {
2477
+ return System.ReadOnlyMemory;
2478
+ }
2479
+ }
2480
+ },
2481
+ isSealed: true
2482
+ },
2483
+ X509SubjectKeyIdentifierHashAlgorithm: {
2484
+ kind: "enum",
2485
+ members: {
2486
+ Sha1: {
2487
+ kind: "field",
2488
+ type: () => {
2489
+ return X509Certificates.X509SubjectKeyIdentifierHashAlgorithm;
2490
+ }
2491
+ },
2492
+ ShortSha1: {
2493
+ kind: "field",
2494
+ type: () => {
2495
+ return X509Certificates.X509SubjectKeyIdentifierHashAlgorithm;
2496
+ }
2497
+ },
2498
+ CapiSha1: {
2499
+ kind: "field",
2500
+ type: () => {
2501
+ return X509Certificates.X509SubjectKeyIdentifierHashAlgorithm;
2502
+ }
2503
+ },
2504
+ Sha256: {
2505
+ kind: "field",
2506
+ type: () => {
2507
+ return X509Certificates.X509SubjectKeyIdentifierHashAlgorithm;
2508
+ }
2509
+ },
2510
+ Sha384: {
2511
+ kind: "field",
2512
+ type: () => {
2513
+ return X509Certificates.X509SubjectKeyIdentifierHashAlgorithm;
2514
+ }
2515
+ },
2516
+ Sha512: {
2517
+ kind: "field",
2518
+ type: () => {
2519
+ return X509Certificates.X509SubjectKeyIdentifierHashAlgorithm;
2520
+ }
2521
+ },
2522
+ ShortSha256: {
2523
+ kind: "field",
2524
+ type: () => {
2525
+ return X509Certificates.X509SubjectKeyIdentifierHashAlgorithm;
2526
+ }
2527
+ },
2528
+ ShortSha384: {
2529
+ kind: "field",
2530
+ type: () => {
2531
+ return X509Certificates.X509SubjectKeyIdentifierHashAlgorithm;
2532
+ }
2533
+ },
2534
+ ShortSha512: {
2535
+ kind: "field",
2536
+ type: () => {
2537
+ return X509Certificates.X509SubjectKeyIdentifierHashAlgorithm;
2538
+ }
2539
+ }
2540
+ }
2541
+ },
2542
+ X509VerificationFlags: {
2543
+ kind: "enum",
2544
+ members: {
2545
+ NoFlag: {
2546
+ kind: "field",
2547
+ type: () => {
2548
+ return X509Certificates.X509VerificationFlags;
2549
+ }
2550
+ },
2551
+ IgnoreNotTimeValid: {
2552
+ kind: "field",
2553
+ type: () => {
2554
+ return X509Certificates.X509VerificationFlags;
2555
+ }
2556
+ },
2557
+ IgnoreCtlNotTimeValid: {
2558
+ kind: "field",
2559
+ type: () => {
2560
+ return X509Certificates.X509VerificationFlags;
2561
+ }
2562
+ },
2563
+ IgnoreNotTimeNested: {
2564
+ kind: "field",
2565
+ type: () => {
2566
+ return X509Certificates.X509VerificationFlags;
2567
+ }
2568
+ },
2569
+ IgnoreInvalidBasicConstraints: {
2570
+ kind: "field",
2571
+ type: () => {
2572
+ return X509Certificates.X509VerificationFlags;
2573
+ }
2574
+ },
2575
+ AllowUnknownCertificateAuthority: {
2576
+ kind: "field",
2577
+ type: () => {
2578
+ return X509Certificates.X509VerificationFlags;
2579
+ }
2580
+ },
2581
+ IgnoreWrongUsage: {
2582
+ kind: "field",
2583
+ type: () => {
2584
+ return X509Certificates.X509VerificationFlags;
2585
+ }
2586
+ },
2587
+ IgnoreInvalidName: {
2588
+ kind: "field",
2589
+ type: () => {
2590
+ return X509Certificates.X509VerificationFlags;
2591
+ }
2592
+ },
2593
+ IgnoreInvalidPolicy: {
2594
+ kind: "field",
2595
+ type: () => {
2596
+ return X509Certificates.X509VerificationFlags;
2597
+ }
2598
+ },
2599
+ IgnoreEndRevocationUnknown: {
2600
+ kind: "field",
2601
+ type: () => {
2602
+ return X509Certificates.X509VerificationFlags;
2603
+ }
2604
+ },
2605
+ IgnoreCtlSignerRevocationUnknown: {
2606
+ kind: "field",
2607
+ type: () => {
2608
+ return X509Certificates.X509VerificationFlags;
2609
+ }
2610
+ },
2611
+ IgnoreCertificateAuthorityRevocationUnknown: {
2612
+ kind: "field",
2613
+ type: () => {
2614
+ return X509Certificates.X509VerificationFlags;
2615
+ }
2616
+ },
2617
+ IgnoreRootRevocationUnknown: {
2618
+ kind: "field",
2619
+ type: () => {
2620
+ return X509Certificates.X509VerificationFlags;
2621
+ }
2622
+ },
2623
+ AllFlags: {
2624
+ kind: "field",
2625
+ type: () => {
2626
+ return X509Certificates.X509VerificationFlags;
2627
+ }
2628
+ }
2629
+ }
2630
+ }
2631
+ });
2632
+ export default X509Certificates;
2633
+ //# sourceMappingURL=index.js.map