@tsonic/dotnet 10.0.12 → 10.0.16

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 (133) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/bindings.json +0 -40
  2. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +2 -4
  3. package/Microsoft.VisualBasic.CompilerServices/bindings.json +0 -20
  4. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +1 -2
  5. package/Microsoft.Win32.SafeHandles/bindings.json +16 -616
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -30
  7. package/System/bindings.json +6 -1086
  8. package/System/internal/index.d.ts +45 -93
  9. package/System.CodeDom.Compiler/bindings.json +6 -126
  10. package/System.CodeDom.Compiler/internal/index.d.ts +0 -6
  11. package/System.Collections/internal/index.d.ts +1 -0
  12. package/System.Collections.Concurrent/bindings.json +0 -40
  13. package/System.Collections.Concurrent/internal/index.d.ts +0 -2
  14. package/System.Collections.Generic/bindings.json +37 -777
  15. package/System.Collections.Generic/internal/index.d.ts +24 -33
  16. package/System.Collections.ObjectModel/bindings.json +2197 -3097
  17. package/System.Collections.ObjectModel/internal/index.d.ts +2 -43
  18. package/System.Collections.Specialized/bindings.json +0 -60
  19. package/System.Collections.Specialized/internal/index.d.ts +1 -4
  20. package/System.ComponentModel/bindings.json +2 -422
  21. package/System.ComponentModel/internal/index.d.ts +1 -21
  22. package/System.ComponentModel.DataAnnotations/bindings.json +0 -20
  23. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +1 -2
  24. package/System.ComponentModel.Design/bindings.json +0 -200
  25. package/System.ComponentModel.Design/internal/index.d.ts +7 -12
  26. package/System.Data/bindings.json +60 -1600
  27. package/System.Data/internal/index.d.ts +30 -100
  28. package/System.Data.Common/bindings.json +3 -103
  29. package/System.Data.Common/internal/index.d.ts +11 -6
  30. package/System.Data.SqlTypes/bindings.json +0 -100
  31. package/System.Data.SqlTypes/internal/index.d.ts +5 -10
  32. package/System.Diagnostics/bindings.json +2 -342
  33. package/System.Diagnostics/internal/index.d.ts +4 -18
  34. package/System.Diagnostics.Metrics/bindings.json +0 -60
  35. package/System.Diagnostics.Tracing/bindings.json +0 -100
  36. package/System.Diagnostics.Tracing/internal/index.d.ts +5 -10
  37. package/System.Dynamic/bindings.json +48 -68
  38. package/System.Dynamic/internal/index.d.ts +0 -1
  39. package/System.Formats.Asn1/bindings.json +0 -20
  40. package/System.Formats.Asn1/internal/index.d.ts +1 -2
  41. package/System.Globalization/bindings.json +0 -300
  42. package/System.Globalization/internal/index.d.ts +15 -30
  43. package/System.IO/bindings.json +216 -1456
  44. package/System.IO/internal/index.d.ts +14 -74
  45. package/System.IO.Compression/bindings.json +16 -436
  46. package/System.IO.Compression/internal/index.d.ts +1 -22
  47. package/System.IO.IsolatedStorage/bindings.json +10 -90
  48. package/System.IO.IsolatedStorage/internal/index.d.ts +1 -5
  49. package/System.IO.MemoryMappedFiles/bindings.json +2 -22
  50. package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -2
  51. package/System.IO.Pipes/bindings.json +7 -327
  52. package/System.IO.Pipes/internal/index.d.ts +5 -21
  53. package/System.Linq/bindings.json +0 -60
  54. package/System.Linq/internal/index.d.ts +1 -3
  55. package/System.Net/bindings.json +1 -241
  56. package/System.Net/internal/index.d.ts +15 -14
  57. package/System.Net.Http/bindings.json +15 -555
  58. package/System.Net.Http/internal/index.d.ts +11 -28
  59. package/System.Net.Http.Headers/bindings.json +0 -180
  60. package/System.Net.Http.Headers/internal/index.d.ts +0 -9
  61. package/System.Net.Http.Json/bindings.json +0 -40
  62. package/System.Net.Http.Json/internal/index.d.ts +0 -2
  63. package/System.Net.Mail/bindings.json +1863 -3283
  64. package/System.Net.Mail/internal/index.d.ts +1 -63
  65. package/System.Net.NetworkInformation/bindings.json +1 -41
  66. package/System.Net.NetworkInformation/internal/index.d.ts +1 -3
  67. package/System.Net.Quic/bindings.json +7 -107
  68. package/System.Net.Quic/internal/index.d.ts +4 -6
  69. package/System.Net.Security/bindings.json +15 -175
  70. package/System.Net.Security/internal/index.d.ts +0 -8
  71. package/System.Net.Sockets/bindings.json +4 -184
  72. package/System.Net.Sockets/internal/index.d.ts +2 -10
  73. package/System.Net.WebSockets/bindings.json +13 -173
  74. package/System.Net.WebSockets/internal/index.d.ts +1 -7
  75. package/System.Reflection/bindings.json +613 -2253
  76. package/System.Reflection/internal/index.d.ts +19 -96
  77. package/System.Reflection.Emit/bindings.json +4539 -7379
  78. package/System.Reflection.Emit/internal/index.d.ts +10 -151
  79. package/System.Reflection.Metadata/bindings.json +0 -20
  80. package/System.Reflection.Metadata/internal/index.d.ts +4 -2
  81. package/System.Reflection.PortableExecutable/bindings.json +0 -20
  82. package/System.Resources/bindings.json +0 -40
  83. package/System.Resources/internal/index.d.ts +2 -4
  84. package/System.Runtime/bindings.json +0 -20
  85. package/System.Runtime/internal/index.d.ts +1 -2
  86. package/System.Runtime.InteropServices/bindings.json +0 -220
  87. package/System.Runtime.InteropServices/internal/index.d.ts +8 -19
  88. package/System.Runtime.InteropServices.JavaScript/bindings.json +0 -20
  89. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -2
  90. package/System.Runtime.Serialization/bindings.json +0 -40
  91. package/System.Runtime.Serialization/internal/index.d.ts +3 -4
  92. package/System.Security/bindings.json +0 -20
  93. package/System.Security/internal/index.d.ts +1 -2
  94. package/System.Security.AccessControl/bindings.json +2 -362
  95. package/System.Security.AccessControl/internal/index.d.ts +1 -18
  96. package/System.Security.Authentication/bindings.json +0 -40
  97. package/System.Security.Authentication/internal/index.d.ts +2 -4
  98. package/System.Security.Authentication.ExtendedProtection/bindings.json +0 -80
  99. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -4
  100. package/System.Security.Cryptography/bindings.json +786 -6966
  101. package/System.Security.Cryptography/internal/index.d.ts +22 -242
  102. package/System.Security.Cryptography.X509Certificates/bindings.json +0 -460
  103. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +13 -22
  104. package/System.Security.Principal/bindings.json +0 -20
  105. package/System.Security.Principal/internal/index.d.ts +2 -2
  106. package/System.Text/bindings.json +51 -475
  107. package/System.Text/internal/index.d.ts +6 -25
  108. package/System.Text.RegularExpressions/bindings.json +0 -20
  109. package/System.Text.RegularExpressions/internal/index.d.ts +1 -2
  110. package/System.Threading/bindings.json +0 -400
  111. package/System.Threading/internal/index.d.ts +10 -30
  112. package/System.Threading.Channels/bindings.json +0 -20
  113. package/System.Threading.Channels/internal/index.d.ts +1 -2
  114. package/System.Threading.Tasks/bindings.json +60 -240
  115. package/System.Threading.Tasks/internal/index.d.ts +18 -8
  116. package/System.Timers/bindings.json +1 -1
  117. package/System.Transactions/bindings.json +0 -220
  118. package/System.Transactions/internal/index.d.ts +8 -19
  119. package/System.Xml/bindings.json +67 -1767
  120. package/System.Xml/internal/index.d.ts +39 -103
  121. package/System.Xml.Linq/bindings.json +0 -200
  122. package/System.Xml.Linq/internal/index.d.ts +10 -18
  123. package/System.Xml.Resolvers/bindings.json +0 -20
  124. package/System.Xml.Resolvers/internal/index.d.ts +0 -1
  125. package/System.Xml.Schema/bindings.json +0 -160
  126. package/System.Xml.Schema/internal/index.d.ts +6 -7
  127. package/System.Xml.Serialization/bindings.json +77 -717
  128. package/System.Xml.Serialization/internal/index.d.ts +21 -32
  129. package/System.Xml.Xsl/bindings.json +0 -60
  130. package/System.Xml.Xsl/internal/index.d.ts +1 -4
  131. package/System.Xml.Xsl.Runtime/bindings.json +404 -1064
  132. package/System.Xml.Xsl.Runtime/internal/index.d.ts +1 -34
  133. package/package.json +2 -2
