@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
@@ -425,8 +425,6 @@ export interface Aes$instance extends SymmetricAlgorithm$instance {
425
425
  DecryptKeyWrapPadded(ciphertext: ReadOnlySpan_1<System_Internal.Byte>): byte[];
426
426
  DecryptKeyWrapPadded(ciphertext: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>): int;
427
427
  DecryptKeyWrapPaddedCore(source: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>): int;
428
- Dispose(): void;
429
- Dispose(disposing: boolean): void;
430
428
  EncryptKeyWrapPadded(plaintext: byte[]): byte[];
431
429
  EncryptKeyWrapPadded(plaintext: ReadOnlySpan_1<System_Internal.Byte>): byte[];
432
430
  EncryptKeyWrapPadded(plaintext: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>): void;
@@ -485,8 +483,6 @@ export interface AesCng$instance extends Aes$instance {
485
483
  CreateDecryptor(): ICryptoTransform;
486
484
  CreateEncryptor(rgbKey: byte[], rgbIV: byte[]): ICryptoTransform;
487
485
  CreateEncryptor(): ICryptoTransform;
488
- Dispose(): void;
489
- Dispose(disposing: boolean): void;
490
486
  GenerateIV(): void;
491
487
  GenerateKey(): void;
492
488
  }
@@ -526,12 +522,10 @@ export interface AesCryptoServiceProvider$instance extends Aes$instance {
526
522
  CreateDecryptor(rgbKey: byte[], rgbIV: byte[]): ICryptoTransform;
527
523
  CreateEncryptor(): ICryptoTransform;
528
524
  CreateEncryptor(rgbKey: byte[], rgbIV: byte[]): ICryptoTransform;
529
- Dispose(disposing: boolean): void;
530
525
  Dispose(): void;
531
526
  GenerateIV(): void;
532
527
  GenerateKey(): void;
533
528
  SetKeyCore(key: ReadOnlySpan_1<System_Internal.Byte>): void;
534
- SetKeyCore(key: ReadOnlySpan_1<System_Internal.Byte>): void;
535
529
  }
536
530
 
537
531
 
@@ -597,12 +591,10 @@ export interface AesManaged$instance extends Aes$instance {
597
591
  CreateDecryptor(rgbKey: byte[], rgbIV: byte[]): ICryptoTransform;
598
592
  CreateEncryptor(): ICryptoTransform;
599
593
  CreateEncryptor(rgbKey: byte[], rgbIV: byte[]): ICryptoTransform;
600
- Dispose(disposing: boolean): void;
601
594
  Dispose(): void;
602
595
  GenerateIV(): void;
603
596
  GenerateKey(): void;
604
597
  SetKeyCore(key: ReadOnlySpan_1<System_Internal.Byte>): void;
605
- SetKeyCore(key: ReadOnlySpan_1<System_Internal.Byte>): void;
606
598
  }
607
599
 
608
600
 
@@ -811,12 +803,11 @@ export const AsymmetricSignatureFormatter: (abstract new() => AsymmetricSignatur
811
803
 
812
804
  export type AsymmetricSignatureFormatter = AsymmetricSignatureFormatter$instance;
813
805
 
814
- export interface AuthenticationTagMismatchException$instance extends CryptographicException$instance {
806
+ export interface AuthenticationTagMismatchException$instance extends CryptographicException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
815
807
  readonly __tsonic_type_System_Security_Cryptography_AuthenticationTagMismatchException: never;
816
808
 
817
809
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
818
810
 
819
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
820
811
  }
821
812
 
822
813
 
@@ -1068,21 +1059,6 @@ export interface CngPropertyCollection$instance extends Collection_1<CngProperty
1068
1059
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
1069
1060
  readonly __tsonic_iface_System_Collections_IList: never;
1070
1061
 
1071
- Add(item: CngProperty): void;
1072
- Add(value: unknown): int;
1073
- Clear(): void;
1074
- Contains(item: CngProperty): boolean;
1075
- Contains(value: unknown): boolean;
1076
- CopyTo(array: CngProperty[], index: int): void;
1077
- CopyTo(array: ClrArray, index: int): void;
1078
- GetEnumerator(): IEnumerator_1<CngProperty>;
1079
- GetEnumerator(): IEnumerator;
1080
- IndexOf(item: CngProperty): int;
1081
- Insert(index: int, item: CngProperty): void;
1082
- Insert(index: int, value: unknown): void;
1083
- Remove(item: CngProperty): boolean;
1084
- Remove(value: unknown): void;
1085
- RemoveAt(index: int): void;
1086
1062
  }
1087
1063
 
1088
1064
 
@@ -1280,8 +1256,6 @@ export interface CompositeMLDsaCng$instance extends CompositeMLDsa$instance {
1280
1256
 
1281
1257
  readonly __tsonic_iface_System_IDisposable: never;
1282
1258
 
1283
- Dispose(): void;
1284
- Dispose(disposing: boolean): void;
1285
1259
  ExportCompositeMLDsaPrivateKeyCore(destination: Span_1<System_Internal.Byte>): int;
1286
1260
  ExportCompositeMLDsaPublicKeyCore(destination: Span_1<System_Internal.Byte>): int;
1287
1261
  GetKey(): CngKey;
@@ -1323,12 +1297,11 @@ export const CryptoConfig: {
1323
1297
 
1324
1298
  export type CryptoConfig = CryptoConfig$instance;
1325
1299
 
1326
- export interface CryptographicException$instance extends SystemException {
1300
+ export interface CryptographicException$instance extends SystemException, System_Runtime_Serialization_Internal.ISerializable$instance {
1327
1301
  readonly __tsonic_type_System_Security_Cryptography_CryptographicException: never;
1328
1302
 
1329
1303
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1330
1304
 
1331
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1332
1305
  }
1333
1306
 
1334
1307
 
@@ -1348,12 +1321,11 @@ export interface __CryptographicException$views {
1348
1321
  export type CryptographicException = CryptographicException$instance & __CryptographicException$views;
1349
1322
 
1350
1323
 
1351
- export interface CryptographicUnexpectedOperationException$instance extends CryptographicException$instance {
1324
+ export interface CryptographicUnexpectedOperationException$instance extends CryptographicException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
1352
1325
  readonly __tsonic_type_System_Security_Cryptography_CryptographicUnexpectedOperationException: never;
1353
1326
 
1354
1327
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1355
1328
 
1356
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1357
1329
  }
1358
1330
 
1359
1331
 
@@ -1408,18 +1380,14 @@ export interface CryptoStream$instance extends Stream {
1408
1380
  ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
1409
1381
  ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
1410
1382
  ReadAsync(buffer: byte[], offset: int, count: int): Task_1<System_Internal.Int32>;
1411
- ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
1412
- ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
1413
1383
  ReadByte(): int;
1414
1384
  Seek(offset: long, origin: SeekOrigin): long;
1415
1385
  SetLength(value: long): void;
1416
1386
  Write(buffer: byte[], offset: int, count: int): void;
1417
1387
  Write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
1418
- Write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
1419
1388
  WriteAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task;
1420
1389
  WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
1421
1390
  WriteAsync(buffer: byte[], offset: int, count: int): Task;
1422
- WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
1423
1391
  WriteByte(value: byte): void;
1424
1392
  }
1425
1393
 
@@ -1516,8 +1484,6 @@ export interface DES$instance extends SymmetricAlgorithm$instance {
1516
1484
  readonly __tsonic_iface_System_IDisposable: never;
1517
1485
 
1518
1486
  Key: byte[];
1519
- Dispose(): void;
1520
- Dispose(disposing: boolean): void;
1521
1487
  }
1522
1488
 
1523
1489
 
@@ -1552,12 +1518,10 @@ export interface DESCryptoServiceProvider$instance extends DES$instance {
1552
1518
  CreateDecryptor(rgbKey: byte[], rgbIV: byte[]): ICryptoTransform;
1553
1519
  CreateEncryptor(): ICryptoTransform;
1554
1520
  CreateEncryptor(rgbKey: byte[], rgbIV: byte[]): ICryptoTransform;
1555
- Dispose(disposing: boolean): void;
1556
1521
  Dispose(): void;
1557
1522
  GenerateIV(): void;
1558
1523
  GenerateKey(): void;
1559
1524
  SetKeyCore(key: ReadOnlySpan_1<System_Internal.Byte>): void;
1560
- SetKeyCore(key: ReadOnlySpan_1<System_Internal.Byte>): void;
1561
1525
  }
1562
1526
 
1563
1527
 
@@ -1581,8 +1545,6 @@ export interface DSA$instance extends AsymmetricAlgorithm$instance {
1581
1545
  CreateSignature(rgbHash: byte[]): byte[];
1582
1546
  CreateSignature(rgbHash: byte[], signatureFormat: DSASignatureFormat): byte[];
1583
1547
  CreateSignatureCore(hash: ReadOnlySpan_1<System_Internal.Byte>, signatureFormat: DSASignatureFormat): byte[];
1584
- Dispose(): void;
1585
- Dispose(disposing: boolean): void;
1586
1548
  ExportParameters(includePrivateParameters: boolean): DSAParameters;
1587
1549
  FromXmlString(xmlString: string): void;
1588
1550
  GetMaxSignatureSize(signatureFormat: DSASignatureFormat): int;
@@ -1590,16 +1552,11 @@ export interface DSA$instance extends AsymmetricAlgorithm$instance {
1590
1552
  HashData(data: Stream, hashAlgorithm: HashAlgorithmName): byte[];
1591
1553
  ImportEncryptedPkcs8PrivateKey(passwordBytes: ReadOnlySpan_1<System_Internal.Byte>, source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
1592
1554
  ImportEncryptedPkcs8PrivateKey(password: ReadOnlySpan_1<System_Internal.Char>, source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
1593
- ImportEncryptedPkcs8PrivateKey(passwordBytes: ReadOnlySpan_1<System_Internal.Byte>, source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
1594
1555
  ImportFromEncryptedPem(input: ReadOnlySpan_1<System_Internal.Char>, password: ReadOnlySpan_1<System_Internal.Char>): void;
1595
1556
  ImportFromEncryptedPem(input: ReadOnlySpan_1<System_Internal.Char>, passwordBytes: ReadOnlySpan_1<System_Internal.Byte>): void;
1596
- ImportFromEncryptedPem(input: ReadOnlySpan_1<System_Internal.Char>, password: ReadOnlySpan_1<System_Internal.Char>): void;
1597
- ImportFromPem(input: ReadOnlySpan_1<System_Internal.Char>): void;
1598
1557
  ImportFromPem(input: ReadOnlySpan_1<System_Internal.Char>): void;
1599
1558
  ImportParameters(parameters: DSAParameters): void;
1600
1559
  ImportPkcs8PrivateKey(source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
1601
- ImportPkcs8PrivateKey(source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
1602
- ImportSubjectPublicKeyInfo(source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
1603
1560
  ImportSubjectPublicKeyInfo(source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
1604
1561
  SignData(data: byte[], hashAlgorithm: HashAlgorithmName): byte[];
1605
1562
  SignData(data: byte[], hashAlgorithm: HashAlgorithmName, signatureFormat: DSASignatureFormat): byte[];
@@ -1615,11 +1572,8 @@ export interface DSA$instance extends AsymmetricAlgorithm$instance {
1615
1572
  TryCreateSignatureCore(hash: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, signatureFormat: DSASignatureFormat, bytesWritten: int): boolean;
1616
1573
  TryExportEncryptedPkcs8PrivateKey(passwordBytes: ReadOnlySpan_1<System_Internal.Byte>, pbeParameters: PbeParameters, destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
1617
1574
  TryExportEncryptedPkcs8PrivateKey(password: ReadOnlySpan_1<System_Internal.Char>, pbeParameters: PbeParameters, destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
1618
- TryExportEncryptedPkcs8PrivateKey(passwordBytes: ReadOnlySpan_1<System_Internal.Byte>, pbeParameters: PbeParameters, destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
1619
- TryExportPkcs8PrivateKey(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
1620
1575
  TryExportPkcs8PrivateKey(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
1621
1576
  TryExportSubjectPublicKeyInfo(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
1622
- TryExportSubjectPublicKeyInfo(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
1623
1577
  TryHashData(data: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, bytesWritten: int): boolean;
1624
1578
  TrySignData(data: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, bytesWritten: int): boolean;
1625
1579
  TrySignData(data: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, signatureFormat: DSASignatureFormat, bytesWritten: int): boolean;
@@ -1663,8 +1617,6 @@ export interface DSACng$instance extends DSA$instance {
1663
1617
  readonly Key: CngKey;
1664
1618
  CreateSignature(rgbHash: byte[]): byte[];
1665
1619
  CreateSignature(rgbHash: byte[], signatureFormat: DSASignatureFormat): byte[];
1666
- Dispose(): void;
1667
- Dispose(disposing: boolean): void;
1668
1620
  ExportParameters(includePrivateParameters: boolean): DSAParameters;
1669
1621
  ImportParameters(parameters: DSAParameters): void;
1670
1622
  VerifySignature(rgbHash: byte[], rgbSignature: byte[]): boolean;
@@ -1703,7 +1655,6 @@ export interface DSACryptoServiceProvider$instance extends DSA$instance, ICspAsy
1703
1655
  readonly SignatureAlgorithm: string | string | undefined;
1704
1656
  CreateSignature(rgbHash: byte[]): byte[];
1705
1657
  CreateSignature(rgbHash: byte[], signatureFormat: DSASignatureFormat): byte[];
1706
- Dispose(disposing: boolean): void;
1707
1658
  Dispose(): void;
1708
1659
  ExportCspBlob(includePrivateParameters: boolean): byte[];
1709
1660
  ExportParameters(includePrivateParameters: boolean): DSAParameters;
@@ -1713,7 +1664,6 @@ export interface DSACryptoServiceProvider$instance extends DSA$instance, ICspAsy
1713
1664
  ImportCspBlob(keyBlob: byte[]): void;
1714
1665
  ImportEncryptedPkcs8PrivateKey(passwordBytes: ReadOnlySpan_1<System_Internal.Byte>, source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
1715
1666
  ImportEncryptedPkcs8PrivateKey(password: ReadOnlySpan_1<System_Internal.Char>, source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
1716
- ImportEncryptedPkcs8PrivateKey(passwordBytes: ReadOnlySpan_1<System_Internal.Byte>, source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
1717
1667
  ImportParameters(parameters: DSAParameters): void;
1718
1668
  SignData(inputStream: Stream): byte[];
1719
1669
  SignData(data: byte[], offset: int, count: int, hashAlgorithm: HashAlgorithmName): byte[];
@@ -1725,11 +1675,8 @@ export interface DSACryptoServiceProvider$instance extends DSA$instance, ICspAsy
1725
1675
  SignHash(rgbHash: byte[], str: string): byte[];
1726
1676
  ToXmlString(includePrivateParameters: boolean): string;
1727
1677
  TryCreateSignature(hash: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
1728
- TryCreateSignature(hash: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
1729
1678
  TryCreateSignature(hash: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, signatureFormat: DSASignatureFormat, bytesWritten: int): boolean;
1730
1679
  TryHashData(data: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, bytesWritten: int): boolean;
1731
- TryHashData(data: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, bytesWritten: int): boolean;
1732
- TrySignData(data: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, bytesWritten: int): boolean;
1733
1680
  TrySignData(data: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, bytesWritten: int): boolean;
1734
1681
  TrySignData(data: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, signatureFormat: DSASignatureFormat, bytesWritten: int): boolean;
1735
1682
  VerifyData(data: byte[], offset: int, count: int, signature: byte[], hashAlgorithm: HashAlgorithmName): boolean;
@@ -1737,7 +1684,6 @@ export interface DSACryptoServiceProvider$instance extends DSA$instance, ICspAsy
1737
1684
  VerifyData(data: ReadOnlySpan_1<System_Internal.Byte>, signature: ReadOnlySpan_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName): boolean;
1738
1685
  VerifyData(data: byte[], signature: byte[], hashAlgorithm: HashAlgorithmName): boolean;
1739
1686
  VerifyData(data: byte[], offset: int, count: int, signature: byte[], hashAlgorithm: HashAlgorithmName, signatureFormat: DSASignatureFormat): boolean;
1740
- VerifyData(data: ReadOnlySpan_1<System_Internal.Byte>, signature: ReadOnlySpan_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName): boolean;
1741
1687
  VerifyData(data: byte[], signature: byte[], hashAlgorithm: HashAlgorithmName, signatureFormat: DSASignatureFormat): boolean;
1742
1688
  VerifyData(data: Stream, signature: byte[], hashAlgorithm: HashAlgorithmName, signatureFormat: DSASignatureFormat): boolean;
1743
1689
  VerifyData(data: ReadOnlySpan_1<System_Internal.Byte>, signature: ReadOnlySpan_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, signatureFormat: DSASignatureFormat): boolean;
@@ -1745,7 +1691,6 @@ export interface DSACryptoServiceProvider$instance extends DSA$instance, ICspAsy
1745
1691
  VerifySignature(rgbHash: byte[], rgbSignature: byte[]): boolean;
1746
1692
  VerifySignature(hash: ReadOnlySpan_1<System_Internal.Byte>, signature: ReadOnlySpan_1<System_Internal.Byte>): boolean;
1747
1693
  VerifySignature(rgbHash: byte[], rgbSignature: byte[], signatureFormat: DSASignatureFormat): boolean;
1748
- VerifySignature(hash: ReadOnlySpan_1<System_Internal.Byte>, signature: ReadOnlySpan_1<System_Internal.Byte>): boolean;
1749
1694
  VerifySignature(hash: ReadOnlySpan_1<System_Internal.Byte>, signature: ReadOnlySpan_1<System_Internal.Byte>, signatureFormat: DSASignatureFormat): boolean;
1750
1695
  }
1751
1696
 
@@ -1776,26 +1721,20 @@ export interface DSAOpenSsl$instance extends DSA$instance {
1776
1721
  readonly LegalKeySizes: KeySizes[];
1777
1722
  CreateSignature(rgbHash: byte[]): byte[];
1778
1723
  CreateSignature(rgbHash: byte[], signatureFormat: DSASignatureFormat): byte[];
1779
- Dispose(disposing: boolean): void;
1780
1724
  Dispose(): void;
1781
1725
  DuplicateKeyHandle(): SafeEvpPKeyHandle;
1782
1726
  ExportParameters(includePrivateParameters: boolean): DSAParameters;
1783
1727
  ImportEncryptedPkcs8PrivateKey(passwordBytes: ReadOnlySpan_1<System_Internal.Byte>, source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
1784
1728
  ImportEncryptedPkcs8PrivateKey(password: ReadOnlySpan_1<System_Internal.Char>, source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
1785
- ImportEncryptedPkcs8PrivateKey(passwordBytes: ReadOnlySpan_1<System_Internal.Byte>, source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
1786
1729
  ImportParameters(parameters: DSAParameters): void;
1787
1730
  TryCreateSignature(hash: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
1788
- TryCreateSignature(hash: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
1789
1731
  TryCreateSignature(hash: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, signatureFormat: DSASignatureFormat, bytesWritten: int): boolean;
1790
1732
  TryCreateSignatureCore(hash: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, signatureFormat: DSASignatureFormat, bytesWritten: int): boolean;
1791
- TryCreateSignatureCore(hash: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, signatureFormat: DSASignatureFormat, bytesWritten: int): boolean;
1792
1733
  VerifySignature(rgbHash: byte[], rgbSignature: byte[]): boolean;
1793
1734
  VerifySignature(hash: ReadOnlySpan_1<System_Internal.Byte>, signature: ReadOnlySpan_1<System_Internal.Byte>): boolean;
1794
1735
  VerifySignature(rgbHash: byte[], rgbSignature: byte[], signatureFormat: DSASignatureFormat): boolean;
1795
- VerifySignature(hash: ReadOnlySpan_1<System_Internal.Byte>, signature: ReadOnlySpan_1<System_Internal.Byte>): boolean;
1796
1736
  VerifySignature(hash: ReadOnlySpan_1<System_Internal.Byte>, signature: ReadOnlySpan_1<System_Internal.Byte>, signatureFormat: DSASignatureFormat): boolean;
1797
1737
  VerifySignatureCore(hash: ReadOnlySpan_1<System_Internal.Byte>, signature: ReadOnlySpan_1<System_Internal.Byte>, signatureFormat: DSASignatureFormat): boolean;
1798
- VerifySignatureCore(hash: ReadOnlySpan_1<System_Internal.Byte>, signature: ReadOnlySpan_1<System_Internal.Byte>, signatureFormat: DSASignatureFormat): boolean;
1799
1738
  }
1800
1739
 
1801
1740
 
@@ -1856,8 +1795,6 @@ export interface ECAlgorithm$instance extends AsymmetricAlgorithm$instance {
1856
1795
 
1857
1796
  readonly __tsonic_iface_System_IDisposable: never;
1858
1797
 
1859
- Dispose(): void;
1860
- Dispose(disposing: boolean): void;
1861
1798
  ExportECPrivateKey(): byte[];
1862
1799
  ExportECPrivateKeyPem(): string;
1863
1800
  ExportExplicitParameters(includePrivateParameters: boolean): ECParameters;
@@ -1866,25 +1803,17 @@ export interface ECAlgorithm$instance extends AsymmetricAlgorithm$instance {
1866
1803
  ImportECPrivateKey(source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
1867
1804
  ImportEncryptedPkcs8PrivateKey(passwordBytes: ReadOnlySpan_1<System_Internal.Byte>, source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
1868
1805
  ImportEncryptedPkcs8PrivateKey(password: ReadOnlySpan_1<System_Internal.Char>, source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
1869
- ImportEncryptedPkcs8PrivateKey(passwordBytes: ReadOnlySpan_1<System_Internal.Byte>, source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
1870
1806
  ImportFromEncryptedPem(input: ReadOnlySpan_1<System_Internal.Char>, password: ReadOnlySpan_1<System_Internal.Char>): void;
1871
1807
  ImportFromEncryptedPem(input: ReadOnlySpan_1<System_Internal.Char>, passwordBytes: ReadOnlySpan_1<System_Internal.Byte>): void;
1872
- ImportFromEncryptedPem(input: ReadOnlySpan_1<System_Internal.Char>, password: ReadOnlySpan_1<System_Internal.Char>): void;
1873
- ImportFromPem(input: ReadOnlySpan_1<System_Internal.Char>): void;
1874
1808
  ImportFromPem(input: ReadOnlySpan_1<System_Internal.Char>): void;
1875
1809
  ImportParameters(parameters: ECParameters): void;
1876
1810
  ImportPkcs8PrivateKey(source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
1877
- ImportPkcs8PrivateKey(source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
1878
- ImportSubjectPublicKeyInfo(source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
1879
1811
  ImportSubjectPublicKeyInfo(source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
1880
1812
  TryExportECPrivateKey(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
1881
1813
  TryExportECPrivateKeyPem(destination: Span_1<System_Internal.Char>, charsWritten: int): boolean;
1882
1814
  TryExportEncryptedPkcs8PrivateKey(passwordBytes: ReadOnlySpan_1<System_Internal.Byte>, pbeParameters: PbeParameters, destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
1883
1815
  TryExportEncryptedPkcs8PrivateKey(password: ReadOnlySpan_1<System_Internal.Char>, pbeParameters: PbeParameters, destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
1884
- TryExportEncryptedPkcs8PrivateKey(passwordBytes: ReadOnlySpan_1<System_Internal.Byte>, pbeParameters: PbeParameters, destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
1885
1816
  TryExportPkcs8PrivateKey(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
1886
- TryExportPkcs8PrivateKey(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
1887
- TryExportSubjectPublicKeyInfo(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
1888
1817
  TryExportSubjectPublicKeyInfo(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
1889
1818
  }
1890
1819
 
@@ -1915,8 +1844,6 @@ export interface ECDiffieHellman$instance extends ECAlgorithm$instance {
1915
1844
  DeriveKeyMaterial(otherPartyPublicKey: ECDiffieHellmanPublicKey): byte[];
1916
1845
  DeriveKeyTls(otherPartyPublicKey: ECDiffieHellmanPublicKey, prfLabel: byte[], prfSeed: byte[]): byte[];
1917
1846
  DeriveRawSecretAgreement(otherPartyPublicKey: ECDiffieHellmanPublicKey): byte[];
1918
- Dispose(): void;
1919
- Dispose(disposing: boolean): void;
1920
1847
  FromXmlString(xmlString: string): void;
1921
1848
  ToXmlString(includePrivateParameters: boolean): string;
1922
1849
  }
@@ -1960,8 +1887,6 @@ export interface ECDiffieHellmanCng$instance extends ECDiffieHellman$instance {
1960
1887
  DeriveKeyMaterial(otherPartyPublicKey: ECDiffieHellmanPublicKey): byte[];
1961
1888
  DeriveSecretAgreementHandle(otherPartyPublicKey: CngKey): SafeNCryptSecretHandle;
1962
1889
  DeriveSecretAgreementHandle(otherPartyPublicKey: ECDiffieHellmanPublicKey): SafeNCryptSecretHandle;
1963
- Dispose(): void;
1964
- Dispose(disposing: boolean): void;
1965
1890
  FromXmlString(xmlString: string): void;
1966
1891
  ToXmlString(includePrivateParameters: boolean): string;
1967
1892
  }
@@ -2023,7 +1948,6 @@ export interface ECDiffieHellmanOpenSsl$instance extends ECDiffieHellman$instanc
2023
1948
  DeriveKeyMaterial(otherPartyPublicKey: ECDiffieHellmanPublicKey): byte[];
2024
1949
  DeriveKeyTls(otherPartyPublicKey: ECDiffieHellmanPublicKey, prfLabel: byte[], prfSeed: byte[]): byte[];
2025
1950
  DeriveRawSecretAgreement(otherPartyPublicKey: ECDiffieHellmanPublicKey): byte[];
2026
- Dispose(disposing: boolean): void;
2027
1951
  Dispose(): void;
2028
1952
  DuplicateKeyHandle(): SafeEvpPKeyHandle;
2029
1953
  ExportExplicitParameters(includePrivateParameters: boolean): ECParameters;
@@ -2031,7 +1955,6 @@ export interface ECDiffieHellmanOpenSsl$instance extends ECDiffieHellman$instanc
2031
1955
  GenerateKey(curve: ECCurve): void;
2032
1956
  ImportEncryptedPkcs8PrivateKey(passwordBytes: ReadOnlySpan_1<System_Internal.Byte>, source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
2033
1957
  ImportEncryptedPkcs8PrivateKey(password: ReadOnlySpan_1<System_Internal.Char>, source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
2034
- ImportEncryptedPkcs8PrivateKey(passwordBytes: ReadOnlySpan_1<System_Internal.Byte>, source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
2035
1958
  ImportParameters(parameters: ECParameters): void;
2036
1959
  }
2037
1960
 
@@ -2086,8 +2009,6 @@ export interface ECDsa$instance extends ECAlgorithm$instance {
2086
2009
 
2087
2010
  readonly KeyExchangeAlgorithm: string | undefined;
2088
2011
  readonly SignatureAlgorithm: string | string | undefined;
2089
- Dispose(): void;
2090
- Dispose(disposing: boolean): void;
2091
2012
  FromXmlString(xmlString: string): void;
2092
2013
  GetMaxSignatureSize(signatureFormat: DSASignatureFormat): int;
2093
2014
  HashData(data: byte[], offset: int, count: int, hashAlgorithm: HashAlgorithmName): byte[];
@@ -2159,8 +2080,6 @@ export interface ECDsaCng$instance extends ECDsa$instance {
2159
2080
 
2160
2081
  HashAlgorithm: CngAlgorithm;
2161
2082
  readonly Key: CngKey;
2162
- Dispose(): void;
2163
- Dispose(disposing: boolean): void;
2164
2083
  FromXmlString(xmlString: string): void;
2165
2084
  SignData(data: Stream): byte[];
2166
2085
  SignData(data: byte[], hashAlgorithm: HashAlgorithmName): byte[];
@@ -2218,7 +2137,6 @@ export interface ECDsaOpenSsl$instance extends ECDsa$instance {
2218
2137
 
2219
2138
  KeySize: int;
2220
2139
  readonly LegalKeySizes: KeySizes[];
2221
- Dispose(disposing: boolean): void;
2222
2140
  Dispose(): void;
2223
2141
  DuplicateKeyHandle(): SafeEvpPKeyHandle;
2224
2142
  ExportExplicitParameters(includePrivateParameters: boolean): ECParameters;
@@ -2226,7 +2144,6 @@ export interface ECDsaOpenSsl$instance extends ECDsa$instance {
2226
2144
  GenerateKey(curve: ECCurve): void;
2227
2145
  ImportEncryptedPkcs8PrivateKey(passwordBytes: ReadOnlySpan_1<System_Internal.Byte>, source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
2228
2146
  ImportEncryptedPkcs8PrivateKey(password: ReadOnlySpan_1<System_Internal.Char>, source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
2229
- ImportEncryptedPkcs8PrivateKey(passwordBytes: ReadOnlySpan_1<System_Internal.Byte>, source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
2230
2147
  ImportParameters(parameters: ECParameters): void;
2231
2148
  SignHash(hash: byte[]): byte[];
2232
2149
  SignHash(hash: byte[], signatureFormat: DSASignatureFormat): byte[];
@@ -2235,17 +2152,13 @@ export interface ECDsaOpenSsl$instance extends ECDsa$instance {
2235
2152
  SignHash(hash: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, signatureFormat: DSASignatureFormat): int;
2236
2153
  SignHash(hash: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>): int;
2237
2154
  TrySignHash(hash: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
2238
- TrySignHash(hash: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
2239
2155
  TrySignHash(hash: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, signatureFormat: DSASignatureFormat, bytesWritten: int): boolean;
2240
2156
  TrySignHashCore(hash: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, signatureFormat: DSASignatureFormat, bytesWritten: int): boolean;
2241
- TrySignHashCore(hash: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, signatureFormat: DSASignatureFormat, bytesWritten: int): boolean;
2242
2157
  VerifyHash(hash: byte[], signature: byte[]): boolean;
2243
2158
  VerifyHash(hash: ReadOnlySpan_1<System_Internal.Byte>, signature: ReadOnlySpan_1<System_Internal.Byte>): boolean;
2244
- VerifyHash(hash: ReadOnlySpan_1<System_Internal.Byte>, signature: ReadOnlySpan_1<System_Internal.Byte>): boolean;
2245
2159
  VerifyHash(hash: byte[], signature: byte[], signatureFormat: DSASignatureFormat): boolean;
2246
2160
  VerifyHash(hash: ReadOnlySpan_1<System_Internal.Byte>, signature: ReadOnlySpan_1<System_Internal.Byte>, signatureFormat: DSASignatureFormat): boolean;
2247
2161
  VerifyHashCore(hash: ReadOnlySpan_1<System_Internal.Byte>, signature: ReadOnlySpan_1<System_Internal.Byte>, signatureFormat: DSASignatureFormat): boolean;
2248
- VerifyHashCore(hash: ReadOnlySpan_1<System_Internal.Byte>, signature: ReadOnlySpan_1<System_Internal.Byte>, signatureFormat: DSASignatureFormat): boolean;
2249
2162
  }
2250
2163
 
2251
2164
 
@@ -2354,12 +2267,8 @@ export interface HMAC$instance extends KeyedHashAlgorithm$instance {
2354
2267
  Dispose(): void;
2355
2268
  HashCore(rgb: byte[], ib: int, cb: int): void;
2356
2269
  HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
2357
- HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
2358
2270
  HashFinal(): byte[];
2359
2271
  Initialize(): void;
2360
- TransformBlock(inputBuffer: byte[], inputOffset: int, inputCount: int, outputBuffer: byte[], outputOffset: int): int;
2361
- TransformFinalBlock(inputBuffer: byte[], inputOffset: int, inputCount: int): byte[];
2362
- TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
2363
2272
  TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
2364
2273
  }
2365
2274
 
@@ -2387,12 +2296,8 @@ export interface HMACMD5$instance extends HMAC$instance {
2387
2296
  Dispose(): void;
2388
2297
  HashCore(rgb: byte[], ib: int, cb: int): void;
2389
2298
  HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
2390
- HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
2391
2299
  HashFinal(): byte[];
2392
2300
  Initialize(): void;
2393
- TransformBlock(inputBuffer: byte[], inputOffset: int, inputCount: int, outputBuffer: byte[], outputOffset: int): int;
2394
- TransformFinalBlock(inputBuffer: byte[], inputOffset: int, inputCount: int): byte[];
2395
- TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
2396
2301
  TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
2397
2302
  }
2398
2303
 
@@ -2434,12 +2339,8 @@ export interface HMACSHA1$instance extends HMAC$instance {
2434
2339
  Dispose(): void;
2435
2340
  HashCore(rgb: byte[], ib: int, cb: int): void;
2436
2341
  HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
2437
- HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
2438
2342
  HashFinal(): byte[];
2439
2343
  Initialize(): void;
2440
- TransformBlock(inputBuffer: byte[], inputOffset: int, inputCount: int, outputBuffer: byte[], outputOffset: int): int;
2441
- TransformFinalBlock(inputBuffer: byte[], inputOffset: int, inputCount: int): byte[];
2442
- TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
2443
2344
  TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
2444
2345
  }
2445
2346
 
@@ -2482,12 +2383,8 @@ export interface HMACSHA256$instance extends HMAC$instance {
2482
2383
  Dispose(): void;
2483
2384
  HashCore(rgb: byte[], ib: int, cb: int): void;
2484
2385
  HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
2485
- HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
2486
2386
  HashFinal(): byte[];
2487
2387
  Initialize(): void;
2488
- TransformBlock(inputBuffer: byte[], inputOffset: int, inputCount: int, outputBuffer: byte[], outputOffset: int): int;
2489
- TransformFinalBlock(inputBuffer: byte[], inputOffset: int, inputCount: int): byte[];
2490
- TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
2491
2388
  TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
2492
2389
  }
2493
2390
 
@@ -2529,12 +2426,8 @@ export interface HMACSHA3_256$instance extends HMAC$instance {
2529
2426
  Dispose(): void;
2530
2427
  HashCore(rgb: byte[], ib: int, cb: int): void;
2531
2428
  HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
2532
- HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
2533
2429
  HashFinal(): byte[];
2534
2430
  Initialize(): void;
2535
- TransformBlock(inputBuffer: byte[], inputOffset: int, inputCount: int, outputBuffer: byte[], outputOffset: int): int;
2536
- TransformFinalBlock(inputBuffer: byte[], inputOffset: int, inputCount: int): byte[];
2537
- TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
2538
2431
  TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
2539
2432
  }
2540
2433
 
@@ -2577,12 +2470,8 @@ export interface HMACSHA3_384$instance extends HMAC$instance {
2577
2470
  Dispose(): void;
2578
2471
  HashCore(rgb: byte[], ib: int, cb: int): void;
2579
2472
  HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
2580
- HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
2581
2473
  HashFinal(): byte[];
2582
2474
  Initialize(): void;
2583
- TransformBlock(inputBuffer: byte[], inputOffset: int, inputCount: int, outputBuffer: byte[], outputOffset: int): int;
2584
- TransformFinalBlock(inputBuffer: byte[], inputOffset: int, inputCount: int): byte[];
2585
- TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
2586
2475
  TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
2587
2476
  }
2588
2477
 
@@ -2625,12 +2514,8 @@ export interface HMACSHA3_512$instance extends HMAC$instance {
2625
2514
  Dispose(): void;
2626
2515
  HashCore(rgb: byte[], ib: int, cb: int): void;
2627
2516
  HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
2628
- HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
2629
2517
  HashFinal(): byte[];
2630
2518
  Initialize(): void;
2631
- TransformBlock(inputBuffer: byte[], inputOffset: int, inputCount: int, outputBuffer: byte[], outputOffset: int): int;
2632
- TransformFinalBlock(inputBuffer: byte[], inputOffset: int, inputCount: int): byte[];
2633
- TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
2634
2519
  TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
2635
2520
  }
2636
2521
 
@@ -2674,12 +2559,8 @@ export interface HMACSHA384$instance extends HMAC$instance {
2674
2559
  Dispose(): void;
2675
2560
  HashCore(rgb: byte[], ib: int, cb: int): void;
2676
2561
  HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
2677
- HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
2678
2562
  HashFinal(): byte[];
2679
2563
  Initialize(): void;
2680
- TransformBlock(inputBuffer: byte[], inputOffset: int, inputCount: int, outputBuffer: byte[], outputOffset: int): int;
2681
- TransformFinalBlock(inputBuffer: byte[], inputOffset: int, inputCount: int): byte[];
2682
- TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
2683
2564
  TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
2684
2565
  }
2685
2566
 
@@ -2722,12 +2603,8 @@ export interface HMACSHA512$instance extends HMAC$instance {
2722
2603
  Dispose(): void;
2723
2604
  HashCore(rgb: byte[], ib: int, cb: int): void;
2724
2605
  HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
2725
- HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
2726
2606
  HashFinal(): byte[];
2727
2607
  Initialize(): void;
2728
- TransformBlock(inputBuffer: byte[], inputOffset: int, inputCount: int, outputBuffer: byte[], outputOffset: int): int;
2729
- TransformFinalBlock(inputBuffer: byte[], inputOffset: int, inputCount: int): byte[];
2730
- TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
2731
2608
  TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
2732
2609
  }
2733
2610
 
@@ -2802,8 +2679,6 @@ export interface KeyedHashAlgorithm$instance extends HashAlgorithm$instance {
2802
2679
  Key: byte[];
2803
2680
  Dispose(disposing: boolean): void;
2804
2681
  Dispose(): void;
2805
- TransformBlock(inputBuffer: byte[], inputOffset: int, inputCount: int, outputBuffer: byte[], outputOffset: int): int;
2806
- TransformFinalBlock(inputBuffer: byte[], inputOffset: int, inputCount: int): byte[];
2807
2682
  }
2808
2683
 
2809
2684
 
@@ -3010,10 +2885,6 @@ export interface MD5$instance extends HashAlgorithm$instance {
3010
2885
  readonly __tsonic_iface_System_IDisposable: never;
3011
2886
  readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
3012
2887
 
3013
- Dispose(): void;
3014
- Dispose(disposing: boolean): void;
3015
- TransformBlock(inputBuffer: byte[], inputOffset: int, inputCount: int, outputBuffer: byte[], outputOffset: int): int;
3016
- TransformFinalBlock(inputBuffer: byte[], inputOffset: int, inputCount: int): byte[];
3017
2888
  }
3018
2889
 
3019
2890
 
@@ -3045,16 +2916,11 @@ export interface MD5CryptoServiceProvider$instance extends MD5$instance {
3045
2916
  readonly __tsonic_iface_System_IDisposable: never;
3046
2917
  readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
3047
2918
 
3048
- Dispose(disposing: boolean): void;
3049
2919
  Dispose(): void;
3050
2920
  HashCore(array: byte[], ibStart: int, cbSize: int): void;
3051
2921
  HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
3052
- HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
3053
2922
  HashFinal(): byte[];
3054
2923
  Initialize(): void;
3055
- TransformBlock(inputBuffer: byte[], inputOffset: int, inputCount: int, outputBuffer: byte[], outputOffset: int): int;
3056
- TransformFinalBlock(inputBuffer: byte[], inputOffset: int, inputCount: int): byte[];
3057
- TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
3058
2924
  TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
3059
2925
  }
3060
2926
 
@@ -3199,8 +3065,6 @@ export interface MLDsaCng$instance extends MLDsa$instance {
3199
3065
 
3200
3066
  readonly __tsonic_iface_System_IDisposable: never;
3201
3067
 
3202
- Dispose(): void;
3203
- Dispose(disposing: boolean): void;
3204
3068
  ExportMLDsaPrivateKeyCore(destination: Span_1<System_Internal.Byte>): void;
3205
3069
  ExportMLDsaPrivateSeedCore(destination: Span_1<System_Internal.Byte>): void;
3206
3070
  ExportMLDsaPublicKeyCore(destination: Span_1<System_Internal.Byte>): void;
@@ -3375,8 +3239,6 @@ export interface MLKemCng$instance extends MLKem$instance {
3375
3239
  readonly __tsonic_iface_System_IDisposable: never;
3376
3240
 
3377
3241
  DecapsulateCore(ciphertext: ReadOnlySpan_1<System_Internal.Byte>, sharedSecret: Span_1<System_Internal.Byte>): void;
3378
- Dispose(): void;
3379
- Dispose(disposing: boolean): void;
3380
3242
  EncapsulateCore(ciphertext: Span_1<System_Internal.Byte>, sharedSecret: Span_1<System_Internal.Byte>): void;
3381
3243
  ExportDecapsulationKeyCore(destination: Span_1<System_Internal.Byte>): void;
3382
3244
  ExportEncapsulationKeyCore(destination: Span_1<System_Internal.Byte>): void;
@@ -3613,8 +3475,6 @@ export interface RC2$instance extends SymmetricAlgorithm$instance {
3613
3475
 
3614
3476
  EffectiveKeySize: int;
3615
3477
  KeySize: int;
3616
- Dispose(): void;
3617
- Dispose(disposing: boolean): void;
3618
3478
  }
3619
3479
 
3620
3480
 
@@ -3649,12 +3509,10 @@ export interface RC2CryptoServiceProvider$instance extends RC2$instance {
3649
3509
  CreateDecryptor(rgbKey: byte[], rgbIV: byte[]): ICryptoTransform;
3650
3510
  CreateEncryptor(): ICryptoTransform;
3651
3511
  CreateEncryptor(rgbKey: byte[], rgbIV: byte[]): ICryptoTransform;
3652
- Dispose(disposing: boolean): void;
3653
3512
  Dispose(): void;
3654
3513
  GenerateIV(): void;
3655
3514
  GenerateKey(): void;
3656
3515
  SetKeyCore(key: ReadOnlySpan_1<System_Internal.Byte>): void;
3657
- SetKeyCore(key: ReadOnlySpan_1<System_Internal.Byte>): void;
3658
3516
  }
3659
3517
 
3660
3518
 
@@ -3716,8 +3574,6 @@ export interface Rijndael$instance extends SymmetricAlgorithm$instance {
3716
3574
 
3717
3575
  readonly __tsonic_iface_System_IDisposable: never;
3718
3576
 
3719
- Dispose(): void;
3720
- Dispose(disposing: boolean): void;
3721
3577
  }
3722
3578
 
3723
3579
 
@@ -3749,7 +3605,6 @@ export interface RijndaelManaged$instance extends Rijndael$instance {
3749
3605
  CreateDecryptor(rgbKey: byte[], rgbIV: byte[]): ICryptoTransform;
3750
3606
  CreateEncryptor(): ICryptoTransform;
3751
3607
  CreateEncryptor(rgbKey: byte[], rgbIV: byte[]): ICryptoTransform;
3752
- Dispose(disposing: boolean): void;
3753
3608
  Dispose(): void;
3754
3609
  GenerateIV(): void;
3755
3610
  GenerateKey(): void;
@@ -3778,10 +3633,8 @@ export interface RNGCryptoServiceProvider$instance extends RandomNumberGenerator
3778
3633
  GetBytes(data: byte[]): void;
3779
3634
  GetBytes(data: byte[], offset: int, count: int): void;
3780
3635
  GetBytes(data: Span_1<System_Internal.Byte>): void;
3781
- GetBytes(data: Span_1<System_Internal.Byte>): void;
3782
3636
  GetNonZeroBytes(data: byte[]): void;
3783
3637
  GetNonZeroBytes(data: Span_1<System_Internal.Byte>): void;
3784
- GetNonZeroBytes(data: Span_1<System_Internal.Byte>): void;
3785
3638
  }
3786
3639
 
3787
3640
 
@@ -3811,8 +3664,6 @@ export interface RSA$instance extends AsymmetricAlgorithm$instance {
3811
3664
  Decrypt(data: ReadOnlySpan_1<System_Internal.Byte>, padding: RSAEncryptionPadding): byte[];
3812
3665
  Decrypt(data: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, padding: RSAEncryptionPadding): int;
3813
3666
  DecryptValue(rgb: byte[]): byte[];
3814
- Dispose(): void;
3815
- Dispose(disposing: boolean): void;
3816
3667
  Encrypt(data: byte[], padding: RSAEncryptionPadding): byte[];
3817
3668
  Encrypt(data: ReadOnlySpan_1<System_Internal.Byte>, padding: RSAEncryptionPadding): byte[];
3818
3669
  Encrypt(data: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, padding: RSAEncryptionPadding): int;
@@ -3828,19 +3679,14 @@ export interface RSA$instance extends AsymmetricAlgorithm$instance {
3828
3679
  HashData(data: Stream, hashAlgorithm: HashAlgorithmName): byte[];
3829
3680
  ImportEncryptedPkcs8PrivateKey(passwordBytes: ReadOnlySpan_1<System_Internal.Byte>, source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
3830
3681
  ImportEncryptedPkcs8PrivateKey(password: ReadOnlySpan_1<System_Internal.Char>, source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
3831
- ImportEncryptedPkcs8PrivateKey(passwordBytes: ReadOnlySpan_1<System_Internal.Byte>, source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
3832
3682
  ImportFromEncryptedPem(input: ReadOnlySpan_1<System_Internal.Char>, password: ReadOnlySpan_1<System_Internal.Char>): void;
3833
3683
  ImportFromEncryptedPem(input: ReadOnlySpan_1<System_Internal.Char>, passwordBytes: ReadOnlySpan_1<System_Internal.Byte>): void;
3834
- ImportFromEncryptedPem(input: ReadOnlySpan_1<System_Internal.Char>, password: ReadOnlySpan_1<System_Internal.Char>): void;
3835
- ImportFromPem(input: ReadOnlySpan_1<System_Internal.Char>): void;
3836
3684
  ImportFromPem(input: ReadOnlySpan_1<System_Internal.Char>): void;
3837
3685
  ImportParameters(parameters: RSAParameters): void;
3838
3686
  ImportPkcs8PrivateKey(source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
3839
- ImportPkcs8PrivateKey(source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
3840
3687
  ImportRSAPrivateKey(source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
3841
3688
  ImportRSAPublicKey(source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
3842
3689
  ImportSubjectPublicKeyInfo(source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
3843
- ImportSubjectPublicKeyInfo(source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
3844
3690
  SignData(data: byte[], hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): byte[];
3845
3691
  SignData(data: byte[], offset: int, count: int, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): byte[];
3846
3692
  SignData(data: Stream, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): byte[];
@@ -3854,15 +3700,12 @@ export interface RSA$instance extends AsymmetricAlgorithm$instance {
3854
3700
  TryEncrypt(data: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, padding: RSAEncryptionPadding, bytesWritten: int): boolean;
3855
3701
  TryExportEncryptedPkcs8PrivateKey(password: ReadOnlySpan_1<System_Internal.Char>, pbeParameters: PbeParameters, destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
3856
3702
  TryExportEncryptedPkcs8PrivateKey(passwordBytes: ReadOnlySpan_1<System_Internal.Byte>, pbeParameters: PbeParameters, destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
3857
- TryExportEncryptedPkcs8PrivateKey(passwordBytes: ReadOnlySpan_1<System_Internal.Byte>, pbeParameters: PbeParameters, destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
3858
- TryExportPkcs8PrivateKey(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
3859
3703
  TryExportPkcs8PrivateKey(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
3860
3704
  TryExportRSAPrivateKey(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
3861
3705
  TryExportRSAPrivateKeyPem(destination: Span_1<System_Internal.Char>, charsWritten: int): boolean;
3862
3706
  TryExportRSAPublicKey(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
3863
3707
  TryExportRSAPublicKeyPem(destination: Span_1<System_Internal.Char>, charsWritten: int): boolean;
3864
3708
  TryExportSubjectPublicKeyInfo(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
3865
- TryExportSubjectPublicKeyInfo(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
3866
3709
  TryHashData(data: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, bytesWritten: int): boolean;
3867
3710
  TrySignData(data: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding, bytesWritten: int): boolean;
3868
3711
  TrySignHash(hash: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding, bytesWritten: int): boolean;
@@ -3894,8 +3737,6 @@ export interface RSACng$instance extends RSA$instance {
3894
3737
  readonly __tsonic_iface_System_IDisposable: never;
3895
3738
 
3896
3739
  readonly Key: CngKey;
3897
- Dispose(): void;
3898
- Dispose(disposing: boolean): void;
3899
3740
  ExportParameters(includePrivateParameters: boolean): RSAParameters;
3900
3741
  ImportParameters(parameters: RSAParameters): void;
3901
3742
  }
@@ -3931,7 +3772,6 @@ export interface RSACryptoServiceProvider$instance extends RSA$instance, ICspAsy
3931
3772
  Decrypt(data: byte[], padding: RSAEncryptionPadding): byte[];
3932
3773
  Decrypt(data: ReadOnlySpan_1<System_Internal.Byte>, padding: RSAEncryptionPadding): byte[];
3933
3774
  Decrypt(data: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, padding: RSAEncryptionPadding): int;
3934
- Dispose(disposing: boolean): void;
3935
3775
  Dispose(): void;
3936
3776
  Encrypt(data: byte[], padding: RSAEncryptionPadding): byte[];
3937
3777
  Encrypt(data: ReadOnlySpan_1<System_Internal.Byte>, padding: RSAEncryptionPadding): byte[];
@@ -3942,7 +3782,6 @@ export interface RSACryptoServiceProvider$instance extends RSA$instance, ICspAsy
3942
3782
  ImportCspBlob(keyBlob: byte[]): void;
3943
3783
  ImportEncryptedPkcs8PrivateKey(passwordBytes: ReadOnlySpan_1<System_Internal.Byte>, source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
3944
3784
  ImportEncryptedPkcs8PrivateKey(password: ReadOnlySpan_1<System_Internal.Char>, source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
3945
- ImportEncryptedPkcs8PrivateKey(passwordBytes: ReadOnlySpan_1<System_Internal.Byte>, source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
3946
3785
  ImportParameters(parameters: RSAParameters): void;
3947
3786
  SignData(data: Stream, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): byte[];
3948
3787
  SignData(data: byte[], offset: int, count: int, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): byte[];
@@ -3955,21 +3794,15 @@ export interface RSACryptoServiceProvider$instance extends RSA$instance, ICspAsy
3955
3794
  SignHash(hash: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): int;
3956
3795
  ToXmlString(includePrivateParameters: boolean): string;
3957
3796
  TryDecrypt(data: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, padding: RSAEncryptionPadding, bytesWritten: int): boolean;
3958
- TryDecrypt(data: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, padding: RSAEncryptionPadding, bytesWritten: int): boolean;
3959
- TryEncrypt(data: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, padding: RSAEncryptionPadding, bytesWritten: int): boolean;
3960
3797
  TryEncrypt(data: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, padding: RSAEncryptionPadding, bytesWritten: int): boolean;
3961
3798
  TrySignData(data: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding, bytesWritten: int): boolean;
3962
- TrySignData(data: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding, bytesWritten: int): boolean;
3963
- TrySignHash(hash: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding, bytesWritten: int): boolean;
3964
3799
  TrySignHash(hash: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding, bytesWritten: int): boolean;
3965
3800
  VerifyData(data: byte[], offset: int, count: int, signature: byte[], hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): boolean;
3966
3801
  VerifyData(data: ReadOnlySpan_1<System_Internal.Byte>, signature: ReadOnlySpan_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): boolean;
3967
3802
  VerifyData(data: byte[], signature: byte[], hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): boolean;
3968
3803
  VerifyData(data: Stream, signature: byte[], hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): boolean;
3969
- VerifyData(data: ReadOnlySpan_1<System_Internal.Byte>, signature: ReadOnlySpan_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): boolean;
3970
3804
  VerifyHash(hash: byte[], signature: byte[], hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): boolean;
3971
3805
  VerifyHash(hash: ReadOnlySpan_1<System_Internal.Byte>, signature: ReadOnlySpan_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): boolean;
3972
- VerifyHash(hash: ReadOnlySpan_1<System_Internal.Byte>, signature: ReadOnlySpan_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): boolean;
3973
3806
  }
3974
3807
 
3975
3808
 
@@ -4077,7 +3910,6 @@ export interface RSAOpenSsl$instance extends RSA$instance {
4077
3910
  Decrypt(data: byte[], padding: RSAEncryptionPadding): byte[];
4078
3911
  Decrypt(data: ReadOnlySpan_1<System_Internal.Byte>, padding: RSAEncryptionPadding): byte[];
4079
3912
  Decrypt(data: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, padding: RSAEncryptionPadding): int;
4080
- Dispose(disposing: boolean): void;
4081
3913
  Dispose(): void;
4082
3914
  DuplicateKeyHandle(): SafeEvpPKeyHandle;
4083
3915
  Encrypt(data: byte[], padding: RSAEncryptionPadding): byte[];
@@ -4090,36 +3922,23 @@ export interface RSAOpenSsl$instance extends RSA$instance {
4090
3922
  ExportSubjectPublicKeyInfo(): byte[];
4091
3923
  ImportEncryptedPkcs8PrivateKey(passwordBytes: ReadOnlySpan_1<System_Internal.Byte>, source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
4092
3924
  ImportEncryptedPkcs8PrivateKey(password: ReadOnlySpan_1<System_Internal.Char>, source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
4093
- ImportEncryptedPkcs8PrivateKey(passwordBytes: ReadOnlySpan_1<System_Internal.Byte>, source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
4094
3925
  ImportParameters(parameters: RSAParameters): void;
4095
3926
  ImportPkcs8PrivateKey(source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
4096
- ImportPkcs8PrivateKey(source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
4097
3927
  ImportRSAPrivateKey(source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
4098
- ImportRSAPrivateKey(source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
4099
- ImportRSAPublicKey(source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
4100
3928
  ImportRSAPublicKey(source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
4101
3929
  ImportSubjectPublicKeyInfo(source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
4102
- ImportSubjectPublicKeyInfo(source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
4103
3930
  SignHash(hash: byte[], hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): byte[];
4104
3931
  SignHash(hash: ReadOnlySpan_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): byte[];
4105
3932
  SignHash(hash: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): int;
4106
3933
  TryDecrypt(data: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, padding: RSAEncryptionPadding, bytesWritten: int): boolean;
4107
- TryDecrypt(data: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, padding: RSAEncryptionPadding, bytesWritten: int): boolean;
4108
3934
  TryEncrypt(data: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, padding: RSAEncryptionPadding, bytesWritten: int): boolean;
4109
- TryEncrypt(data: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, padding: RSAEncryptionPadding, bytesWritten: int): boolean;
4110
- TryExportPkcs8PrivateKey(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
4111
3935
  TryExportPkcs8PrivateKey(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
4112
3936
  TryExportRSAPrivateKey(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
4113
- TryExportRSAPrivateKey(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
4114
- TryExportRSAPublicKey(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
4115
3937
  TryExportRSAPublicKey(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
4116
3938
  TryExportSubjectPublicKeyInfo(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
4117
- TryExportSubjectPublicKeyInfo(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
4118
- TrySignHash(hash: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding, bytesWritten: int): boolean;
4119
3939
  TrySignHash(hash: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding, bytesWritten: int): boolean;
4120
3940
  VerifyHash(hash: byte[], signature: byte[], hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): boolean;
4121
3941
  VerifyHash(hash: ReadOnlySpan_1<System_Internal.Byte>, signature: ReadOnlySpan_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): boolean;
4122
- VerifyHash(hash: ReadOnlySpan_1<System_Internal.Byte>, signature: ReadOnlySpan_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): boolean;
4123
3942
  }
4124
3943
 
4125
3944
 
@@ -4250,8 +4069,6 @@ export interface SafeEvpPKeyHandle$instance extends SafeHandle {
4250
4069
  readonly __tsonic_iface_System_IDisposable: never;
4251
4070
 
4252
4071
  readonly IsInvalid: boolean;
4253
- Dispose(): void;
4254
- Dispose(disposing: boolean): void;
4255
4072
  DuplicateHandle(): SafeEvpPKeyHandle;
4256
4073
  ReleaseHandle(): boolean;
4257
4074
  }
@@ -4280,10 +4097,6 @@ export interface SHA1$instance extends HashAlgorithm$instance {
4280
4097
  readonly __tsonic_iface_System_IDisposable: never;
4281
4098
  readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
4282
4099
 
4283
- Dispose(): void;
4284
- Dispose(disposing: boolean): void;
4285
- TransformBlock(inputBuffer: byte[], inputOffset: int, inputCount: int, outputBuffer: byte[], outputOffset: int): int;
4286
- TransformFinalBlock(inputBuffer: byte[], inputOffset: int, inputCount: int): byte[];
4287
4100
  }
4288
4101
 
4289
4102
 
@@ -4315,16 +4128,11 @@ export interface SHA1CryptoServiceProvider$instance extends SHA1$instance {
4315
4128
  readonly __tsonic_iface_System_IDisposable: never;
4316
4129
  readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
4317
4130
 
4318
- Dispose(disposing: boolean): void;
4319
4131
  Dispose(): void;
4320
4132
  HashCore(array: byte[], ibStart: int, cbSize: int): void;
4321
4133
  HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
4322
- HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
4323
4134
  HashFinal(): byte[];
4324
4135
  Initialize(): void;
4325
- TransformBlock(inputBuffer: byte[], inputOffset: int, inputCount: int, outputBuffer: byte[], outputOffset: int): int;
4326
- TransformFinalBlock(inputBuffer: byte[], inputOffset: int, inputCount: int): byte[];
4327
- TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
4328
4136
  TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
4329
4137
  }
4330
4138
 
@@ -4348,16 +4156,11 @@ export interface SHA1Managed$instance extends SHA1$instance {
4348
4156
  readonly __tsonic_iface_System_IDisposable: never;
4349
4157
  readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
4350
4158
 
4351
- Dispose(disposing: boolean): void;
4352
4159
  Dispose(): void;
4353
4160
  HashCore(array: byte[], ibStart: int, cbSize: int): void;
4354
4161
  HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
4355
- HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
4356
4162
  HashFinal(): byte[];
4357
4163
  Initialize(): void;
4358
- TransformBlock(inputBuffer: byte[], inputOffset: int, inputCount: int, outputBuffer: byte[], outputOffset: int): int;
4359
- TransformFinalBlock(inputBuffer: byte[], inputOffset: int, inputCount: int): byte[];
4360
- TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
4361
4164
  TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
4362
4165
  }
4363
4166
 
@@ -4381,10 +4184,6 @@ export interface SHA256$instance extends HashAlgorithm$instance {
4381
4184
  readonly __tsonic_iface_System_IDisposable: never;
4382
4185
  readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
4383
4186
 
4384
- Dispose(): void;
4385
- Dispose(disposing: boolean): void;
4386
- TransformBlock(inputBuffer: byte[], inputOffset: int, inputCount: int, outputBuffer: byte[], outputOffset: int): int;
4387
- TransformFinalBlock(inputBuffer: byte[], inputOffset: int, inputCount: int): byte[];
4388
4187
  }
4389
4188
 
4390
4189
 
@@ -4416,16 +4215,11 @@ export interface SHA256CryptoServiceProvider$instance extends SHA256$instance {
4416
4215
  readonly __tsonic_iface_System_IDisposable: never;
4417
4216
  readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
4418
4217
 
4419
- Dispose(disposing: boolean): void;
4420
4218
  Dispose(): void;
4421
4219
  HashCore(array: byte[], ibStart: int, cbSize: int): void;
4422
4220
  HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
4423
- HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
4424
4221
  HashFinal(): byte[];
4425
4222
  Initialize(): void;
4426
- TransformBlock(inputBuffer: byte[], inputOffset: int, inputCount: int, outputBuffer: byte[], outputOffset: int): int;
4427
- TransformFinalBlock(inputBuffer: byte[], inputOffset: int, inputCount: int): byte[];
4428
- TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
4429
4223
  TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
4430
4224
  }
4431
4225
 
@@ -4449,16 +4243,11 @@ export interface SHA256Managed$instance extends SHA256$instance {
4449
4243
  readonly __tsonic_iface_System_IDisposable: never;
4450
4244
  readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
4451
4245
 
4452
- Dispose(disposing: boolean): void;
4453
4246
  Dispose(): void;
4454
4247
  HashCore(array: byte[], ibStart: int, cbSize: int): void;
4455
4248
  HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
4456
- HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
4457
4249
  HashFinal(): byte[];
4458
4250
  Initialize(): void;
4459
- TransformBlock(inputBuffer: byte[], inputOffset: int, inputCount: int, outputBuffer: byte[], outputOffset: int): int;
4460
- TransformFinalBlock(inputBuffer: byte[], inputOffset: int, inputCount: int): byte[];
4461
- TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
4462
4251
  TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
4463
4252
  }
4464
4253
 
@@ -4482,10 +4271,6 @@ export interface SHA3_256$instance extends HashAlgorithm$instance {
4482
4271
  readonly __tsonic_iface_System_IDisposable: never;
4483
4272
  readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
4484
4273
 
4485
- Dispose(): void;
4486
- Dispose(disposing: boolean): void;
4487
- TransformBlock(inputBuffer: byte[], inputOffset: int, inputCount: int, outputBuffer: byte[], outputOffset: int): int;
4488
- TransformFinalBlock(inputBuffer: byte[], inputOffset: int, inputCount: int): byte[];
4489
4274
  }
4490
4275
 
4491
4276
 
@@ -4518,10 +4303,6 @@ export interface SHA3_384$instance extends HashAlgorithm$instance {
4518
4303
  readonly __tsonic_iface_System_IDisposable: never;
4519
4304
  readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
4520
4305
 
4521
- Dispose(): void;
4522
- Dispose(disposing: boolean): void;
4523
- TransformBlock(inputBuffer: byte[], inputOffset: int, inputCount: int, outputBuffer: byte[], outputOffset: int): int;
4524
- TransformFinalBlock(inputBuffer: byte[], inputOffset: int, inputCount: int): byte[];
4525
4306
  }
4526
4307
 
4527
4308
 
@@ -4554,10 +4335,6 @@ export interface SHA3_512$instance extends HashAlgorithm$instance {
4554
4335
  readonly __tsonic_iface_System_IDisposable: never;
4555
4336
  readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
4556
4337
 
4557
- Dispose(): void;
4558
- Dispose(disposing: boolean): void;
4559
- TransformBlock(inputBuffer: byte[], inputOffset: int, inputCount: int, outputBuffer: byte[], outputOffset: int): int;
4560
- TransformFinalBlock(inputBuffer: byte[], inputOffset: int, inputCount: int): byte[];
4561
4338
  }
4562
4339
 
4563
4340
 
@@ -4590,10 +4367,6 @@ export interface SHA384$instance extends HashAlgorithm$instance {
4590
4367
  readonly __tsonic_iface_System_IDisposable: never;
4591
4368
  readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
4592
4369
 
4593
- Dispose(): void;
4594
- Dispose(disposing: boolean): void;
4595
- TransformBlock(inputBuffer: byte[], inputOffset: int, inputCount: int, outputBuffer: byte[], outputOffset: int): int;
4596
- TransformFinalBlock(inputBuffer: byte[], inputOffset: int, inputCount: int): byte[];
4597
4370
  }
4598
4371
 
4599
4372
 
@@ -4625,16 +4398,11 @@ export interface SHA384CryptoServiceProvider$instance extends SHA384$instance {
4625
4398
  readonly __tsonic_iface_System_IDisposable: never;
4626
4399
  readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
4627
4400
 
4628
- Dispose(disposing: boolean): void;
4629
4401
  Dispose(): void;
4630
4402
  HashCore(array: byte[], ibStart: int, cbSize: int): void;
4631
4403
  HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
4632
- HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
4633
4404
  HashFinal(): byte[];
4634
4405
  Initialize(): void;
4635
- TransformBlock(inputBuffer: byte[], inputOffset: int, inputCount: int, outputBuffer: byte[], outputOffset: int): int;
4636
- TransformFinalBlock(inputBuffer: byte[], inputOffset: int, inputCount: int): byte[];
4637
- TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
4638
4406
  TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
4639
4407
  }
4640
4408
 
@@ -4658,16 +4426,11 @@ export interface SHA384Managed$instance extends SHA384$instance {
4658
4426
  readonly __tsonic_iface_System_IDisposable: never;
4659
4427
  readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
4660
4428
 
4661
- Dispose(disposing: boolean): void;
4662
4429
  Dispose(): void;
4663
4430
  HashCore(array: byte[], ibStart: int, cbSize: int): void;
4664
4431
  HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
4665
- HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
4666
4432
  HashFinal(): byte[];
4667
4433
  Initialize(): void;
4668
- TransformBlock(inputBuffer: byte[], inputOffset: int, inputCount: int, outputBuffer: byte[], outputOffset: int): int;
4669
- TransformFinalBlock(inputBuffer: byte[], inputOffset: int, inputCount: int): byte[];
4670
- TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
4671
4434
  TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
4672
4435
  }
4673
4436
 
@@ -4691,10 +4454,6 @@ export interface SHA512$instance extends HashAlgorithm$instance {
4691
4454
  readonly __tsonic_iface_System_IDisposable: never;
4692
4455
  readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
4693
4456
 
4694
- Dispose(): void;
4695
- Dispose(disposing: boolean): void;
4696
- TransformBlock(inputBuffer: byte[], inputOffset: int, inputCount: int, outputBuffer: byte[], outputOffset: int): int;
4697
- TransformFinalBlock(inputBuffer: byte[], inputOffset: int, inputCount: int): byte[];
4698
4457
  }
4699
4458
 
4700
4459
 
@@ -4726,16 +4485,11 @@ export interface SHA512CryptoServiceProvider$instance extends SHA512$instance {
4726
4485
  readonly __tsonic_iface_System_IDisposable: never;
4727
4486
  readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
4728
4487
 
4729
- Dispose(disposing: boolean): void;
4730
4488
  Dispose(): void;
4731
4489
  HashCore(array: byte[], ibStart: int, cbSize: int): void;
4732
4490
  HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
4733
- HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
4734
4491
  HashFinal(): byte[];
4735
4492
  Initialize(): void;
4736
- TransformBlock(inputBuffer: byte[], inputOffset: int, inputCount: int, outputBuffer: byte[], outputOffset: int): int;
4737
- TransformFinalBlock(inputBuffer: byte[], inputOffset: int, inputCount: int): byte[];
4738
- TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
4739
4493
  TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
4740
4494
  }
4741
4495
 
@@ -4759,16 +4513,11 @@ export interface SHA512Managed$instance extends SHA512$instance {
4759
4513
  readonly __tsonic_iface_System_IDisposable: never;
4760
4514
  readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
4761
4515
 
4762
- Dispose(disposing: boolean): void;
4763
4516
  Dispose(): void;
4764
4517
  HashCore(array: byte[], ibStart: int, cbSize: int): void;
4765
4518
  HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
4766
- HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
4767
4519
  HashFinal(): byte[];
4768
4520
  Initialize(): void;
4769
- TransformBlock(inputBuffer: byte[], inputOffset: int, inputCount: int, outputBuffer: byte[], outputOffset: int): int;
4770
- TransformFinalBlock(inputBuffer: byte[], inputOffset: int, inputCount: int): byte[];
4771
- TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
4772
4521
  TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
4773
4522
  }
4774
4523
 
@@ -5011,15 +4760,12 @@ export interface SlhDsaCng$instance extends SlhDsa$instance {
5011
4760
 
5012
4761
  readonly __tsonic_iface_System_IDisposable: never;
5013
4762
 
5014
- Dispose(): void;
5015
- Dispose(disposing: boolean): void;
5016
4763
  ExportSlhDsaPrivateKeyCore(destination: Span_1<System_Internal.Byte>): void;
5017
4764
  ExportSlhDsaPublicKeyCore(destination: Span_1<System_Internal.Byte>): void;
5018
4765
  GetKey(): CngKey;
5019
4766
  SignDataCore(data: ReadOnlySpan_1<System_Internal.Byte>, context: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>): void;
5020
4767
  SignPreHashCore(hash: ReadOnlySpan_1<System_Internal.Byte>, context: ReadOnlySpan_1<System_Internal.Byte>, hashAlgorithmOid: string, destination: Span_1<System_Internal.Byte>): void;
5021
4768
  TryExportPkcs8PrivateKeyCore(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
5022
- TryExportPkcs8PrivateKeyCore(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
5023
4769
  VerifyDataCore(data: ReadOnlySpan_1<System_Internal.Byte>, context: ReadOnlySpan_1<System_Internal.Byte>, signature: ReadOnlySpan_1<System_Internal.Byte>): boolean;
5024
4770
  VerifyPreHashCore(hash: ReadOnlySpan_1<System_Internal.Byte>, context: ReadOnlySpan_1<System_Internal.Byte>, hashAlgorithmOid: string, signature: ReadOnlySpan_1<System_Internal.Byte>): boolean;
5025
4771
  }
@@ -5213,8 +4959,6 @@ export interface TripleDES$instance extends SymmetricAlgorithm$instance {
5213
4959
  readonly __tsonic_iface_System_IDisposable: never;
5214
4960
 
5215
4961
  Key: byte[];
5216
- Dispose(): void;
5217
- Dispose(disposing: boolean): void;
5218
4962
  }
5219
4963
 
5220
4964
 
@@ -5239,8 +4983,6 @@ export interface TripleDESCng$instance extends TripleDES$instance {
5239
4983
  CreateDecryptor(): ICryptoTransform;
5240
4984
  CreateEncryptor(rgbKey: byte[], rgbIV: byte[]): ICryptoTransform;
5241
4985
  CreateEncryptor(): ICryptoTransform;
5242
- Dispose(): void;
5243
- Dispose(disposing: boolean): void;
5244
4986
  GenerateIV(): void;
5245
4987
  GenerateKey(): void;
5246
4988
  }
@@ -5279,12 +5021,10 @@ export interface TripleDESCryptoServiceProvider$instance extends TripleDES$insta
5279
5021
  CreateDecryptor(rgbKey: byte[], rgbIV: byte[]): ICryptoTransform;
5280
5022
  CreateEncryptor(): ICryptoTransform;
5281
5023
  CreateEncryptor(rgbKey: byte[], rgbIV: byte[]): ICryptoTransform;
5282
- Dispose(disposing: boolean): void;
5283
5024
  Dispose(): void;
5284
5025
  GenerateIV(): void;
5285
5026
  GenerateKey(): void;
5286
5027
  SetKeyCore(key: ReadOnlySpan_1<System_Internal.Byte>): void;
5287
- SetKeyCore(key: ReadOnlySpan_1<System_Internal.Byte>): void;
5288
5028
  }
5289
5029
 
5290
5030