@alloy-js/csharp 0.23.0-dev.3 → 0.23.0-dev.5

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 (491) hide show
  1. package/dist/dev/scripts/components/library-interface.js +67 -0
  2. package/dist/dev/scripts/components/library-interface.js.map +1 -0
  3. package/dist/dev/scripts/components/namespace-directory.js +160 -0
  4. package/dist/dev/scripts/components/namespace-directory.js.map +1 -0
  5. package/dist/dev/scripts/generate-builtins.js +45 -0
  6. package/dist/dev/scripts/generate-builtins.js.map +1 -0
  7. package/dist/dev/scripts/process-docfx.js +316 -0
  8. package/dist/dev/scripts/process-docfx.js.map +1 -0
  9. package/dist/dev/src/access.js +73 -0
  10. package/dist/dev/src/access.js.map +1 -0
  11. package/dist/dev/src/access.test.js +43 -0
  12. package/dist/dev/src/access.test.js.map +1 -0
  13. package/dist/dev/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js +23 -0
  14. package/dist/dev/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js.map +1 -0
  15. package/dist/dev/src/builtins/Microsoft/CSharp/index.js +5 -0
  16. package/dist/dev/src/builtins/Microsoft/CSharp/index.js.map +1 -0
  17. package/dist/dev/src/builtins/Microsoft/VisualBasic/FileIO/index.js +473 -0
  18. package/dist/dev/src/builtins/Microsoft/VisualBasic/FileIO/index.js.map +1 -0
  19. package/dist/dev/src/builtins/Microsoft/VisualBasic/index.js +2534 -0
  20. package/dist/dev/src/builtins/Microsoft/VisualBasic/index.js.map +1 -0
  21. package/dist/dev/src/builtins/Microsoft/Win32/SafeHandles/index.js +320 -0
  22. package/dist/dev/src/builtins/Microsoft/Win32/SafeHandles/index.js.map +1 -0
  23. package/dist/dev/src/builtins/Microsoft/Win32/index.js +362 -0
  24. package/dist/dev/src/builtins/Microsoft/Win32/index.js.map +1 -0
  25. package/dist/dev/src/builtins/Microsoft/index.js +7 -0
  26. package/dist/dev/src/builtins/Microsoft/index.js.map +1 -0
  27. package/dist/dev/src/builtins/System/Buffers/Binary/index.js +536 -0
  28. package/dist/dev/src/builtins/System/Buffers/Binary/index.js.map +1 -0
  29. package/dist/dev/src/builtins/System/Buffers/Text/index.js +144 -0
  30. package/dist/dev/src/builtins/System/Buffers/Text/index.js.map +1 -0
  31. package/dist/dev/src/builtins/System/Buffers/index.js +605 -0
  32. package/dist/dev/src/builtins/System/Buffers/index.js.map +1 -0
  33. package/dist/dev/src/builtins/System/CodeDom/Compiler/index.js +131 -0
  34. package/dist/dev/src/builtins/System/CodeDom/Compiler/index.js.map +1 -0
  35. package/dist/dev/src/builtins/System/CodeDom/index.js +5 -0
  36. package/dist/dev/src/builtins/System/CodeDom/index.js.map +1 -0
  37. package/dist/dev/src/builtins/System/Collections/Concurrent/index.js +399 -0
  38. package/dist/dev/src/builtins/System/Collections/Concurrent/index.js.map +1 -0
  39. package/dist/dev/src/builtins/System/Collections/Frozen/index.js +88 -0
  40. package/dist/dev/src/builtins/System/Collections/Frozen/index.js.map +1 -0
  41. package/dist/dev/src/builtins/System/Collections/Generic/index.js +978 -0
  42. package/dist/dev/src/builtins/System/Collections/Generic/index.js.map +1 -0
  43. package/dist/dev/src/builtins/System/Collections/Immutable/index.js +1049 -0
  44. package/dist/dev/src/builtins/System/Collections/Immutable/index.js.map +1 -0
  45. package/dist/dev/src/builtins/System/Collections/ObjectModel/index.js +394 -0
  46. package/dist/dev/src/builtins/System/Collections/ObjectModel/index.js.map +1 -0
  47. package/dist/dev/src/builtins/System/Collections/Specialized/index.js +716 -0
  48. package/dist/dev/src/builtins/System/Collections/Specialized/index.js.map +1 -0
  49. package/dist/dev/src/builtins/System/Collections/index.js +1355 -0
  50. package/dist/dev/src/builtins/System/Collections/index.js.map +1 -0
  51. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js +143 -0
  52. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js.map +1 -0
  53. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/index.js +1237 -0
  54. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/index.js.map +1 -0
  55. package/dist/dev/src/builtins/System/ComponentModel/Design/Serialization/index.js +535 -0
  56. package/dist/dev/src/builtins/System/ComponentModel/Design/Serialization/index.js.map +1 -0
  57. package/dist/dev/src/builtins/System/ComponentModel/Design/index.js +2008 -0
  58. package/dist/dev/src/builtins/System/ComponentModel/Design/index.js.map +1 -0
  59. package/dist/dev/src/builtins/System/ComponentModel/index.js +6649 -0
  60. package/dist/dev/src/builtins/System/ComponentModel/index.js.map +1 -0
  61. package/dist/dev/src/builtins/System/Configuration/Assemblies/index.js +69 -0
  62. package/dist/dev/src/builtins/System/Configuration/Assemblies/index.js.map +1 -0
  63. package/dist/dev/src/builtins/System/Configuration/index.js +5 -0
  64. package/dist/dev/src/builtins/System/Configuration/index.js.map +1 -0
  65. package/dist/dev/src/builtins/System/Data/Common/index.js +3279 -0
  66. package/dist/dev/src/builtins/System/Data/Common/index.js.map +1 -0
  67. package/dist/dev/src/builtins/System/Data/SqlTypes/index.js +2655 -0
  68. package/dist/dev/src/builtins/System/Data/SqlTypes/index.js.map +1 -0
  69. package/dist/dev/src/builtins/System/Data/index.js +4504 -0
  70. package/dist/dev/src/builtins/System/Data/index.js.map +1 -0
  71. package/dist/dev/src/builtins/System/Diagnostics/CodeAnalysis/index.js +705 -0
  72. package/dist/dev/src/builtins/System/Diagnostics/CodeAnalysis/index.js.map +1 -0
  73. package/dist/dev/src/builtins/System/Diagnostics/Contracts/index.js +309 -0
  74. package/dist/dev/src/builtins/System/Diagnostics/Contracts/index.js.map +1 -0
  75. package/dist/dev/src/builtins/System/Diagnostics/Metrics/index.js +323 -0
  76. package/dist/dev/src/builtins/System/Diagnostics/Metrics/index.js.map +1 -0
  77. package/dist/dev/src/builtins/System/Diagnostics/SymbolStore/index.js +610 -0
  78. package/dist/dev/src/builtins/System/Diagnostics/SymbolStore/index.js.map +1 -0
  79. package/dist/dev/src/builtins/System/Diagnostics/Tracing/index.js +954 -0
  80. package/dist/dev/src/builtins/System/Diagnostics/Tracing/index.js.map +1 -0
  81. package/dist/dev/src/builtins/System/Diagnostics/index.js +3826 -0
  82. package/dist/dev/src/builtins/System/Diagnostics/index.js.map +1 -0
  83. package/dist/dev/src/builtins/System/Drawing/index.js +3305 -0
  84. package/dist/dev/src/builtins/System/Drawing/index.js.map +1 -0
  85. package/dist/dev/src/builtins/System/Dynamic/index.js +795 -0
  86. package/dist/dev/src/builtins/System/Dynamic/index.js.map +1 -0
  87. package/dist/dev/src/builtins/System/Formats/Asn1/index.js +843 -0
  88. package/dist/dev/src/builtins/System/Formats/Asn1/index.js.map +1 -0
  89. package/dist/dev/src/builtins/System/Formats/Tar/index.js +436 -0
  90. package/dist/dev/src/builtins/System/Formats/Tar/index.js.map +1 -0
  91. package/dist/dev/src/builtins/System/Formats/index.js +6 -0
  92. package/dist/dev/src/builtins/System/Formats/index.js.map +1 -0
  93. package/dist/dev/src/builtins/System/Globalization/index.js +3848 -0
  94. package/dist/dev/src/builtins/System/Globalization/index.js.map +1 -0
  95. package/dist/dev/src/builtins/System/IO/Compression/index.js +894 -0
  96. package/dist/dev/src/builtins/System/IO/Compression/index.js.map +1 -0
  97. package/dist/dev/src/builtins/System/IO/Enumeration/index.js +218 -0
  98. package/dist/dev/src/builtins/System/IO/Enumeration/index.js.map +1 -0
  99. package/dist/dev/src/builtins/System/IO/IsolatedStorage/index.js +495 -0
  100. package/dist/dev/src/builtins/System/IO/IsolatedStorage/index.js.map +1 -0
  101. package/dist/dev/src/builtins/System/IO/MemoryMappedFiles/index.js +251 -0
  102. package/dist/dev/src/builtins/System/IO/MemoryMappedFiles/index.js.map +1 -0
  103. package/dist/dev/src/builtins/System/IO/Pipelines/index.js +415 -0
  104. package/dist/dev/src/builtins/System/IO/Pipelines/index.js.map +1 -0
  105. package/dist/dev/src/builtins/System/IO/Pipes/index.js +723 -0
  106. package/dist/dev/src/builtins/System/IO/Pipes/index.js.map +1 -0
  107. package/dist/dev/src/builtins/System/IO/index.js +3713 -0
  108. package/dist/dev/src/builtins/System/IO/index.js.map +1 -0
  109. package/dist/dev/src/builtins/System/Linq/Expressions/index.js +2253 -0
  110. package/dist/dev/src/builtins/System/Linq/Expressions/index.js.map +1 -0
  111. package/dist/dev/src/builtins/System/Linq/index.js +275 -0
  112. package/dist/dev/src/builtins/System/Linq/index.js.map +1 -0
  113. package/dist/dev/src/builtins/System/Net/Cache/index.js +217 -0
  114. package/dist/dev/src/builtins/System/Net/Cache/index.js.map +1 -0
  115. package/dist/dev/src/builtins/System/Net/Http/Headers/index.js +1668 -0
  116. package/dist/dev/src/builtins/System/Net/Http/Headers/index.js.map +1 -0
  117. package/dist/dev/src/builtins/System/Net/Http/Json/index.js +72 -0
  118. package/dist/dev/src/builtins/System/Net/Http/Json/index.js.map +1 -0
  119. package/dist/dev/src/builtins/System/Net/Http/Metrics/index.js +40 -0
  120. package/dist/dev/src/builtins/System/Net/Http/Metrics/index.js.map +1 -0
  121. package/dist/dev/src/builtins/System/Net/Http/index.js +1458 -0
  122. package/dist/dev/src/builtins/System/Net/Http/index.js.map +1 -0
  123. package/dist/dev/src/builtins/System/Net/Mail/index.js +871 -0
  124. package/dist/dev/src/builtins/System/Net/Mail/index.js.map +1 -0
  125. package/dist/dev/src/builtins/System/Net/Mime/index.js +500 -0
  126. package/dist/dev/src/builtins/System/Net/Mime/index.js.map +1 -0
  127. package/dist/dev/src/builtins/System/Net/NetworkInformation/index.js +2776 -0
  128. package/dist/dev/src/builtins/System/Net/NetworkInformation/index.js.map +1 -0
  129. package/dist/dev/src/builtins/System/Net/Quic/index.js +635 -0
  130. package/dist/dev/src/builtins/System/Net/Quic/index.js.map +1 -0
  131. package/dist/dev/src/builtins/System/Net/Security/index.js +1432 -0
  132. package/dist/dev/src/builtins/System/Net/Security/index.js.map +1 -0
  133. package/dist/dev/src/builtins/System/Net/Sockets/index.js +3095 -0
  134. package/dist/dev/src/builtins/System/Net/Sockets/index.js.map +1 -0
  135. package/dist/dev/src/builtins/System/Net/WebSockets/index.js +876 -0
  136. package/dist/dev/src/builtins/System/Net/WebSockets/index.js.map +1 -0
  137. package/dist/dev/src/builtins/System/Net/index.js +5481 -0
  138. package/dist/dev/src/builtins/System/Net/index.js.map +1 -0
  139. package/dist/dev/src/builtins/System/Numerics/index.js +3425 -0
  140. package/dist/dev/src/builtins/System/Numerics/index.js.map +1 -0
  141. package/dist/dev/src/builtins/System/Reflection/Emit/index.js +4293 -0
  142. package/dist/dev/src/builtins/System/Reflection/Emit/index.js.map +1 -0
  143. package/dist/dev/src/builtins/System/Reflection/Metadata/Ecma335/index.js +2218 -0
  144. package/dist/dev/src/builtins/System/Reflection/Metadata/Ecma335/index.js.map +1 -0
  145. package/dist/dev/src/builtins/System/Reflection/Metadata/index.js +6045 -0
  146. package/dist/dev/src/builtins/System/Reflection/Metadata/index.js.map +1 -0
  147. package/dist/dev/src/builtins/System/Reflection/PortableExecutable/index.js +2020 -0
  148. package/dist/dev/src/builtins/System/Reflection/PortableExecutable/index.js.map +1 -0
  149. package/dist/dev/src/builtins/System/Reflection/index.js +5244 -0
  150. package/dist/dev/src/builtins/System/Reflection/index.js.map +1 -0
  151. package/dist/dev/src/builtins/System/Resources/index.js +289 -0
  152. package/dist/dev/src/builtins/System/Resources/index.js.map +1 -0
  153. package/dist/dev/src/builtins/System/Runtime/CompilerServices/index.js +1896 -0
  154. package/dist/dev/src/builtins/System/Runtime/CompilerServices/index.js.map +1 -0
  155. package/dist/dev/src/builtins/System/Runtime/ConstrainedExecution/index.js +103 -0
  156. package/dist/dev/src/builtins/System/Runtime/ConstrainedExecution/index.js.map +1 -0
  157. package/dist/dev/src/builtins/System/Runtime/ExceptionServices/index.js +62 -0
  158. package/dist/dev/src/builtins/System/Runtime/ExceptionServices/index.js.map +1 -0
  159. package/dist/dev/src/builtins/System/Runtime/InteropServices/ComTypes/index.js +67 -0
  160. package/dist/dev/src/builtins/System/Runtime/InteropServices/ComTypes/index.js.map +1 -0
  161. package/dist/dev/src/builtins/System/Runtime/InteropServices/JavaScript/index.js +210 -0
  162. package/dist/dev/src/builtins/System/Runtime/InteropServices/JavaScript/index.js.map +1 -0
  163. package/dist/dev/src/builtins/System/Runtime/InteropServices/Marshalling/index.js +1012 -0
  164. package/dist/dev/src/builtins/System/Runtime/InteropServices/Marshalling/index.js.map +1 -0
  165. package/dist/dev/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js +79 -0
  166. package/dist/dev/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js.map +1 -0
  167. package/dist/dev/src/builtins/System/Runtime/InteropServices/Swift/index.js +49 -0
  168. package/dist/dev/src/builtins/System/Runtime/InteropServices/Swift/index.js.map +1 -0
  169. package/dist/dev/src/builtins/System/Runtime/InteropServices/index.js +3626 -0
  170. package/dist/dev/src/builtins/System/Runtime/InteropServices/index.js.map +1 -0
  171. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Arm/index.js +1297 -0
  172. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Arm/index.js.map +1 -0
  173. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Wasm/index.js +338 -0
  174. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Wasm/index.js.map +1 -0
  175. package/dist/dev/src/builtins/System/Runtime/Intrinsics/X86/index.js +1372 -0
  176. package/dist/dev/src/builtins/System/Runtime/Intrinsics/X86/index.js.map +1 -0
  177. package/dist/dev/src/builtins/System/Runtime/Intrinsics/index.js +273 -0
  178. package/dist/dev/src/builtins/System/Runtime/Intrinsics/index.js.map +1 -0
  179. package/dist/dev/src/builtins/System/Runtime/Loader/index.js +140 -0
  180. package/dist/dev/src/builtins/System/Runtime/Loader/index.js.map +1 -0
  181. package/dist/dev/src/builtins/System/Runtime/Remoting/index.js +18 -0
  182. package/dist/dev/src/builtins/System/Runtime/Remoting/index.js.map +1 -0
  183. package/dist/dev/src/builtins/System/Runtime/Serialization/DataContracts/index.js +265 -0
  184. package/dist/dev/src/builtins/System/Runtime/Serialization/DataContracts/index.js.map +1 -0
  185. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js +61 -0
  186. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js.map +1 -0
  187. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/index.js +83 -0
  188. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/index.js.map +1 -0
  189. package/dist/dev/src/builtins/System/Runtime/Serialization/Json/index.js +192 -0
  190. package/dist/dev/src/builtins/System/Runtime/Serialization/Json/index.js.map +1 -0
  191. package/dist/dev/src/builtins/System/Runtime/Serialization/index.js +1611 -0
  192. package/dist/dev/src/builtins/System/Runtime/Serialization/index.js.map +1 -0
  193. package/dist/dev/src/builtins/System/Runtime/Versioning/index.js +336 -0
  194. package/dist/dev/src/builtins/System/Runtime/Versioning/index.js.map +1 -0
  195. package/dist/dev/src/builtins/System/Runtime/index.js +245 -0
  196. package/dist/dev/src/builtins/System/Runtime/index.js.map +1 -0
  197. package/dist/dev/src/builtins/System/Security/AccessControl/index.js +2343 -0
  198. package/dist/dev/src/builtins/System/Security/AccessControl/index.js.map +1 -0
  199. package/dist/dev/src/builtins/System/Security/Authentication/ExtendedProtection/index.js +169 -0
  200. package/dist/dev/src/builtins/System/Security/Authentication/ExtendedProtection/index.js.map +1 -0
  201. package/dist/dev/src/builtins/System/Security/Authentication/index.js +212 -0
  202. package/dist/dev/src/builtins/System/Security/Authentication/index.js.map +1 -0
  203. package/dist/dev/src/builtins/System/Security/Claims/index.js +844 -0
  204. package/dist/dev/src/builtins/System/Security/Claims/index.js.map +1 -0
  205. package/dist/dev/src/builtins/System/Security/Cryptography/X509Certificates/index.js +2633 -0
  206. package/dist/dev/src/builtins/System/Security/Cryptography/X509Certificates/index.js.map +1 -0
  207. package/dist/dev/src/builtins/System/Security/Cryptography/index.js +6673 -0
  208. package/dist/dev/src/builtins/System/Security/Cryptography/index.js.map +1 -0
  209. package/dist/dev/src/builtins/System/Security/Permissions/index.js +325 -0
  210. package/dist/dev/src/builtins/System/Security/Permissions/index.js.map +1 -0
  211. package/dist/dev/src/builtins/System/Security/Policy/index.js +101 -0
  212. package/dist/dev/src/builtins/System/Security/Policy/index.js.map +1 -0
  213. package/dist/dev/src/builtins/System/Security/Principal/index.js +1338 -0
  214. package/dist/dev/src/builtins/System/Security/Principal/index.js.map +1 -0
  215. package/dist/dev/src/builtins/System/Security/index.js +672 -0
  216. package/dist/dev/src/builtins/System/Security/index.js.map +1 -0
  217. package/dist/dev/src/builtins/System/Text/Encodings/Web/index.js +162 -0
  218. package/dist/dev/src/builtins/System/Text/Encodings/Web/index.js.map +1 -0
  219. package/dist/dev/src/builtins/System/Text/Encodings/index.js +5 -0
  220. package/dist/dev/src/builtins/System/Text/Encodings/index.js.map +1 -0
  221. package/dist/dev/src/builtins/System/Text/Json/Nodes/index.js +250 -0
  222. package/dist/dev/src/builtins/System/Text/Json/Nodes/index.js.map +1 -0
  223. package/dist/dev/src/builtins/System/Text/Json/Schema/index.js +78 -0
  224. package/dist/dev/src/builtins/System/Text/Json/Schema/index.js.map +1 -0
  225. package/dist/dev/src/builtins/System/Text/Json/Serialization/Metadata/index.js +328 -0
  226. package/dist/dev/src/builtins/System/Text/Json/Serialization/Metadata/index.js.map +1 -0
  227. package/dist/dev/src/builtins/System/Text/Json/Serialization/index.js +840 -0
  228. package/dist/dev/src/builtins/System/Text/Json/Serialization/index.js.map +1 -0
  229. package/dist/dev/src/builtins/System/Text/Json/index.js +1185 -0
  230. package/dist/dev/src/builtins/System/Text/Json/index.js.map +1 -0
  231. package/dist/dev/src/builtins/System/Text/RegularExpressions/index.js +732 -0
  232. package/dist/dev/src/builtins/System/Text/RegularExpressions/index.js.map +1 -0
  233. package/dist/dev/src/builtins/System/Text/Unicode/index.js +1199 -0
  234. package/dist/dev/src/builtins/System/Text/Unicode/index.js.map +1 -0
  235. package/dist/dev/src/builtins/System/Text/index.js +1748 -0
  236. package/dist/dev/src/builtins/System/Text/index.js.map +1 -0
  237. package/dist/dev/src/builtins/System/Threading/Channels/index.js +229 -0
  238. package/dist/dev/src/builtins/System/Threading/Channels/index.js.map +1 -0
  239. package/dist/dev/src/builtins/System/Threading/Tasks/Dataflow/index.js +676 -0
  240. package/dist/dev/src/builtins/System/Threading/Tasks/Dataflow/index.js.map +1 -0
  241. package/dist/dev/src/builtins/System/Threading/Tasks/Sources/index.js +117 -0
  242. package/dist/dev/src/builtins/System/Threading/Tasks/Sources/index.js.map +1 -0
  243. package/dist/dev/src/builtins/System/Threading/Tasks/index.js +721 -0
  244. package/dist/dev/src/builtins/System/Threading/Tasks/index.js.map +1 -0
  245. package/dist/dev/src/builtins/System/Threading/index.js +2292 -0
  246. package/dist/dev/src/builtins/System/Threading/index.js.map +1 -0
  247. package/dist/dev/src/builtins/System/Timers/index.js +129 -0
  248. package/dist/dev/src/builtins/System/Timers/index.js.map +1 -0
  249. package/dist/dev/src/builtins/System/Transactions/index.js +727 -0
  250. package/dist/dev/src/builtins/System/Transactions/index.js.map +1 -0
  251. package/dist/dev/src/builtins/System/Web/index.js +84 -0
  252. package/dist/dev/src/builtins/System/Web/index.js.map +1 -0
  253. package/dist/dev/src/builtins/System/Windows/Input/index.js +18 -0
  254. package/dist/dev/src/builtins/System/Windows/Input/index.js.map +1 -0
  255. package/dist/dev/src/builtins/System/Windows/Markup/index.js +28 -0
  256. package/dist/dev/src/builtins/System/Windows/Markup/index.js.map +1 -0
  257. package/dist/dev/src/builtins/System/Windows/index.js +6 -0
  258. package/dist/dev/src/builtins/System/Windows/index.js.map +1 -0
  259. package/dist/dev/src/builtins/System/Xml/Linq/index.js +1086 -0
  260. package/dist/dev/src/builtins/System/Xml/Linq/index.js.map +1 -0
  261. package/dist/dev/src/builtins/System/Xml/Resolvers/index.js +86 -0
  262. package/dist/dev/src/builtins/System/Xml/Resolvers/index.js.map +1 -0
  263. package/dist/dev/src/builtins/System/Xml/Schema/index.js +2993 -0
  264. package/dist/dev/src/builtins/System/Xml/Schema/index.js.map +1 -0
  265. package/dist/dev/src/builtins/System/Xml/Serialization/index.js +2356 -0
  266. package/dist/dev/src/builtins/System/Xml/Serialization/index.js.map +1 -0
  267. package/dist/dev/src/builtins/System/Xml/XPath/index.js +917 -0
  268. package/dist/dev/src/builtins/System/Xml/XPath/index.js.map +1 -0
  269. package/dist/dev/src/builtins/System/Xml/Xsl/index.js +315 -0
  270. package/dist/dev/src/builtins/System/Xml/Xsl/index.js.map +1 -0
  271. package/dist/dev/src/builtins/System/Xml/index.js +5736 -0
  272. package/dist/dev/src/builtins/System/Xml/index.js.map +1 -0
  273. package/dist/dev/src/builtins/System/index.js +14587 -0
  274. package/dist/dev/src/builtins/System/index.js.map +1 -0
  275. package/dist/dev/src/builtins/index.js +3 -0
  276. package/dist/dev/src/builtins/index.js.map +1 -0
  277. package/dist/dev/src/components/Declaration.js +9 -0
  278. package/dist/dev/src/components/Declaration.js.map +1 -0
  279. package/dist/dev/src/components/Name.js +12 -0
  280. package/dist/dev/src/components/Name.js.map +1 -0
  281. package/dist/dev/src/components/Reference.js +13 -0
  282. package/dist/dev/src/components/Reference.js.map +1 -0
  283. package/dist/dev/src/components/access-expression/access-expression.js +288 -0
  284. package/dist/dev/src/components/access-expression/access-expression.js.map +1 -0
  285. package/dist/dev/src/components/access-expression/access-expression.test.js +608 -0
  286. package/dist/dev/src/components/access-expression/access-expression.test.js.map +1 -0
  287. package/dist/dev/src/components/access-expression/part-descriptors.js +14 -0
  288. package/dist/dev/src/components/access-expression/part-descriptors.js.map +1 -0
  289. package/dist/dev/src/components/attributes/attributes.js +113 -0
  290. package/dist/dev/src/components/attributes/attributes.js.map +1 -0
  291. package/dist/dev/src/components/attributes/attributes.test.js +201 -0
  292. package/dist/dev/src/components/attributes/attributes.test.js.map +1 -0
  293. package/dist/dev/src/components/class/declaration.js +123 -0
  294. package/dist/dev/src/components/class/declaration.js.map +1 -0
  295. package/dist/dev/src/components/class/declaration.test.js +893 -0
  296. package/dist/dev/src/components/class/declaration.test.js.map +1 -0
  297. package/dist/dev/src/components/constructor/constructor.js +60 -0
  298. package/dist/dev/src/components/constructor/constructor.js.map +1 -0
  299. package/dist/dev/src/components/constructor/constructor.test.js +62 -0
  300. package/dist/dev/src/components/constructor/constructor.test.js.map +1 -0
  301. package/dist/dev/src/components/csproj-file/csproj-file.js +32 -0
  302. package/dist/dev/src/components/csproj-file/csproj-file.js.map +1 -0
  303. package/dist/dev/src/components/csproj-file/csproj-file.test.js +70 -0
  304. package/dist/dev/src/components/csproj-file/csproj-file.test.js.map +1 -0
  305. package/dist/dev/src/components/doc/comment.js +129 -0
  306. package/dist/dev/src/components/doc/comment.js.map +1 -0
  307. package/dist/dev/src/components/doc/comment.test.js +577 -0
  308. package/dist/dev/src/components/doc/comment.test.js.map +1 -0
  309. package/dist/dev/src/components/doc/from-markdown.js +83 -0
  310. package/dist/dev/src/components/doc/from-markdown.js.map +1 -0
  311. package/dist/dev/src/components/doc/from-markdown.test.js +112 -0
  312. package/dist/dev/src/components/doc/from-markdown.test.js.map +1 -0
  313. package/dist/dev/src/components/enum/declaration.js +71 -0
  314. package/dist/dev/src/components/enum/declaration.js.map +1 -0
  315. package/dist/dev/src/components/enum/declaration.ref.test.js +221 -0
  316. package/dist/dev/src/components/enum/declaration.ref.test.js.map +1 -0
  317. package/dist/dev/src/components/enum/declaration.test.js +82 -0
  318. package/dist/dev/src/components/enum/declaration.test.js.map +1 -0
  319. package/dist/dev/src/components/enum/member.js +38 -0
  320. package/dist/dev/src/components/enum/member.js.map +1 -0
  321. package/dist/dev/src/components/enum/member.test.js +84 -0
  322. package/dist/dev/src/components/enum/member.test.js.map +1 -0
  323. package/dist/dev/src/components/field/field.js +43 -0
  324. package/dist/dev/src/components/field/field.js.map +1 -0
  325. package/dist/dev/src/components/field/field.test.js +242 -0
  326. package/dist/dev/src/components/field/field.test.js.map +1 -0
  327. package/dist/dev/src/components/if/if-statement.js +56 -0
  328. package/dist/dev/src/components/if/if-statement.js.map +1 -0
  329. package/dist/dev/src/components/if/if-statement.test.js +41 -0
  330. package/dist/dev/src/components/if/if-statement.test.js.map +1 -0
  331. package/dist/dev/src/components/index.js +31 -0
  332. package/dist/dev/src/components/index.js.map +1 -0
  333. package/dist/dev/src/components/interface/declaration.js +114 -0
  334. package/dist/dev/src/components/interface/declaration.js.map +1 -0
  335. package/dist/dev/src/components/interface/declaration.test.js +264 -0
  336. package/dist/dev/src/components/interface/declaration.test.js.map +1 -0
  337. package/dist/dev/src/components/interface/method.js +100 -0
  338. package/dist/dev/src/components/interface/method.js.map +1 -0
  339. package/dist/dev/src/components/interface/method.test.js +432 -0
  340. package/dist/dev/src/components/interface/method.test.js.map +1 -0
  341. package/dist/dev/src/components/interface/property.js +80 -0
  342. package/dist/dev/src/components/interface/property.js.map +1 -0
  343. package/dist/dev/src/components/interface/property.test.js +305 -0
  344. package/dist/dev/src/components/interface/property.test.js.map +1 -0
  345. package/dist/dev/src/components/invocation-expression/invocation-expression.js +94 -0
  346. package/dist/dev/src/components/invocation-expression/invocation-expression.js.map +1 -0
  347. package/dist/dev/src/components/invocation-expression/invocation-expression.test.js +153 -0
  348. package/dist/dev/src/components/invocation-expression/invocation-expression.test.js.map +1 -0
  349. package/dist/dev/src/components/lexical-scope.js +30 -0
  350. package/dist/dev/src/components/lexical-scope.js.map +1 -0
  351. package/dist/dev/src/components/method/method.js +134 -0
  352. package/dist/dev/src/components/method/method.js.map +1 -0
  353. package/dist/dev/src/components/method/method.test.js +358 -0
  354. package/dist/dev/src/components/method/method.test.js.map +1 -0
  355. package/dist/dev/src/components/method-scope.js +30 -0
  356. package/dist/dev/src/components/method-scope.js.map +1 -0
  357. package/dist/dev/src/components/namespace/namespace-name.js +20 -0
  358. package/dist/dev/src/components/namespace/namespace-name.js.map +1 -0
  359. package/dist/dev/src/components/namespace/namespace.js +66 -0
  360. package/dist/dev/src/components/namespace/namespace.js.map +1 -0
  361. package/dist/dev/src/components/namespace/namespace.test.js +329 -0
  362. package/dist/dev/src/components/namespace/namespace.test.js.map +1 -0
  363. package/dist/dev/src/components/namespace-scopes.js +61 -0
  364. package/dist/dev/src/components/namespace-scopes.js.map +1 -0
  365. package/dist/dev/src/components/namespace.ref.test.js +350 -0
  366. package/dist/dev/src/components/namespace.ref.test.js.map +1 -0
  367. package/dist/dev/src/components/parameters/parameters.js +96 -0
  368. package/dist/dev/src/components/parameters/parameters.js.map +1 -0
  369. package/dist/dev/src/components/parameters/parameters.test.js +317 -0
  370. package/dist/dev/src/components/parameters/parameters.test.js.map +1 -0
  371. package/dist/dev/src/components/property/property.js +115 -0
  372. package/dist/dev/src/components/property/property.js.map +1 -0
  373. package/dist/dev/src/components/property/property.test.js +395 -0
  374. package/dist/dev/src/components/property/property.test.js.map +1 -0
  375. package/dist/dev/src/components/record/declaration.js +132 -0
  376. package/dist/dev/src/components/record/declaration.js.map +1 -0
  377. package/dist/dev/src/components/record/declaration.test.js +231 -0
  378. package/dist/dev/src/components/record/declaration.test.js.map +1 -0
  379. package/dist/dev/src/components/region/region.js +14 -0
  380. package/dist/dev/src/components/region/region.js.map +1 -0
  381. package/dist/dev/src/components/region/region.test.js +39 -0
  382. package/dist/dev/src/components/region/region.test.js.map +1 -0
  383. package/dist/dev/src/components/source-file/source-file.js +163 -0
  384. package/dist/dev/src/components/source-file/source-file.js.map +1 -0
  385. package/dist/dev/src/components/source-file/source-file.test.js +271 -0
  386. package/dist/dev/src/components/source-file/source-file.test.js.map +1 -0
  387. package/dist/dev/src/components/source-file/using.test.js +201 -0
  388. package/dist/dev/src/components/source-file/using.test.js.map +1 -0
  389. package/dist/dev/src/components/stc/index.js +13 -0
  390. package/dist/dev/src/components/stc/index.js.map +1 -0
  391. package/dist/dev/src/components/struct/declaration.js +113 -0
  392. package/dist/dev/src/components/struct/declaration.js.map +1 -0
  393. package/dist/dev/src/components/struct/declaration.test.js +400 -0
  394. package/dist/dev/src/components/struct/declaration.test.js.map +1 -0
  395. package/dist/dev/src/components/type-parameters/type-parameter-constraints.js +73 -0
  396. package/dist/dev/src/components/type-parameters/type-parameter-constraints.js.map +1 -0
  397. package/dist/dev/src/components/type-parameters/type-parameter-constraints.test.js +92 -0
  398. package/dist/dev/src/components/type-parameters/type-parameter-constraints.test.js.map +1 -0
  399. package/dist/dev/src/components/type-parameters/type-parameter.js +28 -0
  400. package/dist/dev/src/components/type-parameters/type-parameter.js.map +1 -0
  401. package/dist/dev/src/components/type-parameters/type-parameters.js +71 -0
  402. package/dist/dev/src/components/type-parameters/type-parameters.js.map +1 -0
  403. package/dist/dev/src/components/type-parameters/type-parameters.test.js +103 -0
  404. package/dist/dev/src/components/type-parameters/type-parameters.test.js.map +1 -0
  405. package/dist/dev/src/components/using/using.js +45 -0
  406. package/dist/dev/src/components/using/using.js.map +1 -0
  407. package/dist/dev/src/components/using/using.test.js +27 -0
  408. package/dist/dev/src/components/using/using.test.js.map +1 -0
  409. package/dist/dev/src/components/var/declaration.js +72 -0
  410. package/dist/dev/src/components/var/declaration.js.map +1 -0
  411. package/dist/dev/src/components/var/declaration.test.js +167 -0
  412. package/dist/dev/src/components/var/declaration.test.js.map +1 -0
  413. package/dist/dev/src/contexts/format-options.js +9 -0
  414. package/dist/dev/src/contexts/format-options.js.map +1 -0
  415. package/dist/dev/src/contexts/global-namespace.js +30 -0
  416. package/dist/dev/src/contexts/global-namespace.js.map +1 -0
  417. package/dist/dev/src/contexts/namespace.js +6 -0
  418. package/dist/dev/src/contexts/namespace.js.map +1 -0
  419. package/dist/dev/src/contexts/reference-context.js +15 -0
  420. package/dist/dev/src/contexts/reference-context.js.map +1 -0
  421. package/dist/dev/src/create-library.js +136 -0
  422. package/dist/dev/src/create-library.js.map +1 -0
  423. package/dist/dev/src/create-library.test.js +289 -0
  424. package/dist/dev/src/create-library.test.js.map +1 -0
  425. package/dist/dev/src/index.js +9 -0
  426. package/dist/dev/src/index.js.map +1 -0
  427. package/dist/dev/src/modifiers.js +21 -0
  428. package/dist/dev/src/modifiers.js.map +1 -0
  429. package/dist/dev/src/name-policy.js +36 -0
  430. package/dist/dev/src/name-policy.js.map +1 -0
  431. package/dist/dev/src/scopes/class.js +11 -0
  432. package/dist/dev/src/scopes/class.js.map +1 -0
  433. package/dist/dev/src/scopes/contexts.js +34 -0
  434. package/dist/dev/src/scopes/contexts.js.map +1 -0
  435. package/dist/dev/src/scopes/csharp.js +25 -0
  436. package/dist/dev/src/scopes/csharp.js.map +1 -0
  437. package/dist/dev/src/scopes/factories.js +25 -0
  438. package/dist/dev/src/scopes/factories.js.map +1 -0
  439. package/dist/dev/src/scopes/index.js +10 -0
  440. package/dist/dev/src/scopes/index.js.map +1 -0
  441. package/dist/dev/src/scopes/lexical.js +8 -0
  442. package/dist/dev/src/scopes/lexical.js.map +1 -0
  443. package/dist/dev/src/scopes/method.js +14 -0
  444. package/dist/dev/src/scopes/method.js.map +1 -0
  445. package/dist/dev/src/scopes/named-type.js +33 -0
  446. package/dist/dev/src/scopes/named-type.js.map +1 -0
  447. package/dist/dev/src/scopes/namespace.js +39 -0
  448. package/dist/dev/src/scopes/namespace.js.map +1 -0
  449. package/dist/dev/src/scopes/source-file.js +44 -0
  450. package/dist/dev/src/scopes/source-file.js.map +1 -0
  451. package/dist/dev/src/symbols/csharp.js +263 -0
  452. package/dist/dev/src/symbols/csharp.js.map +1 -0
  453. package/dist/dev/src/symbols/factories.js +145 -0
  454. package/dist/dev/src/symbols/factories.js.map +1 -0
  455. package/dist/dev/src/symbols/index.js +7 -0
  456. package/dist/dev/src/symbols/index.js.map +1 -0
  457. package/dist/dev/src/symbols/method.js +16 -0
  458. package/dist/dev/src/symbols/method.js.map +1 -0
  459. package/dist/dev/src/symbols/named-type.js +42 -0
  460. package/dist/dev/src/symbols/named-type.js.map +1 -0
  461. package/dist/dev/src/symbols/namespace.js +55 -0
  462. package/dist/dev/src/symbols/namespace.js.map +1 -0
  463. package/dist/dev/src/symbols/reference.js +79 -0
  464. package/dist/dev/src/symbols/reference.js.map +1 -0
  465. package/dist/dev/test/utils.js +111 -0
  466. package/dist/dev/test/utils.js.map +1 -0
  467. package/dist/dev/test/vitest.setup.js +2 -0
  468. package/dist/dev/test/vitest.setup.js.map +1 -0
  469. package/dist/dev/testing/create-wrapper.js +13 -0
  470. package/dist/dev/testing/create-wrapper.js.map +1 -0
  471. package/dist/dev/testing/create-wrapper.test.js +300 -0
  472. package/dist/dev/testing/create-wrapper.test.js.map +1 -0
  473. package/dist/dev/testing/index.js +2 -0
  474. package/dist/dev/testing/index.js.map +1 -0
  475. package/dist/src/components/access-expression/access-expression.d.ts +6 -1
  476. package/dist/src/components/access-expression/access-expression.d.ts.map +1 -1
  477. package/dist/src/components/access-expression/access-expression.js +108 -197
  478. package/dist/src/components/access-expression/access-expression.js.map +1 -1
  479. package/dist/src/components/access-expression/part-descriptors.d.ts +0 -31
  480. package/dist/src/components/access-expression/part-descriptors.d.ts.map +1 -1
  481. package/dist/src/components/access-expression/part-descriptors.js +0 -105
  482. package/dist/src/components/access-expression/part-descriptors.js.map +1 -1
  483. package/dist/src/components/doc/from-markdown.js +1 -1
  484. package/dist/src/components/doc/from-markdown.js.map +1 -1
  485. package/dist/tsconfig.tsbuildinfo +1 -1
  486. package/package.json +13 -6
  487. package/src/components/access-expression/access-expression.tsx +146 -243
  488. package/src/components/access-expression/part-descriptors.ts +0 -186
  489. package/src/components/doc/from-markdown.tsx +4 -1
  490. package/temp/api.json +3 -3
  491. package/vitest.config.ts +8 -0
@@ -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