@@ -4052,26 +4052,6 @@
4052
4052
  "declaringAssemblyName": "System.Private.CoreLib",
4053
4053
  "isExtensionMethod": false,
4054
4054
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
4055
- },
4056
- {
4057
- "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.Pkcs12LoadLimitExceededException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
4058
- "clrName": "GetObjectData",
4059
- "metadataToken": 0,
4060
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
4061
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
4062
- "emitScope": "ClassSurface",
4063
- "provenance": "BaseOverload",
4064
- "arity": 0,
4065
- "parameterCount": 2,
4066
- "isStatic": false,
4067
- "isAbstract": false,
4068
- "isVirtual": true,
4069
- "isOverride": false,
4070
- "isSealed": false,
4071
- "visibility": "Public",
4072
- "declaringClrType": "System.Security.Cryptography.X509Certificates.Pkcs12LoadLimitExceededException",
4073
- "declaringAssemblyName": "System.Security.Cryptography",
4074
- "isExtensionMethod": false
4075
4055
  }
4076
4056
  ],
4077
4057
  "properties": [],
@@ -7816,86 +7796,6 @@
7816
7796
  "declaringAssemblyName": "System.Private.CoreLib",
7817
7797
  "isExtensionMethod": false,
7818
7798
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
7819
- },
7820
- {
7821
- "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2::Dispose():System.Void",
7822
- "clrName": "Dispose",
7823
- "metadataToken": 0,
7824
- "canonicalSignature": "():System.Void",
7825
- "normalizedSignature": "Dispose|():System.Void|static=false",
7826
- "emitScope": "ClassSurface",
7827
- "provenance": "BaseOverload",
7828
- "arity": 0,
7829
- "parameterCount": 0,
7830
- "isStatic": false,
7831
- "isAbstract": false,
7832
- "isVirtual": true,
7833
- "isOverride": false,
7834
- "isSealed": false,
7835
- "visibility": "Public",
7836
- "declaringClrType": "System.Security.Cryptography.X509Certificates.X509Certificate2",
7837
- "declaringAssemblyName": "System.Security.Cryptography",
7838
- "isExtensionMethod": false
7839
- },
7840
- {
7841
- "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2::Dispose(System.Boolean):System.Void",
7842
- "clrName": "Dispose",
7843
- "metadataToken": 0,
7844
- "canonicalSignature": "(System.Boolean):System.Void",
7845
- "normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
7846
- "emitScope": "ClassSurface",
7847
- "provenance": "BaseOverload",
7848
- "arity": 0,
7849
- "parameterCount": 1,
7850
- "isStatic": false,
7851
- "isAbstract": false,
7852
- "isVirtual": true,
7853
- "isOverride": false,
7854
- "isSealed": false,
7855
- "visibility": "Protected",
7856
- "declaringClrType": "System.Security.Cryptography.X509Certificates.X509Certificate2",
7857
- "declaringAssemblyName": "System.Security.Cryptography",
7858
- "isExtensionMethod": false
7859
- },
7860
- {
7861
- "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
7862
- "clrName": "GetObjectData",
7863
- "metadataToken": 0,
7864
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
7865
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
7866
- "emitScope": "ClassSurface",
7867
- "provenance": "BaseOverload",
7868
- "arity": 0,
7869
- "parameterCount": 2,
7870
- "isStatic": false,
7871
- "isAbstract": false,
7872
- "isVirtual": true,
7873
- "isOverride": false,
7874
- "isSealed": false,
7875
- "visibility": "Public",
7876
- "declaringClrType": "System.Security.Cryptography.X509Certificates.X509Certificate2",
7877
- "declaringAssemblyName": "System.Security.Cryptography",
7878
- "isExtensionMethod": false
7879
- },
7880
- {
7881
- "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2::OnDeserialization(System.Object):System.Void",
7882
- "clrName": "OnDeserialization",
7883
- "metadataToken": 0,
7884
- "canonicalSignature": "(System.Object):System.Void",
7885
- "normalizedSignature": "OnDeserialization|(System.Object):System.Void|static=false",
7886
- "emitScope": "ClassSurface",
7887
- "provenance": "BaseOverload",
7888
- "arity": 0,
7889
- "parameterCount": 1,
7890
- "isStatic": false,
7891
- "isAbstract": false,
7892
- "isVirtual": true,
7893
- "isOverride": false,
7894
- "isSealed": false,
7895
- "visibility": "Public",
7896
- "declaringClrType": "System.Security.Cryptography.X509Certificates.X509Certificate2",
7897
- "declaringAssemblyName": "System.Security.Cryptography",
7898
- "isExtensionMethod": false
7899
7799
  }
