@tsonic/dotnet 0.7.2 → 0.7.4

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 (300) hide show
  1. package/Internal.d.ts +13 -0
  2. package/Microsoft.CSharp.RuntimeBinder.d.ts +23 -0
  3. package/Microsoft.VisualBasic/internal/index.d.ts +8 -8
  4. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +2 -2
  5. package/Microsoft.VisualBasic.CompilerServices.d.ts +45 -0
  6. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +7 -7
  7. package/Microsoft.VisualBasic.FileIO.d.ts +27 -0
  8. package/Microsoft.VisualBasic.d.ts +48 -0
  9. package/Microsoft.Win32.SafeHandles.d.ts +29 -0
  10. package/Microsoft.Win32.d.ts +21 -0
  11. package/System/internal/index.d.ts +79 -72
  12. package/System.Buffers/internal/index.d.ts +1 -1
  13. package/{System.Buffers.Binary/index.d.ts → System.Buffers.Binary.d.ts} +4 -6
  14. package/System.Buffers.Text.d.ts +16 -0
  15. package/System.Buffers.d.ts +42 -0
  16. package/System.CodeDom.Compiler/internal/index.d.ts +2 -2
  17. package/System.CodeDom.Compiler.d.ts +17 -0
  18. package/System.Collections.Concurrent/internal/index.d.ts +1 -0
  19. package/System.Collections.Concurrent.d.ts +33 -0
  20. package/System.Collections.Frozen.d.ts +18 -0
  21. package/System.Collections.Generic/internal/index.d.ts +10 -0
  22. package/System.Collections.Generic.d.ts +61 -0
  23. package/System.Collections.Immutable/internal/index.d.ts +16 -11
  24. package/System.Collections.Immutable.d.ts +35 -0
  25. package/System.Collections.ObjectModel.d.ts +32 -0
  26. package/System.Collections.Specialized/internal/index.d.ts +3 -2
  27. package/System.Collections.Specialized.d.ts +32 -0
  28. package/System.Collections.d.ts +39 -0
  29. package/System.ComponentModel/internal/index.d.ts +11 -7
  30. package/System.ComponentModel.DataAnnotations.Schema.d.ts +19 -0
  31. package/System.ComponentModel.DataAnnotations.d.ts +55 -0
  32. package/System.ComponentModel.Design/internal/index.d.ts +3 -0
  33. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +3 -1
  34. package/{System.ComponentModel.Design.Serialization/index.d.ts → System.ComponentModel.Design.Serialization.d.ts} +20 -22
  35. package/{System.ComponentModel.Design/index.d.ts → System.ComponentModel.Design.d.ts} +38 -40
  36. package/System.ComponentModel.d.ts +207 -0
  37. package/{System.Configuration.Assemblies/index.d.ts → System.Configuration.Assemblies.d.ts} +5 -7
  38. package/System.Data/internal/index.d.ts +12 -7
  39. package/System.Data.Common.d.ts +62 -0
  40. package/System.Data.SqlTypes/internal/index.d.ts +26 -26
  41. package/System.Data.SqlTypes.d.ts +43 -0
  42. package/System.Data.d.ts +146 -0
  43. package/System.Diagnostics/internal/index.d.ts +19 -19
  44. package/System.Diagnostics.CodeAnalysis.d.ts +38 -0
  45. package/System.Diagnostics.Contracts.d.ts +30 -0
  46. package/System.Diagnostics.Metrics/internal/index.d.ts +4 -4
  47. package/System.Diagnostics.Metrics.d.ts +42 -0
  48. package/System.Diagnostics.SymbolStore/internal/index.d.ts +1 -1
  49. package/{System.Diagnostics.SymbolStore/index.d.ts → System.Diagnostics.SymbolStore.d.ts} +9 -11
  50. package/System.Diagnostics.Tracing.d.ts +47 -0
  51. package/System.Diagnostics.d.ts +118 -0
  52. package/System.Drawing/internal/index.d.ts +7 -7
  53. package/System.Drawing.d.ts +30 -0
  54. package/System.Dynamic/internal/index.d.ts +2 -2
  55. package/System.Dynamic.d.ts +37 -0
  56. package/System.Formats.Asn1/internal/index.d.ts +1 -1
  57. package/System.Formats.Asn1.d.ts +25 -0
  58. package/System.Formats.Tar.d.ts +27 -0
  59. package/System.Globalization/internal/index.d.ts +1 -1
  60. package/System.Globalization.d.ts +57 -0
  61. package/System.IO/internal/index.d.ts +9 -9
  62. package/System.IO.Compression.d.ts +37 -0
  63. package/System.IO.Enumeration.d.ts +21 -0
  64. package/System.IO.IsolatedStorage.d.ts +24 -0
  65. package/{System.IO.MemoryMappedFiles/index.d.ts → System.IO.MemoryMappedFiles.d.ts} +13 -15
  66. package/System.IO.Pipelines.d.ts +26 -0
  67. package/System.IO.Pipes.d.ts +35 -0
  68. package/System.IO.d.ts +79 -0
  69. package/System.Linq/internal/index.d.ts +5 -0
  70. package/System.Linq.Expressions/internal/index.d.ts +47 -47
  71. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
  72. package/System.Linq.Expressions.Interpreter.d.ts +12 -0
  73. package/System.Linq.Expressions.d.ts +67 -0
  74. package/System.Linq.d.ts +68 -0
  75. package/System.Net/internal/index.d.ts +6 -2
  76. package/System.Net.Cache.d.ts +16 -0
  77. package/System.Net.Http/internal/index.d.ts +1 -1
  78. package/System.Net.Http.Headers.d.ts +42 -0
  79. package/System.Net.Http.Json.d.ts +24 -0
  80. package/System.Net.Http.Metrics.d.ts +13 -0
  81. package/System.Net.Http.d.ts +57 -0
  82. package/System.Net.Mail.d.ts +45 -0
  83. package/System.Net.Mime.d.ts +22 -0
  84. package/System.Net.NetworkInformation.d.ts +63 -0
  85. package/System.Net.Quic.d.ts +35 -0
  86. package/System.Net.Security/internal/index.d.ts +1 -1
  87. package/System.Net.Security.d.ts +47 -0
  88. package/System.Net.ServerSentEvents.d.ts +32 -0
  89. package/System.Net.Sockets/internal/index.d.ts +2 -2
  90. package/System.Net.Sockets.d.ts +55 -0
  91. package/System.Net.WebSockets.d.ts +41 -0
  92. package/System.Net.d.ts +120 -0
  93. package/System.Numerics/internal/index.d.ts +61 -21
  94. package/System.Numerics.d.ts +67 -0
  95. package/System.Reflection/internal/index.d.ts +3 -3
  96. package/System.Reflection.Emit/internal/index.d.ts +7 -7
  97. package/System.Reflection.Emit.d.ts +49 -0
  98. package/System.Reflection.Metadata/internal/index.d.ts +46 -43
  99. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +2 -2
  100. package/System.Reflection.Metadata.Ecma335.d.ts +62 -0
  101. package/System.Reflection.Metadata.d.ts +208 -0
  102. package/System.Reflection.PortableExecutable.d.ts +43 -0
  103. package/System.Reflection.d.ts +124 -0
  104. package/System.Resources/internal/index.d.ts +2 -0
  105. package/System.Resources.d.ts +27 -0
  106. package/System.Runtime.CompilerServices/internal/index.d.ts +2 -1
  107. package/System.Runtime.CompilerServices.d.ts +214 -0
  108. package/{System.Runtime.ConstrainedExecution/index.d.ts → System.Runtime.ConstrainedExecution.d.ts} +8 -10
  109. package/{System.Runtime.ExceptionServices/index.d.ts → System.Runtime.ExceptionServices.d.ts} +7 -9
  110. package/System.Runtime.InteropServices/internal/index.d.ts +19 -18
  111. package/System.Runtime.InteropServices.ComTypes.d.ts +70 -0
  112. package/System.Runtime.InteropServices.Java.d.ts +16 -0
  113. package/System.Runtime.InteropServices.JavaScript.d.ts +58 -0
  114. package/System.Runtime.InteropServices.Marshalling.d.ts +47 -0
  115. package/{System.Runtime.InteropServices.ObjectiveC/index.d.ts → System.Runtime.InteropServices.ObjectiveC.d.ts} +9 -11
  116. package/System.Runtime.InteropServices.Swift.d.ts +24 -0
  117. package/System.Runtime.InteropServices.d.ts +162 -0
  118. package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
  119. package/System.Runtime.Intrinsics.Arm.d.ts +35 -0
  120. package/System.Runtime.Intrinsics.Wasm.d.ts +13 -0
  121. package/System.Runtime.Intrinsics.X86.d.ts +88 -0
  122. package/System.Runtime.Intrinsics.d.ts +41 -0
  123. package/System.Runtime.Loader.d.ts +17 -0
  124. package/System.Runtime.Remoting.d.ts +12 -0
  125. package/System.Runtime.Serialization.DataContracts.d.ts +21 -0
  126. package/System.Runtime.Serialization.Formatters.Binary.d.ts +15 -0
  127. package/{System.Runtime.Serialization.Formatters/index.d.ts → System.Runtime.Serialization.Formatters.d.ts} +6 -8
  128. package/System.Runtime.Serialization.Json.d.ts +23 -0
  129. package/System.Runtime.Serialization.d.ts +76 -0
  130. package/System.Runtime.Versioning/internal/index.d.ts +1 -1
  131. package/System.Runtime.Versioning.d.ts +27 -0
  132. package/System.Runtime.d.ts +27 -0
  133. package/System.Security.AccessControl.d.ts +99 -0
  134. package/System.Security.Authentication.ExtendedProtection.d.ts +23 -0
  135. package/System.Security.Authentication.d.ts +20 -0
  136. package/System.Security.Claims.d.ts +19 -0
  137. package/System.Security.Cryptography/internal/index.d.ts +15 -15
  138. package/System.Security.Cryptography.X509Certificates.d.ts +78 -0
  139. package/System.Security.Cryptography.d.ts +191 -0
  140. package/System.Security.Permissions.d.ts +18 -0
  141. package/System.Security.Policy.d.ts +14 -0
  142. package/System.Security.Principal/internal/index.d.ts +1 -1
  143. package/System.Security.Principal.d.ts +36 -0
  144. package/System.Security.d.ts +35 -0
  145. package/System.Text/internal/index.d.ts +10 -9
  146. package/System.Text.Encodings.Web/internal/index.d.ts +7 -7
  147. package/System.Text.Encodings.Web.d.ts +20 -0
  148. package/System.Text.Json/internal/index.d.ts +1 -1
  149. package/System.Text.Json.Nodes.d.ts +23 -0
  150. package/System.Text.Json.Schema.d.ts +17 -0
  151. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +1 -1
  152. package/System.Text.Json.Serialization.Metadata.d.ts +42 -0
  153. package/System.Text.Json.Serialization.d.ts +70 -0
  154. package/System.Text.Json.d.ts +44 -0
  155. package/System.Text.RegularExpressions.d.ts +35 -0
  156. package/System.Text.Unicode.d.ts +16 -0
  157. package/System.Text.d.ts +54 -0
  158. package/System.Threading/internal/index.d.ts +5 -5
  159. package/System.Threading.Channels.d.ts +38 -0
  160. package/System.Threading.Tasks/internal/index.d.ts +12 -12
  161. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +1 -1
  162. package/System.Threading.Tasks.Dataflow.d.ts +54 -0
  163. package/System.Threading.Tasks.Sources.d.ts +25 -0
  164. package/System.Threading.Tasks.d.ts +65 -0
  165. package/System.Threading.d.ts +99 -0
  166. package/{System.Timers/index.d.ts → System.Timers.d.ts} +9 -11
  167. package/System.Transactions/internal/index.d.ts +1 -1
  168. package/{System.Transactions/index.d.ts → System.Transactions.d.ts} +32 -34
  169. package/System.Web.d.ts +16 -0
  170. package/{System.Windows.Input/index.d.ts → System.Windows.Input.d.ts} +3 -5
  171. package/{System.Windows.Markup/index.d.ts → System.Windows.Markup.d.ts} +4 -6
  172. package/System.Xml.Linq/internal/index.d.ts +10 -10
  173. package/System.Xml.Linq.d.ts +43 -0
  174. package/System.Xml.Resolvers.d.ts +18 -0
  175. package/System.Xml.Schema.d.ts +108 -0
  176. package/System.Xml.Serialization.d.ts +89 -0
  177. package/System.Xml.XPath.d.ts +34 -0
  178. package/System.Xml.Xsl.Runtime.d.ts +66 -0
  179. package/System.Xml.Xsl.d.ts +29 -0
  180. package/System.Xml.d.ts +105 -0
  181. package/System.d.ts +410 -0
  182. package/families.json +359 -0
  183. package/package.json +1 -1
  184. package/tsconfig.json +2 -1
  185. package/Internal/index.d.ts +0 -15
  186. package/Microsoft.CSharp.RuntimeBinder/index.d.ts +0 -25
  187. package/Microsoft.VisualBasic/index.d.ts +0 -50
  188. package/Microsoft.VisualBasic.CompilerServices/index.d.ts +0 -47
  189. package/Microsoft.VisualBasic.FileIO/index.d.ts +0 -29
  190. package/Microsoft.Win32/index.d.ts +0 -23
  191. package/Microsoft.Win32.SafeHandles/index.d.ts +0 -31
  192. package/System/index.d.ts +0 -428
  193. package/System.Buffers/index.d.ts +0 -48
  194. package/System.Buffers.Text/index.d.ts +0 -18
  195. package/System.CodeDom.Compiler/index.d.ts +0 -19
  196. package/System.Collections/index.d.ts +0 -41
  197. package/System.Collections.Concurrent/index.d.ts +0 -35
  198. package/System.Collections.Frozen/index.d.ts +0 -26
  199. package/System.Collections.Generic/index.d.ts +0 -129
  200. package/System.Collections.Immutable/index.d.ts +0 -64
  201. package/System.Collections.ObjectModel/index.d.ts +0 -34
  202. package/System.Collections.Specialized/index.d.ts +0 -34
  203. package/System.ComponentModel/index.d.ts +0 -210
  204. package/System.ComponentModel.DataAnnotations/index.d.ts +0 -57
  205. package/System.ComponentModel.DataAnnotations.Schema/index.d.ts +0 -21
  206. package/System.Data/index.d.ts +0 -139
  207. package/System.Data.Common/index.d.ts +0 -64
  208. package/System.Data.SqlTypes/index.d.ts +0 -45
  209. package/System.Diagnostics/index.d.ts +0 -123
  210. package/System.Diagnostics.CodeAnalysis/index.d.ts +0 -40
  211. package/System.Diagnostics.Contracts/index.d.ts +0 -32
  212. package/System.Diagnostics.Metrics/index.d.ts +0 -47
  213. package/System.Diagnostics.Tracing/index.d.ts +0 -49
  214. package/System.Drawing/index.d.ts +0 -32
  215. package/System.Dynamic/index.d.ts +0 -39
  216. package/System.Formats.Asn1/index.d.ts +0 -27
  217. package/System.Formats.Tar/index.d.ts +0 -29
  218. package/System.Globalization/index.d.ts +0 -59
  219. package/System.IO/index.d.ts +0 -81
  220. package/System.IO.Compression/index.d.ts +0 -39
  221. package/System.IO.Enumeration/index.d.ts +0 -27
  222. package/System.IO.IsolatedStorage/index.d.ts +0 -26
  223. package/System.IO.Pipelines/index.d.ts +0 -28
  224. package/System.IO.Pipes/index.d.ts +0 -37
  225. package/System.Linq/index.d.ts +0 -56
  226. package/System.Linq.Expressions/index.d.ts +0 -61
  227. package/System.Linq.Expressions.Interpreter/index.d.ts +0 -14
  228. package/System.Net/index.d.ts +0 -122
  229. package/System.Net.Cache/index.d.ts +0 -18
  230. package/System.Net.Http/index.d.ts +0 -61
  231. package/System.Net.Http.Headers/index.d.ts +0 -45
  232. package/System.Net.Http.Json/index.d.ts +0 -26
  233. package/System.Net.Http.Metrics/index.d.ts +0 -15
  234. package/System.Net.Mail/index.d.ts +0 -47
  235. package/System.Net.Mime/index.d.ts +0 -24
  236. package/System.Net.NetworkInformation/index.d.ts +0 -65
  237. package/System.Net.Quic/index.d.ts +0 -37
  238. package/System.Net.Security/index.d.ts +0 -49
  239. package/System.Net.ServerSentEvents/index.d.ts +0 -28
  240. package/System.Net.Sockets/index.d.ts +0 -57
  241. package/System.Net.WebSockets/index.d.ts +0 -43
  242. package/System.Numerics/index.d.ts +0 -94
  243. package/System.Reflection/index.d.ts +0 -126
  244. package/System.Reflection.Emit/index.d.ts +0 -51
  245. package/System.Reflection.Metadata/index.d.ts +0 -220
  246. package/System.Reflection.Metadata.Ecma335/index.d.ts +0 -65
  247. package/System.Reflection.PortableExecutable/index.d.ts +0 -45
  248. package/System.Resources/index.d.ts +0 -29
  249. package/System.Runtime/index.d.ts +0 -29
  250. package/System.Runtime.CompilerServices/index.d.ts +0 -219
  251. package/System.Runtime.InteropServices/index.d.ts +0 -161
  252. package/System.Runtime.InteropServices.ComTypes/index.d.ts +0 -72
  253. package/System.Runtime.InteropServices.Java/index.d.ts +0 -18
  254. package/System.Runtime.InteropServices.JavaScript/index.d.ts +0 -54
  255. package/System.Runtime.InteropServices.Marshalling/index.d.ts +0 -59
  256. package/System.Runtime.InteropServices.Swift/index.d.ts +0 -18
  257. package/System.Runtime.Intrinsics/index.d.ts +0 -26
  258. package/System.Runtime.Intrinsics.Arm/index.d.ts +0 -37
  259. package/System.Runtime.Intrinsics.Wasm/index.d.ts +0 -15
  260. package/System.Runtime.Intrinsics.X86/index.d.ts +0 -90
  261. package/System.Runtime.Loader/index.d.ts +0 -19
  262. package/System.Runtime.Remoting/index.d.ts +0 -14
  263. package/System.Runtime.Serialization/index.d.ts +0 -78
  264. package/System.Runtime.Serialization.DataContracts/index.d.ts +0 -23
  265. package/System.Runtime.Serialization.Formatters.Binary/index.d.ts +0 -17
  266. package/System.Runtime.Serialization.Json/index.d.ts +0 -25
  267. package/System.Runtime.Versioning/index.d.ts +0 -29
  268. package/System.Security/index.d.ts +0 -37
  269. package/System.Security.AccessControl/index.d.ts +0 -87
  270. package/System.Security.Authentication/index.d.ts +0 -22
  271. package/System.Security.Authentication.ExtendedProtection/index.d.ts +0 -25
  272. package/System.Security.Claims/index.d.ts +0 -21
  273. package/System.Security.Cryptography/index.d.ts +0 -193
  274. package/System.Security.Cryptography.X509Certificates/index.d.ts +0 -80
  275. package/System.Security.Permissions/index.d.ts +0 -20
  276. package/System.Security.Policy/index.d.ts +0 -16
  277. package/System.Security.Principal/index.d.ts +0 -38
  278. package/System.Text/index.d.ts +0 -56
  279. package/System.Text.Encodings.Web/index.d.ts +0 -22
  280. package/System.Text.Json/index.d.ts +0 -46
  281. package/System.Text.Json.Nodes/index.d.ts +0 -25
  282. package/System.Text.Json.Schema/index.d.ts +0 -19
  283. package/System.Text.Json.Serialization/index.d.ts +0 -59
  284. package/System.Text.Json.Serialization.Metadata/index.d.ts +0 -39
  285. package/System.Text.RegularExpressions/index.d.ts +0 -37
  286. package/System.Text.Unicode/index.d.ts +0 -18
  287. package/System.Threading/index.d.ts +0 -104
  288. package/System.Threading.Channels/index.d.ts +0 -34
  289. package/System.Threading.Tasks/index.d.ts +0 -50
  290. package/System.Threading.Tasks.Dataflow/index.d.ts +0 -52
  291. package/System.Threading.Tasks.Sources/index.d.ts +0 -20
  292. package/System.Web/index.d.ts +0 -18
  293. package/System.Xml/index.d.ts +0 -107
  294. package/System.Xml.Linq/index.d.ts +0 -45
  295. package/System.Xml.Resolvers/index.d.ts +0 -20
  296. package/System.Xml.Schema/index.d.ts +0 -110
  297. package/System.Xml.Serialization/index.d.ts +0 -91
  298. package/System.Xml.XPath/index.d.ts +0 -36
  299. package/System.Xml.Xsl/index.d.ts +0 -31
  300. package/System.Xml.Xsl.Runtime/index.d.ts +0 -69
