@tsonic/dotnet 10.0.11 → 10.0.14

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 (132) 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 -32
  7. package/System/bindings.json +6 -1086
  8. package/System/internal/index.d.ts +39 -93
  9. package/System.CodeDom.Compiler/bindings.json +0 -120
  10. package/System.CodeDom.Compiler/internal/index.d.ts +0 -6
  11. package/System.Collections.Concurrent/bindings.json +0 -40
  12. package/System.Collections.Concurrent/internal/index.d.ts +0 -2
  13. package/System.Collections.Generic/bindings.json +37 -777
  14. package/System.Collections.Generic/internal/index.d.ts +2 -33
  15. package/System.Collections.ObjectModel/bindings.json +2197 -3097
  16. package/System.Collections.ObjectModel/internal/index.d.ts +0 -47
  17. package/System.Collections.Specialized/bindings.json +0 -60
  18. package/System.Collections.Specialized/internal/index.d.ts +1 -4
  19. package/System.ComponentModel/bindings.json +2 -422
  20. package/System.ComponentModel/internal/index.d.ts +0 -21
  21. package/System.ComponentModel.DataAnnotations/bindings.json +0 -20
  22. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +1 -2
  23. package/System.ComponentModel.Design/bindings.json +0 -200
  24. package/System.ComponentModel.Design/internal/index.d.ts +2 -12
  25. package/System.Data/bindings.json +60 -1600
  26. package/System.Data/internal/index.d.ts +23 -100
  27. package/System.Data.Common/bindings.json +3 -103
  28. package/System.Data.Common/internal/index.d.ts +1 -6
  29. package/System.Data.SqlTypes/bindings.json +0 -100
  30. package/System.Data.SqlTypes/internal/index.d.ts +5 -10
  31. package/System.Diagnostics/bindings.json +2 -342
  32. package/System.Diagnostics/internal/index.d.ts +1 -18
  33. package/System.Diagnostics.Metrics/bindings.json +0 -60
  34. package/System.Diagnostics.Tracing/bindings.json +0 -100
  35. package/System.Diagnostics.Tracing/internal/index.d.ts +5 -10
  36. package/System.Dynamic/bindings.json +12 -32
  37. package/System.Dynamic/internal/index.d.ts +0 -1
  38. package/System.Formats.Asn1/bindings.json +0 -20
  39. package/System.Formats.Asn1/internal/index.d.ts +1 -2
  40. package/System.Globalization/bindings.json +0 -300
  41. package/System.Globalization/internal/index.d.ts +15 -30
  42. package/System.IO/bindings.json +93 -1333
  43. package/System.IO/internal/index.d.ts +12 -74
  44. package/System.IO.Compression/bindings.json +4 -424
  45. package/System.IO.Compression/internal/index.d.ts +1 -22
  46. package/System.IO.IsolatedStorage/bindings.json +1 -81
  47. package/System.IO.IsolatedStorage/internal/index.d.ts +1 -5
  48. package/System.IO.MemoryMappedFiles/bindings.json +2 -22
  49. package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -2
  50. package/System.IO.Pipes/bindings.json +4 -324
  51. package/System.IO.Pipes/internal/index.d.ts +5 -21
  52. package/System.Linq/bindings.json +0 -60
  53. package/System.Linq/internal/index.d.ts +0 -3
  54. package/System.Net/bindings.json +1 -241
  55. package/System.Net/internal/index.d.ts +2 -14
  56. package/System.Net.Http/bindings.json +6 -546
  57. package/System.Net.Http/internal/index.d.ts +3 -28
  58. package/System.Net.Http.Headers/bindings.json +0 -180
  59. package/System.Net.Http.Headers/internal/index.d.ts +0 -9
  60. package/System.Net.Http.Json/bindings.json +0 -40
  61. package/System.Net.Http.Json/internal/index.d.ts +0 -2
  62. package/System.Net.Mail/bindings.json +1863 -3283
  63. package/System.Net.Mail/internal/index.d.ts +0 -72
  64. package/System.Net.NetworkInformation/bindings.json +1 -41
  65. package/System.Net.NetworkInformation/internal/index.d.ts +1 -3
  66. package/System.Net.Quic/bindings.json +1 -101
  67. package/System.Net.Quic/internal/index.d.ts +1 -6
  68. package/System.Net.Security/bindings.json +3 -163
  69. package/System.Net.Security/internal/index.d.ts +0 -8
  70. package/System.Net.Sockets/bindings.json +1 -181
  71. package/System.Net.Sockets/internal/index.d.ts +1 -10
  72. package/System.Net.WebSockets/bindings.json +1 -161
  73. package/System.Net.WebSockets/internal/index.d.ts +1 -7
  74. package/System.Reflection/bindings.json +613 -2253
  75. package/System.Reflection/internal/index.d.ts +13 -104
  76. package/System.Reflection.Emit/bindings.json +4539 -7379
  77. package/System.Reflection.Emit/internal/index.d.ts +10 -151
  78. package/System.Reflection.Metadata/bindings.json +0 -20
  79. package/System.Reflection.Metadata/internal/index.d.ts +1 -2
  80. package/System.Reflection.PortableExecutable/bindings.json +0 -20
  81. package/System.Resources/bindings.json +0 -40
  82. package/System.Resources/internal/index.d.ts +2 -4
  83. package/System.Runtime/bindings.json +0 -20
  84. package/System.Runtime/internal/index.d.ts +1 -2
  85. package/System.Runtime.InteropServices/bindings.json +0 -220
  86. package/System.Runtime.InteropServices/internal/index.d.ts +8 -19
  87. package/System.Runtime.InteropServices.JavaScript/bindings.json +0 -20
  88. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -2
  89. package/System.Runtime.Serialization/bindings.json +0 -40
  90. package/System.Runtime.Serialization/internal/index.d.ts +2 -4
  91. package/System.Security/bindings.json +0 -20
  92. package/System.Security/internal/index.d.ts +1 -2
  93. package/System.Security.AccessControl/bindings.json +2 -362
  94. package/System.Security.AccessControl/internal/index.d.ts +0 -18
  95. package/System.Security.Authentication/bindings.json +0 -40
  96. package/System.Security.Authentication/internal/index.d.ts +2 -4
  97. package/System.Security.Authentication.ExtendedProtection/bindings.json +0 -80
  98. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -4
  99. package/System.Security.Cryptography/bindings.json +660 -6840
  100. package/System.Security.Cryptography/internal/index.d.ts +3 -263
  101. package/System.Security.Cryptography.X509Certificates/bindings.json +0 -460
  102. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +1 -24
  103. package/System.Security.Principal/bindings.json +0 -20
  104. package/System.Security.Principal/internal/index.d.ts +1 -2
  105. package/System.Text/bindings.json +0 -424
  106. package/System.Text/internal/index.d.ts +5 -25
  107. package/System.Text.RegularExpressions/bindings.json +0 -20
  108. package/System.Text.RegularExpressions/internal/index.d.ts +1 -2
  109. package/System.Threading/bindings.json +0 -400
  110. package/System.Threading/internal/index.d.ts +10 -30
  111. package/System.Threading.Channels/bindings.json +0 -20
  112. package/System.Threading.Channels/internal/index.d.ts +1 -2
  113. package/System.Threading.Tasks/bindings.json +0 -580
  114. package/System.Threading.Tasks/internal/index.d.ts +2 -31
  115. package/System.Timers/bindings.json +1 -1
  116. package/System.Transactions/bindings.json +0 -220
  117. package/System.Transactions/internal/index.d.ts +8 -19
  118. package/System.Xml/bindings.json +67 -1767
  119. package/System.Xml/internal/index.d.ts +18 -103
  120. package/System.Xml.Linq/bindings.json +0 -200
  121. package/System.Xml.Linq/internal/index.d.ts +8 -18
  122. package/System.Xml.Resolvers/bindings.json +0 -20
  123. package/System.Xml.Resolvers/internal/index.d.ts +0 -1
  124. package/System.Xml.Schema/bindings.json +0 -160
  125. package/System.Xml.Schema/internal/index.d.ts +0 -8
  126. package/System.Xml.Serialization/bindings.json +77 -717
  127. package/System.Xml.Serialization/internal/index.d.ts +0 -32
  128. package/System.Xml.Xsl/bindings.json +0 -60
  129. package/System.Xml.Xsl/internal/index.d.ts +1 -4
  130. package/System.Xml.Xsl.Runtime/bindings.json +404 -1064
  131. package/System.Xml.Xsl.Runtime/internal/index.d.ts +1 -34
  132. 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;