7900
7800
  ],
7901
7801
  "properties": [
@@ -9295,26 +9195,6 @@
9295
9195
  "declaringAssemblyName": "System.Security.Cryptography",
9296
9196
  "isExtensionMethod": false
9297
9197
  },
9298
- {
9299
- "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::Add(System.Object):System.Int32",
9300
- "clrName": "Add",
9301
- "metadataToken": 0,
9302
- "canonicalSignature": "(System.Object):System.Int32",
9303
- "normalizedSignature": "Add|(System.Object):System.Int32|static=false",
9304
- "emitScope": "ClassSurface",
9305
- "provenance": "BaseOverload",
9306
- "arity": 0,
9307
- "parameterCount": 1,
9308
- "isStatic": false,
9309
- "isAbstract": false,
9310
- "isVirtual": true,
9311
- "isOverride": false,
9312
- "isSealed": false,
9313
- "visibility": "Public",
9314
- "declaringClrType": "System.Security.Cryptography.X509Certificates.X509Certificate2Collection",
9315
- "declaringAssemblyName": "System.Security.Cryptography",
9316
- "isExtensionMethod": false
9317
- },
9318
9198
  {
9319
9199
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::AddRange(System.Security.Cryptography.X509Certificates.X509Certificate[]):System.Void",
9320
9200
  "clrName": "AddRange",
@@ -9355,26 +9235,6 @@
9355
9235
  "declaringAssemblyName": "System.Security.Cryptography",
9356
9236
  "isExtensionMethod": false
9357
9237
  },