@@ -0,0 +1,76 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Runtime.Serialization
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Runtime.Serialization/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { ICollection_1, IEnumerable_1 } from './System.Collections.Generic/internal/index.js';
10
+ import type { Collection_1, ReadOnlyCollection_1 } from './System.Collections.ObjectModel/internal/index.js';
11
+ import type { IDictionary, IEnumerator } from './System.Collections/internal/index.js';
12
+ import type { DateTimeStyles } from './System.Globalization/internal/index.js';
13
+ import type { Stream } from './System.IO/internal/index.js';
14
+ import type { Assembly, ConstructorInfo, MemberInfo, MethodBase, MethodInfo, PropertyInfo } from './System.Reflection/internal/index.js';
15
+ import type { TypeFilterLevel } from './System.Runtime.Serialization.Formatters/internal/index.js';
16
+ import type { StringBuilder } from './System.Text/internal/index.js';
17
+ import type { XmlSchemaSet, XmlSchemaType } from './System.Xml.Schema/internal/index.js';
18
+ import type { XmlDictionaryReader, XmlDictionaryString, XmlDictionaryWriter, XmlNamespaceManager, XmlNode, XmlQualifiedName, XmlReader, XmlWriter } from './System.Xml/internal/index.js';
19
+ import type { AsyncCallback, Attribute, Boolean as ClrBoolean, Byte, Char, DateTime, Decimal, Delegate, Double, Enum, EventArgs, Exception, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int16, Int32, Int64, IntPtr, ISpanFormattable, MulticastDelegate, Object as ClrObject, SByte, Single, String as ClrString, SystemException, Type, TypeCode, UInt16, UInt32, UInt64, ValueType, Void } from './System/internal/index.js';
20
+
21
+ // Public API exports (curated - no internal $instance/$views leakage)
22
+ export { DeserializationToken as DeserializationToken } from './System.Runtime.Serialization/internal/index.js';
23
+ export type IDeserializationCallback = Internal.IDeserializationCallback;
24
+ export type IFormatterConverter = Internal.IFormatterConverter;
25
+ export type IObjectReference = Internal.IObjectReference;
26
+ export type ISafeSerializationData = Internal.ISafeSerializationData;
27
+ export type ISerializable = Internal.ISerializable;
28
+ export { OnDeserializedAttribute as OnDeserializedAttribute } from './System.Runtime.Serialization/internal/index.js';
29
+ export { OnDeserializingAttribute as OnDeserializingAttribute } from './System.Runtime.Serialization/internal/index.js';
30
+ export { OnSerializedAttribute as OnSerializedAttribute } from './System.Runtime.Serialization/internal/index.js';
31
+ export { OnSerializingAttribute as OnSerializingAttribute } from './System.Runtime.Serialization/internal/index.js';
32
+ export { OptionalFieldAttribute as OptionalFieldAttribute } from './System.Runtime.Serialization/internal/index.js';
33
+ export { SafeSerializationEventArgs as SafeSerializationEventArgs } from './System.Runtime.Serialization/internal/index.js';
34
+ export { SerializationException as SerializationException } from './System.Runtime.Serialization/internal/index.js';
35
+ export { SerializationInfo as SerializationInfo } from './System.Runtime.Serialization/internal/index.js';
36
+ export { SerializationEntry as SerializationEntry } from './System.Runtime.Serialization/internal/index.js';
37
+ export { SerializationInfoEnumerator as SerializationInfoEnumerator } from './System.Runtime.Serialization/internal/index.js';
38
+ export { StreamingContext as StreamingContext } from './System.Runtime.Serialization/internal/index.js';
39
+ export { StreamingContextStates as StreamingContextStates } from './System.Runtime.Serialization/internal/index.js';
40
+ export { DataContractResolver as DataContractResolver } from './System.Runtime.Serialization/internal/index.js';
41
+ export { DataContractSerializer as DataContractSerializer } from './System.Runtime.Serialization/internal/index.js';
42
+ export { DataContractSerializerExtensions$instance as DataContractSerializerExtensions } from './System.Runtime.Serialization/internal/index.js';
43
+ export { DataContractSerializerSettings as DataContractSerializerSettings } from './System.Runtime.Serialization/internal/index.js';
44
+ export { ExportOptions as ExportOptions } from './System.Runtime.Serialization/internal/index.js';
45
+ export { ExtensionDataObject as ExtensionDataObject } from './System.Runtime.Serialization/internal/index.js';
46
+ export type IExtensibleDataObject = Internal.IExtensibleDataObject;
47
+ export { XmlObjectSerializer as XmlObjectSerializer } from './System.Runtime.Serialization/internal/index.js';
48
+ export { XmlSerializableServices$instance as XmlSerializableServices } from './System.Runtime.Serialization/internal/index.js';
49
+ export { XPathQueryGenerator$instance as XPathQueryGenerator } from './System.Runtime.Serialization/internal/index.js';
50
+ export { XsdDataContractExporter as XsdDataContractExporter } from './System.Runtime.Serialization/internal/index.js';
51
+ export { DateTimeFormat as DateTimeFormat } from './System.Runtime.Serialization/internal/index.js';
52
+ export { EmitTypeInformation as EmitTypeInformation } from './System.Runtime.Serialization/internal/index.js';
53
+ export { JsonFormatGeneratorStatics$instance as JsonFormatGeneratorStatics } from './System.Runtime.Serialization/internal/index.js';
54
+ export type SerializationEventHandler = Internal.SerializationEventHandler;
55
+ export { Formatter as Formatter } from './System.Runtime.Serialization/internal/index.js';
56
+ export { FormatterConverter as FormatterConverter } from './System.Runtime.Serialization/internal/index.js';
57
+ export { FormatterServices$instance as FormatterServices } from './System.Runtime.Serialization/internal/index.js';
58
+ export type IFormatter = Internal.IFormatter;
59
+ export type ISerializationSurrogate = Internal.ISerializationSurrogate;
60
+ export type ISurrogateSelector = Internal.ISurrogateSelector;
61
+ export { ObjectIDGenerator as ObjectIDGenerator } from './System.Runtime.Serialization/internal/index.js';
62
+ export { ObjectManager as ObjectManager } from './System.Runtime.Serialization/internal/index.js';
63
+ export { TypeLoadExceptionHolder as TypeLoadExceptionHolder } from './System.Runtime.Serialization/internal/index.js';
64
+ export { SerializationBinder as SerializationBinder } from './System.Runtime.Serialization/internal/index.js';
65
+ export { SerializationObjectManager as SerializationObjectManager } from './System.Runtime.Serialization/internal/index.js';
66
+ export { SurrogateSelector as SurrogateSelector } from './System.Runtime.Serialization/internal/index.js';
67
+ export { CollectionDataContractAttribute as CollectionDataContractAttribute } from './System.Runtime.Serialization/internal/index.js';
68
+ export { ContractNamespaceAttribute as ContractNamespaceAttribute } from './System.Runtime.Serialization/internal/index.js';
69
+ export { DataContractAttribute as DataContractAttribute } from './System.Runtime.Serialization/internal/index.js';
70
+ export { DataMemberAttribute as DataMemberAttribute } from './System.Runtime.Serialization/internal/index.js';
71
+ export { EnumMemberAttribute as EnumMemberAttribute } from './System.Runtime.Serialization/internal/index.js';
72
+ export { IgnoreDataMemberAttribute as IgnoreDataMemberAttribute } from './System.Runtime.Serialization/internal/index.js';
73
+ export { InvalidDataContractException as InvalidDataContractException } from './System.Runtime.Serialization/internal/index.js';
74
+ export type ISerializationSurrogateProvider2 = Internal.ISerializationSurrogateProvider2;
75
+ export type ISerializationSurrogateProvider = Internal.ISerializationSurrogateProvider;
76
+ export { KnownTypeAttribute as KnownTypeAttribute } from './System.Runtime.Serialization/internal/index.js';
@@ -88,7 +88,7 @@ export interface __FrameworkName$views {
88
88
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<FrameworkName>;
89
89
 
90
90
  // Structural method bridges for numeric interface constraints
91
- Equals(other: FrameworkName): boolean;
91
+ equals(other: FrameworkName): boolean;
92
92
  }