@@ -757,15 +752,10 @@ export interface X509Certificate2Collection$instance extends X509CertificateColl
757
752
  readonly __tsonic_iface_System_Collections_IList: never;
758
753
 
759
754
  Add(value: X509Certificate): int;
760
- Add(value: unknown): int;
761
755
  AddRange(certificates: X509Certificate2Collection): void;
762
756
  AddRange(value: X509Certificate[]): void;
763
757
  AddRange(value: X509CertificateCollection): void;
764
- Clear(): void;
765
758
  Contains(value: X509Certificate): boolean;
766
- Contains(value: unknown): boolean;
767
- CopyTo(array: X509Certificate[], index: int): void;
768
- CopyTo(array: ClrArray, index: int): void;
769
759
  Export(contentType: X509ContentType): byte[] | undefined;
770
760
  Export(contentType: X509ContentType, password: string): byte[] | undefined;
771
761
  ExportCertificatePems(): string;
@@ -777,7 +767,6 @@ export interface X509Certificate2Collection$instance extends X509CertificateColl
777
767
  FindByThumbprint(hashAlgorithm: HashAlgorithmName, thumbprintHex: ReadOnlySpan_1<System_Internal.Char>): X509Certificate2Collection;
778
768
  FindByThumbprint(hashAlgorithm: HashAlgorithmName, thumbprintBytes: ReadOnlySpan_1<System_Internal.Byte>): X509Certificate2Collection;