9358
- {
9359
- "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::Clear():System.Void",
9360
- "clrName": "Clear",
9361
- "metadataToken": 0,
9362
- "canonicalSignature": "():System.Void",
9363
- "normalizedSignature": "Clear|():System.Void|static=false",
9364
- "emitScope": "ClassSurface",
9365
- "provenance": "BaseOverload",
9366
- "arity": 0,
9367
- "parameterCount": 0,
9368
- "isStatic": false,
9369
- "isAbstract": false,
9370
- "isVirtual": true,
9371
- "isOverride": false,
9372
- "isSealed": false,
9373
- "visibility": "Public",
9374
- "declaringClrType": "System.Security.Cryptography.X509Certificates.X509Certificate2Collection",
9375
- "declaringAssemblyName": "System.Security.Cryptography",
9376
- "isExtensionMethod": false
9377
- },
9378
9238
  {
9379
9239
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::Contains(System.Security.Cryptography.X509Certificates.X509Certificate):System.Boolean",
9380
9240
  "clrName": "Contains",
@@ -9395,66 +9255,6 @@
9395
9255
  "declaringAssemblyName": "System.Security.Cryptography",
9396
9256
  "isExtensionMethod": false
9397
9257
  },
9398
- {
9399
- "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::Contains(System.Object):System.Boolean",
9400
- "clrName": "Contains",
9401
- "metadataToken": 0,
9402
- "canonicalSignature": "(System.Object):System.Boolean",
9403
- "normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
9404
- "emitScope": "ClassSurface",
9405
- "provenance": "BaseOverload",
9406
- "arity": 0,
9407
- "parameterCount": 1,
9408
- "isStatic": false,
9409
- "isAbstract": false,
9410
- "isVirtual": true,
9411
- "isOverride": false,
9412
- "isSealed": false,
9413
- "visibility": "Public",
9414
- "declaringClrType": "System.Security.Cryptography.X509Certificates.X509Certificate2Collection",
9415
- "declaringAssemblyName": "System.Security.Cryptography",
9416
- "isExtensionMethod": false
9417
- },
9418
- {
9419
- "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::CopyTo(System.Security.Cryptography.X509Certificates.X509Certificate[],System.Int32):System.Void",
9420
- "clrName": "CopyTo",
9421
- "metadataToken": 0,
9422
- "canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate[],System.Int32):System.Void",
9423
- "normalizedSignature": "CopyTo|(System.Security.Cryptography.X509Certificates.X509Certificate[],System.Int32):System.Void|static=false",
9424
- "emitScope": "ClassSurface",
9425
- "provenance": "BaseOverload",
9426
- "arity": 0,
9427
- "parameterCount": 2,
9428
- "isStatic": false,
9429
- "isAbstract": false,
9430
- "isVirtual": false,
9431
- "isOverride": false,
9432
- "isSealed": false,
9433
- "visibility": "Public",
9434
- "declaringClrType": "System.Security.Cryptography.X509Certificates.X509Certificate2Collection",
9435
- "declaringAssemblyName": "System.Security.Cryptography",
9436
- "isExtensionMethod": false
9437
- },
9438
- {
9439
- "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::CopyTo(System.Array,System.Int32):System.Void",
9440
- "clrName": "CopyTo",
9441
- "metadataToken": 0,
9442
- "canonicalSignature": "(System.Array,System.Int32):System.Void",
9443
- "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
9444
- "emitScope": "ClassSurface",
9445
- "provenance": "BaseOverload",
9446
- "arity": 0,
9447
- "parameterCount": 2,
9448
- "isStatic": false,
9449
- "isAbstract": false,
9450
- "isVirtual": true,
9451
- "isOverride": false,
9452
- "isSealed": false,
9453
- "visibility": "Public",
9454
- "declaringClrType": "System.Security.Cryptography.X509Certificates.X509Certificate2Collection",
9455
- "declaringAssemblyName": "System.Security.Cryptography",
9456
- "isExtensionMethod": false
9457
- },
9458
9258
  {
9459
9259
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::GetEnumerator():System.Security.Cryptography.X509Certificates.X509CertificateCollection\u002BX509CertificateEnumerator",
9460
9260
  "clrName": "GetEnumerator",
@@ -9475,46 +9275,6 @@
9475
9275
  "declaringAssemblyName": "System.Security.Cryptography",
9476
9276
  "isExtensionMethod": false
9477
9277
  },