93
93
 
94
94
  export type FrameworkName = FrameworkName$instance & __FrameworkName$views;
@@ -0,0 +1,27 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Runtime.Versioning
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Runtime.Versioning/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { Attribute, Boolean as ClrBoolean, Enum, IComparable, IConvertible, IEquatable_1, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode, Version } from './System/internal/index.js';
10
+
11
+ // Public API exports (curated - no internal $instance/$views leakage)
12
+ export { ComponentGuaranteesAttribute as ComponentGuaranteesAttribute } from './System.Runtime.Versioning/internal/index.js';
13
+ export { ComponentGuaranteesOptions as ComponentGuaranteesOptions } from './System.Runtime.Versioning/internal/index.js';
14
+ export { FrameworkName as FrameworkName } from './System.Runtime.Versioning/internal/index.js';
15
+ export { OSPlatformAttribute as OSPlatformAttribute } from './System.Runtime.Versioning/internal/index.js';
16
+ export { TargetPlatformAttribute as TargetPlatformAttribute } from './System.Runtime.Versioning/internal/index.js';
17
+ export { SupportedOSPlatformAttribute as SupportedOSPlatformAttribute } from './System.Runtime.Versioning/internal/index.js';
18
+ export { UnsupportedOSPlatformAttribute as UnsupportedOSPlatformAttribute } from './System.Runtime.Versioning/internal/index.js';
19
+ export { ObsoletedOSPlatformAttribute as ObsoletedOSPlatformAttribute } from './System.Runtime.Versioning/internal/index.js';
20
+ export { SupportedOSPlatformGuardAttribute as SupportedOSPlatformGuardAttribute } from './System.Runtime.Versioning/internal/index.js';
21
+ export { UnsupportedOSPlatformGuardAttribute as UnsupportedOSPlatformGuardAttribute } from './System.Runtime.Versioning/internal/index.js';
22
+ export { RequiresPreviewFeaturesAttribute as RequiresPreviewFeaturesAttribute } from './System.Runtime.Versioning/internal/index.js';
23
+ export { ResourceConsumptionAttribute as ResourceConsumptionAttribute } from './System.Runtime.Versioning/internal/index.js';
24
+ export { ResourceExposureAttribute as ResourceExposureAttribute } from './System.Runtime.Versioning/internal/index.js';
25
+ export { ResourceScope as ResourceScope } from './System.Runtime.Versioning/internal/index.js';
26
+ export { TargetFrameworkAttribute as TargetFrameworkAttribute } from './System.Runtime.Versioning/internal/index.js';
27
+ export { VersioningHelper$instance as VersioningHelper } from './System.Runtime.Versioning/internal/index.js';
@@ -0,0 +1,27 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Runtime
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Runtime/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { IDictionary } from './System.Collections/internal/index.js';
10
+ import type { MethodBase } from './System.Reflection/internal/index.js';
11
+ import type { CriticalFinalizerObject } from './System.Runtime.ConstrainedExecution/internal/index.js';
12
+ import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
13
+ import type { CancellationToken } from './System.Threading/internal/index.js';
14
+ import type { Action, Attribute, Boolean as ClrBoolean, Enum, Exception, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, Int64, ISpanFormattable, Object as ClrObject, String as ClrString, TimeSpan, Type, TypeCode, ValueTuple_2, ValueType, Void } from './System/internal/index.js';
15
+
16
+ // Public API exports (curated - no internal $instance/$views leakage)
17
+ export { ControlledExecution$instance as ControlledExecution } from './System.Runtime/internal/index.js';
18
+ export { DependentHandle as DependentHandle } from './System.Runtime/internal/index.js';
19
+ export { GCSettings$instance as GCSettings } from './System.Runtime/internal/index.js';
20
+ export { JitInfo$instance as JitInfo } from './System.Runtime/internal/index.js';
21
+ export { AmbiguousImplementationException as AmbiguousImplementationException } from './System.Runtime/internal/index.js';
22
+ export { GCLargeObjectHeapCompactionMode as GCLargeObjectHeapCompactionMode } from './System.Runtime/internal/index.js';
23
+ export { GCLatencyMode as GCLatencyMode } from './System.Runtime/internal/index.js';
24
+ export { MemoryFailPoint as MemoryFailPoint } from './System.Runtime/internal/index.js';
25
+ export { AssemblyTargetedPatchBandAttribute as AssemblyTargetedPatchBandAttribute } from './System.Runtime/internal/index.js';
26
+ export { TargetedPatchingOptOutAttribute as TargetedPatchingOptOutAttribute } from './System.Runtime/internal/index.js';
27
+ export { ProfileOptimization$instance as ProfileOptimization } from './System.Runtime/internal/index.js';
@@ -0,0 +1,99 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Security.AccessControl
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Security.AccessControl/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { ICollection, IDictionary, IEnumerable, IEnumerator, ReadOnlyCollectionBase } from './System.Collections/internal/index.js';
10
+ import type { MethodBase } from './System.Reflection/internal/index.js';
11
+ import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
12
+ import type { IdentityReference, SecurityIdentifier } from './System.Security.Principal/internal/index.js';
13
+ import type { Array as ClrArray, Boolean as ClrBoolean, Byte, Enum, Exception, Guid, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode, UnauthorizedAccessException, ValueType, Void } from './System/internal/index.js';
14
+
15
+ // Public API exports (curated - no internal $instance/$views leakage)
16
+ export { RegistryAccessRule as RegistryAccessRule } from './System.Security.AccessControl/internal/index.js';
17
+ export { RegistryAuditRule as RegistryAuditRule } from './System.Security.AccessControl/internal/index.js';
18
+ export { RegistryRights as RegistryRights } from './System.Security.AccessControl/internal/index.js';
19
+ export { RegistrySecurity as RegistrySecurity } from './System.Security.AccessControl/internal/index.js';
20
+ export { DirectoryObjectSecurity as DirectoryObjectSecurity } from './System.Security.AccessControl/internal/index.js';
21
+ export { DirectorySecurity as DirectorySecurity } from './System.Security.AccessControl/internal/index.js';
22
+ export { FileSecurity as FileSecurity } from './System.Security.AccessControl/internal/index.js';
23
+ export { FileSystemAccessRule as FileSystemAccessRule } from './System.Security.AccessControl/internal/index.js';
24
+ export { FileSystemAuditRule as FileSystemAuditRule } from './System.Security.AccessControl/internal/index.js';
25
+ export { FileSystemRights as FileSystemRights } from './System.Security.AccessControl/internal/index.js';
26
+ export { FileSystemSecurity as FileSystemSecurity } from './System.Security.AccessControl/internal/index.js';
27
+ export { AccessControlActions as AccessControlActions } from './System.Security.AccessControl/internal/index.js';
28
+ export { AccessControlModification as AccessControlModification } from './System.Security.AccessControl/internal/index.js';
29
+ export { AccessControlSections as AccessControlSections } from './System.Security.AccessControl/internal/index.js';
30
+ export { AccessControlType as AccessControlType } from './System.Security.AccessControl/internal/index.js';
31
+ export { AceEnumerator as AceEnumerator } from './System.Security.AccessControl/internal/index.js';
32
+ export { AceFlags as AceFlags } from './System.Security.AccessControl/internal/index.js';
33
+ export { AceQualifier as AceQualifier } from './System.Security.AccessControl/internal/index.js';
34
+ export { AceType as AceType } from './System.Security.AccessControl/internal/index.js';
35
+ export { AuditFlags as AuditFlags } from './System.Security.AccessControl/internal/index.js';
36
+ export { AuthorizationRule as AuthorizationRule } from './System.Security.AccessControl/internal/index.js';
37
+ export { AuthorizationRuleCollection as AuthorizationRuleCollection } from './System.Security.AccessControl/internal/index.js';
38
+ export { CommonAce as CommonAce } from './System.Security.AccessControl/internal/index.js';
39
+ export { CommonAcl as CommonAcl } from './System.Security.AccessControl/internal/index.js';
40
+ export { CommonObjectSecurity as CommonObjectSecurity } from './System.Security.AccessControl/internal/index.js';
41
+ export { CommonSecurityDescriptor as CommonSecurityDescriptor } from './System.Security.AccessControl/internal/index.js';
42
+ export { CompoundAce as CompoundAce } from './System.Security.AccessControl/internal/index.js';
43
+ export { CompoundAceType as CompoundAceType } from './System.Security.AccessControl/internal/index.js';
44
+ export { ControlFlags as ControlFlags } from './System.Security.AccessControl/internal/index.js';
45
+ export { CustomAce as CustomAce } from './System.Security.AccessControl/internal/index.js';
46
+ export { DiscretionaryAcl as DiscretionaryAcl } from './System.Security.AccessControl/internal/index.js';
47
+ export { GenericAce as GenericAce } from './System.Security.AccessControl/internal/index.js';
48
+ export { GenericAcl as GenericAcl } from './System.Security.AccessControl/internal/index.js';
49
+ export { GenericSecurityDescriptor as GenericSecurityDescriptor } from './System.Security.AccessControl/internal/index.js';
50
+ export { InheritanceFlags as InheritanceFlags } from './System.Security.AccessControl/internal/index.js';
51
+ export { KnownAce as KnownAce } from './System.Security.AccessControl/internal/index.js';
52
+ export { NativeObjectSecurity as NativeObjectSecurity } from './System.Security.AccessControl/internal/index.js';
53
+ export { ObjectAccessRule as ObjectAccessRule } from './System.Security.AccessControl/internal/index.js';
54
+ export { ObjectAce as ObjectAce } from './System.Security.AccessControl/internal/index.js';
55
+ export { ObjectAceFlags as ObjectAceFlags } from './System.Security.AccessControl/internal/index.js';
56
+ export { ObjectAuditRule as ObjectAuditRule } from './System.Security.AccessControl/internal/index.js';
57
+ export { PrivilegeNotHeldException as PrivilegeNotHeldException } from './System.Security.AccessControl/internal/index.js';
58
+ export { PropagationFlags as PropagationFlags } from './System.Security.AccessControl/internal/index.js';
59
+ export { QualifiedAce as QualifiedAce } from './System.Security.AccessControl/internal/index.js';
60
+ export { RawAcl as RawAcl } from './System.Security.AccessControl/internal/index.js';
61
+ export { RawSecurityDescriptor as RawSecurityDescriptor } from './System.Security.AccessControl/internal/index.js';
62
+ export { ResourceType as ResourceType } from './System.Security.AccessControl/internal/index.js';
63
+ export { SecurityInfos as SecurityInfos } from './System.Security.AccessControl/internal/index.js';
64
+ export { SystemAcl as SystemAcl } from './System.Security.AccessControl/internal/index.js';
65
+ export { EventWaitHandleAccessRule as EventWaitHandleAccessRule } from './System.Security.AccessControl/internal/index.js';
66
+ export { EventWaitHandleAuditRule as EventWaitHandleAuditRule } from './System.Security.AccessControl/internal/index.js';
67
+ export { EventWaitHandleRights as EventWaitHandleRights } from './System.Security.AccessControl/internal/index.js';
68
+ export { EventWaitHandleSecurity as EventWaitHandleSecurity } from './System.Security.AccessControl/internal/index.js';
69
+ export { MutexAccessRule as MutexAccessRule } from './System.Security.AccessControl/internal/index.js';
70
+ export { MutexAuditRule as MutexAuditRule } from './System.Security.AccessControl/internal/index.js';
71
+ export { MutexRights as MutexRights } from './System.Security.AccessControl/internal/index.js';
72
+ export { MutexSecurity as MutexSecurity } from './System.Security.AccessControl/internal/index.js';
73
+ export { SemaphoreAccessRule as SemaphoreAccessRule } from './System.Security.AccessControl/internal/index.js';
74
+ export { SemaphoreAuditRule as SemaphoreAuditRule } from './System.Security.AccessControl/internal/index.js';
75
+ export { SemaphoreRights as SemaphoreRights } from './System.Security.AccessControl/internal/index.js';
76
+ export { SemaphoreSecurity as SemaphoreSecurity } from './System.Security.AccessControl/internal/index.js';
77
+
78
+ // Multi-arity family sentinel (detects unspecified type parameters)
79
+ declare const __unspecified: unique symbol;
80
+ export type __ = typeof __unspecified;
81
+
82
+ export type AccessRule<
83
+ T1 = __,
84
+ > =
85
+ [T1] extends [__] ? Internal.AccessRule :
86
+ [T1] extends [unknown] ? Internal.AccessRule_1<T1> : never;
87
+
88
+ export type AuditRule<
89
+ T1 = __,
90
+ > =
91
+ [T1] extends [__] ? Internal.AuditRule :
92
+ [T1] extends [unknown] ? Internal.AuditRule_1<T1> : never;
93
+
94
+ export type ObjectSecurity<
95
+ T1 = __,
96
+ > =
97
+ [T1] extends [__] ? Internal.ObjectSecurity :
98
+ [T1] extends [unknown] ? Internal.ObjectSecurity_1<T1> : never;
99
+
@@ -0,0 +1,23 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Security.Authentication.ExtendedProtection
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Security.Authentication.ExtendedProtection/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { SafeHandleZeroOrMinusOneIsInvalid } from './Microsoft.Win32.SafeHandles/internal/index.js';
10
+ import type { ICollection, IDictionary, IEnumerable, IEnumerator, ReadOnlyCollectionBase } from './System.Collections/internal/index.js';
11
+ import type { ITypeDescriptorContext, PropertyDescriptorCollection, TypeConverter, TypeConverter_StandardValuesCollection } from './System.ComponentModel/internal/index.js';
12
+ import type { CultureInfo } from './System.Globalization/internal/index.js';
13
+ import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
14
+ import type { Array as ClrArray, Attribute, Boolean as ClrBoolean, Enum, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, IntPtr, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode, Void } from './System/internal/index.js';
15
+
16
+ // Public API exports (curated - no internal $instance/$views leakage)
17
+ export { ExtendedProtectionPolicyTypeConverter as ExtendedProtectionPolicyTypeConverter } from './System.Security.Authentication.ExtendedProtection/internal/index.js';
18
+ export { ChannelBinding as ChannelBinding } from './System.Security.Authentication.ExtendedProtection/internal/index.js';
19
+ export { ChannelBindingKind as ChannelBindingKind } from './System.Security.Authentication.ExtendedProtection/internal/index.js';
20
+ export { ExtendedProtectionPolicy as ExtendedProtectionPolicy } from './System.Security.Authentication.ExtendedProtection/internal/index.js';
21
+ export { ServiceNameCollection as ServiceNameCollection } from './System.Security.Authentication.ExtendedProtection/internal/index.js';
22
+ export { PolicyEnforcement as PolicyEnforcement } from './System.Security.Authentication.ExtendedProtection/internal/index.js';
23
+ export { ProtectionScenario as ProtectionScenario } from './System.Security.Authentication.ExtendedProtection/internal/index.js';
@@ -0,0 +1,20 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Security.Authentication
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Security.Authentication/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { IDictionary } from './System.Collections/internal/index.js';
10
+ import type { MethodBase } from './System.Reflection/internal/index.js';
11
+ import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
12
+ import type { Boolean as ClrBoolean, Enum, Exception, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, SystemException, Type, TypeCode, Void } from './System/internal/index.js';
13
+
14
+ // Public API exports (curated - no internal $instance/$views leakage)
15
+ export { SslProtocols as SslProtocols } from './System.Security.Authentication/internal/index.js';
16
+ export { ExchangeAlgorithmType as ExchangeAlgorithmType } from './System.Security.Authentication/internal/index.js';
17
+ export { CipherAlgorithmType as CipherAlgorithmType } from './System.Security.Authentication/internal/index.js';
18
+ export { HashAlgorithmType as HashAlgorithmType } from './System.Security.Authentication/internal/index.js';
19
+ export { AuthenticationException as AuthenticationException } from './System.Security.Authentication/internal/index.js';
20
+ export { InvalidCredentialException as InvalidCredentialException } from './System.Security.Authentication/internal/index.js';
@@ -0,0 +1,19 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Security.Claims
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Security.Claims/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { IDictionary_2, IEnumerable_1 } from './System.Collections.Generic/internal/index.js';
10
+ import type { BinaryReader, BinaryWriter } from './System.IO/internal/index.js';
11
+ import type { IIdentity, IPrincipal } from './System.Security.Principal/internal/index.js';
12
+ import type { Boolean as ClrBoolean, Func_1, Func_2, Int32, Object as ClrObject, Predicate_1, String as ClrString, StringComparison, Type, Void } from './System/internal/index.js';
13
+
14
+ // Public API exports (curated - no internal $instance/$views leakage)
15
+ export { Claim as Claim } from './System.Security.Claims/internal/index.js';
16
+ export { ClaimsIdentity as ClaimsIdentity } from './System.Security.Claims/internal/index.js';
17
+ export { ClaimsPrincipal as ClaimsPrincipal } from './System.Security.Claims/internal/index.js';
18
+ export { ClaimTypes$instance as ClaimTypes } from './System.Security.Claims/internal/index.js';
19
+ export { ClaimValueTypes$instance as ClaimValueTypes } from './System.Security.Claims/internal/index.js';
@@ -266,7 +266,7 @@ export interface __CngProperty$views {
266
266
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<CngProperty>;
267
267
 
268
268
  // Structural method bridges for numeric interface constraints
269
- Equals(other: CngProperty): boolean;
269
+ equals(other: CngProperty): boolean;
270
270
  }
