@tsonic/dotnet 10.0.4 → 10.0.9

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 (128) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +10 -0
  2. package/Microsoft.VisualBasic/internal/index.d.ts +42 -0
  3. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +60 -0
  4. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +12 -0
  5. package/Microsoft.Win32/internal/index.d.ts +5 -3
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +68 -0
  7. package/System/internal/index.d.ts +1438 -161
  8. package/System.Buffers/internal/index.d.ts +42 -6
  9. package/System.CodeDom.Compiler/internal/index.d.ts +7 -0
  10. package/System.Collections/internal/index.d.ts +109 -27
  11. package/System.Collections.Concurrent/internal/index.d.ts +52 -3
  12. package/System.Collections.Frozen/internal/index.d.ts +37 -0
  13. package/System.Collections.Generic/internal/index.d.ts +422 -33
  14. package/System.Collections.Immutable/internal/index.d.ts +193 -2
  15. package/System.Collections.ObjectModel/internal/index.d.ts +98 -6
  16. package/System.Collections.Specialized/internal/index.d.ts +72 -10
  17. package/System.ComponentModel/internal/index.d.ts +392 -23
  18. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +79 -3
  19. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +14 -0
  20. package/System.ComponentModel.Design/internal/index.d.ts +120 -3
  21. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +40 -0
  22. package/System.Data/internal/index.d.ts +273 -20
  23. package/System.Data.Common/internal/index.d.ts +146 -32
  24. package/System.Data.SqlTypes/internal/index.d.ts +147 -48
  25. package/System.Diagnostics/internal/index.d.ts +213 -13
  26. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +52 -0
  27. package/System.Diagnostics.Contracts/internal/index.d.ts +28 -0
  28. package/System.Diagnostics.Metrics/internal/index.d.ts +37 -3
  29. package/System.Diagnostics.SymbolStore/internal/index.d.ts +30 -0
  30. package/System.Diagnostics.Tracing/internal/index.d.ts +56 -6
  31. package/System.Drawing/internal/index.d.ts +38 -0
  32. package/System.Dynamic/internal/index.d.ts +50 -5
  33. package/System.Formats.Asn1/internal/index.d.ts +19 -3
  34. package/System.Formats.Tar/internal/index.d.ts +26 -6
  35. package/System.Globalization/internal/index.d.ts +116 -20
  36. package/System.IO/internal/index.d.ts +141 -18
  37. package/System.IO.Compression/internal/index.d.ts +46 -9
  38. package/System.IO.Enumeration/internal/index.d.ts +13 -0
  39. package/System.IO.IsolatedStorage/internal/index.d.ts +18 -3
  40. package/System.IO.MemoryMappedFiles/internal/index.d.ts +13 -0
  41. package/System.IO.Pipelines/internal/index.d.ts +22 -2
  42. package/System.IO.Pipes/internal/index.d.ts +31 -0
  43. package/System.Linq/internal/index.d.ts +55 -7
  44. package/System.Linq.Expressions/internal/index.d.ts +103 -18
  45. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -0
  46. package/System.Net/internal/index.d.ts +202 -21
  47. package/System.Net.Cache/internal/index.d.ts +4 -0
  48. package/System.Net.Http/internal/index.d.ts +103 -0
  49. package/System.Net.Http.Headers/internal/index.d.ts +151 -60
  50. package/System.Net.Http.Json/internal/index.d.ts +4 -0
  51. package/System.Net.Http.Metrics/internal/index.d.ts +2 -0
  52. package/System.Net.Mail/internal/index.d.ts +88 -9
  53. package/System.Net.Mime/internal/index.d.ts +4 -0
  54. package/System.Net.NetworkInformation/internal/index.d.ts +89 -0
  55. package/System.Net.Quic/internal/index.d.ts +31 -6
  56. package/System.Net.Security/internal/index.d.ts +40 -3
  57. package/System.Net.ServerSentEvents/internal/index.d.ts +4 -0
  58. package/System.Net.Sockets/internal/index.d.ts +59 -6
  59. package/System.Net.WebSockets/internal/index.d.ts +32 -3
  60. package/System.Numerics/internal/index.d.ts +173 -7
  61. package/System.Reflection/internal/index.d.ts +202 -30
  62. package/System.Reflection.Emit/internal/index.d.ts +80 -9
  63. package/System.Reflection.Metadata/internal/index.d.ts +650 -5
  64. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +80 -0
  65. package/System.Reflection.PortableExecutable/internal/index.d.ts +39 -3
  66. package/System.Resources/internal/index.d.ts +35 -1
  67. package/System.Runtime/internal/index.d.ts +18 -6
  68. package/System.Runtime.CompilerServices/internal/index.d.ts +330 -33
  69. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +6 -0
  70. package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -0
  71. package/System.Runtime.InteropServices/internal/index.d.ts +268 -14
  72. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +82 -0
  73. package/System.Runtime.InteropServices.Java/internal/index.d.ts +6 -0
  74. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +59 -3
  75. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +82 -12
  76. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +2 -0
  77. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +8 -0
  78. package/System.Runtime.Intrinsics/internal/index.d.ts +56 -12
  79. package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +40 -0
  80. package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -0
  81. package/System.Runtime.Intrinsics.X86/internal/index.d.ts +148 -0
  82. package/System.Runtime.Loader/internal/index.d.ts +9 -3
  83. package/System.Runtime.Remoting/internal/index.d.ts +2 -0
  84. package/System.Runtime.Serialization/internal/index.d.ts +111 -9
  85. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +8 -0
  86. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -0
  87. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -3
  88. package/System.Runtime.Serialization.Json/internal/index.d.ts +8 -0
  89. package/System.Runtime.Versioning/internal/index.d.ts +28 -0
  90. package/System.Security/internal/index.d.ts +46 -6
  91. package/System.Security.AccessControl/internal/index.d.ts +116 -2
  92. package/System.Security.Authentication/internal/index.d.ts +8 -0
  93. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +16 -5
  94. package/System.Security.Claims/internal/index.d.ts +12 -6
  95. package/System.Security.Cryptography/internal/index.d.ts +568 -42
  96. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +114 -9
  97. package/System.Security.Permissions/internal/index.d.ts +6 -0
  98. package/System.Security.Policy/internal/index.d.ts +7 -0
  99. package/System.Security.Principal/internal/index.d.ts +42 -5
  100. package/System.Text/internal/index.d.ts +108 -8
  101. package/System.Text.Encodings.Web/internal/index.d.ts +10 -0
  102. package/System.Text.Json/internal/index.d.ts +53 -6
  103. package/System.Text.Json.Nodes/internal/index.d.ts +21 -0
  104. package/System.Text.Json.Schema/internal/index.d.ts +4 -0
  105. package/System.Text.Json.Serialization/internal/index.d.ts +64 -0
  106. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +27 -3
  107. package/System.Text.RegularExpressions/internal/index.d.ts +75 -3
  108. package/System.Text.Unicode/internal/index.d.ts +4 -0
  109. package/System.Threading/internal/index.d.ts +186 -24
  110. package/System.Threading.Channels/internal/index.d.ts +20 -0
  111. package/System.Threading.Tasks/internal/index.d.ts +48 -6
  112. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +99 -0
  113. package/System.Threading.Tasks.Sources/internal/index.d.ts +6 -0
  114. package/System.Timers/internal/index.d.ts +11 -3
  115. package/System.Transactions/internal/index.d.ts +76 -15
  116. package/System.Web/internal/index.d.ts +4 -0
  117. package/System.Windows.Input/internal/index.d.ts +2 -0
  118. package/System.Windows.Markup/internal/index.d.ts +2 -0
  119. package/System.Xml/internal/index.d.ts +245 -20
  120. package/System.Xml.Linq/internal/index.d.ts +73 -17
  121. package/System.Xml.Resolvers/internal/index.d.ts +2 -0
  122. package/System.Xml.Schema/internal/index.d.ts +171 -0
  123. package/System.Xml.Serialization/internal/index.d.ts +141 -0
  124. package/System.Xml.XPath/internal/index.d.ts +27 -8
  125. package/System.Xml.Xsl/internal/index.d.ts +27 -0
  126. package/System.Xml.Xsl.Runtime/internal/index.d.ts +112 -0
  127. package/__internal/extensions/index.d.ts +2143 -1955
  128. package/package.json +2 -2