9478
- {
9479
- "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::GetEnumerator():System.Collections.IEnumerator",
9480
- "clrName": "GetEnumerator",
9481
- "metadataToken": 0,
9482
- "canonicalSignature": "():System.Collections.IEnumerator",
9483
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
9484
- "emitScope": "ClassSurface",
9485
- "provenance": "BaseOverload",
9486
- "arity": 0,
9487
- "parameterCount": 0,
9488
- "isStatic": false,
9489
- "isAbstract": false,
9490
- "isVirtual": true,
9491
- "isOverride": false,
9492
- "isSealed": false,
9493
- "visibility": "Public",
9494
- "declaringClrType": "System.Security.Cryptography.X509Certificates.X509Certificate2Collection",
9495
- "declaringAssemblyName": "System.Security.Cryptography",
9496
- "isExtensionMethod": false
9497
- },
9498
- {
9499
- "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::IndexOf(System.Security.Cryptography.X509Certificates.X509Certificate):System.Int32",
9500
- "clrName": "IndexOf",
9501
- "metadataToken": 0,
9502
- "canonicalSignature": "(System.Security.Cryptography.X509Certificates.X509Certificate):System.Int32",
9503
- "normalizedSignature": "IndexOf|(System.Security.Cryptography.X509Certificates.X509Certificate):System.Int32|static=false",
9504
- "emitScope": "ClassSurface",
9505
- "provenance": "BaseOverload",
9506
- "arity": 0,
9507
- "parameterCount": 1,
9508
- "isStatic": false,
9509
- "isAbstract": false,
9510
- "isVirtual": false,
9511
- "isOverride": false,
9512
- "isSealed": false,
9513
- "visibility": "Public",
9514
- "declaringClrType": "System.Security.Cryptography.X509Certificates.X509Certificate2Collection",
9515
- "declaringAssemblyName": "System.Security.Cryptography",
9516
- "isExtensionMethod": false
9517
- },
9518
9278
  {
9519
9279
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::Insert(System.Int32,System.Security.Cryptography.X509Certificates.X509Certificate):System.Void",
9520
9280
  "clrName": "Insert",
@@ -9535,26 +9295,6 @@
9535
9295
  "declaringAssemblyName": "System.Security.Cryptography",
9536
9296
  "isExtensionMethod": false
9537
9297
  },
9538
- {
9539
- "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::Insert(System.Int32,System.Object):System.Void",
9540
- "clrName": "Insert",
9541
- "metadataToken": 0,
9542
- "canonicalSignature": "(System.Int32,System.Object):System.Void",
9543
- "normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
9544
- "emitScope": "ClassSurface",
9545
- "provenance": "BaseOverload",
9546
- "arity": 0,
9547
- "parameterCount": 2,
9548
- "isStatic": false,
9549
- "isAbstract": false,
9550
- "isVirtual": true,
9551
- "isOverride": false,
9552
- "isSealed": false,
9553
- "visibility": "Public",
9554
- "declaringClrType": "System.Security.Cryptography.X509Certificates.X509Certificate2Collection",
9555
- "declaringAssemblyName": "System.Security.Cryptography",
9556
- "isExtensionMethod": false
9557
- },
9558
9298
  {
9559
9299
  "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::Remove(System.Security.Cryptography.X509Certificates.X509Certificate):System.Void",
9560
9300
  "clrName": "Remove",
@@ -9574,46 +9314,6 @@
9574
9314
  "declaringClrType": "System.Security.Cryptography.X509Certificates.X509Certificate2Collection",
9575
9315
  "declaringAssemblyName": "System.Security.Cryptography",
9576
9316
  "isExtensionMethod": false
9577
- },
9578
- {
9579
- "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::Remove(System.Object):System.Void",
9580
- "clrName": "Remove",
9581
- "metadataToken": 0,
9582
- "canonicalSignature": "(System.Object):System.Void",
9583
- "normalizedSignature": "Remove|(System.Object):System.Void|static=false",
9584
- "emitScope": "ClassSurface",
9585
- "provenance": "BaseOverload",
9586
- "arity": 0,
9587
- "parameterCount": 1,
9588
- "isStatic": false,
9589
- "isAbstract": false,
9590
- "isVirtual": true,
9591
- "isOverride": false,
9592
- "isSealed": false,
9593
- "visibility": "Public",
9594
- "declaringClrType": "System.Security.Cryptography.X509Certificates.X509Certificate2Collection",
9595
- "declaringAssemblyName": "System.Security.Cryptography",
9596
- "isExtensionMethod": false
9597
- },
9598
- {
9599
- "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509Certificate2Collection::RemoveAt(System.Int32):System.Void",
9600
- "clrName": "RemoveAt",
9601
- "metadataToken": 0,
9602
- "canonicalSignature": "(System.Int32):System.Void",
9603
- "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
9604
- "emitScope": "ClassSurface",
9605
- "provenance": "BaseOverload",
9606
- "arity": 0,
9607
- "parameterCount": 1,
9608
- "isStatic": false,
9609
- "isAbstract": false,
9610
- "isVirtual": true,
9611
- "isOverride": false,
9612
- "isSealed": false,
9613
- "visibility": "Public",
9614
- "declaringClrType": "System.Security.Cryptography.X509Certificates.X509Certificate2Collection",
9615
- "declaringAssemblyName": "System.Security.Cryptography",
9616
- "isExtensionMethod": false
9617
9317
  }
9618
9318
  ],