271
271
 
272
272
  export type CngProperty = CngProperty$instance & __CngProperty$views;
@@ -377,7 +377,7 @@ export interface __HashAlgorithmName$views {
377
377
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<HashAlgorithmName>;
378
378
 
379
379
  // Structural method bridges for numeric interface constraints
380
- Equals(other: HashAlgorithmName): boolean;
380
+ equals(other: HashAlgorithmName): boolean;
381
381
  }
382
382
 
383
383
  export type HashAlgorithmName = HashAlgorithmName$instance & __HashAlgorithmName$views;
@@ -839,7 +839,7 @@ export interface __CngAlgorithm$views {
839
839
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<CngAlgorithm>;
840
840
 
841
841
  // Structural method bridges for numeric interface constraints
842
- Equals(other: CngAlgorithm): boolean;
842
+ equals(other: CngAlgorithm): boolean;
843
843
  }
844
844
 
845
845
  export type CngAlgorithm = CngAlgorithm$instance & __CngAlgorithm$views;
@@ -871,7 +871,7 @@ export interface __CngAlgorithmGroup$views {
871
871
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<CngAlgorithmGroup>;
872
872
 
873
873
  // Structural method bridges for numeric interface constraints
874
- Equals(other: CngAlgorithmGroup): boolean;
874
+ equals(other: CngAlgorithmGroup): boolean;
875
875
  }