@@ -199,6 +199,8 @@ export enum RSASignaturePaddingMode {
199
199
 
200
200
 
201
201
  export interface ICryptoTransform$instance extends IDisposable {
202
+ readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
203
+
202
204
  readonly InputBlockSize: int;
203
205
  readonly OutputBlockSize: int;
204
206
  readonly CanTransformMultipleBlocks: boolean;
@@ -214,6 +216,8 @@ export interface ICryptoTransform$instance extends System_Internal.IDisposable$i
214
216
  export type ICryptoTransform = ICryptoTransform$instance;
215
217
 
216
218
  export interface ICspAsymmetricAlgorithm$instance {
219
+ readonly __tsonic_iface_System_Security_Cryptography_ICspAsymmetricAlgorithm: never;
220
+
217
221
  readonly CspKeyContainerInfo: CspKeyContainerInfo;
218
222
  ExportCspBlob(includePrivateParameters: boolean): byte[];
219
223
  ImportCspBlob(rawData: byte[]): void;
@@ -223,6 +227,10 @@ export interface ICspAsymmetricAlgorithm$instance {
223
227
  export type ICspAsymmetricAlgorithm = ICspAsymmetricAlgorithm$instance;
224
228
 
225
229
  export interface CngProperty$instance {
230
+ readonly __tsonic_type_System_Security_Cryptography_CngProperty: never;
231
+
232
+ readonly __tsonic_iface_System_IEquatable_1: never;
233
+
226
234
  Name: string;
227
235
  readonly Options: CngPropertyOptions;
228
236
  Equals(obj: unknown): boolean;
@@ -248,6 +256,8 @@ export type CngProperty = CngProperty$instance & __CngProperty$views;
248
256
 
249
257
 
250
258
  export interface DSAParameters$instance {
259
+ readonly __tsonic_type_System_Security_Cryptography_DSAParameters: never;
260
+
251
261
  P: byte[] | undefined;
252
262
  Q: byte[] | undefined;
253
263
  G: byte[] | undefined;
@@ -267,6 +277,8 @@ export const DSAParameters: {
267
277
  export type DSAParameters = DSAParameters$instance;
268
278
 
269
279
  export interface ECCurve$instance {
280
+ readonly __tsonic_type_System_Security_Cryptography_ECCurve: never;
281
+
270
282
  A: byte[] | undefined;
271
283
  B: byte[] | undefined;
272
284
  G: ECPoint;
@@ -297,6 +309,8 @@ export const ECCurve: {
297
309
  export type ECCurve = ECCurve$instance;
298
310
 
299
311
  export interface ECParameters$instance {
312
+ readonly __tsonic_type_System_Security_Cryptography_ECParameters: never;
313
+
300
314
  Q: ECPoint;
301
315
  D: byte[] | undefined;
302
316
  Curve: ECCurve;
@@ -312,6 +326,8 @@ export const ECParameters: {
312
326
  export type ECParameters = ECParameters$instance;
313
327
 
314
328
  export interface ECPoint$instance {
329
+ readonly __tsonic_type_System_Security_Cryptography_ECPoint: never;
330
+
315
331
  X: byte[] | undefined;
316
332
  Y: byte[] | undefined;
317
333
  }
@@ -325,6 +341,10 @@ export const ECPoint: {
325
341
  export type ECPoint = ECPoint$instance;
326
342
 
327
343
  export interface HashAlgorithmName$instance {
344
+ readonly __tsonic_type_System_Security_Cryptography_HashAlgorithmName: never;
345
+
346
+ readonly __tsonic_iface_System_IEquatable_1: never;
347
+
328
348
  readonly Name: string | undefined;
329
349
  Equals(obj: unknown): boolean;
330
350
  Equals(other: HashAlgorithmName): boolean;
@@ -359,6 +379,8 @@ export type HashAlgorithmName = HashAlgorithmName$instance & __HashAlgorithmName
359
379
 
360
380
 
361
381
  export interface PemFields$instance {
382
+ readonly __tsonic_type_System_Security_Cryptography_PemFields: never;
383
+
362
384
  readonly Base64Data: Range;
363
385
  readonly DecodedDataLength: int;
364
386
  readonly Label: Range;
@@ -374,6 +396,8 @@ export const PemFields: {
374
396
  export type PemFields = PemFields$instance;
375
397
 
376
398
  export interface RSAParameters$instance {
399
+ readonly __tsonic_type_System_Security_Cryptography_RSAParameters: never;
400
+
377
401
  D: byte[] | undefined;
378
402
  DP: byte[] | undefined;
379
403
  DQ: byte[] | undefined;
@@ -393,6 +417,10 @@ export const RSAParameters: {
393
417
  export type RSAParameters = RSAParameters$instance;
394
418
 
395
419
  export interface Aes$instance extends SymmetricAlgorithm$instance {
420
+ readonly __tsonic_type_System_Security_Cryptography_Aes: never;
421
+
422
+ readonly __tsonic_iface_System_IDisposable: never;
423
+
396
424
  DecryptKeyWrapPadded(ciphertext: byte[]): byte[];
397
425
  DecryptKeyWrapPadded(ciphertext: ReadOnlySpan_1<System_Internal.Byte>): byte[];
398
426
  DecryptKeyWrapPadded(ciphertext: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>): int;
@@ -419,7 +447,11 @@ export interface __Aes$views {
419
447
  export type Aes = Aes$instance & __Aes$views;
420
448
 
421
449
 
422
- export interface AesCcm$instance {
450
+ export interface AesCcm$instance extends System_Internal.IDisposable$instance {
451
+ readonly __tsonic_type_System_Security_Cryptography_AesCcm: never;
452
+
453
+ readonly __tsonic_iface_System_IDisposable: never;
454
+
423
455
  Decrypt(nonce: byte[], ciphertext: byte[], tag: byte[], plaintext: byte[], associatedData?: byte[]): void;
424
456
  Decrypt(nonce: ReadOnlySpan_1<System_Internal.Byte>, ciphertext: ReadOnlySpan_1<System_Internal.Byte>, tag: ReadOnlySpan_1<System_Internal.Byte>, plaintext: Span_1<System_Internal.Byte>, associatedData?: ReadOnlySpan_1<System_Internal.Byte>): void;
425
457
  Dispose(): void;
@@ -441,12 +473,14 @@ export interface __AesCcm$views {
441
473
  As_IDisposable(): System_Internal.IDisposable$instance;
442
474
  }
443
475
 
444
- export interface AesCcm$instance extends System_Internal.IDisposable$instance {}
445
-
446
476
  export type AesCcm = AesCcm$instance & __AesCcm$views;
447
477
 
448
478
 
449
479
  export interface AesCng$instance extends Aes$instance {
480
+ readonly __tsonic_type_System_Security_Cryptography_AesCng: never;
481
+
482
+ readonly __tsonic_iface_System_IDisposable: never;
483
+
450
484
  CreateDecryptor(rgbKey: byte[], rgbIV: byte[]): ICryptoTransform;
451
485
  CreateDecryptor(): ICryptoTransform;
452
486
  CreateEncryptor(rgbKey: byte[], rgbIV: byte[]): ICryptoTransform;
@@ -475,6 +509,10 @@ export type AesCng = AesCng$instance & __AesCng$views;
475
509
 
476
510
 
477
511
  export interface AesCryptoServiceProvider$instance extends Aes$instance {
512
+ readonly __tsonic_type_System_Security_Cryptography_AesCryptoServiceProvider: never;
513
+
514
+ readonly __tsonic_iface_System_IDisposable: never;
515
+
478
516
  BlockSize: int;
479
517
  FeedbackSize: int;
480
518
  IV: byte[];
@@ -509,7 +547,11 @@ export interface __AesCryptoServiceProvider$views {
509
547
  export type AesCryptoServiceProvider = AesCryptoServiceProvider$instance & __AesCryptoServiceProvider$views;
510
548
 
511
549
 
512
- export interface AesGcm$instance {
550
+ export interface AesGcm$instance extends System_Internal.IDisposable$instance {
551
+ readonly __tsonic_type_System_Security_Cryptography_AesGcm: never;
552
+
553
+ readonly __tsonic_iface_System_IDisposable: never;
554
+
513
555
  readonly TagSizeInBytes: Nullable_1<System_Internal.Int32>;
514
556
  Decrypt(nonce: byte[], ciphertext: byte[], tag: byte[], plaintext: byte[], associatedData?: byte[]): void;
515
557
  Decrypt(nonce: ReadOnlySpan_1<System_Internal.Byte>, ciphertext: ReadOnlySpan_1<System_Internal.Byte>, tag: ReadOnlySpan_1<System_Internal.Byte>, plaintext: Span_1<System_Internal.Byte>, associatedData?: ReadOnlySpan_1<System_Internal.Byte>): void;
@@ -534,12 +576,14 @@ export interface __AesGcm$views {
534
576
  As_IDisposable(): System_Internal.IDisposable$instance;
535
577
  }
536
578
 
537
- export interface AesGcm$instance extends System_Internal.IDisposable$instance {}
538
-
539
579
  export type AesGcm = AesGcm$instance & __AesGcm$views;
540
580
 
541
581
 
542
582
  export interface AesManaged$instance extends Aes$instance {
583
+ readonly __tsonic_type_System_Security_Cryptography_AesManaged: never;
584
+
585
+ readonly __tsonic_iface_System_IDisposable: never;
586
+
543
587
  BlockSize: int;
544
588
  FeedbackSize: int;
545
589
  IV: byte[];
@@ -575,6 +619,8 @@ export type AesManaged = AesManaged$instance & __AesManaged$views;
575
619
 
576
620
 
577
621
  export interface AsnEncodedData$instance {
622
+ readonly __tsonic_type_System_Security_Cryptography_AsnEncodedData: never;
623
+
578
624
  get Oid(): Oid | undefined;
579
625
  set Oid(value: Oid | undefined);
580
626
  RawData: byte[];
@@ -597,6 +643,11 @@ export const AsnEncodedData: {
597
643
  export type AsnEncodedData = AsnEncodedData$instance;
598
644
 
599
645
  export interface AsnEncodedDataCollection$instance {
646
+ readonly __tsonic_type_System_Security_Cryptography_AsnEncodedDataCollection: never;
647
+
648
+ readonly __tsonic_iface_System_Collections_ICollection: never;
649
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
650
+
600
651
  readonly Count: int;
601
652
  readonly IsSynchronized: boolean;
602
653
  readonly [index: number]: AsnEncodedData;
@@ -623,6 +674,10 @@ export type AsnEncodedDataCollection = AsnEncodedDataCollection$instance & __Asn
623
674
 
624
675
 
625
676
  export interface AsnEncodedDataEnumerator$instance {
677
+ readonly __tsonic_type_System_Security_Cryptography_AsnEncodedDataEnumerator: never;
678
+
679
+ readonly __tsonic_iface_System_Collections_IEnumerator: never;
680
+
626
681
  readonly Current: AsnEncodedData;
627
682
  MoveNext(): boolean;
628
683
  Reset(): void;
@@ -641,6 +696,10 @@ export type AsnEncodedDataEnumerator = AsnEncodedDataEnumerator$instance & __Asn
641
696
 
642
697
 
643
698
  export interface AsymmetricAlgorithm$instance {
699
+ readonly __tsonic_type_System_Security_Cryptography_AsymmetricAlgorithm: never;
700
+
701
+ readonly __tsonic_iface_System_IDisposable: never;
702
+
644
703
  readonly KeyExchangeAlgorithm: string | string | undefined;
645
704
  KeySize: int;
646
705
  readonly LegalKeySizes: KeySizes[];
@@ -690,6 +749,8 @@ export type AsymmetricAlgorithm = AsymmetricAlgorithm$instance & __AsymmetricAlg
690
749
 
691
750
 
692
751
  export interface AsymmetricKeyExchangeDeformatter$instance {
752
+ readonly __tsonic_type_System_Security_Cryptography_AsymmetricKeyExchangeDeformatter: never;
753
+
693
754
  get Parameters(): string | undefined;
694
755
  set Parameters(value: string | undefined);
695
756
  DecryptKeyExchange(rgb: byte[]): byte[];
@@ -704,6 +765,8 @@ export const AsymmetricKeyExchangeDeformatter: (abstract new() => AsymmetricKeyE
704
765
  export type AsymmetricKeyExchangeDeformatter = AsymmetricKeyExchangeDeformatter$instance;
705
766
 
706
767
  export interface AsymmetricKeyExchangeFormatter$instance {
768
+ readonly __tsonic_type_System_Security_Cryptography_AsymmetricKeyExchangeFormatter: never;
769
+
707
770
  readonly Parameters: string | string | undefined;
708
771
  CreateKeyExchange(data: byte[]): byte[];
709
772
  CreateKeyExchange(data: byte[], symAlgType: Type): byte[];
@@ -718,6 +781,8 @@ export const AsymmetricKeyExchangeFormatter: (abstract new() => AsymmetricKeyExc
718
781
  export type AsymmetricKeyExchangeFormatter = AsymmetricKeyExchangeFormatter$instance;
719
782
 
720
783
  export interface AsymmetricSignatureDeformatter$instance {
784
+ readonly __tsonic_type_System_Security_Cryptography_AsymmetricSignatureDeformatter: never;
785
+
721
786
  SetHashAlgorithm(strName: string): void;
722
787
  SetKey(key: AsymmetricAlgorithm): void;
723
788
  VerifySignature(hash: HashAlgorithm, rgbSignature: byte[]): boolean;
@@ -732,6 +797,8 @@ export const AsymmetricSignatureDeformatter: (abstract new() => AsymmetricSignat
732
797
  export type AsymmetricSignatureDeformatter = AsymmetricSignatureDeformatter$instance;
733
798
 
734
799
  export interface AsymmetricSignatureFormatter$instance {
800
+ readonly __tsonic_type_System_Security_Cryptography_AsymmetricSignatureFormatter: never;
801
+
735
802
  CreateSignature(hash: HashAlgorithm): byte[];
736
803
  CreateSignature(rgbHash: byte[]): byte[];
737
804
  SetHashAlgorithm(strName: string): void;
@@ -746,6 +813,10 @@ export const AsymmetricSignatureFormatter: (abstract new() => AsymmetricSignatur
746
813
  export type AsymmetricSignatureFormatter = AsymmetricSignatureFormatter$instance;
747
814
 
748
815
  export interface AuthenticationTagMismatchException$instance extends CryptographicException$instance {
816
+ readonly __tsonic_type_System_Security_Cryptography_AuthenticationTagMismatchException: never;
817
+
818
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
819
+
749
820
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
750
821
  }
751
822
 
@@ -764,7 +835,11 @@ export interface __AuthenticationTagMismatchException$views {
764
835
  export type AuthenticationTagMismatchException = AuthenticationTagMismatchException$instance & __AuthenticationTagMismatchException$views;
765
836
 
766
837
 
767
- export interface ChaCha20Poly1305$instance {
838
+ export interface ChaCha20Poly1305$instance extends System_Internal.IDisposable$instance {
839
+ readonly __tsonic_type_System_Security_Cryptography_ChaCha20Poly1305: never;
840
+
841
+ readonly __tsonic_iface_System_IDisposable: never;
842
+
768
843
  Decrypt(nonce: byte[], ciphertext: byte[], tag: byte[], plaintext: byte[], associatedData?: byte[]): void;
769
844
  Decrypt(nonce: ReadOnlySpan_1<System_Internal.Byte>, ciphertext: ReadOnlySpan_1<System_Internal.Byte>, tag: ReadOnlySpan_1<System_Internal.Byte>, plaintext: Span_1<System_Internal.Byte>, associatedData?: ReadOnlySpan_1<System_Internal.Byte>): void;
770
845
  Dispose(): void;
@@ -784,12 +859,14 @@ export interface __ChaCha20Poly1305$views {
784
859
  As_IDisposable(): System_Internal.IDisposable$instance;
785
860
  }
786
861
 
787
- export interface ChaCha20Poly1305$instance extends System_Internal.IDisposable$instance {}
788
-
789
862
  export type ChaCha20Poly1305 = ChaCha20Poly1305$instance & __ChaCha20Poly1305$views;
790
863
 
791
864
 
792
865
  export interface CngAlgorithm$instance {
866
+ readonly __tsonic_type_System_Security_Cryptography_CngAlgorithm: never;
867
+
868
+ readonly __tsonic_iface_System_IEquatable_1: never;
869
+
793
870
  readonly Algorithm: string;
794
871
  Equals(obj: unknown): boolean;
795
872
  Equals(other: CngAlgorithm): boolean;
@@ -831,6 +908,10 @@ export type CngAlgorithm = CngAlgorithm$instance & __CngAlgorithm$views;
831
908
 
832
909
 
833
910
  export interface CngAlgorithmGroup$instance {
911
+ readonly __tsonic_type_System_Security_Cryptography_CngAlgorithmGroup: never;
912
+
913
+ readonly __tsonic_iface_System_IEquatable_1: never;
914
+
834
915
  readonly AlgorithmGroup: string;
835
916
  Equals(obj: unknown): boolean;
836
917
  Equals(other: CngAlgorithmGroup): boolean;
@@ -862,7 +943,11 @@ export interface __CngAlgorithmGroup$views {
862
943
  export type CngAlgorithmGroup = CngAlgorithmGroup$instance & __CngAlgorithmGroup$views;
863
944
 
864
945
 
865
- export interface CngKey$instance {
946
+ export interface CngKey$instance extends System_Internal.IDisposable$instance {
947
+ readonly __tsonic_type_System_Security_Cryptography_CngKey: never;
948
+
949
+ readonly __tsonic_iface_System_IDisposable: never;
950
+
866
951
  readonly Algorithm: CngAlgorithm;
867
952
  readonly AlgorithmGroup: CngAlgorithmGroup | undefined;
868
953
  readonly ExportPolicy: CngExportPolicies;
@@ -906,12 +991,14 @@ export interface __CngKey$views {
906
991
  As_IDisposable(): System_Internal.IDisposable$instance;
907
992
  }
908
993
 
909
- export interface CngKey$instance extends System_Internal.IDisposable$instance {}
910
-
911
994
  export type CngKey = CngKey$instance & __CngKey$views;
912
995
 
913
996
 
914
997
  export interface CngKeyBlobFormat$instance {
998
+ readonly __tsonic_type_System_Security_Cryptography_CngKeyBlobFormat: never;
999
+
1000
+ readonly __tsonic_iface_System_IEquatable_1: never;
1001
+
915
1002
  readonly Format: string;
916
1003
  Equals(obj: unknown): boolean;
917
1004
  Equals(other: CngKeyBlobFormat): boolean;
@@ -950,6 +1037,8 @@ export type CngKeyBlobFormat = CngKeyBlobFormat$instance & __CngKeyBlobFormat$vi
950
1037
 
951
1038
 
952
1039
  export interface CngKeyCreationParameters$instance {
1040
+ readonly __tsonic_type_System_Security_Cryptography_CngKeyCreationParameters: never;
1041
+
953
1042
  ExportPolicy: Nullable_1<CngExportPolicies>;
954
1043
  KeyCreationOptions: CngKeyCreationOptions;
955
1044
  KeyUsage: Nullable_1<CngKeyUsages>;
@@ -969,6 +1058,17 @@ export const CngKeyCreationParameters: {
969
1058
  export type CngKeyCreationParameters = CngKeyCreationParameters$instance;
970
1059
 
971
1060
  export interface CngPropertyCollection$instance extends Collection_1<CngProperty> {
1061
+ readonly __tsonic_type_System_Security_Cryptography_CngPropertyCollection: never;
1062
+
1063
+ readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
1064
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
1065
+ readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
1066
+ readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
1067
+ readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
1068
+ readonly __tsonic_iface_System_Collections_ICollection: never;
1069
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
1070
+ readonly __tsonic_iface_System_Collections_IList: never;
1071
+
972
1072
  Add(item: CngProperty): void;
973
1073
  Add(value: unknown): int;
974
1074
  Clear(): void;
@@ -1006,6 +1106,10 @@ export type CngPropertyCollection = CngPropertyCollection$instance & __CngProper
1006
1106
 
1007
1107
 
1008
1108
  export interface CngProvider$instance {
1109
+ readonly __tsonic_type_System_Security_Cryptography_CngProvider: never;
1110
+
1111
+ readonly __tsonic_iface_System_IEquatable_1: never;
1112
+
1009
1113
  readonly Provider: string;
1010
1114
  Equals(obj: unknown): boolean;
1011
1115
  Equals(other: CngProvider): boolean;
@@ -1033,6 +1137,8 @@ export type CngProvider = CngProvider$instance & __CngProvider$views;
1033
1137
 
1034
1138
 
1035
1139
  export interface CngUIPolicy$instance {
1140
+ readonly __tsonic_type_System_Security_Cryptography_CngUIPolicy: never;
1141
+
1036
1142
  readonly CreationTitle: string | undefined;
1037
1143
  readonly Description: string | undefined;
1038
1144
  readonly FriendlyName: string | undefined;
@@ -1053,6 +1159,10 @@ export const CngUIPolicy: {
1053
1159
  export type CngUIPolicy = CngUIPolicy$instance;
1054
1160
 
1055
1161
  export interface CompositeMLDsa$instance {
1162
+ readonly __tsonic_type_System_Security_Cryptography_CompositeMLDsa: never;
1163
+
1164
+ readonly __tsonic_iface_System_IDisposable: never;
1165
+
1056
1166
  readonly Algorithm: CompositeMLDsaAlgorithm;
1057
1167
  Dispose(): void;
1058
1168
  Dispose(disposing: boolean): void;
@@ -1121,6 +1231,10 @@ export type CompositeMLDsa = CompositeMLDsa$instance & __CompositeMLDsa$views;
1121
1231
 
1122
1232
 
1123
1233
  export interface CompositeMLDsaAlgorithm$instance {
1234
+ readonly __tsonic_type_System_Security_Cryptography_CompositeMLDsaAlgorithm: never;
1235
+
1236
+ readonly __tsonic_iface_System_IEquatable_1: never;
1237
+
1124
1238
  readonly MaxSignatureSizeInBytes: int;
1125
1239
  readonly Name: string;
1126
1240
  Equals(other: CompositeMLDsaAlgorithm): boolean;
@@ -1163,6 +1277,10 @@ export type CompositeMLDsaAlgorithm = CompositeMLDsaAlgorithm$instance & __Compo
1163
1277
 
1164
1278
 
1165
1279
  export interface CompositeMLDsaCng$instance extends CompositeMLDsa$instance {
1280
+ readonly __tsonic_type_System_Security_Cryptography_CompositeMLDsaCng: never;
1281
+
1282
+ readonly __tsonic_iface_System_IDisposable: never;
1283
+
1166
1284
  Dispose(): void;
1167
1285
  Dispose(disposing: boolean): void;
1168
1286
  ExportCompositeMLDsaPrivateKeyCore(destination: Span_1<System_Internal.Byte>): int;
@@ -1187,6 +1305,8 @@ export type CompositeMLDsaCng = CompositeMLDsaCng$instance & __CompositeMLDsaCng
1187
1305
 
1188
1306
 
1189
1307
  export interface CryptoConfig$instance {
1308
+ readonly __tsonic_type_System_Security_Cryptography_CryptoConfig: never;
1309
+
1190
1310
  }
1191
1311
 
1192
1312
 
@@ -1205,6 +1325,10 @@ export const CryptoConfig: {
1205
1325
  export type CryptoConfig = CryptoConfig$instance;
1206
1326
 
1207
1327
  export interface CryptographicException$instance extends SystemException {
1328
+ readonly __tsonic_type_System_Security_Cryptography_CryptographicException: never;
1329
+
1330
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1331
+
1208
1332
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1209
1333
  }
1210
1334
 
@@ -1226,6 +1350,10 @@ export type CryptographicException = CryptographicException$instance & __Cryptog
1226
1350
 
1227
1351
 
1228
1352
  export interface CryptographicUnexpectedOperationException$instance extends CryptographicException$instance {
1353
+ readonly __tsonic_type_System_Security_Cryptography_CryptographicUnexpectedOperationException: never;
1354
+
1355
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1356
+
1229
1357
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1230
1358
  }
1231
1359
 
@@ -1246,6 +1374,11 @@ export type CryptographicUnexpectedOperationException = CryptographicUnexpectedO
1246
1374
 
1247
1375
 
1248
1376
  export interface CryptoStream$instance extends Stream {
1377
+ readonly __tsonic_type_System_Security_Cryptography_CryptoStream: never;
1378
+
1379
+ readonly __tsonic_iface_System_IAsyncDisposable: never;
1380
+ readonly __tsonic_iface_System_IDisposable: never;
1381
+
1249
1382
  readonly CanRead: boolean;
1250
1383
  readonly CanSeek: boolean;
1251
1384
  readonly CanWrite: boolean;
@@ -1307,6 +1440,8 @@ export type CryptoStream = CryptoStream$instance & __CryptoStream$views;
1307
1440
 
1308
1441
 
1309
1442
  export interface CspKeyContainerInfo$instance {
1443
+ readonly __tsonic_type_System_Security_Cryptography_CspKeyContainerInfo: never;
1444
+
1310
1445
  readonly Accessible: boolean;
1311
1446
  readonly Exportable: boolean;
1312
1447
  readonly HardwareDevice: boolean;
@@ -1330,6 +1465,8 @@ export const CspKeyContainerInfo: {
1330
1465
  export type CspKeyContainerInfo = CspKeyContainerInfo$instance;
1331
1466
 
1332
1467
  export interface CspParameters$instance {
1468
+ readonly __tsonic_type_System_Security_Cryptography_CspParameters: never;
1469
+
1333
1470
  ProviderType: int;
1334
1471
  ProviderName: string | undefined;
1335
1472
  KeyContainerName: string | undefined;
@@ -1352,6 +1489,10 @@ export const CspParameters: {
1352
1489
  export type CspParameters = CspParameters$instance;
1353
1490
 
1354
1491
  export interface DeriveBytes$instance {
1492
+ readonly __tsonic_type_System_Security_Cryptography_DeriveBytes: never;
1493
+
1494
+ readonly __tsonic_iface_System_IDisposable: never;
1495
+
1355
1496
  Dispose(): void;
1356
1497
  Dispose(disposing: boolean): void;
1357
1498
  GetBytes(cb: int): byte[];
@@ -1371,6 +1512,10 @@ export type DeriveBytes = DeriveBytes$instance & __DeriveBytes$views;
1371
1512
 
1372
1513
 
1373
1514
  export interface DES$instance extends SymmetricAlgorithm$instance {
1515
+ readonly __tsonic_type_System_Security_Cryptography_DES: never;
1516
+
1517
+ readonly __tsonic_iface_System_IDisposable: never;
1518
+
1374
1519
  Key: byte[];
1375
1520
  Dispose(): void;
1376
1521
  Dispose(disposing: boolean): void;
@@ -1391,6 +1536,10 @@ export type DES = DES$instance & __DES$views;
1391
1536
 
1392
1537
 
1393
1538
  export interface DESCryptoServiceProvider$instance extends DES$instance {
1539
+ readonly __tsonic_type_System_Security_Cryptography_DESCryptoServiceProvider: never;
1540
+
1541
+ readonly __tsonic_iface_System_IDisposable: never;
1542
+
1394
1543
  BlockSize: int;
1395
1544
  FeedbackSize: int;
1396
1545
  IV: byte[];
@@ -1426,6 +1575,10 @@ export type DESCryptoServiceProvider = DESCryptoServiceProvider$instance & __DES
1426
1575
 
1427
1576
 
1428
1577
  export interface DSA$instance extends AsymmetricAlgorithm$instance {
1578
+ readonly __tsonic_type_System_Security_Cryptography_DSA: never;
1579
+
1580
+ readonly __tsonic_iface_System_IDisposable: never;
1581
+
1429
1582
  CreateSignature(rgbHash: byte[]): byte[];
1430
1583
  CreateSignature(rgbHash: byte[], signatureFormat: DSASignatureFormat): byte[];
1431
1584
  CreateSignatureCore(hash: ReadOnlySpan_1<System_Internal.Byte>, signatureFormat: DSASignatureFormat): byte[];
@@ -1504,6 +1657,10 @@ export type DSA = DSA$instance & __DSA$views;
1504
1657
 
1505
1658
 
1506
1659
  export interface DSACng$instance extends DSA$instance {
1660
+ readonly __tsonic_type_System_Security_Cryptography_DSACng: never;
1661
+
1662
+ readonly __tsonic_iface_System_IDisposable: never;
1663
+
1507
1664
  readonly Key: CngKey;
1508
1665
  CreateSignature(rgbHash: byte[]): byte[];
1509
1666
  CreateSignature(rgbHash: byte[], signatureFormat: DSASignatureFormat): byte[];
@@ -1532,7 +1689,12 @@ export interface __DSACng$views {
1532
1689
  export type DSACng = DSACng$instance & __DSACng$views;
1533
1690
 
1534
1691
 
1535
- export interface DSACryptoServiceProvider$instance extends DSA$instance {
1692
+ export interface DSACryptoServiceProvider$instance extends DSA$instance, ICspAsymmetricAlgorithm$instance {
1693
+ readonly __tsonic_type_System_Security_Cryptography_DSACryptoServiceProvider: never;
1694
+
1695
+ readonly __tsonic_iface_System_IDisposable: never;
1696
+ readonly __tsonic_iface_System_Security_Cryptography_ICspAsymmetricAlgorithm: never;
1697
+
1536
1698
  readonly CspKeyContainerInfo: CspKeyContainerInfo;
1537
1699
  readonly KeyExchangeAlgorithm: string | undefined;
1538
1700
  KeySize: int;
@@ -1603,12 +1765,14 @@ export interface __DSACryptoServiceProvider$views {
1603
1765
  As_ICspAsymmetricAlgorithm(): ICspAsymmetricAlgorithm$instance;
1604
1766
  }
1605
1767
 
1606
- export interface DSACryptoServiceProvider$instance extends ICspAsymmetricAlgorithm$instance {}
1607
-
1608
1768
  export type DSACryptoServiceProvider = DSACryptoServiceProvider$instance & __DSACryptoServiceProvider$views;
1609
1769
 
1610
1770
 
1611
1771
  export interface DSAOpenSsl$instance extends DSA$instance {
1772
+ readonly __tsonic_type_System_Security_Cryptography_DSAOpenSsl: never;
1773
+
1774
+ readonly __tsonic_iface_System_IDisposable: never;
1775
+
1612
1776
  KeySize: int;
1613
1777
  readonly LegalKeySizes: KeySizes[];
1614
1778
  CreateSignature(rgbHash: byte[]): byte[];
@@ -1653,6 +1817,8 @@ export type DSAOpenSsl = DSAOpenSsl$instance & __DSAOpenSsl$views;
1653
1817
 
1654
1818
 
1655
1819
  export interface DSASignatureDeformatter$instance extends AsymmetricSignatureDeformatter {
1820
+ readonly __tsonic_type_System_Security_Cryptography_DSASignatureDeformatter: never;
1821
+
1656
1822
  SetHashAlgorithm(strName: string): void;
1657
1823
  SetKey(key: AsymmetricAlgorithm): void;
1658
1824
  VerifySignature(rgbHash: byte[], rgbSignature: byte[]): boolean;
@@ -1669,6 +1835,8 @@ export const DSASignatureDeformatter: {
1669
1835
  export type DSASignatureDeformatter = DSASignatureDeformatter$instance;
1670
1836
 
1671
1837
  export interface DSASignatureFormatter$instance extends AsymmetricSignatureFormatter {
1838
+ readonly __tsonic_type_System_Security_Cryptography_DSASignatureFormatter: never;
1839
+
1672
1840
  CreateSignature(rgbHash: byte[]): byte[];
1673
1841
  CreateSignature(hash: HashAlgorithm): byte[];
1674
1842
  SetHashAlgorithm(strName: string): void;
@@ -1685,6 +1853,10 @@ export const DSASignatureFormatter: {
1685
1853
  export type DSASignatureFormatter = DSASignatureFormatter$instance;
1686
1854
 
1687
1855
  export interface ECAlgorithm$instance extends AsymmetricAlgorithm$instance {
1856
+ readonly __tsonic_type_System_Security_Cryptography_ECAlgorithm: never;
1857
+
1858
+ readonly __tsonic_iface_System_IDisposable: never;
1859
+
1688
1860
  Dispose(): void;
1689
1861
  Dispose(disposing: boolean): void;
1690
1862
  ExportECPrivateKey(): byte[];
@@ -1730,6 +1902,10 @@ export type ECAlgorithm = ECAlgorithm$instance & __ECAlgorithm$views;
1730
1902
 
1731
1903
 
1732
1904
  export interface ECDiffieHellman$instance extends ECAlgorithm$instance {
1905
+ readonly __tsonic_type_System_Security_Cryptography_ECDiffieHellman: never;
1906
+
1907
+ readonly __tsonic_iface_System_IDisposable: never;
1908
+
1733
1909
  readonly KeyExchangeAlgorithm: string | string | undefined;
1734
1910
  readonly PublicKey: ECDiffieHellmanPublicKey;
1735
1911
  readonly SignatureAlgorithm: string | undefined;
@@ -1763,6 +1939,10 @@ export type ECDiffieHellman = ECDiffieHellman$instance & __ECDiffieHellman$views
1763
1939
 
1764
1940
 
1765
1941
  export interface ECDiffieHellmanCng$instance extends ECDiffieHellman$instance {
1942
+ readonly __tsonic_type_System_Security_Cryptography_ECDiffieHellmanCng: never;
1943
+
1944
+ readonly __tsonic_iface_System_IDisposable: never;
1945
+
1766
1946
  HashAlgorithm: CngAlgorithm;
1767
1947
  get HmacKey(): byte[] | undefined;
1768
1948
  set HmacKey(value: byte[] | undefined);
@@ -1804,6 +1984,10 @@ export type ECDiffieHellmanCng = ECDiffieHellmanCng$instance & __ECDiffieHellman
1804
1984
 
1805
1985
 
1806
1986
  export interface ECDiffieHellmanCngPublicKey$instance extends ECDiffieHellmanPublicKey$instance {
1987
+ readonly __tsonic_type_System_Security_Cryptography_ECDiffieHellmanCngPublicKey: never;
1988
+
1989
+ readonly __tsonic_iface_System_IDisposable: never;
1990
+
1807
1991
  readonly BlobFormat: CngKeyBlobFormat;
1808
1992
  Dispose(disposing: boolean): void;
1809
1993
  Dispose(): void;
@@ -1826,6 +2010,10 @@ export type ECDiffieHellmanCngPublicKey = ECDiffieHellmanCngPublicKey$instance &
1826
2010
 
1827
2011
 
1828
2012
  export interface ECDiffieHellmanOpenSsl$instance extends ECDiffieHellman$instance {
2013
+ readonly __tsonic_type_System_Security_Cryptography_ECDiffieHellmanOpenSsl: never;
2014
+
2015
+ readonly __tsonic_iface_System_IDisposable: never;
2016
+
1829
2017
  KeySize: int;
1830
2018
  readonly LegalKeySizes: KeySizes[];
1831
2019
  readonly PublicKey: ECDiffieHellmanPublicKey;
@@ -1866,6 +2054,10 @@ export type ECDiffieHellmanOpenSsl = ECDiffieHellmanOpenSsl$instance & __ECDiffi
1866
2054
 
1867
2055
 
1868
2056
  export interface ECDiffieHellmanPublicKey$instance {
2057
+ readonly __tsonic_type_System_Security_Cryptography_ECDiffieHellmanPublicKey: never;
2058
+
2059
+ readonly __tsonic_iface_System_IDisposable: never;
2060
+
1869
2061
  Dispose(): void;
1870
2062
  Dispose(disposing: boolean): void;
1871
2063
  ExportExplicitParameters(): ECParameters;
@@ -1889,6 +2081,10 @@ export type ECDiffieHellmanPublicKey = ECDiffieHellmanPublicKey$instance & __ECD
1889
2081
 
1890
2082
 
1891
2083
  export interface ECDsa$instance extends ECAlgorithm$instance {
2084
+ readonly __tsonic_type_System_Security_Cryptography_ECDsa: never;
2085
+
2086
+ readonly __tsonic_iface_System_IDisposable: never;
2087
+
1892
2088
  readonly KeyExchangeAlgorithm: string | undefined;
1893
2089
  readonly SignatureAlgorithm: string | string | undefined;
1894
2090
  Dispose(): void;
@@ -1958,6 +2154,10 @@ export type ECDsa = ECDsa$instance & __ECDsa$views;
1958
2154
 
1959
2155
 
1960
2156
  export interface ECDsaCng$instance extends ECDsa$instance {
2157
+ readonly __tsonic_type_System_Security_Cryptography_ECDsaCng: never;
2158
+
2159
+ readonly __tsonic_iface_System_IDisposable: never;
2160
+
1961
2161
  HashAlgorithm: CngAlgorithm;
1962
2162
  readonly Key: CngKey;
1963
2163
  Dispose(): void;
@@ -2013,6 +2213,10 @@ export type ECDsaCng = ECDsaCng$instance & __ECDsaCng$views;
2013
2213
 
2014
2214
 
2015
2215
  export interface ECDsaOpenSsl$instance extends ECDsa$instance {
2216
+ readonly __tsonic_type_System_Security_Cryptography_ECDsaOpenSsl: never;
2217
+
2218
+ readonly __tsonic_iface_System_IDisposable: never;
2219
+
2016
2220
  KeySize: int;
2017
2221
  readonly LegalKeySizes: KeySizes[];
2018
2222
  Dispose(disposing: boolean): void;
@@ -2063,6 +2267,11 @@ export type ECDsaOpenSsl = ECDsaOpenSsl$instance & __ECDsaOpenSsl$views;
2063
2267
 
2064
2268
 
2065
2269
  export interface FromBase64Transform$instance {
2270
+ readonly __tsonic_type_System_Security_Cryptography_FromBase64Transform: never;
2271
+
2272
+ readonly __tsonic_iface_System_IDisposable: never;
2273
+ readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
2274
+
2066
2275
  readonly CanReuseTransform: boolean;
2067
2276
  readonly CanTransformMultipleBlocks: boolean;
2068
2277
  readonly InputBlockSize: int;
@@ -2091,6 +2300,11 @@ export type FromBase64Transform = FromBase64Transform$instance & __FromBase64Tra
2091
2300
 
2092
2301
 
2093
2302
  export interface HashAlgorithm$instance {
2303
+ readonly __tsonic_type_System_Security_Cryptography_HashAlgorithm: never;
2304
+
2305
+ readonly __tsonic_iface_System_IDisposable: never;
2306
+ readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
2307
+
2094
2308
  readonly CanReuseTransform: boolean;
2095
2309
  readonly CanTransformMultipleBlocks: boolean;
2096
2310
  readonly Hash: byte[] | undefined;
@@ -2130,6 +2344,11 @@ export type HashAlgorithm = HashAlgorithm$instance & __HashAlgorithm$views;
2130
2344
 
2131
2345
 
2132
2346
  export interface HMAC$instance extends KeyedHashAlgorithm$instance {
2347
+ readonly __tsonic_type_System_Security_Cryptography_HMAC: never;
2348
+
2349
+ readonly __tsonic_iface_System_IDisposable: never;
2350
+ readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
2351
+
2133
2352
  HashName: string;
2134
2353
  Key: byte[];
2135
2354
  Dispose(disposing: boolean): void;
@@ -2159,6 +2378,11 @@ export type HMAC = HMAC$instance & __HMAC$views;
2159
2378
 
2160
2379
 
2161
2380
  export interface HMACMD5$instance extends HMAC$instance {
2381
+ readonly __tsonic_type_System_Security_Cryptography_HMACMD5: never;
2382
+
2383
+ readonly __tsonic_iface_System_IDisposable: never;
2384
+ readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
2385
+
2162
2386
  Key: byte[];
2163
2387
  Dispose(disposing: boolean): void;
2164
2388
  Dispose(): void;
@@ -2201,6 +2425,11 @@ export type HMACMD5 = HMACMD5$instance & __HMACMD5$views;
2201
2425
 
2202
2426
 
2203
2427
  export interface HMACSHA1$instance extends HMAC$instance {
2428
+ readonly __tsonic_type_System_Security_Cryptography_HMACSHA1: never;
2429
+
2430
+ readonly __tsonic_iface_System_IDisposable: never;
2431
+ readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
2432
+
2204
2433
  Key: byte[];
2205
2434
  Dispose(disposing: boolean): void;
2206
2435
  Dispose(): void;
@@ -2244,6 +2473,11 @@ export type HMACSHA1 = HMACSHA1$instance & __HMACSHA1$views;
2244
2473
 
2245
2474
 
2246
2475
  export interface HMACSHA256$instance extends HMAC$instance {
2476
+ readonly __tsonic_type_System_Security_Cryptography_HMACSHA256: never;
2477
+
2478
+ readonly __tsonic_iface_System_IDisposable: never;
2479
+ readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
2480
+
2247
2481
  Key: byte[];
2248
2482
  Dispose(disposing: boolean): void;
2249
2483
  Dispose(): void;
@@ -2286,6 +2520,11 @@ export type HMACSHA256 = HMACSHA256$instance & __HMACSHA256$views;
2286
2520
 
2287
2521
 
2288
2522
  export interface HMACSHA3_256$instance extends HMAC$instance {
2523
+ readonly __tsonic_type_System_Security_Cryptography_HMACSHA3_256: never;
2524
+
2525
+ readonly __tsonic_iface_System_IDisposable: never;
2526
+ readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
2527
+
2289
2528
  Key: byte[];
2290
2529
  Dispose(disposing: boolean): void;
2291
2530
  Dispose(): void;
@@ -2329,6 +2568,11 @@ export type HMACSHA3_256 = HMACSHA3_256$instance & __HMACSHA3_256$views;
2329
2568
 
2330
2569
 
2331
2570
  export interface HMACSHA3_384$instance extends HMAC$instance {
2571
+ readonly __tsonic_type_System_Security_Cryptography_HMACSHA3_384: never;
2572
+
2573
+ readonly __tsonic_iface_System_IDisposable: never;
2574
+ readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
2575
+
2332
2576
  Key: byte[];
2333
2577
  Dispose(disposing: boolean): void;
2334
2578
  Dispose(): void;
@@ -2372,6 +2616,11 @@ export type HMACSHA3_384 = HMACSHA3_384$instance & __HMACSHA3_384$views;
2372
2616
 
2373
2617
 
2374
2618
  export interface HMACSHA3_512$instance extends HMAC$instance {
2619
+ readonly __tsonic_type_System_Security_Cryptography_HMACSHA3_512: never;
2620
+
2621
+ readonly __tsonic_iface_System_IDisposable: never;
2622
+ readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
2623
+
2375
2624
  Key: byte[];
2376
2625
  Dispose(disposing: boolean): void;
2377
2626
  Dispose(): void;
@@ -2415,6 +2664,11 @@ export type HMACSHA3_512 = HMACSHA3_512$instance & __HMACSHA3_512$views;
2415
2664
 
2416
2665
 
2417
2666
  export interface HMACSHA384$instance extends HMAC$instance {
2667
+ readonly __tsonic_type_System_Security_Cryptography_HMACSHA384: never;
2668
+
2669
+ readonly __tsonic_iface_System_IDisposable: never;
2670
+ readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
2671
+
2418
2672
  Key: byte[];
2419
2673
  ProduceLegacyHmacValues: boolean;
2420
2674
  Dispose(disposing: boolean): void;
@@ -2458,6 +2712,11 @@ export type HMACSHA384 = HMACSHA384$instance & __HMACSHA384$views;
2458
2712
 
2459
2713
 
2460
2714
  export interface HMACSHA512$instance extends HMAC$instance {
2715
+ readonly __tsonic_type_System_Security_Cryptography_HMACSHA512: never;
2716
+
2717
+ readonly __tsonic_iface_System_IDisposable: never;
2718
+ readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
2719
+
2461
2720
  Key: byte[];
2462
2721
  ProduceLegacyHmacValues: boolean;
2463
2722
  Dispose(disposing: boolean): void;
@@ -2500,7 +2759,11 @@ export interface __HMACSHA512$views {
2500
2759
  export type HMACSHA512 = HMACSHA512$instance & __HMACSHA512$views;
2501
2760
 
2502
2761
 
2503
- export interface IncrementalHash$instance {
2762
+ export interface IncrementalHash$instance extends System_Internal.IDisposable$instance {
2763
+ readonly __tsonic_type_System_Security_Cryptography_IncrementalHash: never;
2764
+
2765
+ readonly __tsonic_iface_System_IDisposable: never;
2766
+
2504
2767
  readonly AlgorithmName: HashAlgorithmName;
2505
2768
  readonly HashLengthInBytes: int;
2506
2769
  AppendData(data: byte[]): void;
@@ -2528,12 +2791,15 @@ export interface __IncrementalHash$views {
2528
2791
  As_IDisposable(): System_Internal.IDisposable$instance;
2529
2792
  }
2530
2793
 
2531
- export interface IncrementalHash$instance extends System_Internal.IDisposable$instance {}
2532
-
2533
2794
  export type IncrementalHash = IncrementalHash$instance & __IncrementalHash$views;
2534
2795
 
2535
2796
 
2536
2797
  export interface KeyedHashAlgorithm$instance extends HashAlgorithm$instance {
2798
+ readonly __tsonic_type_System_Security_Cryptography_KeyedHashAlgorithm: never;
2799
+
2800
+ readonly __tsonic_iface_System_IDisposable: never;
2801
+ readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
2802
+
2537
2803
  Key: byte[];
2538
2804
  Dispose(disposing: boolean): void;
2539
2805
  Dispose(): void;
@@ -2555,6 +2821,8 @@ export type KeyedHashAlgorithm = KeyedHashAlgorithm$instance & __KeyedHashAlgori
2555
2821
 
2556
2822
 
2557
2823
  export interface KeySizes$instance {
2824
+ readonly __tsonic_type_System_Security_Cryptography_KeySizes: never;
2825
+
2558
2826
  readonly MaxSize: int;
2559
2827
  readonly MinSize: int;
2560
2828
  readonly SkipSize: int;
@@ -2568,7 +2836,11 @@ export const KeySizes: {
2568
2836
 
2569
2837
  export type KeySizes = KeySizes$instance;
2570
2838
 
2571
- export interface Kmac128$instance {
2839
+ export interface Kmac128$instance extends System_Internal.IDisposable$instance {
2840
+ readonly __tsonic_type_System_Security_Cryptography_Kmac128: never;
2841
+
2842
+ readonly __tsonic_iface_System_IDisposable: never;
2843
+
2572
2844
  AppendData(data: byte[]): void;
2573
2845
  AppendData(data: ReadOnlySpan_1<System_Internal.Byte>): void;
2574
2846
  Clone(): Kmac128;
@@ -2600,12 +2872,14 @@ export interface __Kmac128$views {
2600
2872
  As_IDisposable(): System_Internal.IDisposable$instance;
2601
2873
  }
2602
2874
 
2603
- export interface Kmac128$instance extends System_Internal.IDisposable$instance {}
2604
-
2605
2875
  export type Kmac128 = Kmac128$instance & __Kmac128$views;
2606
2876
 
2607
2877
 
2608
- export interface Kmac256$instance {
2878
+ export interface Kmac256$instance extends System_Internal.IDisposable$instance {
2879
+ readonly __tsonic_type_System_Security_Cryptography_Kmac256: never;
2880
+
2881
+ readonly __tsonic_iface_System_IDisposable: never;
2882
+
2609
2883
  AppendData(data: byte[]): void;
2610
2884
  AppendData(data: ReadOnlySpan_1<System_Internal.Byte>): void;
2611
2885
  Clone(): Kmac256;
@@ -2637,12 +2911,14 @@ export interface __Kmac256$views {
2637
2911
  As_IDisposable(): System_Internal.IDisposable$instance;
2638
2912
  }
2639
2913
 
2640
- export interface Kmac256$instance extends System_Internal.IDisposable$instance {}
2641
-
2642
2914
  export type Kmac256 = Kmac256$instance & __Kmac256$views;
2643
2915
 
2644
2916
 
2645
- export interface KmacXof128$instance {
2917
+ export interface KmacXof128$instance extends System_Internal.IDisposable$instance {
2918
+ readonly __tsonic_type_System_Security_Cryptography_KmacXof128: never;
2919
+
2920
+ readonly __tsonic_iface_System_IDisposable: never;
2921
+
2646
2922
  AppendData(data: byte[]): void;
2647
2923
  AppendData(data: ReadOnlySpan_1<System_Internal.Byte>): void;
2648
2924
  Clone(): KmacXof128;
@@ -2674,12 +2950,14 @@ export interface __KmacXof128$views {
2674
2950
  As_IDisposable(): System_Internal.IDisposable$instance;
2675
2951
  }
2676
2952
 
2677
- export interface KmacXof128$instance extends System_Internal.IDisposable$instance {}
2678
-
2679
2953
  export type KmacXof128 = KmacXof128$instance & __KmacXof128$views;
2680
2954
 
2681
2955
 
2682
- export interface KmacXof256$instance {
2956
+ export interface KmacXof256$instance extends System_Internal.IDisposable$instance {
2957
+ readonly __tsonic_type_System_Security_Cryptography_KmacXof256: never;
2958
+
2959
+ readonly __tsonic_iface_System_IDisposable: never;
2960
+
2683
2961
  AppendData(data: byte[]): void;
2684
2962
  AppendData(data: ReadOnlySpan_1<System_Internal.Byte>): void;
2685
2963
  Clone(): KmacXof256;
@@ -2711,12 +2989,12 @@ export interface __KmacXof256$views {
2711
2989
  As_IDisposable(): System_Internal.IDisposable$instance;
2712
2990
  }
2713
2991
 
2714
- export interface KmacXof256$instance extends System_Internal.IDisposable$instance {}
2715
-
2716
2992
  export type KmacXof256 = KmacXof256$instance & __KmacXof256$views;
2717
2993
 
2718
2994
 
2719
2995
  export interface MaskGenerationMethod$instance {
2996
+ readonly __tsonic_type_System_Security_Cryptography_MaskGenerationMethod: never;
2997
+
2720
2998
  GenerateMask(rgbSeed: byte[], cbReturn: int): byte[];
2721
2999
  }
2722
3000
 
@@ -2728,6 +3006,11 @@ export const MaskGenerationMethod: (abstract new() => MaskGenerationMethod) & {
2728
3006
  export type MaskGenerationMethod = MaskGenerationMethod$instance;
2729
3007
 
2730
3008
  export interface MD5$instance extends HashAlgorithm$instance {
3009
+ readonly __tsonic_type_System_Security_Cryptography_MD5: never;
3010
+
3011
+ readonly __tsonic_iface_System_IDisposable: never;
3012
+ readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
3013
+
2731
3014
  Dispose(): void;
2732
3015
  Dispose(disposing: boolean): void;
2733
3016
  TransformBlock(inputBuffer: byte[], inputOffset: int, inputCount: int, outputBuffer: byte[], outputOffset: int): int;
@@ -2758,6 +3041,11 @@ export type MD5 = MD5$instance & __MD5$views;
2758
3041
 
2759
3042
 
2760
3043
  export interface MD5CryptoServiceProvider$instance extends MD5$instance {
3044
+ readonly __tsonic_type_System_Security_Cryptography_MD5CryptoServiceProvider: never;
3045
+
3046
+ readonly __tsonic_iface_System_IDisposable: never;
3047
+ readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
3048
+
2761
3049
  Dispose(disposing: boolean): void;
2762
3050
  Dispose(): void;
2763
3051
  HashCore(array: byte[], ibStart: int, cbSize: int): void;
@@ -2786,6 +3074,10 @@ export type MD5CryptoServiceProvider = MD5CryptoServiceProvider$instance & __MD5
2786
3074
 
2787
3075
 
2788
3076
  export interface MLDsa$instance {
3077
+ readonly __tsonic_type_System_Security_Cryptography_MLDsa: never;
3078
+
3079
+ readonly __tsonic_iface_System_IDisposable: never;
3080
+
2789
3081
  readonly Algorithm: MLDsaAlgorithm;
2790
3082
  Dispose(): void;
2791
3083
  Dispose(disposing: boolean): void;
@@ -2869,6 +3161,10 @@ export type MLDsa = MLDsa$instance & __MLDsa$views;
2869
3161
 
2870
3162
 
2871
3163
  export interface MLDsaAlgorithm$instance {
3164
+ readonly __tsonic_type_System_Security_Cryptography_MLDsaAlgorithm: never;
3165
+
3166
+ readonly __tsonic_iface_System_IEquatable_1: never;
3167
+
2872
3168
  readonly MuSizeInBytes: int;
2873
3169
  readonly Name: string;
2874
3170
  readonly PrivateKeySizeInBytes: int;
@@ -2900,6 +3196,10 @@ export type MLDsaAlgorithm = MLDsaAlgorithm$instance & __MLDsaAlgorithm$views;
2900
3196
 
2901
3197
 
2902
3198
  export interface MLDsaCng$instance extends MLDsa$instance {
3199
+ readonly __tsonic_type_System_Security_Cryptography_MLDsaCng: never;
3200
+
3201
+ readonly __tsonic_iface_System_IDisposable: never;
3202
+
2903
3203
  Dispose(): void;
2904
3204
  Dispose(disposing: boolean): void;
2905
3205
  ExportMLDsaPrivateKeyCore(destination: Span_1<System_Internal.Byte>): void;
@@ -2929,6 +3229,10 @@ export type MLDsaCng = MLDsaCng$instance & __MLDsaCng$views;
2929
3229
 
2930
3230
 
2931
3231
  export interface MLDsaOpenSsl$instance extends MLDsa$instance {
3232
+ readonly __tsonic_type_System_Security_Cryptography_MLDsaOpenSsl: never;
3233
+
3234
+ readonly __tsonic_iface_System_IDisposable: never;
3235
+
2932
3236
  Dispose(disposing: boolean): void;
2933
3237
  Dispose(): void;
2934
3238
  DuplicateKeyHandle(): SafeEvpPKeyHandle;
@@ -2958,6 +3262,10 @@ export type MLDsaOpenSsl = MLDsaOpenSsl$instance & __MLDsaOpenSsl$views;
2958
3262
 
2959
3263
 
2960
3264
  export interface MLKem$instance {
3265
+ readonly __tsonic_type_System_Security_Cryptography_MLKem: never;
3266
+
3267
+ readonly __tsonic_iface_System_IDisposable: never;
3268
+
2961
3269
  readonly Algorithm: MLKemAlgorithm;
2962
3270
  Decapsulate(ciphertext: ReadOnlySpan_1<System_Internal.Byte>, sharedSecret: Span_1<System_Internal.Byte>): void;
2963
3271
  Decapsulate(ciphertext: byte[]): byte[];
@@ -3028,6 +3336,10 @@ export type MLKem = MLKem$instance & __MLKem$views;
3028
3336
 
3029
3337
 
3030
3338
  export interface MLKemAlgorithm$instance {
3339
+ readonly __tsonic_type_System_Security_Cryptography_MLKemAlgorithm: never;
3340
+
3341
+ readonly __tsonic_iface_System_IEquatable_1: never;
3342
+
3031
3343
  readonly CiphertextSizeInBytes: int;
3032
3344
  readonly DecapsulationKeySizeInBytes: int;
3033
3345
  readonly EncapsulationKeySizeInBytes: int;
@@ -3059,6 +3371,10 @@ export type MLKemAlgorithm = MLKemAlgorithm$instance & __MLKemAlgorithm$views;
3059
3371
 
3060
3372
 
3061
3373
  export interface MLKemCng$instance extends MLKem$instance {
3374
+ readonly __tsonic_type_System_Security_Cryptography_MLKemCng: never;
3375
+
3376
+ readonly __tsonic_iface_System_IDisposable: never;
3377
+
3062
3378
  DecapsulateCore(ciphertext: ReadOnlySpan_1<System_Internal.Byte>, sharedSecret: Span_1<System_Internal.Byte>): void;
3063
3379
  Dispose(): void;
3064
3380
  Dispose(disposing: boolean): void;
@@ -3084,6 +3400,10 @@ export type MLKemCng = MLKemCng$instance & __MLKemCng$views;
3084
3400
 
3085
3401
 
3086
3402
  export interface MLKemOpenSsl$instance extends MLKem$instance {
3403
+ readonly __tsonic_type_System_Security_Cryptography_MLKemOpenSsl: never;
3404
+
3405
+ readonly __tsonic_iface_System_IDisposable: never;
3406
+
3087
3407
  DecapsulateCore(ciphertext: ReadOnlySpan_1<System_Internal.Byte>, sharedSecret: Span_1<System_Internal.Byte>): void;
3088
3408
  Dispose(disposing: boolean): void;
3089
3409
  Dispose(): void;
@@ -3109,6 +3429,8 @@ export type MLKemOpenSsl = MLKemOpenSsl$instance & __MLKemOpenSsl$views;
3109
3429
 
3110
3430
 
3111
3431
  export interface Oid$instance {
3432
+ readonly __tsonic_type_System_Security_Cryptography_Oid: never;
3433
+
3112
3434
  get FriendlyName(): string | undefined;
3113
3435
  set FriendlyName(value: string | undefined);
3114
3436
  get Value(): string | undefined;
@@ -3129,6 +3451,11 @@ export const Oid: {
3129
3451
  export type Oid = Oid$instance;
3130
3452
 
3131
3453
  export interface OidCollection$instance {
3454
+ readonly __tsonic_type_System_Security_Cryptography_OidCollection: never;
3455
+
3456
+ readonly __tsonic_iface_System_Collections_ICollection: never;
3457
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
3458
+
3132
3459
  readonly Count: int;
3133
3460
  readonly IsSynchronized: boolean;
3134
3461
  readonly SyncRoot: unknown;
@@ -3154,6 +3481,10 @@ export type OidCollection = OidCollection$instance & __OidCollection$views;
3154
3481
 
3155
3482
 
3156
3483
  export interface OidEnumerator$instance {
3484
+ readonly __tsonic_type_System_Security_Cryptography_OidEnumerator: never;
3485
+
3486
+ readonly __tsonic_iface_System_Collections_IEnumerator: never;
3487
+
3157
3488
  readonly Current: Oid;
3158
3489
  MoveNext(): boolean;
3159
3490
  Reset(): void;
@@ -3172,6 +3503,10 @@ export type OidEnumerator = OidEnumerator$instance & __OidEnumerator$views;
3172
3503
 
3173
3504
 
3174
3505
  export interface PasswordDeriveBytes$instance extends DeriveBytes$instance {
3506
+ readonly __tsonic_type_System_Security_Cryptography_PasswordDeriveBytes: never;
3507
+
3508
+ readonly __tsonic_iface_System_IDisposable: never;
3509
+
3175
3510
  HashName: string;
3176
3511
  IterationCount: int;
3177
3512
  get Salt(): byte[] | undefined;
@@ -3204,6 +3539,8 @@ export type PasswordDeriveBytes = PasswordDeriveBytes$instance & __PasswordDeriv
3204
3539
 
3205
3540
 
3206
3541
  export interface PbeParameters$instance {
3542
+ readonly __tsonic_type_System_Security_Cryptography_PbeParameters: never;
3543
+
3207
3544
  readonly EncryptionAlgorithm: PbeEncryptionAlgorithm;
3208
3545
  readonly HashAlgorithm: HashAlgorithmName;
3209
3546
  readonly IterationCount: int;
@@ -3218,6 +3555,8 @@ export const PbeParameters: {
3218
3555
  export type PbeParameters = PbeParameters$instance;
3219
3556
 
3220
3557
  export interface PKCS1MaskGenerationMethod$instance extends MaskGenerationMethod {
3558
+ readonly __tsonic_type_System_Security_Cryptography_PKCS1MaskGenerationMethod: never;
3559
+
3221
3560
  HashName: string;
3222
3561
  GenerateMask(rgbSeed: byte[], cbReturn: int): byte[];
3223
3562
  }
@@ -3231,6 +3570,10 @@ export const PKCS1MaskGenerationMethod: {
3231
3570
  export type PKCS1MaskGenerationMethod = PKCS1MaskGenerationMethod$instance;
3232
3571
 
3233
3572
  export interface RandomNumberGenerator$instance {
3573
+ readonly __tsonic_type_System_Security_Cryptography_RandomNumberGenerator: never;
3574
+
3575
+ readonly __tsonic_iface_System_IDisposable: never;
3576
+
3234
3577
  Dispose(): void;
3235
3578
  Dispose(disposing: boolean): void;
3236
3579
  GetBytes(data: byte[]): void;
@@ -3265,6 +3608,10 @@ export type RandomNumberGenerator = RandomNumberGenerator$instance & __RandomNum
3265
3608
 
3266
3609
 
3267
3610
  export interface RC2$instance extends SymmetricAlgorithm$instance {
3611
+ readonly __tsonic_type_System_Security_Cryptography_RC2: never;
3612
+
3613
+ readonly __tsonic_iface_System_IDisposable: never;
3614
+
3268
3615
  EffectiveKeySize: int;
3269
3616
  KeySize: int;
3270
3617
  Dispose(): void;
@@ -3284,6 +3631,10 @@ export type RC2 = RC2$instance & __RC2$views;
3284
3631
 
3285
3632
 
3286
3633
  export interface RC2CryptoServiceProvider$instance extends RC2$instance {
3634
+ readonly __tsonic_type_System_Security_Cryptography_RC2CryptoServiceProvider: never;
3635
+
3636
+ readonly __tsonic_iface_System_IDisposable: never;
3637
+
3287
3638
  BlockSize: int;
3288
3639
  EffectiveKeySize: int;
3289
3640
  FeedbackSize: int;
@@ -3321,6 +3672,10 @@ export type RC2CryptoServiceProvider = RC2CryptoServiceProvider$instance & __RC2
3321
3672
 
3322
3673
 
3323
3674
  export interface Rfc2898DeriveBytes$instance extends DeriveBytes$instance {
3675
+ readonly __tsonic_type_System_Security_Cryptography_Rfc2898DeriveBytes: never;
3676
+
3677
+ readonly __tsonic_iface_System_IDisposable: never;
3678
+
3324
3679
  readonly HashAlgorithm: HashAlgorithmName;
3325
3680
  IterationCount: int;
3326
3681
  Salt: byte[];
@@ -3358,6 +3713,10 @@ export type Rfc2898DeriveBytes = Rfc2898DeriveBytes$instance & __Rfc2898DeriveBy
3358
3713
 
3359
3714
 
3360
3715
  export interface Rijndael$instance extends SymmetricAlgorithm$instance {
3716
+ readonly __tsonic_type_System_Security_Cryptography_Rijndael: never;
3717
+
3718
+ readonly __tsonic_iface_System_IDisposable: never;
3719
+
3361
3720
  Dispose(): void;
3362
3721
  Dispose(disposing: boolean): void;
3363
3722
  }
@@ -3375,6 +3734,10 @@ export type Rijndael = Rijndael$instance & __Rijndael$views;
3375
3734
 
3376
3735
 
3377
3736
  export interface RijndaelManaged$instance extends Rijndael$instance {
3737
+ readonly __tsonic_type_System_Security_Cryptography_RijndaelManaged: never;
3738
+
3739
+ readonly __tsonic_iface_System_IDisposable: never;
3740
+
3378
3741
  BlockSize: int;
3379
3742
  FeedbackSize: int;
3380
3743
  IV: byte[];
@@ -3407,6 +3770,10 @@ export type RijndaelManaged = RijndaelManaged$instance & __RijndaelManaged$views
3407
3770
 
3408
3771
 
3409
3772
  export interface RNGCryptoServiceProvider$instance extends RandomNumberGenerator$instance {
3773
+ readonly __tsonic_type_System_Security_Cryptography_RNGCryptoServiceProvider: never;
3774
+
3775
+ readonly __tsonic_iface_System_IDisposable: never;
3776
+
3410
3777
  Dispose(disposing: boolean): void;
3411
3778
  Dispose(): void;
3412
3779
  GetBytes(data: byte[]): void;
@@ -3435,6 +3802,10 @@ export type RNGCryptoServiceProvider = RNGCryptoServiceProvider$instance & __RNG
3435
3802
 
3436
3803
 
3437
3804
  export interface RSA$instance extends AsymmetricAlgorithm$instance {
3805
+ readonly __tsonic_type_System_Security_Cryptography_RSA: never;
3806
+
3807
+ readonly __tsonic_iface_System_IDisposable: never;
3808
+
3438
3809
  readonly KeyExchangeAlgorithm: string | undefined;
3439
3810
  readonly SignatureAlgorithm: string | string | undefined;
3440
3811
  Decrypt(data: byte[], padding: RSAEncryptionPadding): byte[];
@@ -3519,6 +3890,10 @@ export type RSA = RSA$instance & __RSA$views;
3519
3890
 
3520
3891
 
3521
3892
  export interface RSACng$instance extends RSA$instance {
3893
+ readonly __tsonic_type_System_Security_Cryptography_RSACng: never;
3894
+
3895
+ readonly __tsonic_iface_System_IDisposable: never;
3896
+
3522
3897
  readonly Key: CngKey;
3523
3898
  Dispose(): void;
3524
3899
  Dispose(disposing: boolean): void;
@@ -3541,7 +3916,12 @@ export interface __RSACng$views {
3541
3916
  export type RSACng = RSACng$instance & __RSACng$views;
3542
3917
 
3543
3918
 
3544
- export interface RSACryptoServiceProvider$instance extends RSA$instance {
3919
+ export interface RSACryptoServiceProvider$instance extends RSA$instance, ICspAsymmetricAlgorithm$instance {
3920
+ readonly __tsonic_type_System_Security_Cryptography_RSACryptoServiceProvider: never;
3921
+
3922
+ readonly __tsonic_iface_System_IDisposable: never;
3923
+ readonly __tsonic_iface_System_Security_Cryptography_ICspAsymmetricAlgorithm: never;
3924
+
3545
3925
  readonly CspKeyContainerInfo: CspKeyContainerInfo;
3546
3926
  readonly KeyExchangeAlgorithm: string | undefined;
3547
3927
  KeySize: int;
@@ -3608,12 +3988,14 @@ export interface __RSACryptoServiceProvider$views {
3608
3988
  As_ICspAsymmetricAlgorithm(): ICspAsymmetricAlgorithm$instance;
3609
3989
  }
3610
3990
 
3611
- export interface RSACryptoServiceProvider$instance extends ICspAsymmetricAlgorithm$instance {}
3612
-
3613
3991
  export type RSACryptoServiceProvider = RSACryptoServiceProvider$instance & __RSACryptoServiceProvider$views;
3614
3992
 
3615
3993
 
3616
3994
  export interface RSAEncryptionPadding$instance {
3995
+ readonly __tsonic_type_System_Security_Cryptography_RSAEncryptionPadding: never;
3996
+
3997
+ readonly __tsonic_iface_System_IEquatable_1: never;
3998
+
3617
3999
  readonly Mode: RSAEncryptionPaddingMode;
3618
4000
  readonly OaepHashAlgorithm: HashAlgorithmName;
3619
4001
  Equals(obj: unknown): boolean;
@@ -3647,6 +4029,8 @@ export type RSAEncryptionPadding = RSAEncryptionPadding$instance & __RSAEncrypti
3647
4029
 
3648
4030
 
3649
4031
  export interface RSAOAEPKeyExchangeDeformatter$instance extends AsymmetricKeyExchangeDeformatter {
4032
+ readonly __tsonic_type_System_Security_Cryptography_RSAOAEPKeyExchangeDeformatter: never;
4033
+
3650
4034
  get Parameters(): string | undefined;
3651
4035
  set Parameters(value: string | undefined);
3652
4036
  DecryptKeyExchange(rgbData: byte[]): byte[];
@@ -3663,6 +4047,8 @@ export const RSAOAEPKeyExchangeDeformatter: {
3663
4047
  export type RSAOAEPKeyExchangeDeformatter = RSAOAEPKeyExchangeDeformatter$instance;
3664
4048
 
3665
4049
  export interface RSAOAEPKeyExchangeFormatter$instance extends AsymmetricKeyExchangeFormatter {
4050
+ readonly __tsonic_type_System_Security_Cryptography_RSAOAEPKeyExchangeFormatter: never;
4051
+
3666
4052
  get Parameter(): byte[] | undefined;
3667
4053
  set Parameter(value: byte[] | undefined);
3668
4054
  readonly Parameters: string | undefined;
@@ -3683,6 +4069,10 @@ export const RSAOAEPKeyExchangeFormatter: {
3683
4069
  export type RSAOAEPKeyExchangeFormatter = RSAOAEPKeyExchangeFormatter$instance;
3684
4070
 
3685
4071
  export interface RSAOpenSsl$instance extends RSA$instance {
4072
+ readonly __tsonic_type_System_Security_Cryptography_RSAOpenSsl: never;
4073
+
4074
+ readonly __tsonic_iface_System_IDisposable: never;
4075
+
3686
4076
  KeySize: int;
3687
4077
  readonly LegalKeySizes: KeySizes[];
3688
4078
  Decrypt(data: byte[], padding: RSAEncryptionPadding): byte[];
@@ -3751,6 +4141,8 @@ export type RSAOpenSsl = RSAOpenSsl$instance & __RSAOpenSsl$views;
3751
4141
 
3752
4142
 
3753
4143
  export interface RSAPKCS1KeyExchangeDeformatter$instance extends AsymmetricKeyExchangeDeformatter {
4144
+ readonly __tsonic_type_System_Security_Cryptography_RSAPKCS1KeyExchangeDeformatter: never;
4145
+
3754
4146
  get Parameters(): string | undefined;
3755
4147
  set Parameters(value: string | undefined);
3756
4148
  get RNG(): RandomNumberGenerator | undefined;
@@ -3769,6 +4161,8 @@ export const RSAPKCS1KeyExchangeDeformatter: {
3769
4161
  export type RSAPKCS1KeyExchangeDeformatter = RSAPKCS1KeyExchangeDeformatter$instance;
3770
4162
 
3771
4163
  export interface RSAPKCS1KeyExchangeFormatter$instance extends AsymmetricKeyExchangeFormatter {
4164
+ readonly __tsonic_type_System_Security_Cryptography_RSAPKCS1KeyExchangeFormatter: never;
4165
+
3772
4166
  readonly Parameters: string | string | undefined;
3773
4167
  get Rng(): RandomNumberGenerator | undefined;
3774
4168
  set Rng(value: RandomNumberGenerator | undefined);
@@ -3787,6 +4181,8 @@ export const RSAPKCS1KeyExchangeFormatter: {
3787
4181
  export type RSAPKCS1KeyExchangeFormatter = RSAPKCS1KeyExchangeFormatter$instance;
3788
4182
 
3789
4183
  export interface RSAPKCS1SignatureDeformatter$instance extends AsymmetricSignatureDeformatter {
4184
+ readonly __tsonic_type_System_Security_Cryptography_RSAPKCS1SignatureDeformatter: never;
4185
+
3790
4186
  SetHashAlgorithm(strName: string): void;
3791
4187
  SetKey(key: AsymmetricAlgorithm): void;
3792
4188
  VerifySignature(rgbHash: byte[], rgbSignature: byte[]): boolean;
@@ -3803,6 +4199,8 @@ export const RSAPKCS1SignatureDeformatter: {
3803
4199
  export type RSAPKCS1SignatureDeformatter = RSAPKCS1SignatureDeformatter$instance;
3804
4200
 
3805
4201
  export interface RSAPKCS1SignatureFormatter$instance extends AsymmetricSignatureFormatter {
4202
+ readonly __tsonic_type_System_Security_Cryptography_RSAPKCS1SignatureFormatter: never;
4203
+
3806
4204
  CreateSignature(rgbHash: byte[]): byte[];
3807
4205
  CreateSignature(hash: HashAlgorithm): byte[];
3808
4206
  SetHashAlgorithm(strName: string): void;
@@ -3819,6 +4217,10 @@ export const RSAPKCS1SignatureFormatter: {
3819
4217
  export type RSAPKCS1SignatureFormatter = RSAPKCS1SignatureFormatter$instance;
3820
4218
 
3821
4219
  export interface RSASignaturePadding$instance {
4220
+ readonly __tsonic_type_System_Security_Cryptography_RSASignaturePadding: never;
4221
+
4222
+ readonly __tsonic_iface_System_IEquatable_1: never;
4223
+
3822
4224
  readonly Mode: RSASignaturePaddingMode;
3823
4225
  Equals(obj: unknown): boolean;
3824
4226
  Equals(other: RSASignaturePadding): boolean;
@@ -3844,6 +4246,10 @@ export type RSASignaturePadding = RSASignaturePadding$instance & __RSASignatureP
3844
4246
 
3845
4247
 
3846
4248
  export interface SafeEvpPKeyHandle$instance extends SafeHandle {
4249
+ readonly __tsonic_type_System_Security_Cryptography_SafeEvpPKeyHandle: never;
4250
+
4251
+ readonly __tsonic_iface_System_IDisposable: never;
4252
+
3847
4253
  readonly IsInvalid: boolean;
3848
4254
  Dispose(): void;
3849
4255
  Dispose(disposing: boolean): void;
@@ -3870,6 +4276,11 @@ export type SafeEvpPKeyHandle = SafeEvpPKeyHandle$instance & __SafeEvpPKeyHandle
3870
4276
 
3871
4277
 
3872
4278
  export interface SHA1$instance extends HashAlgorithm$instance {
4279
+ readonly __tsonic_type_System_Security_Cryptography_SHA1: never;
4280
+
4281
+ readonly __tsonic_iface_System_IDisposable: never;
4282
+ readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
4283
+
3873
4284
  Dispose(): void;
3874
4285
  Dispose(disposing: boolean): void;
3875
4286
  TransformBlock(inputBuffer: byte[], inputOffset: int, inputCount: int, outputBuffer: byte[], outputOffset: int): int;
@@ -3900,6 +4311,11 @@ export type SHA1 = SHA1$instance & __SHA1$views;
3900
4311
 
3901
4312
 
3902
4313
  export interface SHA1CryptoServiceProvider$instance extends SHA1$instance {
4314
+ readonly __tsonic_type_System_Security_Cryptography_SHA1CryptoServiceProvider: never;
4315
+
4316
+ readonly __tsonic_iface_System_IDisposable: never;
4317
+ readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
4318
+
3903
4319
  Dispose(disposing: boolean): void;
3904
4320
  Dispose(): void;
3905
4321
  HashCore(array: byte[], ibStart: int, cbSize: int): void;
@@ -3928,6 +4344,11 @@ export type SHA1CryptoServiceProvider = SHA1CryptoServiceProvider$instance & __S
3928
4344
 
3929
4345
 
3930
4346
  export interface SHA1Managed$instance extends SHA1$instance {
4347
+ readonly __tsonic_type_System_Security_Cryptography_SHA1Managed: never;
4348
+
4349
+ readonly __tsonic_iface_System_IDisposable: never;
4350
+ readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
4351
+
3931
4352
  Dispose(disposing: boolean): void;
3932
4353
  Dispose(): void;
3933
4354
  HashCore(array: byte[], ibStart: int, cbSize: int): void;
@@ -3956,6 +4377,11 @@ export type SHA1Managed = SHA1Managed$instance & __SHA1Managed$views;
3956
4377
 
3957
4378
 
3958
4379
  export interface SHA256$instance extends HashAlgorithm$instance {
4380
+ readonly __tsonic_type_System_Security_Cryptography_SHA256: never;
4381
+
4382
+ readonly __tsonic_iface_System_IDisposable: never;
4383
+ readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
4384
+
3959
4385
  Dispose(): void;
3960
4386
  Dispose(disposing: boolean): void;
3961
4387
  TransformBlock(inputBuffer: byte[], inputOffset: int, inputCount: int, outputBuffer: byte[], outputOffset: int): int;
@@ -3986,6 +4412,11 @@ export type SHA256 = SHA256$instance & __SHA256$views;
3986
4412
 
3987
4413
 
3988
4414
  export interface SHA256CryptoServiceProvider$instance extends SHA256$instance {
4415
+ readonly __tsonic_type_System_Security_Cryptography_SHA256CryptoServiceProvider: never;
4416
+
4417
+ readonly __tsonic_iface_System_IDisposable: never;
4418
+ readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
4419
+
3989
4420
  Dispose(disposing: boolean): void;
3990
4421
  Dispose(): void;
3991
4422
  HashCore(array: byte[], ibStart: int, cbSize: int): void;
@@ -4014,6 +4445,11 @@ export type SHA256CryptoServiceProvider = SHA256CryptoServiceProvider$instance &
4014
4445
 
4015
4446
 
4016
4447
  export interface SHA256Managed$instance extends SHA256$instance {
4448
+ readonly __tsonic_type_System_Security_Cryptography_SHA256Managed: never;
4449
+
4450
+ readonly __tsonic_iface_System_IDisposable: never;
4451
+ readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
4452
+
4017
4453
  Dispose(disposing: boolean): void;
4018
4454
  Dispose(): void;
4019
4455
  HashCore(array: byte[], ibStart: int, cbSize: int): void;
@@ -4042,6 +4478,11 @@ export type SHA256Managed = SHA256Managed$instance & __SHA256Managed$views;
4042
4478
 
4043
4479
 
4044
4480
  export interface SHA3_256$instance extends HashAlgorithm$instance {
4481
+ readonly __tsonic_type_System_Security_Cryptography_SHA3_256: never;
4482
+
4483
+ readonly __tsonic_iface_System_IDisposable: never;
4484
+ readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
4485
+
4045
4486
  Dispose(): void;
4046
4487
  Dispose(disposing: boolean): void;
4047
4488
  TransformBlock(inputBuffer: byte[], inputOffset: int, inputCount: int, outputBuffer: byte[], outputOffset: int): int;
@@ -4073,6 +4514,11 @@ export type SHA3_256 = SHA3_256$instance & __SHA3_256$views;
4073
4514
 
4074
4515
 
4075
4516
  export interface SHA3_384$instance extends HashAlgorithm$instance {
4517
+ readonly __tsonic_type_System_Security_Cryptography_SHA3_384: never;
4518
+
4519
+ readonly __tsonic_iface_System_IDisposable: never;
4520
+ readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
4521
+
4076
4522
  Dispose(): void;
4077
4523
  Dispose(disposing: boolean): void;
4078
4524
  TransformBlock(inputBuffer: byte[], inputOffset: int, inputCount: int, outputBuffer: byte[], outputOffset: int): int;
@@ -4104,6 +4550,11 @@ export type SHA3_384 = SHA3_384$instance & __SHA3_384$views;
4104
4550
 
4105
4551
 
4106
4552
  export interface SHA3_512$instance extends HashAlgorithm$instance {
4553
+ readonly __tsonic_type_System_Security_Cryptography_SHA3_512: never;
4554
+
4555
+ readonly __tsonic_iface_System_IDisposable: never;
4556
+ readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
4557
+
4107
4558
  Dispose(): void;
4108
4559
  Dispose(disposing: boolean): void;
4109
4560
  TransformBlock(inputBuffer: byte[], inputOffset: int, inputCount: int, outputBuffer: byte[], outputOffset: int): int;
@@ -4135,6 +4586,11 @@ export type SHA3_512 = SHA3_512$instance & __SHA3_512$views;
4135
4586
 
4136
4587
 
4137
4588
  export interface SHA384$instance extends HashAlgorithm$instance {
4589
+ readonly __tsonic_type_System_Security_Cryptography_SHA384: never;
4590
+
4591
+ readonly __tsonic_iface_System_IDisposable: never;
4592
+ readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
4593
+
4138
4594
  Dispose(): void;
4139
4595
  Dispose(disposing: boolean): void;
4140
4596
  TransformBlock(inputBuffer: byte[], inputOffset: int, inputCount: int, outputBuffer: byte[], outputOffset: int): int;
@@ -4165,6 +4621,11 @@ export type SHA384 = SHA384$instance & __SHA384$views;
4165
4621
 
4166
4622
 
4167
4623
  export interface SHA384CryptoServiceProvider$instance extends SHA384$instance {
4624
+ readonly __tsonic_type_System_Security_Cryptography_SHA384CryptoServiceProvider: never;
4625
+
4626
+ readonly __tsonic_iface_System_IDisposable: never;
4627
+ readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
4628
+
4168
4629
  Dispose(disposing: boolean): void;
4169
4630
  Dispose(): void;
4170
4631
  HashCore(array: byte[], ibStart: int, cbSize: int): void;
@@ -4193,6 +4654,11 @@ export type SHA384CryptoServiceProvider = SHA384CryptoServiceProvider$instance &
4193
4654
 
4194
4655
 
4195
4656
  export interface SHA384Managed$instance extends SHA384$instance {
4657
+ readonly __tsonic_type_System_Security_Cryptography_SHA384Managed: never;
4658
+
4659
+ readonly __tsonic_iface_System_IDisposable: never;
4660
+ readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
4661
+
4196
4662
  Dispose(disposing: boolean): void;
4197
4663
  Dispose(): void;
4198
4664
  HashCore(array: byte[], ibStart: int, cbSize: int): void;
@@ -4221,6 +4687,11 @@ export type SHA384Managed = SHA384Managed$instance & __SHA384Managed$views;
4221
4687
 
4222
4688
 
4223
4689
  export interface SHA512$instance extends HashAlgorithm$instance {
4690
+ readonly __tsonic_type_System_Security_Cryptography_SHA512: never;
4691
+
4692
+ readonly __tsonic_iface_System_IDisposable: never;
4693
+ readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
4694
+
4224
4695
  Dispose(): void;
4225
4696
  Dispose(disposing: boolean): void;
4226
4697
  TransformBlock(inputBuffer: byte[], inputOffset: int, inputCount: int, outputBuffer: byte[], outputOffset: int): int;
@@ -4251,6 +4722,11 @@ export type SHA512 = SHA512$instance & __SHA512$views;
4251
4722
 
4252
4723
 
4253
4724
  export interface SHA512CryptoServiceProvider$instance extends SHA512$instance {
4725
+ readonly __tsonic_type_System_Security_Cryptography_SHA512CryptoServiceProvider: never;
4726
+
4727
+ readonly __tsonic_iface_System_IDisposable: never;
4728
+ readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
4729
+
4254
4730
  Dispose(disposing: boolean): void;
4255
4731
  Dispose(): void;
4256
4732
  HashCore(array: byte[], ibStart: int, cbSize: int): void;
@@ -4279,6 +4755,11 @@ export type SHA512CryptoServiceProvider = SHA512CryptoServiceProvider$instance &
4279
4755
 
4280
4756
 
4281
4757
  export interface SHA512Managed$instance extends SHA512$instance {
4758
+ readonly __tsonic_type_System_Security_Cryptography_SHA512Managed: never;
4759
+
4760
+ readonly __tsonic_iface_System_IDisposable: never;
4761
+ readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
4762
+
4282
4763
  Dispose(disposing: boolean): void;
4283
4764
  Dispose(): void;
4284
4765
  HashCore(array: byte[], ibStart: int, cbSize: int): void;
@@ -4306,7 +4787,11 @@ export interface __SHA512Managed$views {
4306
4787
  export type SHA512Managed = SHA512Managed$instance & __SHA512Managed$views;
4307
4788
 
4308
4789
 
4309
- export interface Shake128$instance {
4790
+ export interface Shake128$instance extends System_Internal.IDisposable$instance {
4791
+ readonly __tsonic_type_System_Security_Cryptography_Shake128: never;
4792
+
4793
+ readonly __tsonic_iface_System_IDisposable: never;
4794
+
4310
4795
  AppendData(data: byte[]): void;
4311
4796
  AppendData(data: ReadOnlySpan_1<System_Internal.Byte>): void;
4312
4797
  Clone(): Shake128;
@@ -4338,12 +4823,14 @@ export interface __Shake128$views {
4338
4823
  As_IDisposable(): System_Internal.IDisposable$instance;
4339
4824
  }
4340
4825
 
4341
- export interface Shake128$instance extends System_Internal.IDisposable$instance {}
4342
-
4343
4826
  export type Shake128 = Shake128$instance & __Shake128$views;
4344
4827
 
4345
4828
 
4346
- export interface Shake256$instance {
4829
+ export interface Shake256$instance extends System_Internal.IDisposable$instance {
4830
+ readonly __tsonic_type_System_Security_Cryptography_Shake256: never;
4831
+
4832
+ readonly __tsonic_iface_System_IDisposable: never;
4833
+
4347
4834
  AppendData(data: byte[]): void;
4348
4835
  AppendData(data: ReadOnlySpan_1<System_Internal.Byte>): void;
4349
4836
  Clone(): Shake256;
@@ -4375,12 +4862,12 @@ export interface __Shake256$views {
4375
4862
  As_IDisposable(): System_Internal.IDisposable$instance;
4376
4863
  }
4377
4864
 
4378
- export interface Shake256$instance extends System_Internal.IDisposable$instance {}
4379
-
4380
4865
  export type Shake256 = Shake256$instance & __Shake256$views;
4381
4866
 
4382
4867
 
4383
4868
  export interface SignatureDescription$instance {
4869
+ readonly __tsonic_type_System_Security_Cryptography_SignatureDescription: never;
4870
+
4384
4871
  get DeformatterAlgorithm(): string | undefined;
4385
4872
  set DeformatterAlgorithm(value: string | undefined);
4386
4873
  get DigestAlgorithm(): string | undefined;
@@ -4404,6 +4891,10 @@ export const SignatureDescription: {
4404
4891
  export type SignatureDescription = SignatureDescription$instance;
4405
4892
 
4406
4893
  export interface SlhDsa$instance {
4894
+ readonly __tsonic_type_System_Security_Cryptography_SlhDsa: never;
4895
+
4896
+ readonly __tsonic_iface_System_IDisposable: never;
4897
+
4407
4898
  readonly Algorithm: SlhDsaAlgorithm;
4408
4899
  Dispose(): void;
4409
4900
  Dispose(disposing: boolean): void;
@@ -4475,6 +4966,10 @@ export type SlhDsa = SlhDsa$instance & __SlhDsa$views;
4475
4966
 
4476
4967
 
4477
4968
  export interface SlhDsaAlgorithm$instance {
4969
+ readonly __tsonic_type_System_Security_Cryptography_SlhDsaAlgorithm: never;
4970
+
4971
+ readonly __tsonic_iface_System_IEquatable_1: never;
4972
+
4478
4973
  readonly Name: string;
4479
4974
  readonly PrivateKeySizeInBytes: int;
4480
4975
  readonly PublicKeySizeInBytes: int;
@@ -4513,6 +5008,10 @@ export type SlhDsaAlgorithm = SlhDsaAlgorithm$instance & __SlhDsaAlgorithm$views
4513
5008
 
4514
5009
 
4515
5010
  export interface SlhDsaCng$instance extends SlhDsa$instance {
5011
+ readonly __tsonic_type_System_Security_Cryptography_SlhDsaCng: never;
5012
+
5013
+ readonly __tsonic_iface_System_IDisposable: never;
5014
+
4516
5015
  Dispose(): void;
4517
5016
  Dispose(disposing: boolean): void;
4518
5017
  ExportSlhDsaPrivateKeyCore(destination: Span_1<System_Internal.Byte>): void;
@@ -4540,6 +5039,10 @@ export type SlhDsaCng = SlhDsaCng$instance & __SlhDsaCng$views;
4540
5039
 
4541
5040
 
4542
5041
  export interface SlhDsaOpenSsl$instance extends SlhDsa$instance {
5042
+ readonly __tsonic_type_System_Security_Cryptography_SlhDsaOpenSsl: never;
5043
+
5044
+ readonly __tsonic_iface_System_IDisposable: never;
5045
+
4543
5046
  Dispose(disposing: boolean): void;
4544
5047
  Dispose(): void;
4545
5048
  DuplicateKeyHandle(): SafeEvpPKeyHandle;
@@ -4564,7 +5067,11 @@ export interface __SlhDsaOpenSsl$views {
4564
5067
  export type SlhDsaOpenSsl = SlhDsaOpenSsl$instance & __SlhDsaOpenSsl$views;
4565
5068
 
4566
5069
 
4567
- export interface SP800108HmacCounterKdf$instance {
5070
+ export interface SP800108HmacCounterKdf$instance extends System_Internal.IDisposable$instance {
5071
+ readonly __tsonic_type_System_Security_Cryptography_SP800108HmacCounterKdf: never;
5072
+
5073
+ readonly __tsonic_iface_System_IDisposable: never;
5074
+
4568
5075
  DeriveKey(label: byte[], context: byte[], derivedKeyLengthInBytes: int): byte[];
4569
5076
  DeriveKey(label: ReadOnlySpan_1<System_Internal.Byte>, context: ReadOnlySpan_1<System_Internal.Byte>, derivedKeyLengthInBytes: int): byte[];
4570
5077
  DeriveKey(label: ReadOnlySpan_1<System_Internal.Byte>, context: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>): void;
@@ -4591,12 +5098,14 @@ export interface __SP800108HmacCounterKdf$views {
4591
5098
  As_IDisposable(): System_Internal.IDisposable$instance;
4592
5099
  }
4593
5100
 
4594
- export interface SP800108HmacCounterKdf$instance extends System_Internal.IDisposable$instance {}
4595
-
4596
5101
  export type SP800108HmacCounterKdf = SP800108HmacCounterKdf$instance & __SP800108HmacCounterKdf$views;
4597
5102
 
4598
5103
 
4599
5104
  export interface SymmetricAlgorithm$instance {
5105
+ readonly __tsonic_type_System_Security_Cryptography_SymmetricAlgorithm: never;
5106
+
5107
+ readonly __tsonic_iface_System_IDisposable: never;
5108
+
4600
5109
  BlockSize: int;
4601
5110
  FeedbackSize: int;
4602
5111
  IV: byte[];
@@ -4668,6 +5177,11 @@ export type SymmetricAlgorithm = SymmetricAlgorithm$instance & __SymmetricAlgori
4668
5177
 
4669
5178
 
4670
5179
  export interface ToBase64Transform$instance {
5180
+ readonly __tsonic_type_System_Security_Cryptography_ToBase64Transform: never;
5181
+
5182
+ readonly __tsonic_iface_System_IDisposable: never;
5183
+ readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
5184
+
4671
5185
  readonly CanReuseTransform: boolean;
4672
5186
  readonly CanTransformMultipleBlocks: boolean;
4673
5187
  readonly InputBlockSize: int;
@@ -4695,6 +5209,10 @@ export type ToBase64Transform = ToBase64Transform$instance & __ToBase64Transform
4695
5209
 
4696
5210
 
4697
5211
  export interface TripleDES$instance extends SymmetricAlgorithm$instance {
5212
+ readonly __tsonic_type_System_Security_Cryptography_TripleDES: never;
5213
+
5214
+ readonly __tsonic_iface_System_IDisposable: never;
5215
+
4698
5216
  Key: byte[];
4699
5217
  Dispose(): void;
4700
5218
  Dispose(disposing: boolean): void;
@@ -4714,6 +5232,10 @@ export type TripleDES = TripleDES$instance & __TripleDES$views;
4714
5232
 
4715
5233
 
4716
5234
  export interface TripleDESCng$instance extends TripleDES$instance {
5235
+ readonly __tsonic_type_System_Security_Cryptography_TripleDESCng: never;
5236
+
5237
+ readonly __tsonic_iface_System_IDisposable: never;
5238
+
4717
5239
  CreateDecryptor(rgbKey: byte[], rgbIV: byte[]): ICryptoTransform;
4718
5240
  CreateDecryptor(): ICryptoTransform;
4719
5241
  CreateEncryptor(rgbKey: byte[], rgbIV: byte[]): ICryptoTransform;
@@ -4741,6 +5263,10 @@ export type TripleDESCng = TripleDESCng$instance & __TripleDESCng$views;
4741
5263
 
4742
5264
 
4743
5265
  export interface TripleDESCryptoServiceProvider$instance extends TripleDES$instance {
5266
+ readonly __tsonic_type_System_Security_Cryptography_TripleDESCryptoServiceProvider: never;
5267
+
5268
+ readonly __tsonic_iface_System_IDisposable: never;
5269
+
4744
5270
  BlockSize: int;
4745
5271
  FeedbackSize: int;
4746
5272
  IV: byte[];