9619
9319
  "properties": [
@@ -10405,166 +10105,6 @@
10405
10105
  "declaringAssemblyName": "System.Private.CoreLib",
10406
10106
  "isExtensionMethod": false,
10407
10107
  "sourceInterface": "System.Collections.IList"
10408
- },
10409
- {
10410
- "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509CertificateCollection::Add(System.Object):System.Int32",
10411
- "clrName": "Add",
10412
- "metadataToken": 0,
10413
- "canonicalSignature": "(System.Object):System.Int32",
10414
- "normalizedSignature": "Add|(System.Object):System.Int32|static=false",
10415
- "emitScope": "ClassSurface",
10416
- "provenance": "BaseOverload",
10417
- "arity": 0,
10418
- "parameterCount": 1,
10419
- "isStatic": false,
10420
- "isAbstract": false,
10421
- "isVirtual": true,
10422
- "isOverride": false,
10423
- "isSealed": false,
10424
- "visibility": "Public",
10425
- "declaringClrType": "System.Security.Cryptography.X509Certificates.X509CertificateCollection",
10426
- "declaringAssemblyName": "System.Security.Cryptography",
10427
- "isExtensionMethod": false
10428
- },
10429
- {
10430
- "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509CertificateCollection::Clear():System.Void",
10431
- "clrName": "Clear",
10432
- "metadataToken": 0,
10433
- "canonicalSignature": "():System.Void",
10434
- "normalizedSignature": "Clear|():System.Void|static=false",
10435
- "emitScope": "ClassSurface",
10436
- "provenance": "BaseOverload",
10437
- "arity": 0,
10438
- "parameterCount": 0,
10439
- "isStatic": false,
10440
- "isAbstract": false,
10441
- "isVirtual": true,
10442
- "isOverride": false,
10443
- "isSealed": false,
10444
- "visibility": "Public",
10445
- "declaringClrType": "System.Security.Cryptography.X509Certificates.X509CertificateCollection",
10446
- "declaringAssemblyName": "System.Security.Cryptography",
10447
- "isExtensionMethod": false
10448
- },
10449
- {
10450
- "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509CertificateCollection::Contains(System.Object):System.Boolean",
10451
- "clrName": "Contains",
10452
- "metadataToken": 0,
10453
- "canonicalSignature": "(System.Object):System.Boolean",
10454
- "normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
10455
- "emitScope": "ClassSurface",
10456
- "provenance": "BaseOverload",
10457
- "arity": 0,
10458
- "parameterCount": 1,
10459
- "isStatic": false,
10460
- "isAbstract": false,
10461
- "isVirtual": true,
10462
- "isOverride": false,
10463
- "isSealed": false,
10464
- "visibility": "Public",
10465
- "declaringClrType": "System.Security.Cryptography.X509Certificates.X509CertificateCollection",
10466
- "declaringAssemblyName": "System.Security.Cryptography",
10467
- "isExtensionMethod": false
10468
- },
10469
- {
10470
- "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509CertificateCollection::CopyTo(System.Array,System.Int32):System.Void",
10471
- "clrName": "CopyTo",
10472
- "metadataToken": 0,
10473
- "canonicalSignature": "(System.Array,System.Int32):System.Void",
10474
- "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
10475
- "emitScope": "ClassSurface",
10476
- "provenance": "BaseOverload",
10477
- "arity": 0,
10478
- "parameterCount": 2,
10479
- "isStatic": false,
10480
- "isAbstract": false,
10481
- "isVirtual": true,
10482
- "isOverride": false,
10483
- "isSealed": false,
10484
- "visibility": "Public",
10485
- "declaringClrType": "System.Security.Cryptography.X509Certificates.X509CertificateCollection",
10486
- "declaringAssemblyName": "System.Security.Cryptography",
10487
- "isExtensionMethod": false
10488
- },
10489
- {
10490
- "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509CertificateCollection::GetEnumerator():System.Collections.IEnumerator",
10491
- "clrName": "GetEnumerator",
10492
- "metadataToken": 0,
10493
- "canonicalSignature": "():System.Collections.IEnumerator",
10494
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
10495
- "emitScope": "ClassSurface",
10496
- "provenance": "BaseOverload",
10497
- "arity": 0,
10498
- "parameterCount": 0,
10499
- "isStatic": false,
10500
- "isAbstract": false,
10501
- "isVirtual": true,
10502
- "isOverride": false,
10503
- "isSealed": false,
10504
- "visibility": "Public",
10505
- "declaringClrType": "System.Security.Cryptography.X509Certificates.X509CertificateCollection",
10506
- "declaringAssemblyName": "System.Security.Cryptography",
10507
- "isExtensionMethod": false
10508
- },
10509
- {
10510
- "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509CertificateCollection::Insert(System.Int32,System.Object):System.Void",
10511
- "clrName": "Insert",
10512
- "metadataToken": 0,
10513
- "canonicalSignature": "(System.Int32,System.Object):System.Void",
10514
- "normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
10515
- "emitScope": "ClassSurface",
10516
- "provenance": "BaseOverload",
10517
- "arity": 0,
10518
- "parameterCount": 2,
10519
- "isStatic": false,
10520
- "isAbstract": false,
10521
- "isVirtual": true,
10522
- "isOverride": false,
10523
- "isSealed": false,
10524
- "visibility": "Public",
10525
- "declaringClrType": "System.Security.Cryptography.X509Certificates.X509CertificateCollection",
10526
- "declaringAssemblyName": "System.Security.Cryptography",
10527
- "isExtensionMethod": false
10528
- },
10529
- {
10530
- "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509CertificateCollection::Remove(System.Object):System.Void",
10531
- "clrName": "Remove",
10532
- "metadataToken": 0,
10533
- "canonicalSignature": "(System.Object):System.Void",
10534
- "normalizedSignature": "Remove|(System.Object):System.Void|static=false",
10535
- "emitScope": "ClassSurface",
10536
- "provenance": "BaseOverload",
10537
- "arity": 0,
10538
- "parameterCount": 1,
10539
- "isStatic": false,
10540
- "isAbstract": false,
10541
- "isVirtual": true,
10542
- "isOverride": false,
10543
- "isSealed": false,
10544
- "visibility": "Public",
10545
- "declaringClrType": "System.Security.Cryptography.X509Certificates.X509CertificateCollection",
10546
- "declaringAssemblyName": "System.Security.Cryptography",
10547
- "isExtensionMethod": false
10548
- },
10549
- {
10550
- "stableId": "System.Security.Cryptography:System.Security.Cryptography.X509Certificates.X509CertificateCollection::RemoveAt(System.Int32):System.Void",
10551
- "clrName": "RemoveAt",
10552
- "metadataToken": 0,
10553
- "canonicalSignature": "(System.Int32):System.Void",
10554
- "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
10555
- "emitScope": "ClassSurface",
10556
- "provenance": "BaseOverload",
10557
- "arity": 0,
10558
- "parameterCount": 1,
10559
- "isStatic": false,
10560
- "isAbstract": false,
10561
- "isVirtual": true,
10562
- "isOverride": false,
10563
- "isSealed": false,
10564
- "visibility": "Public",
10565
- "declaringClrType": "System.Security.Cryptography.X509Certificates.X509CertificateCollection",
10566
- "declaringAssemblyName": "System.Security.Cryptography",
10567
- "isExtensionMethod": false
10568
10108
  }