876
876
 
877
877
  export type CngAlgorithmGroup = CngAlgorithmGroup$instance & __CngAlgorithmGroup$views;
@@ -959,7 +959,7 @@ export interface __CngKeyBlobFormat$views {
959
959
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<CngKeyBlobFormat>;
960
960
 
961
961
  // Structural method bridges for numeric interface constraints
962
- Equals(other: CngKeyBlobFormat): boolean;
962
+ equals(other: CngKeyBlobFormat): boolean;
963
963
  }
964
964
 
965
965
  export type CngKeyBlobFormat = CngKeyBlobFormat$instance & __CngKeyBlobFormat$views;
@@ -1041,7 +1041,7 @@ export interface __CngProvider$views {
1041
1041
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<CngProvider>;
1042
1042
 
1043
1043
  // Structural method bridges for numeric interface constraints
1044
- Equals(other: CngProvider): boolean;
1044
+ equals(other: CngProvider): boolean;
1045
1045
  }
1046
1046
 
1047
1047
  export type CngProvider = CngProvider$instance & __CngProvider$views;
@@ -1168,7 +1168,7 @@ export interface __CompositeMLDsaAlgorithm$views {
1168
1168
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<CompositeMLDsaAlgorithm>;
1169
1169
 
1170
1170
  // Structural method bridges for numeric interface constraints
1171
- Equals(other: CompositeMLDsaAlgorithm): boolean;
1171
+ equals(other: CompositeMLDsaAlgorithm): boolean;
1172
1172
  }