779
769
  GetEnumerator(): X509CertificateCollection_X509CertificateEnumerator;
780
- GetEnumerator(): IEnumerator;
781
770
  Import(rawData: byte[]): void;
782
771
  Import(rawData: ReadOnlySpan_1<System_Internal.Byte>): void;
783
772
  Import(rawData: byte[], password: string, keyStorageFlags?: X509KeyStorageFlags): void;
@@ -788,12 +777,8 @@ export interface X509Certificate2Collection$instance extends X509CertificateColl
788
777
  Import(fileName: string, password: ReadOnlySpan_1<System_Internal.Char>, keyStorageFlags?: X509KeyStorageFlags): void;
789
778
  ImportFromPem(certPem: ReadOnlySpan_1<System_Internal.Char>): void;
790
779
  ImportFromPemFile(certPemFilePath: string): void;
791
- IndexOf(value: X509Certificate): int;
792
780
  Insert(index: int, value: X509Certificate): void;
793
- Insert(index: int, value: unknown): void;
794
781
  Remove(value: X509Certificate): void;
795
- Remove(value: unknown): void;
796
- RemoveAt(index: int): void;
797
782
  RemoveRange(certificates: X509Certificate2[]): void;
798
783
  RemoveRange(certificates: X509Certificate2Collection): void;
799
784
  TryExportCertificatePems(destination: Span_1<System_Internal.Char>, charsWritten: int): boolean;
@@ -852,19 +837,11 @@ export interface X509CertificateCollection$instance extends CollectionBase {
852
837
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
853
838
  readonly __tsonic_iface_System_Collections_IList: never;
854
839
 
855
- Add(value: unknown): int;
856
840
  AddRange(value: X509Certificate[]): void;
857
841
  AddRange(value: X509CertificateCollection): void;
858
- Clear(): void;
859
- Contains(value: unknown): boolean;
860
- CopyTo(array: ClrArray, index: int): void;
861
- GetEnumerator(): IEnumerator;
862
842
  GetHashCode(): int;
863
843
  IndexOf(value: X509Certificate): int;
864
- Insert(index: int, value: unknown): void;
865
844
  OnValidate(value: unknown): void;
866
- Remove(value: unknown): void;
867
- RemoveAt(index: int): void;
868
845
  }
869
846
 
870
847
 
@@ -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": [
@@ -382,7 +382,7 @@ export interface __SecurityIdentifier$views {
382
382
  export type SecurityIdentifier = SecurityIdentifier$instance & __SecurityIdentifier$views;
383
383
 
384
384
 
385
- export interface WindowsIdentity$instance extends ClaimsIdentity, System_Runtime_Serialization_Internal.IDeserializationCallback$instance {
385
+ export interface WindowsIdentity$instance extends ClaimsIdentity, System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
386
386
  readonly __tsonic_type_System_Security_Principal_WindowsIdentity: never;
387
387
 
388
388
  readonly __tsonic_iface_System_IDisposable: never;
@@ -408,7 +408,6 @@ export interface WindowsIdentity$instance extends ClaimsIdentity, System_Runtime
408
408
  Clone(): ClaimsIdentity;
409
409
  Dispose(): void;
410
410
  Dispose(disposing: boolean): void;
411
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
412
411
  }
413
412
 
414
413