10569
10109
  ],
10570
10110
  "properties": [
@@ -364,12 +364,11 @@ export const Pkcs12LoaderLimits: {
364
364
 
365
365
  export type Pkcs12LoaderLimits = Pkcs12LoaderLimits$instance;
366
366
 
367
- export interface Pkcs12LoadLimitExceededException$instance extends CryptographicException {
367
+ export interface Pkcs12LoadLimitExceededException$instance extends CryptographicException, System_Runtime_Serialization_Internal.ISerializable$instance {
368
368
  readonly __tsonic_type_System_Security_Cryptography_X509Certificates_Pkcs12LoadLimitExceededException: never;
369
369
 
370
370
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
371
371
 
372
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
373
372
  }
374
373
 
375
374
 
@@ -680,8 +679,6 @@ export interface X509Certificate2$instance extends X509Certificate$instance, Sys
680
679
  CopyWithPrivateKey(privateKey: MLDsa): X509Certificate2;
681
680
  CopyWithPrivateKey(privateKey: SlhDsa): X509Certificate2;
682
681
  CopyWithPrivateKey(privateKey: CompositeMLDsa): X509Certificate2;
683
- Dispose(): void;
684
- Dispose(disposing: boolean): void;
685
682
  ExportCertificatePem(): string;
686
683
  GetCompositeMLDsaPrivateKey(): CompositeMLDsa | undefined;
687
684
  GetCompositeMLDsaPublicKey(): CompositeMLDsa | undefined;
@@ -692,7 +689,6 @@ export interface X509Certificate2$instance extends X509Certificate$instance, Sys
692
689
  GetMLKemPrivateKey(): MLKem | undefined;
693
690
  GetMLKemPublicKey(): MLKem | undefined;
694
691
  GetNameInfo(nameType: X509NameType, forIssuer: boolean): string;
695
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
696
692
  GetSlhDsaPrivateKey(): SlhDsa | undefined;
697
693
  GetSlhDsaPublicKey(): SlhDsa | undefined;
698
694
  Import(rawData: byte[]): void;
@@ -702,7 +698,6 @@ export interface X509Certificate2$instance extends X509Certificate$instance, Sys
702
698
  Import(fileName: string, password: string, keyStorageFlags: X509KeyStorageFlags): void;
703
699
  Import(fileName: string, password: SecureString, keyStorageFlags: X509KeyStorageFlags): void;
704
700
  MatchesHostname(hostname: string, allowWildcards?: boolean, allowCommonName?: boolean): boolean;
705
- OnDeserialization(sender: unknown): void;
706
701
  Reset(): void;
707
702
  ToString(): string;
708
703
  ToString(verbose: boolean): string;
@@ -756,16 +751,14 @@ export interface X509Certificate2Collection$instance extends X509CertificateColl
756
751
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
757
752
  readonly __tsonic_iface_System_Collections_IList: never;
758
753
 
754
+ Add(certificate: X509Certificate2): int;
759
755
  Add(value: X509Certificate): int;
760
- Add(value: unknown): int;
756
+ AddRange(certificates: X509Certificate2[]): void;
761
757
  AddRange(certificates: X509Certificate2Collection): void;
762
758
  AddRange(value: X509Certificate[]): void;
763
759
  AddRange(value: X509CertificateCollection): void;
764
- Clear(): void;
760
+ Contains(certificate: X509Certificate2): boolean;
765
761
  Contains(value: X509Certificate): boolean;
766
- Contains(value: unknown): boolean;
767
- CopyTo(array: X509Certificate[], index: int): void;
768
- CopyTo(array: ClrArray, index: int): void;
769
762
  Export(contentType: X509ContentType): byte[] | undefined;
770
763
  Export(contentType: X509ContentType, password: string): byte[] | undefined;
771
764
  ExportCertificatePems(): string;
@@ -776,6 +769,7 @@ export interface X509Certificate2Collection$instance extends X509CertificateColl
776
769
  FindByThumbprint(hashAlgorithm: HashAlgorithmName, thumbprintHex: string): X509Certificate2Collection;
777
770
  FindByThumbprint(hashAlgorithm: HashAlgorithmName, thumbprintHex: ReadOnlySpan_1<System_Internal.Char>): X509Certificate2Collection;
778
771
  FindByThumbprint(hashAlgorithm: HashAlgorithmName, thumbprintBytes: ReadOnlySpan_1<System_Internal.Byte>): X509Certificate2Collection;
772
+ GetEnumerator(): X509Certificate2Enumerator;
779
773
  GetEnumerator(): X509CertificateCollection_X509CertificateEnumerator;
780
774
  GetEnumerator(): IEnumerator;
781
775
  Import(rawData: byte[]): void;
@@ -788,12 +782,10 @@ export interface X509Certificate2Collection$instance extends X509CertificateColl
788
782
  Import(fileName: string, password: ReadOnlySpan_1<System_Internal.Char>, keyStorageFlags?: X509KeyStorageFlags): void;
789
783
  ImportFromPem(certPem: ReadOnlySpan_1<System_Internal.Char>): void;
790
784
  ImportFromPemFile(certPemFilePath: string): void;
791
- IndexOf(value: X509Certificate): int;
785
+ Insert(index: int, certificate: X509Certificate2): void;
792
786
  Insert(index: int, value: X509Certificate): void;
793
- Insert(index: int, value: unknown): void;
787
+ Remove(certificate: X509Certificate2): void;
794
788
  Remove(value: X509Certificate): void;
795
- Remove(value: unknown): void;
796
- RemoveAt(index: int): void;
797
789
  RemoveRange(certificates: X509Certificate2[]): void;
798
790
  RemoveRange(certificates: X509Certificate2Collection): void;
799
791
  TryExportCertificatePems(destination: Span_1<System_Internal.Char>, charsWritten: int): boolean;
@@ -852,19 +844,18 @@ export interface X509CertificateCollection$instance extends CollectionBase {
852
844
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
853
845
  readonly __tsonic_iface_System_Collections_IList: never;
854
846
 
855
- Add(value: unknown): int;
847
+ Add(value: X509Certificate): int;
856
848
  AddRange(value: X509Certificate[]): void;
857
849
  AddRange(value: X509CertificateCollection): void;
858
- Clear(): void;
859
- Contains(value: unknown): boolean;
860
- CopyTo(array: ClrArray, index: int): void;
850
+ Contains(value: X509Certificate): boolean;
851
+ CopyTo(array: X509Certificate[], index: int): void;
852
+ GetEnumerator(): X509CertificateCollection_X509CertificateEnumerator;
861
853
  GetEnumerator(): IEnumerator;
862
854
  GetHashCode(): int;
863
855
  IndexOf(value: X509Certificate): int;
864
- Insert(index: int, value: unknown): void;
856
+ Insert(index: int, value: X509Certificate): void;
865
857
  OnValidate(value: unknown): void;
866
- Remove(value: unknown): void;
867
- RemoveAt(index: int): void;
858
+ Remove(value: X509Certificate): void;
868
859
  }
869
860
 
870
861
 
@@ -3927,26 +3927,6 @@
3927
3927
  "declaringAssemblyName": "System.Private.CoreLib",
3928
3928
  "isExtensionMethod": false,
3929
3929
  "sourceInterface": "System.IDisposable"
3930
- },
3931
- {
3932
- "stableId": "System.Security.Principal.Windows:System.Security.Principal.WindowsIdentity::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
3933
- "clrName": "GetObjectData",
3934
- "metadataToken": 0,
3935
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
3936
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
3937
- "emitScope": "ClassSurface",
3938
- "provenance": "BaseOverload",
3939
- "arity": 0,
3940
- "parameterCount": 2,
3941
- "isStatic": false,
3942
- "isAbstract": false,
3943
- "isVirtual": true,
3944
- "isOverride": false,
3945
- "isSealed": false,
3946
- "visibility": "Protected",
3947
- "declaringClrType": "System.Security.Principal.WindowsIdentity",
3948
- "declaringAssemblyName": "System.Security.Principal.Windows",
3949
- "isExtensionMethod": false
3950
3930
  }
3951
3931
  ],
3952
3932
  "properties": [