1173
1173
 
1174
1174
  export type CompositeMLDsaAlgorithm = CompositeMLDsaAlgorithm$instance & __CompositeMLDsaAlgorithm$views;
@@ -1199,9 +1199,9 @@ export interface CryptoConfig$instance {
1199
1199
  export const CryptoConfig: {
1200
1200
  new(): CryptoConfig$instance;
1201
1201
  readonly allowOnlyFipsAlgorithms: boolean;
1202
- addAlgorithm(algorithm: Type, names: string[]): void;
1203
- addOID(oid: string, names: string[]): void;
1204
- createFromName(name: string, args: unknown[]): unknown;
1202
+ addAlgorithm(algorithm: Type, ...names: string[]): void;
1203
+ addOID(oid: string, ...names: string[]): void;
1204
+ createFromName(name: string, ...args: unknown[]): unknown;
1205
1205
  createFromName(name: string): unknown;
1206
1206
  encodeOID(str: string): byte[];
1207
1207
  mapNameToOID(name: string): string;
@@ -2759,7 +2759,7 @@ export interface __MLDsaAlgorithm$views {
2759
2759
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<MLDsaAlgorithm>;
2760
2760
 
2761
2761
  // Structural method bridges for numeric interface constraints
2762
- Equals(other: MLDsaAlgorithm): boolean;
2762
+ equals(other: MLDsaAlgorithm): boolean;
2763
2763
  }
2764
2764
 
2765
2765
  export type MLDsaAlgorithm = MLDsaAlgorithm$instance & __MLDsaAlgorithm$views;
@@ -2892,7 +2892,7 @@ export interface __MLKemAlgorithm$views {
2892
2892
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<MLKemAlgorithm>;
2893
2893
 
2894
2894
  // Structural method bridges for numeric interface constraints
2895
- Equals(other: MLKemAlgorithm): boolean;
2895
+ equals(other: MLKemAlgorithm): boolean;
2896
2896
  }
2897
2897
 
2898
2898
  export type MLKemAlgorithm = MLKemAlgorithm$instance & __MLKemAlgorithm$views;
@@ -3451,7 +3451,7 @@ export interface __RSAEncryptionPadding$views {
3451
3451
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<RSAEncryptionPadding>;
3452
3452
 
3453
3453
  // Structural method bridges for numeric interface constraints
3454
- Equals(other: RSAEncryptionPadding): boolean;
3454
+ equals(other: RSAEncryptionPadding): boolean;
3455
3455
  }
3456
3456
 
3457
3457
  export type RSAEncryptionPadding = RSAEncryptionPadding$instance & __RSAEncryptionPadding$views;
@@ -3642,7 +3642,7 @@ export interface __RSASignaturePadding$views {
3642
3642
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<RSASignaturePadding>;
3643
3643
 
3644
3644
  // Structural method bridges for numeric interface constraints
3645
- Equals(other: RSASignaturePadding): boolean;
3645
+ equals(other: RSASignaturePadding): boolean;
3646
3646
  }
3647
3647
 
3648
3648
  export type RSASignaturePadding = RSASignaturePadding$instance & __RSASignaturePadding$views;
@@ -4237,7 +4237,7 @@ export interface __SlhDsaAlgorithm$views {
4237
4237
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<SlhDsaAlgorithm>;
4238
4238
 
4239
4239
  // Structural method bridges for numeric interface constraints
4240
- Equals(other: SlhDsaAlgorithm): boolean;
4240
+ equals(other: SlhDsaAlgorithm): boolean;
4241
4241
  }
4242
4242
 
4243
4243
  export type SlhDsaAlgorithm = SlhDsaAlgorithm$instance & __SlhDsaAlgorithm$views;
@@ -0,0 +1,78 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Security.Cryptography.X509Certificates
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Security.Cryptography.X509Certificates/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { SafeX509ChainHandle } from './Microsoft.Win32.SafeHandles/internal/index.js';
10
+ import type { IEnumerable_1, IEnumerator_1 } from './System.Collections.Generic/internal/index.js';
11
+ import type { Collection_1 } from './System.Collections.ObjectModel/internal/index.js';
12
+ import type { CollectionBase, ICollection, IDictionary, IEnumerable, IEnumerator, IList } from './System.Collections/internal/index.js';
13
+ import type { UniversalTagNumber } from './System.Formats.Asn1/internal/index.js';
14
+ import type { IPAddress } from './System.Net/internal/index.js';
15
+ import type { BigInteger } from './System.Numerics/internal/index.js';
16
+ import type { MethodBase } from './System.Reflection/internal/index.js';
17
+ import type { IDeserializationCallback, ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
18
+ import type { AsnEncodedData, AsymmetricAlgorithm, CompositeMLDsa, CryptographicException, DSA, ECDiffieHellman, ECDsa, HashAlgorithmName, MLDsa, MLKem, Oid, OidCollection, PbeParameters, RSA, RSASignaturePadding, SlhDsa } from './System.Security.Cryptography/internal/index.js';
19
+ import type { SecureString } from './System.Security/internal/index.js';
20
+ import type { Array as ClrArray, Boolean as ClrBoolean, Byte, Char, DateTime, DateTimeOffset, Enum, Exception, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, IntPtr, ISpanFormattable, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, Span_1, String as ClrString, TimeSpan, Type, TypeCode, Uri, ValueType, Void } from './System/internal/index.js';
21
+
22
+ // Public API exports (curated - no internal $instance/$views leakage)
23
+ export { Pkcs12LoaderLimits as Pkcs12LoaderLimits } from './System.Security.Cryptography.X509Certificates/internal/index.js';
24
+ export { Pkcs12LoadLimitExceededException as Pkcs12LoadLimitExceededException } from './System.Security.Cryptography.X509Certificates/internal/index.js';
25
+ export { X509CertificateLoader$instance as X509CertificateLoader } from './System.Security.Cryptography.X509Certificates/internal/index.js';
26
+ export { CertificateRequest as CertificateRequest } from './System.Security.Cryptography.X509Certificates/internal/index.js';
27
+ export { CertificateRequestLoadOptions as CertificateRequestLoadOptions } from './System.Security.Cryptography.X509Certificates/internal/index.js';
28
+ export { CertificateRevocationListBuilder as CertificateRevocationListBuilder } from './System.Security.Cryptography.X509Certificates/internal/index.js';
29
+ export { DSACertificateExtensions$instance as DSACertificateExtensions } from './System.Security.Cryptography.X509Certificates/internal/index.js';
30
+ export { ECDsaCertificateExtensions$instance as ECDsaCertificateExtensions } from './System.Security.Cryptography.X509Certificates/internal/index.js';
31
+ export { OpenFlags as OpenFlags } from './System.Security.Cryptography.X509Certificates/internal/index.js';
32
+ export { Pkcs12ExportPbeParameters as Pkcs12ExportPbeParameters } from './System.Security.Cryptography.X509Certificates/internal/index.js';
33
+ export { PublicKey as PublicKey } from './System.Security.Cryptography.X509Certificates/internal/index.js';
34
+ export { RSACertificateExtensions$instance as RSACertificateExtensions } from './System.Security.Cryptography.X509Certificates/internal/index.js';
35
+ export { StoreLocation as StoreLocation } from './System.Security.Cryptography.X509Certificates/internal/index.js';
36
+ export { StoreName as StoreName } from './System.Security.Cryptography.X509Certificates/internal/index.js';
37
+ export { SubjectAlternativeNameBuilder as SubjectAlternativeNameBuilder } from './System.Security.Cryptography.X509Certificates/internal/index.js';
38
+ export { X500DistinguishedName as X500DistinguishedName } from './System.Security.Cryptography.X509Certificates/internal/index.js';
39
+ export { X500DistinguishedNameBuilder as X500DistinguishedNameBuilder } from './System.Security.Cryptography.X509Certificates/internal/index.js';
40
+ export { X500DistinguishedNameFlags as X500DistinguishedNameFlags } from './System.Security.Cryptography.X509Certificates/internal/index.js';
41
+ export { X500RelativeDistinguishedName as X500RelativeDistinguishedName } from './System.Security.Cryptography.X509Certificates/internal/index.js';
42
+ export { X509AuthorityInformationAccessExtension as X509AuthorityInformationAccessExtension } from './System.Security.Cryptography.X509Certificates/internal/index.js';
43
+ export { X509AuthorityKeyIdentifierExtension as X509AuthorityKeyIdentifierExtension } from './System.Security.Cryptography.X509Certificates/internal/index.js';
44
+ export { X509BasicConstraintsExtension as X509BasicConstraintsExtension } from './System.Security.Cryptography.X509Certificates/internal/index.js';
45
+ export { X509Certificate as X509Certificate } from './System.Security.Cryptography.X509Certificates/internal/index.js';
46
+ export { X509Certificate2 as X509Certificate2 } from './System.Security.Cryptography.X509Certificates/internal/index.js';
47
+ export { X509Certificate2Collection as X509Certificate2Collection } from './System.Security.Cryptography.X509Certificates/internal/index.js';
48
+ export { X509Certificate2Enumerator as X509Certificate2Enumerator } from './System.Security.Cryptography.X509Certificates/internal/index.js';
49
+ export { X509CertificateCollection as X509CertificateCollection } from './System.Security.Cryptography.X509Certificates/internal/index.js';
50
+ export { X509CertificateCollection_X509CertificateEnumerator as X509CertificateCollection_X509CertificateEnumerator } from './System.Security.Cryptography.X509Certificates/internal/index.js';
51
+ export { X509Chain as X509Chain } from './System.Security.Cryptography.X509Certificates/internal/index.js';
52
+ export { X509ChainElement as X509ChainElement } from './System.Security.Cryptography.X509Certificates/internal/index.js';
53
+ export { X509ChainElementCollection as X509ChainElementCollection } from './System.Security.Cryptography.X509Certificates/internal/index.js';
54
+ export { X509ChainElementEnumerator as X509ChainElementEnumerator } from './System.Security.Cryptography.X509Certificates/internal/index.js';
55
+ export { X509ChainPolicy as X509ChainPolicy } from './System.Security.Cryptography.X509Certificates/internal/index.js';
56
+ export { X509ChainStatus as X509ChainStatus } from './System.Security.Cryptography.X509Certificates/internal/index.js';
57
+ export { X509ChainStatusFlags as X509ChainStatusFlags } from './System.Security.Cryptography.X509Certificates/internal/index.js';
58
+ export { X509ChainTrustMode as X509ChainTrustMode } from './System.Security.Cryptography.X509Certificates/internal/index.js';
59
+ export { X509ContentType as X509ContentType } from './System.Security.Cryptography.X509Certificates/internal/index.js';
60
+ export { X509EnhancedKeyUsageExtension as X509EnhancedKeyUsageExtension } from './System.Security.Cryptography.X509Certificates/internal/index.js';
61
+ export { X509Extension as X509Extension } from './System.Security.Cryptography.X509Certificates/internal/index.js';
62
+ export { X509ExtensionCollection as X509ExtensionCollection } from './System.Security.Cryptography.X509Certificates/internal/index.js';
63
+ export { X509ExtensionEnumerator as X509ExtensionEnumerator } from './System.Security.Cryptography.X509Certificates/internal/index.js';
64
+ export { X509FindType as X509FindType } from './System.Security.Cryptography.X509Certificates/internal/index.js';
65
+ export { X509IncludeOption as X509IncludeOption } from './System.Security.Cryptography.X509Certificates/internal/index.js';
66
+ export { X509KeyStorageFlags as X509KeyStorageFlags } from './System.Security.Cryptography.X509Certificates/internal/index.js';
67
+ export { X509KeyUsageExtension as X509KeyUsageExtension } from './System.Security.Cryptography.X509Certificates/internal/index.js';
68
+ export { X509KeyUsageFlags as X509KeyUsageFlags } from './System.Security.Cryptography.X509Certificates/internal/index.js';
69
+ export { X509NameType as X509NameType } from './System.Security.Cryptography.X509Certificates/internal/index.js';
70
+ export { X509RevocationFlag as X509RevocationFlag } from './System.Security.Cryptography.X509Certificates/internal/index.js';
71
+ export { X509RevocationMode as X509RevocationMode } from './System.Security.Cryptography.X509Certificates/internal/index.js';
72
+ export { X509RevocationReason as X509RevocationReason } from './System.Security.Cryptography.X509Certificates/internal/index.js';
73
+ export { X509SignatureGenerator as X509SignatureGenerator } from './System.Security.Cryptography.X509Certificates/internal/index.js';
74
+ export { X509Store as X509Store } from './System.Security.Cryptography.X509Certificates/internal/index.js';
75
+ export { X509SubjectAlternativeNameExtension as X509SubjectAlternativeNameExtension } from './System.Security.Cryptography.X509Certificates/internal/index.js';
76
+ export { X509SubjectKeyIdentifierExtension as X509SubjectKeyIdentifierExtension } from './System.Security.Cryptography.X509Certificates/internal/index.js';
77
+ export { X509SubjectKeyIdentifierHashAlgorithm as X509SubjectKeyIdentifierHashAlgorithm } from './System.Security.Cryptography.X509Certificates/internal/index.js';
78
+ export { X509VerificationFlags as X509VerificationFlags } from './System.Security.Cryptography.X509Certificates/internal/index.js';