@tsonic/dotnet 10.0.12 → 10.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (133) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/bindings.json +0 -40
  2. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +2 -4
  3. package/Microsoft.VisualBasic.CompilerServices/bindings.json +0 -20
  4. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +1 -2
  5. package/Microsoft.Win32.SafeHandles/bindings.json +16 -616
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -30
  7. package/System/bindings.json +6 -1086
  8. package/System/internal/index.d.ts +45 -93
  9. package/System.CodeDom.Compiler/bindings.json +6 -126
  10. package/System.CodeDom.Compiler/internal/index.d.ts +0 -6
  11. package/System.Collections/internal/index.d.ts +1 -0
  12. package/System.Collections.Concurrent/bindings.json +0 -40
  13. package/System.Collections.Concurrent/internal/index.d.ts +0 -2
  14. package/System.Collections.Generic/bindings.json +37 -777
  15. package/System.Collections.Generic/internal/index.d.ts +24 -33
  16. package/System.Collections.ObjectModel/bindings.json +2197 -3097
  17. package/System.Collections.ObjectModel/internal/index.d.ts +2 -43
  18. package/System.Collections.Specialized/bindings.json +0 -60
  19. package/System.Collections.Specialized/internal/index.d.ts +1 -4
  20. package/System.ComponentModel/bindings.json +2 -422
  21. package/System.ComponentModel/internal/index.d.ts +1 -21
  22. package/System.ComponentModel.DataAnnotations/bindings.json +0 -20
  23. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +1 -2
  24. package/System.ComponentModel.Design/bindings.json +0 -200
  25. package/System.ComponentModel.Design/internal/index.d.ts +7 -12
  26. package/System.Data/bindings.json +60 -1600
  27. package/System.Data/internal/index.d.ts +30 -100
  28. package/System.Data.Common/bindings.json +3 -103
  29. package/System.Data.Common/internal/index.d.ts +11 -6
  30. package/System.Data.SqlTypes/bindings.json +0 -100
  31. package/System.Data.SqlTypes/internal/index.d.ts +5 -10
  32. package/System.Diagnostics/bindings.json +2 -342
  33. package/System.Diagnostics/internal/index.d.ts +4 -18
  34. package/System.Diagnostics.Metrics/bindings.json +0 -60
  35. package/System.Diagnostics.Tracing/bindings.json +0 -100
  36. package/System.Diagnostics.Tracing/internal/index.d.ts +5 -10
  37. package/System.Dynamic/bindings.json +48 -68
  38. package/System.Dynamic/internal/index.d.ts +0 -1
  39. package/System.Formats.Asn1/bindings.json +0 -20
  40. package/System.Formats.Asn1/internal/index.d.ts +1 -2
  41. package/System.Globalization/bindings.json +0 -300
  42. package/System.Globalization/internal/index.d.ts +15 -30
  43. package/System.IO/bindings.json +216 -1456
  44. package/System.IO/internal/index.d.ts +14 -74
  45. package/System.IO.Compression/bindings.json +16 -436
  46. package/System.IO.Compression/internal/index.d.ts +1 -22
  47. package/System.IO.IsolatedStorage/bindings.json +10 -90
  48. package/System.IO.IsolatedStorage/internal/index.d.ts +1 -5
  49. package/System.IO.MemoryMappedFiles/bindings.json +2 -22
  50. package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -2
  51. package/System.IO.Pipes/bindings.json +7 -327
  52. package/System.IO.Pipes/internal/index.d.ts +5 -21
  53. package/System.Linq/bindings.json +0 -60
  54. package/System.Linq/internal/index.d.ts +1 -3
  55. package/System.Net/bindings.json +1 -241
  56. package/System.Net/internal/index.d.ts +15 -14
  57. package/System.Net.Http/bindings.json +15 -555
  58. package/System.Net.Http/internal/index.d.ts +11 -28
  59. package/System.Net.Http.Headers/bindings.json +0 -180
  60. package/System.Net.Http.Headers/internal/index.d.ts +0 -9
  61. package/System.Net.Http.Json/bindings.json +0 -40
  62. package/System.Net.Http.Json/internal/index.d.ts +0 -2
  63. package/System.Net.Mail/bindings.json +1863 -3283
  64. package/System.Net.Mail/internal/index.d.ts +1 -63
  65. package/System.Net.NetworkInformation/bindings.json +1 -41
  66. package/System.Net.NetworkInformation/internal/index.d.ts +1 -3
  67. package/System.Net.Quic/bindings.json +7 -107
  68. package/System.Net.Quic/internal/index.d.ts +4 -6
  69. package/System.Net.Security/bindings.json +15 -175
  70. package/System.Net.Security/internal/index.d.ts +0 -8
  71. package/System.Net.Sockets/bindings.json +4 -184
  72. package/System.Net.Sockets/internal/index.d.ts +2 -10
  73. package/System.Net.WebSockets/bindings.json +13 -173
  74. package/System.Net.WebSockets/internal/index.d.ts +1 -7
  75. package/System.Reflection/bindings.json +613 -2253
  76. package/System.Reflection/internal/index.d.ts +19 -96
  77. package/System.Reflection.Emit/bindings.json +4539 -7379
  78. package/System.Reflection.Emit/internal/index.d.ts +10 -151
  79. package/System.Reflection.Metadata/bindings.json +0 -20
  80. package/System.Reflection.Metadata/internal/index.d.ts +4 -2
  81. package/System.Reflection.PortableExecutable/bindings.json +0 -20
  82. package/System.Resources/bindings.json +0 -40
  83. package/System.Resources/internal/index.d.ts +2 -4
  84. package/System.Runtime/bindings.json +0 -20
  85. package/System.Runtime/internal/index.d.ts +1 -2
  86. package/System.Runtime.InteropServices/bindings.json +0 -220
  87. package/System.Runtime.InteropServices/internal/index.d.ts +8 -19
  88. package/System.Runtime.InteropServices.JavaScript/bindings.json +0 -20
  89. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -2
  90. package/System.Runtime.Serialization/bindings.json +0 -40
  91. package/System.Runtime.Serialization/internal/index.d.ts +3 -4
  92. package/System.Security/bindings.json +0 -20
  93. package/System.Security/internal/index.d.ts +1 -2
  94. package/System.Security.AccessControl/bindings.json +2 -362
  95. package/System.Security.AccessControl/internal/index.d.ts +1 -18
  96. package/System.Security.Authentication/bindings.json +0 -40
  97. package/System.Security.Authentication/internal/index.d.ts +2 -4
  98. package/System.Security.Authentication.ExtendedProtection/bindings.json +0 -80
  99. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -4
  100. package/System.Security.Cryptography/bindings.json +786 -6966
  101. package/System.Security.Cryptography/internal/index.d.ts +22 -242
  102. package/System.Security.Cryptography.X509Certificates/bindings.json +0 -460
  103. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +13 -22
  104. package/System.Security.Principal/bindings.json +0 -20
  105. package/System.Security.Principal/internal/index.d.ts +2 -2
  106. package/System.Text/bindings.json +51 -475
  107. package/System.Text/internal/index.d.ts +6 -25
  108. package/System.Text.RegularExpressions/bindings.json +0 -20
  109. package/System.Text.RegularExpressions/internal/index.d.ts +1 -2
  110. package/System.Threading/bindings.json +0 -400
  111. package/System.Threading/internal/index.d.ts +10 -30
  112. package/System.Threading.Channels/bindings.json +0 -20
  113. package/System.Threading.Channels/internal/index.d.ts +1 -2
  114. package/System.Threading.Tasks/bindings.json +60 -240
  115. package/System.Threading.Tasks/internal/index.d.ts +18 -8
  116. package/System.Timers/bindings.json +1 -1
  117. package/System.Transactions/bindings.json +0 -220
  118. package/System.Transactions/internal/index.d.ts +8 -19
  119. package/System.Xml/bindings.json +67 -1767
  120. package/System.Xml/internal/index.d.ts +39 -103
  121. package/System.Xml.Linq/bindings.json +0 -200
  122. package/System.Xml.Linq/internal/index.d.ts +10 -18
  123. package/System.Xml.Resolvers/bindings.json +0 -20
  124. package/System.Xml.Resolvers/internal/index.d.ts +0 -1
  125. package/System.Xml.Schema/bindings.json +0 -160
  126. package/System.Xml.Schema/internal/index.d.ts +6 -7
  127. package/System.Xml.Serialization/bindings.json +77 -717
  128. package/System.Xml.Serialization/internal/index.d.ts +21 -32
  129. package/System.Xml.Xsl/bindings.json +0 -60
  130. package/System.Xml.Xsl/internal/index.d.ts +1 -4
  131. package/System.Xml.Xsl.Runtime/bindings.json +404 -1064
  132. package/System.Xml.Xsl.Runtime/internal/index.d.ts +1 -34
  133. package/package.json +2 -2
@@ -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
  }
@@ -531,7 +527,6 @@ export interface AesCryptoServiceProvider$instance extends Aes$instance {
531
527
  GenerateIV(): void;
532
528
  GenerateKey(): void;
533
529
  SetKeyCore(key: ReadOnlySpan_1<System_Internal.Byte>): void;
534
- SetKeyCore(key: ReadOnlySpan_1<System_Internal.Byte>): void;
535
530
  }
536
531
 
537
532
 
@@ -602,7 +597,6 @@ export interface AesManaged$instance extends Aes$instance {
602
597
  GenerateIV(): void;
603
598
  GenerateKey(): void;
604
599
  SetKeyCore(key: ReadOnlySpan_1<System_Internal.Byte>): void;
605
- SetKeyCore(key: ReadOnlySpan_1<System_Internal.Byte>): void;
606
600
  }
607
601
 
608
602
 
@@ -811,12 +805,11 @@ export const AsymmetricSignatureFormatter: (abstract new() => AsymmetricSignatur
811
805
 
812
806
  export type AsymmetricSignatureFormatter = AsymmetricSignatureFormatter$instance;
813
807
 
814
- export interface AuthenticationTagMismatchException$instance extends CryptographicException$instance {
808
+ export interface AuthenticationTagMismatchException$instance extends CryptographicException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
815
809
  readonly __tsonic_type_System_Security_Cryptography_AuthenticationTagMismatchException: never;
816
810
 
817
811
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
818
812
 
819
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
820
813
  }
821
814
 
822
815
 
@@ -1068,21 +1061,6 @@ export interface CngPropertyCollection$instance extends Collection_1<CngProperty
1068
1061
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
1069
1062
  readonly __tsonic_iface_System_Collections_IList: never;
1070
1063
 
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
1064
  }
1087
1065
 
1088
1066
 
@@ -1280,8 +1258,6 @@ export interface CompositeMLDsaCng$instance extends CompositeMLDsa$instance {
1280
1258
 
1281
1259
  readonly __tsonic_iface_System_IDisposable: never;
1282
1260
 
1283
- Dispose(): void;
1284
- Dispose(disposing: boolean): void;
1285
1261
  ExportCompositeMLDsaPrivateKeyCore(destination: Span_1<System_Internal.Byte>): int;
1286
1262
  ExportCompositeMLDsaPublicKeyCore(destination: Span_1<System_Internal.Byte>): int;
1287
1263
  GetKey(): CngKey;
@@ -1323,12 +1299,11 @@ export const CryptoConfig: {
1323
1299
 
1324
1300
  export type CryptoConfig = CryptoConfig$instance;
1325
1301
 
1326
- export interface CryptographicException$instance extends SystemException {
1302
+ export interface CryptographicException$instance extends SystemException, System_Runtime_Serialization_Internal.ISerializable$instance {
1327
1303
  readonly __tsonic_type_System_Security_Cryptography_CryptographicException: never;
1328
1304
 
1329
1305
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1330
1306
 
1331
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1332
1307
  }
1333
1308
 
1334
1309
 
@@ -1348,12 +1323,11 @@ export interface __CryptographicException$views {
1348
1323
  export type CryptographicException = CryptographicException$instance & __CryptographicException$views;
1349
1324
 
1350
1325
 
1351
- export interface CryptographicUnexpectedOperationException$instance extends CryptographicException$instance {
1326
+ export interface CryptographicUnexpectedOperationException$instance extends CryptographicException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
1352
1327
  readonly __tsonic_type_System_Security_Cryptography_CryptographicUnexpectedOperationException: never;
1353
1328
 
1354
1329
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1355
1330
 
1356
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1357
1331
  }
1358
1332
 
1359
1333
 
@@ -1408,18 +1382,14 @@ export interface CryptoStream$instance extends Stream {
1408
1382
  ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
1409
1383
  ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
1410
1384
  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
1385
  ReadByte(): int;
1414
1386
  Seek(offset: long, origin: SeekOrigin): long;
1415
1387
  SetLength(value: long): void;
1416
1388
  Write(buffer: byte[], offset: int, count: int): void;
1417
1389
  Write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
1418
- Write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
1419
1390
  WriteAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task;
1420
1391
  WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
1421
1392
  WriteAsync(buffer: byte[], offset: int, count: int): Task;
1422
- WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
1423
1393
  WriteByte(value: byte): void;
1424
1394
  }
1425
1395
 
@@ -1516,8 +1486,6 @@ export interface DES$instance extends SymmetricAlgorithm$instance {
1516
1486
  readonly __tsonic_iface_System_IDisposable: never;
1517
1487
 
1518
1488
  Key: byte[];
1519
- Dispose(): void;
1520
- Dispose(disposing: boolean): void;
1521
1489
  }
1522
1490
 
1523
1491
 
@@ -1557,7 +1525,6 @@ export interface DESCryptoServiceProvider$instance extends DES$instance {
1557
1525
  GenerateIV(): void;
1558
1526
  GenerateKey(): void;
1559
1527
  SetKeyCore(key: ReadOnlySpan_1<System_Internal.Byte>): void;
1560
- SetKeyCore(key: ReadOnlySpan_1<System_Internal.Byte>): void;
1561
1528
  }
1562
1529
 
1563
1530
 
@@ -1581,8 +1548,6 @@ export interface DSA$instance extends AsymmetricAlgorithm$instance {
1581
1548
  CreateSignature(rgbHash: byte[]): byte[];
1582
1549
  CreateSignature(rgbHash: byte[], signatureFormat: DSASignatureFormat): byte[];
1583
1550
  CreateSignatureCore(hash: ReadOnlySpan_1<System_Internal.Byte>, signatureFormat: DSASignatureFormat): byte[];
1584
- Dispose(): void;
1585
- Dispose(disposing: boolean): void;
1586
1551
  ExportParameters(includePrivateParameters: boolean): DSAParameters;
1587
1552
  FromXmlString(xmlString: string): void;
1588
1553
  GetMaxSignatureSize(signatureFormat: DSASignatureFormat): int;
@@ -1590,16 +1555,11 @@ export interface DSA$instance extends AsymmetricAlgorithm$instance {
1590
1555
  HashData(data: Stream, hashAlgorithm: HashAlgorithmName): byte[];
1591
1556
  ImportEncryptedPkcs8PrivateKey(passwordBytes: ReadOnlySpan_1<System_Internal.Byte>, source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
1592
1557
  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
1558
  ImportFromEncryptedPem(input: ReadOnlySpan_1<System_Internal.Char>, password: ReadOnlySpan_1<System_Internal.Char>): void;
1595
1559
  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
1560
  ImportFromPem(input: ReadOnlySpan_1<System_Internal.Char>): void;
1599
1561
  ImportParameters(parameters: DSAParameters): void;
1600
1562
  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
1563
  ImportSubjectPublicKeyInfo(source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
1604
1564
  SignData(data: byte[], hashAlgorithm: HashAlgorithmName): byte[];
1605
1565
  SignData(data: byte[], hashAlgorithm: HashAlgorithmName, signatureFormat: DSASignatureFormat): byte[];
@@ -1615,11 +1575,8 @@ export interface DSA$instance extends AsymmetricAlgorithm$instance {
1615
1575
  TryCreateSignatureCore(hash: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, signatureFormat: DSASignatureFormat, bytesWritten: int): boolean;
1616
1576
  TryExportEncryptedPkcs8PrivateKey(passwordBytes: ReadOnlySpan_1<System_Internal.Byte>, pbeParameters: PbeParameters, destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
1617
1577
  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
1578
  TryExportPkcs8PrivateKey(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
1621
1579
  TryExportSubjectPublicKeyInfo(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
1622
- TryExportSubjectPublicKeyInfo(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
1623
1580
  TryHashData(data: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, bytesWritten: int): boolean;
1624
1581
  TrySignData(data: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, bytesWritten: int): boolean;
1625
1582
  TrySignData(data: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, signatureFormat: DSASignatureFormat, bytesWritten: int): boolean;
@@ -1663,8 +1620,6 @@ export interface DSACng$instance extends DSA$instance {
1663
1620
  readonly Key: CngKey;
1664
1621
  CreateSignature(rgbHash: byte[]): byte[];
1665
1622
  CreateSignature(rgbHash: byte[], signatureFormat: DSASignatureFormat): byte[];
1666
- Dispose(): void;
1667
- Dispose(disposing: boolean): void;
1668
1623
  ExportParameters(includePrivateParameters: boolean): DSAParameters;
1669
1624
  ImportParameters(parameters: DSAParameters): void;
1670
1625
  VerifySignature(rgbHash: byte[], rgbSignature: byte[]): boolean;
@@ -1713,8 +1668,9 @@ export interface DSACryptoServiceProvider$instance extends DSA$instance, ICspAsy
1713
1668
  ImportCspBlob(keyBlob: byte[]): void;
1714
1669
  ImportEncryptedPkcs8PrivateKey(passwordBytes: ReadOnlySpan_1<System_Internal.Byte>, source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
1715
1670
  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
1671
  ImportParameters(parameters: DSAParameters): void;
1672
+ SignData(buffer: byte[]): byte[];
1673
+ SignData(buffer: byte[], offset: int, count: int): byte[];
1718
1674
  SignData(inputStream: Stream): byte[];
1719
1675
  SignData(data: byte[], offset: int, count: int, hashAlgorithm: HashAlgorithmName): byte[];
1720
1676
  SignData(data: Stream, hashAlgorithm: HashAlgorithmName): byte[];
@@ -1725,19 +1681,16 @@ export interface DSACryptoServiceProvider$instance extends DSA$instance, ICspAsy
1725
1681
  SignHash(rgbHash: byte[], str: string): byte[];
1726
1682
  ToXmlString(includePrivateParameters: boolean): string;
1727
1683
  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
1684
  TryCreateSignature(hash: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, signatureFormat: DSASignatureFormat, bytesWritten: int): boolean;
1730
1685
  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
1686
  TrySignData(data: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, bytesWritten: int): boolean;
1734
1687
  TrySignData(data: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, signatureFormat: DSASignatureFormat, bytesWritten: int): boolean;
1688
+ VerifyData(rgbData: byte[], rgbSignature: byte[]): boolean;
1735
1689
  VerifyData(data: byte[], offset: int, count: int, signature: byte[], hashAlgorithm: HashAlgorithmName): boolean;
1736
1690
  VerifyData(data: Stream, signature: byte[], hashAlgorithm: HashAlgorithmName): boolean;
1737
1691
  VerifyData(data: ReadOnlySpan_1<System_Internal.Byte>, signature: ReadOnlySpan_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName): boolean;
1738
1692
  VerifyData(data: byte[], signature: byte[], hashAlgorithm: HashAlgorithmName): boolean;
1739
1693
  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
1694
  VerifyData(data: byte[], signature: byte[], hashAlgorithm: HashAlgorithmName, signatureFormat: DSASignatureFormat): boolean;
1742
1695
  VerifyData(data: Stream, signature: byte[], hashAlgorithm: HashAlgorithmName, signatureFormat: DSASignatureFormat): boolean;
1743
1696
  VerifyData(data: ReadOnlySpan_1<System_Internal.Byte>, signature: ReadOnlySpan_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, signatureFormat: DSASignatureFormat): boolean;
@@ -1745,7 +1698,6 @@ export interface DSACryptoServiceProvider$instance extends DSA$instance, ICspAsy
1745
1698
  VerifySignature(rgbHash: byte[], rgbSignature: byte[]): boolean;
1746
1699
  VerifySignature(hash: ReadOnlySpan_1<System_Internal.Byte>, signature: ReadOnlySpan_1<System_Internal.Byte>): boolean;
1747
1700
  VerifySignature(rgbHash: byte[], rgbSignature: byte[], signatureFormat: DSASignatureFormat): boolean;
1748
- VerifySignature(hash: ReadOnlySpan_1<System_Internal.Byte>, signature: ReadOnlySpan_1<System_Internal.Byte>): boolean;
1749
1701
  VerifySignature(hash: ReadOnlySpan_1<System_Internal.Byte>, signature: ReadOnlySpan_1<System_Internal.Byte>, signatureFormat: DSASignatureFormat): boolean;
1750
1702
  }
1751
1703
 
@@ -1782,20 +1734,15 @@ export interface DSAOpenSsl$instance extends DSA$instance {
1782
1734
  ExportParameters(includePrivateParameters: boolean): DSAParameters;
1783
1735
  ImportEncryptedPkcs8PrivateKey(passwordBytes: ReadOnlySpan_1<System_Internal.Byte>, source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
1784
1736
  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
1737
  ImportParameters(parameters: DSAParameters): void;
1787
1738
  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
1739
  TryCreateSignature(hash: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, signatureFormat: DSASignatureFormat, bytesWritten: int): boolean;
1790
1740
  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
1741
  VerifySignature(rgbHash: byte[], rgbSignature: byte[]): boolean;
1793
1742
  VerifySignature(hash: ReadOnlySpan_1<System_Internal.Byte>, signature: ReadOnlySpan_1<System_Internal.Byte>): boolean;
1794
1743
  VerifySignature(rgbHash: byte[], rgbSignature: byte[], signatureFormat: DSASignatureFormat): boolean;
1795
- VerifySignature(hash: ReadOnlySpan_1<System_Internal.Byte>, signature: ReadOnlySpan_1<System_Internal.Byte>): boolean;
1796
1744
  VerifySignature(hash: ReadOnlySpan_1<System_Internal.Byte>, signature: ReadOnlySpan_1<System_Internal.Byte>, signatureFormat: DSASignatureFormat): boolean;
1797
1745
  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
1746
  }
1800
1747
 
1801
1748
 
@@ -1856,8 +1803,6 @@ export interface ECAlgorithm$instance extends AsymmetricAlgorithm$instance {
1856
1803
 
1857
1804
  readonly __tsonic_iface_System_IDisposable: never;
1858
1805
 
1859
- Dispose(): void;
1860
- Dispose(disposing: boolean): void;
1861
1806
  ExportECPrivateKey(): byte[];
1862
1807
  ExportECPrivateKeyPem(): string;
1863
1808
  ExportExplicitParameters(includePrivateParameters: boolean): ECParameters;
@@ -1866,26 +1811,18 @@ export interface ECAlgorithm$instance extends AsymmetricAlgorithm$instance {
1866
1811
  ImportECPrivateKey(source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
1867
1812
  ImportEncryptedPkcs8PrivateKey(passwordBytes: ReadOnlySpan_1<System_Internal.Byte>, source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
1868
1813
  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
1814
  ImportFromEncryptedPem(input: ReadOnlySpan_1<System_Internal.Char>, password: ReadOnlySpan_1<System_Internal.Char>): void;
1871
1815
  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
1816
  ImportFromPem(input: ReadOnlySpan_1<System_Internal.Char>): void;
1875
1817
  ImportParameters(parameters: ECParameters): void;
1876
1818
  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
1819
  ImportSubjectPublicKeyInfo(source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
1880
1820
  TryExportECPrivateKey(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
1881
1821
  TryExportECPrivateKeyPem(destination: Span_1<System_Internal.Char>, charsWritten: int): boolean;
1882
1822
  TryExportEncryptedPkcs8PrivateKey(passwordBytes: ReadOnlySpan_1<System_Internal.Byte>, pbeParameters: PbeParameters, destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
1883
1823
  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
- TryExportPkcs8PrivateKey(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
1886
1824
  TryExportPkcs8PrivateKey(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
1887
1825
  TryExportSubjectPublicKeyInfo(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
1888
- TryExportSubjectPublicKeyInfo(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
1889
1826
  }
1890
1827
 
1891
1828
 
@@ -1915,8 +1852,6 @@ export interface ECDiffieHellman$instance extends ECAlgorithm$instance {
1915
1852
  DeriveKeyMaterial(otherPartyPublicKey: ECDiffieHellmanPublicKey): byte[];
1916
1853
  DeriveKeyTls(otherPartyPublicKey: ECDiffieHellmanPublicKey, prfLabel: byte[], prfSeed: byte[]): byte[];
1917
1854
  DeriveRawSecretAgreement(otherPartyPublicKey: ECDiffieHellmanPublicKey): byte[];
1918
- Dispose(): void;
1919
- Dispose(disposing: boolean): void;
1920
1855
  FromXmlString(xmlString: string): void;
1921
1856
  ToXmlString(includePrivateParameters: boolean): string;
1922
1857
  }
@@ -1957,12 +1892,13 @@ export interface ECDiffieHellmanCng$instance extends ECDiffieHellman$instance {
1957
1892
  get Seed(): byte[] | undefined;
1958
1893
  set Seed(value: byte[] | undefined);
1959
1894
  readonly UseSecretAgreementAsHmacKey: boolean;
1895
+ DeriveKeyMaterial(otherPartyPublicKey: CngKey): byte[];
1960
1896
  DeriveKeyMaterial(otherPartyPublicKey: ECDiffieHellmanPublicKey): byte[];
1961
1897
  DeriveSecretAgreementHandle(otherPartyPublicKey: CngKey): SafeNCryptSecretHandle;
1962
1898
  DeriveSecretAgreementHandle(otherPartyPublicKey: ECDiffieHellmanPublicKey): SafeNCryptSecretHandle;
1963
- Dispose(): void;
1964
- Dispose(disposing: boolean): void;
1899
+ FromXmlString(xml: string, format: ECKeyXmlFormat): void;
1965
1900
  FromXmlString(xmlString: string): void;
1901
+ ToXmlString(format: ECKeyXmlFormat): string;
1966
1902
  ToXmlString(includePrivateParameters: boolean): string;
1967
1903
  }
1968
1904
 
@@ -2031,7 +1967,6 @@ export interface ECDiffieHellmanOpenSsl$instance extends ECDiffieHellman$instanc
2031
1967
  GenerateKey(curve: ECCurve): void;
2032
1968
  ImportEncryptedPkcs8PrivateKey(passwordBytes: ReadOnlySpan_1<System_Internal.Byte>, source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
2033
1969
  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
1970
  ImportParameters(parameters: ECParameters): void;
2036
1971
  }
2037
1972
 
@@ -2086,8 +2021,6 @@ export interface ECDsa$instance extends ECAlgorithm$instance {
2086
2021
 
2087
2022
  readonly KeyExchangeAlgorithm: string | undefined;
2088
2023
  readonly SignatureAlgorithm: string | string | undefined;
2089
- Dispose(): void;
2090
- Dispose(disposing: boolean): void;
2091
2024
  FromXmlString(xmlString: string): void;
2092
2025
  GetMaxSignatureSize(signatureFormat: DSASignatureFormat): int;
2093
2026
  HashData(data: byte[], offset: int, count: int, hashAlgorithm: HashAlgorithmName): byte[];
@@ -2159,9 +2092,10 @@ export interface ECDsaCng$instance extends ECDsa$instance {
2159
2092
 
2160
2093
  HashAlgorithm: CngAlgorithm;
2161
2094
  readonly Key: CngKey;
2162
- Dispose(): void;
2163
- Dispose(disposing: boolean): void;
2095
+ FromXmlString(xml: string, format: ECKeyXmlFormat): void;
2164
2096
  FromXmlString(xmlString: string): void;
2097
+ SignData(data: byte[]): byte[];
2098
+ SignData(data: byte[], offset: int, count: int): byte[];
2165
2099
  SignData(data: Stream): byte[];
2166
2100
  SignData(data: byte[], hashAlgorithm: HashAlgorithmName): byte[];
2167
2101
  SignData(data: byte[], offset: int, count: int, hashAlgorithm: HashAlgorithmName): byte[];
@@ -2179,7 +2113,10 @@ export interface ECDsaCng$instance extends ECDsa$instance {
2179
2113
  SignHash(hash: ReadOnlySpan_1<System_Internal.Byte>): byte[];
2180
2114
  SignHash(hash: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, signatureFormat: DSASignatureFormat): int;
2181
2115
  SignHash(hash: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>): int;
2116
+ ToXmlString(format: ECKeyXmlFormat): string;
2182
2117
  ToXmlString(includePrivateParameters: boolean): string;
2118
+ VerifyData(data: byte[], signature: byte[]): boolean;
2119
+ VerifyData(data: byte[], offset: int, count: int, signature: byte[]): boolean;
2183
2120
  VerifyData(data: Stream, signature: byte[]): boolean;
2184
2121
  VerifyData(data: byte[], signature: byte[], hashAlgorithm: HashAlgorithmName): boolean;
2185
2122
  VerifyData(data: byte[], offset: int, count: int, signature: byte[], hashAlgorithm: HashAlgorithmName): boolean;
@@ -2226,7 +2163,6 @@ export interface ECDsaOpenSsl$instance extends ECDsa$instance {
2226
2163
  GenerateKey(curve: ECCurve): void;
2227
2164
  ImportEncryptedPkcs8PrivateKey(passwordBytes: ReadOnlySpan_1<System_Internal.Byte>, source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
2228
2165
  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
2166
  ImportParameters(parameters: ECParameters): void;
2231
2167
  SignHash(hash: byte[]): byte[];
2232
2168
  SignHash(hash: byte[], signatureFormat: DSASignatureFormat): byte[];
@@ -2235,17 +2171,13 @@ export interface ECDsaOpenSsl$instance extends ECDsa$instance {
2235
2171
  SignHash(hash: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, signatureFormat: DSASignatureFormat): int;
2236
2172
  SignHash(hash: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>): int;
2237
2173
  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
2174
  TrySignHash(hash: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, signatureFormat: DSASignatureFormat, bytesWritten: int): boolean;
2240
2175
  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
2176
  VerifyHash(hash: byte[], signature: byte[]): boolean;
2243
2177
  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
2178
  VerifyHash(hash: byte[], signature: byte[], signatureFormat: DSASignatureFormat): boolean;
2246
2179
  VerifyHash(hash: ReadOnlySpan_1<System_Internal.Byte>, signature: ReadOnlySpan_1<System_Internal.Byte>, signatureFormat: DSASignatureFormat): boolean;
2247
2180
  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
2181
  }
2250
2182
 
2251
2183
 
@@ -2354,12 +2286,8 @@ export interface HMAC$instance extends KeyedHashAlgorithm$instance {
2354
2286
  Dispose(): void;
2355
2287
  HashCore(rgb: byte[], ib: int, cb: int): void;
2356
2288
  HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
2357
- HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
2358
2289
  HashFinal(): byte[];
2359
2290
  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
2291
  TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
2364
2292
  }
2365
2293
 
@@ -2387,12 +2315,8 @@ export interface HMACMD5$instance extends HMAC$instance {
2387
2315
  Dispose(): void;
2388
2316
  HashCore(rgb: byte[], ib: int, cb: int): void;
2389
2317
  HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
2390
- HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
2391
2318
  HashFinal(): byte[];
2392
2319
  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
2320
  TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
2397
2321
  }
2398
2322
 
@@ -2434,12 +2358,8 @@ export interface HMACSHA1$instance extends HMAC$instance {
2434
2358
  Dispose(): void;
2435
2359
  HashCore(rgb: byte[], ib: int, cb: int): void;
2436
2360
  HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
2437
- HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
2438
2361
  HashFinal(): byte[];
2439
2362
  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
2363
  TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
2444
2364
  }
2445
2365
 
@@ -2482,12 +2402,8 @@ export interface HMACSHA256$instance extends HMAC$instance {
2482
2402
  Dispose(): void;
2483
2403
  HashCore(rgb: byte[], ib: int, cb: int): void;
2484
2404
  HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
2485
- HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
2486
2405
  HashFinal(): byte[];
2487
2406
  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
2407
  TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
2492
2408
  }
2493
2409
 
@@ -2529,12 +2445,8 @@ export interface HMACSHA3_256$instance extends HMAC$instance {
2529
2445
  Dispose(): void;
2530
2446
  HashCore(rgb: byte[], ib: int, cb: int): void;
2531
2447
  HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
2532
- HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
2533
2448
  HashFinal(): byte[];
2534
2449
  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
2450
  TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
2539
2451
  }
2540
2452
 
@@ -2577,12 +2489,8 @@ export interface HMACSHA3_384$instance extends HMAC$instance {
2577
2489
  Dispose(): void;
2578
2490
  HashCore(rgb: byte[], ib: int, cb: int): void;
2579
2491
  HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
2580
- HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
2581
2492
  HashFinal(): byte[];
2582
2493
  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
2494
  TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
2587
2495
  }
2588
2496
 
@@ -2625,12 +2533,8 @@ export interface HMACSHA3_512$instance extends HMAC$instance {
2625
2533
  Dispose(): void;
2626
2534
  HashCore(rgb: byte[], ib: int, cb: int): void;
2627
2535
  HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
2628
- HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
2629
2536
  HashFinal(): byte[];
2630
2537
  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
2538
  TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
2635
2539
  }
2636
2540
 
@@ -2674,12 +2578,8 @@ export interface HMACSHA384$instance extends HMAC$instance {
2674
2578
  Dispose(): void;
2675
2579
  HashCore(rgb: byte[], ib: int, cb: int): void;
2676
2580
  HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
2677
- HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
2678
2581
  HashFinal(): byte[];
2679
2582
  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
2583
  TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
2684
2584
  }
2685
2585
 
@@ -2722,12 +2622,8 @@ export interface HMACSHA512$instance extends HMAC$instance {
2722
2622
  Dispose(): void;
2723
2623
  HashCore(rgb: byte[], ib: int, cb: int): void;
2724
2624
  HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
2725
- HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
2726
2625
  HashFinal(): byte[];
2727
2626
  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
2627
  TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
2732
2628
  }
2733
2629
 
@@ -2802,8 +2698,6 @@ export interface KeyedHashAlgorithm$instance extends HashAlgorithm$instance {
2802
2698
  Key: byte[];
2803
2699
  Dispose(disposing: boolean): void;
2804
2700
  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
2701
  }
2808
2702
 
2809
2703
 
@@ -3010,10 +2904,6 @@ export interface MD5$instance extends HashAlgorithm$instance {
3010
2904
  readonly __tsonic_iface_System_IDisposable: never;
3011
2905
  readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
3012
2906
 
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
2907
  }
3018
2908
 
3019
2909
 
@@ -3049,12 +2939,8 @@ export interface MD5CryptoServiceProvider$instance extends MD5$instance {
3049
2939
  Dispose(): void;
3050
2940
  HashCore(array: byte[], ibStart: int, cbSize: int): void;
3051
2941
  HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
3052
- HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
3053
2942
  HashFinal(): byte[];
3054
2943
  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
2944
  TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
3059
2945
  }
3060
2946
 
@@ -3199,8 +3085,6 @@ export interface MLDsaCng$instance extends MLDsa$instance {
3199
3085
 
3200
3086
  readonly __tsonic_iface_System_IDisposable: never;
3201
3087
 
3202
- Dispose(): void;
3203
- Dispose(disposing: boolean): void;
3204
3088
  ExportMLDsaPrivateKeyCore(destination: Span_1<System_Internal.Byte>): void;
3205
3089
  ExportMLDsaPrivateSeedCore(destination: Span_1<System_Internal.Byte>): void;
3206
3090
  ExportMLDsaPublicKeyCore(destination: Span_1<System_Internal.Byte>): void;
@@ -3375,8 +3259,6 @@ export interface MLKemCng$instance extends MLKem$instance {
3375
3259
  readonly __tsonic_iface_System_IDisposable: never;
3376
3260
 
3377
3261
  DecapsulateCore(ciphertext: ReadOnlySpan_1<System_Internal.Byte>, sharedSecret: Span_1<System_Internal.Byte>): void;
3378
- Dispose(): void;
3379
- Dispose(disposing: boolean): void;
3380
3262
  EncapsulateCore(ciphertext: Span_1<System_Internal.Byte>, sharedSecret: Span_1<System_Internal.Byte>): void;
3381
3263
  ExportDecapsulationKeyCore(destination: Span_1<System_Internal.Byte>): void;
3382
3264
  ExportEncapsulationKeyCore(destination: Span_1<System_Internal.Byte>): void;
@@ -3613,8 +3495,6 @@ export interface RC2$instance extends SymmetricAlgorithm$instance {
3613
3495
 
3614
3496
  EffectiveKeySize: int;
3615
3497
  KeySize: int;
3616
- Dispose(): void;
3617
- Dispose(disposing: boolean): void;
3618
3498
  }
3619
3499
 
3620
3500
 
@@ -3654,7 +3534,6 @@ export interface RC2CryptoServiceProvider$instance extends RC2$instance {
3654
3534
  GenerateIV(): void;
3655
3535
  GenerateKey(): void;
3656
3536
  SetKeyCore(key: ReadOnlySpan_1<System_Internal.Byte>): void;
3657
- SetKeyCore(key: ReadOnlySpan_1<System_Internal.Byte>): void;
3658
3537
  }
3659
3538
 
3660
3539
 
@@ -3716,8 +3595,6 @@ export interface Rijndael$instance extends SymmetricAlgorithm$instance {
3716
3595
 
3717
3596
  readonly __tsonic_iface_System_IDisposable: never;
3718
3597
 
3719
- Dispose(): void;
3720
- Dispose(disposing: boolean): void;
3721
3598
  }
3722
3599
 
3723
3600
 
@@ -3778,10 +3655,8 @@ export interface RNGCryptoServiceProvider$instance extends RandomNumberGenerator
3778
3655
  GetBytes(data: byte[]): void;
3779
3656
  GetBytes(data: byte[], offset: int, count: int): void;
3780
3657
  GetBytes(data: Span_1<System_Internal.Byte>): void;
3781
- GetBytes(data: Span_1<System_Internal.Byte>): void;
3782
3658
  GetNonZeroBytes(data: byte[]): void;
3783
3659
  GetNonZeroBytes(data: Span_1<System_Internal.Byte>): void;
3784
- GetNonZeroBytes(data: Span_1<System_Internal.Byte>): void;
3785
3660
  }
3786
3661
 
3787
3662
 
@@ -3811,8 +3686,6 @@ export interface RSA$instance extends AsymmetricAlgorithm$instance {
3811
3686
  Decrypt(data: ReadOnlySpan_1<System_Internal.Byte>, padding: RSAEncryptionPadding): byte[];
3812
3687
  Decrypt(data: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, padding: RSAEncryptionPadding): int;
3813
3688
  DecryptValue(rgb: byte[]): byte[];
3814
- Dispose(): void;
3815
- Dispose(disposing: boolean): void;
3816
3689
  Encrypt(data: byte[], padding: RSAEncryptionPadding): byte[];
3817
3690
  Encrypt(data: ReadOnlySpan_1<System_Internal.Byte>, padding: RSAEncryptionPadding): byte[];
3818
3691
  Encrypt(data: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, padding: RSAEncryptionPadding): int;
@@ -3828,19 +3701,14 @@ export interface RSA$instance extends AsymmetricAlgorithm$instance {
3828
3701
  HashData(data: Stream, hashAlgorithm: HashAlgorithmName): byte[];
3829
3702
  ImportEncryptedPkcs8PrivateKey(passwordBytes: ReadOnlySpan_1<System_Internal.Byte>, source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
3830
3703
  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
3704
  ImportFromEncryptedPem(input: ReadOnlySpan_1<System_Internal.Char>, password: ReadOnlySpan_1<System_Internal.Char>): void;
3833
3705
  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
3706
  ImportFromPem(input: ReadOnlySpan_1<System_Internal.Char>): void;
3837
3707
  ImportParameters(parameters: RSAParameters): void;
3838
3708
  ImportPkcs8PrivateKey(source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
3839
- ImportPkcs8PrivateKey(source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
3840
3709
  ImportRSAPrivateKey(source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
3841
3710
  ImportRSAPublicKey(source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
3842
3711
  ImportSubjectPublicKeyInfo(source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
3843
- ImportSubjectPublicKeyInfo(source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
3844
3712
  SignData(data: byte[], hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): byte[];
3845
3713
  SignData(data: byte[], offset: int, count: int, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): byte[];
3846
3714
  SignData(data: Stream, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): byte[];
@@ -3854,15 +3722,12 @@ export interface RSA$instance extends AsymmetricAlgorithm$instance {
3854
3722
  TryEncrypt(data: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, padding: RSAEncryptionPadding, bytesWritten: int): boolean;
3855
3723
  TryExportEncryptedPkcs8PrivateKey(password: ReadOnlySpan_1<System_Internal.Char>, pbeParameters: PbeParameters, destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
3856
3724
  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
3725
  TryExportPkcs8PrivateKey(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
3860
3726
  TryExportRSAPrivateKey(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
3861
3727
  TryExportRSAPrivateKeyPem(destination: Span_1<System_Internal.Char>, charsWritten: int): boolean;
3862
3728
  TryExportRSAPublicKey(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
3863
3729
  TryExportRSAPublicKeyPem(destination: Span_1<System_Internal.Char>, charsWritten: int): boolean;
3864
3730
  TryExportSubjectPublicKeyInfo(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
3865
- TryExportSubjectPublicKeyInfo(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
3866
3731
  TryHashData(data: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, bytesWritten: int): boolean;
3867
3732
  TrySignData(data: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding, bytesWritten: int): boolean;
3868
3733
  TrySignHash(hash: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding, bytesWritten: int): boolean;
@@ -3894,8 +3759,6 @@ export interface RSACng$instance extends RSA$instance {
3894
3759
  readonly __tsonic_iface_System_IDisposable: never;
3895
3760
 
3896
3761
  readonly Key: CngKey;
3897
- Dispose(): void;
3898
- Dispose(disposing: boolean): void;
3899
3762
  ExportParameters(includePrivateParameters: boolean): RSAParameters;
3900
3763
  ImportParameters(parameters: RSAParameters): void;
3901
3764
  }
@@ -3928,11 +3791,13 @@ export interface RSACryptoServiceProvider$instance extends RSA$instance, ICspAsy
3928
3791
  PersistKeyInCsp: boolean;
3929
3792
  readonly PublicOnly: boolean;
3930
3793
  readonly SignatureAlgorithm: string | string | undefined;
3794
+ Decrypt(rgb: byte[], fOAEP: boolean): byte[];
3931
3795
  Decrypt(data: byte[], padding: RSAEncryptionPadding): byte[];
3932
3796
  Decrypt(data: ReadOnlySpan_1<System_Internal.Byte>, padding: RSAEncryptionPadding): byte[];
3933
3797
  Decrypt(data: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, padding: RSAEncryptionPadding): int;
3934
3798
  Dispose(disposing: boolean): void;
3935
3799
  Dispose(): void;
3800
+ Encrypt(rgb: byte[], fOAEP: boolean): byte[];
3936
3801
  Encrypt(data: byte[], padding: RSAEncryptionPadding): byte[];
3937
3802
  Encrypt(data: ReadOnlySpan_1<System_Internal.Byte>, padding: RSAEncryptionPadding): byte[];
3938
3803
  Encrypt(data: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, padding: RSAEncryptionPadding): int;
@@ -3942,34 +3807,32 @@ export interface RSACryptoServiceProvider$instance extends RSA$instance, ICspAsy
3942
3807
  ImportCspBlob(keyBlob: byte[]): void;
3943
3808
  ImportEncryptedPkcs8PrivateKey(passwordBytes: ReadOnlySpan_1<System_Internal.Byte>, source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
3944
3809
  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
3810
  ImportParameters(parameters: RSAParameters): void;
3947
3811
  SignData(data: Stream, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): byte[];
3948
3812
  SignData(data: byte[], offset: int, count: int, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): byte[];
3813
+ SignData(buffer: byte[], offset: int, count: int, halg: unknown): byte[];
3814
+ SignData(buffer: byte[], halg: unknown): byte[];
3949
3815
  SignData(inputStream: Stream, halg: unknown): byte[];
3950
3816
  SignData(data: byte[], hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): byte[];
3951
3817
  SignData(data: ReadOnlySpan_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): byte[];
3952
3818
  SignData(data: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): int;
3953
3819
  SignHash(hash: byte[], hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): byte[];
3820
+ SignHash(rgbHash: byte[], str: string): byte[];
3954
3821
  SignHash(hash: ReadOnlySpan_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): byte[];
3955
3822
  SignHash(hash: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): int;
3956
3823
  ToXmlString(includePrivateParameters: boolean): string;
3957
3824
  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
3825
  TryEncrypt(data: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, padding: RSAEncryptionPadding, bytesWritten: int): boolean;
3960
- TryEncrypt(data: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, padding: RSAEncryptionPadding, bytesWritten: int): boolean;
3961
- TrySignData(data: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding, bytesWritten: int): boolean;
3962
3826
  TrySignData(data: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding, bytesWritten: int): boolean;
3963
3827
  TrySignHash(hash: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding, bytesWritten: int): boolean;
3964
- TrySignHash(hash: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding, bytesWritten: int): boolean;
3828
+ VerifyData(buffer: byte[], halg: unknown, signature: byte[]): boolean;
3965
3829
  VerifyData(data: byte[], offset: int, count: int, signature: byte[], hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): boolean;
3966
3830
  VerifyData(data: ReadOnlySpan_1<System_Internal.Byte>, signature: ReadOnlySpan_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): boolean;
3967
3831
  VerifyData(data: byte[], signature: byte[], hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): boolean;
3968
3832
  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
3833
  VerifyHash(hash: byte[], signature: byte[], hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): boolean;
3971
3834
  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;
3835
+ VerifyHash(rgbHash: byte[], str: string, rgbSignature: byte[]): boolean;
3973
3836
  }
3974
3837
 
3975
3838
 
@@ -4090,36 +3953,23 @@ export interface RSAOpenSsl$instance extends RSA$instance {
4090
3953
  ExportSubjectPublicKeyInfo(): byte[];
4091
3954
  ImportEncryptedPkcs8PrivateKey(passwordBytes: ReadOnlySpan_1<System_Internal.Byte>, source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
4092
3955
  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
3956
  ImportParameters(parameters: RSAParameters): void;
4095
3957
  ImportPkcs8PrivateKey(source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
4096
- ImportPkcs8PrivateKey(source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
4097
- ImportRSAPrivateKey(source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
4098
3958
  ImportRSAPrivateKey(source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
4099
3959
  ImportRSAPublicKey(source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
4100
- ImportRSAPublicKey(source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
4101
- ImportSubjectPublicKeyInfo(source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
4102
3960
  ImportSubjectPublicKeyInfo(source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): void;
4103
3961
  SignHash(hash: byte[], hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): byte[];
4104
3962
  SignHash(hash: ReadOnlySpan_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): byte[];
4105
3963
  SignHash(hash: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): int;
4106
3964
  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
3965
  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
3966
  TryExportPkcs8PrivateKey(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
4112
3967
  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
3968
  TryExportRSAPublicKey(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
4116
3969
  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
3970
  TrySignHash(hash: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding, bytesWritten: int): boolean;
4120
3971
  VerifyHash(hash: byte[], signature: byte[], hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): boolean;
4121
3972
  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
3973
  }
4124
3974
 
4125
3975
 
@@ -4250,8 +4100,6 @@ export interface SafeEvpPKeyHandle$instance extends SafeHandle {
4250
4100
  readonly __tsonic_iface_System_IDisposable: never;
4251
4101
 
4252
4102
  readonly IsInvalid: boolean;
4253
- Dispose(): void;
4254
- Dispose(disposing: boolean): void;
4255
4103
  DuplicateHandle(): SafeEvpPKeyHandle;
4256
4104
  ReleaseHandle(): boolean;
4257
4105
  }
@@ -4280,10 +4128,6 @@ export interface SHA1$instance extends HashAlgorithm$instance {
4280
4128
  readonly __tsonic_iface_System_IDisposable: never;
4281
4129
  readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
4282
4130
 
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
4131
  }
4288
4132
 
4289
4133
 
@@ -4319,12 +4163,8 @@ export interface SHA1CryptoServiceProvider$instance extends SHA1$instance {
4319
4163
  Dispose(): void;
4320
4164
  HashCore(array: byte[], ibStart: int, cbSize: int): void;
4321
4165
  HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
4322
- HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
4323
4166
  HashFinal(): byte[];
4324
4167
  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
4168
  TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
4329
4169
  }
4330
4170
 
@@ -4352,12 +4192,8 @@ export interface SHA1Managed$instance extends SHA1$instance {
4352
4192
  Dispose(): void;
4353
4193
  HashCore(array: byte[], ibStart: int, cbSize: int): void;
4354
4194
  HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
4355
- HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
4356
4195
  HashFinal(): byte[];
4357
4196
  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
4197
  TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
4362
4198
  }
4363
4199
 
@@ -4381,10 +4217,6 @@ export interface SHA256$instance extends HashAlgorithm$instance {
4381
4217
  readonly __tsonic_iface_System_IDisposable: never;
4382
4218
  readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
4383
4219
 
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
4220
  }
4389
4221
 
4390
4222
 
@@ -4420,12 +4252,8 @@ export interface SHA256CryptoServiceProvider$instance extends SHA256$instance {
4420
4252
  Dispose(): void;
4421
4253
  HashCore(array: byte[], ibStart: int, cbSize: int): void;
4422
4254
  HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
4423
- HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
4424
4255
  HashFinal(): byte[];
4425
4256
  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
4257
  TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
4430
4258
  }
4431
4259
 
@@ -4453,12 +4281,8 @@ export interface SHA256Managed$instance extends SHA256$instance {
4453
4281
  Dispose(): void;
4454
4282
  HashCore(array: byte[], ibStart: int, cbSize: int): void;
4455
4283
  HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
4456
- HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
4457
4284
  HashFinal(): byte[];
4458
4285
  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
4286
  TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
4463
4287
  }
4464
4288
 
@@ -4482,10 +4306,6 @@ export interface SHA3_256$instance extends HashAlgorithm$instance {
4482
4306
  readonly __tsonic_iface_System_IDisposable: never;
4483
4307
  readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
4484
4308
 
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
4309
  }
4490
4310
 
4491
4311
 
@@ -4518,10 +4338,6 @@ export interface SHA3_384$instance extends HashAlgorithm$instance {
4518
4338
  readonly __tsonic_iface_System_IDisposable: never;
4519
4339
  readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
4520
4340
 
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
4341
  }
4526
4342
 
4527
4343
 
@@ -4554,10 +4370,6 @@ export interface SHA3_512$instance extends HashAlgorithm$instance {
4554
4370
  readonly __tsonic_iface_System_IDisposable: never;
4555
4371
  readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
4556
4372
 
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
4373
  }
4562
4374
 
4563
4375
 
@@ -4590,10 +4402,6 @@ export interface SHA384$instance extends HashAlgorithm$instance {
4590
4402
  readonly __tsonic_iface_System_IDisposable: never;
4591
4403
  readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
4592
4404
 
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
4405
  }
4598
4406
 
4599
4407
 
@@ -4629,12 +4437,8 @@ export interface SHA384CryptoServiceProvider$instance extends SHA384$instance {
4629
4437
  Dispose(): void;
4630
4438
  HashCore(array: byte[], ibStart: int, cbSize: int): void;
4631
4439
  HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
4632
- HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
4633
4440
  HashFinal(): byte[];
4634
4441
  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
4442
  TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
4639
4443
  }
4640
4444
 
@@ -4662,12 +4466,8 @@ export interface SHA384Managed$instance extends SHA384$instance {
4662
4466
  Dispose(): void;
4663
4467
  HashCore(array: byte[], ibStart: int, cbSize: int): void;
4664
4468
  HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
4665
- HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
4666
4469
  HashFinal(): byte[];
4667
4470
  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
4471
  TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
4672
4472
  }
4673
4473
 
@@ -4691,10 +4491,6 @@ export interface SHA512$instance extends HashAlgorithm$instance {
4691
4491
  readonly __tsonic_iface_System_IDisposable: never;
4692
4492
  readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
4693
4493
 
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
4494
  }
4699
4495
 
4700
4496
 
@@ -4730,12 +4526,8 @@ export interface SHA512CryptoServiceProvider$instance extends SHA512$instance {
4730
4526
  Dispose(): void;
4731
4527
  HashCore(array: byte[], ibStart: int, cbSize: int): void;
4732
4528
  HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
4733
- HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
4734
4529
  HashFinal(): byte[];
4735
4530
  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
4531
  TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
4740
4532
  }
4741
4533
 
@@ -4763,12 +4555,8 @@ export interface SHA512Managed$instance extends SHA512$instance {
4763
4555
  Dispose(): void;
4764
4556
  HashCore(array: byte[], ibStart: int, cbSize: int): void;
4765
4557
  HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
4766
- HashCore(source: ReadOnlySpan_1<System_Internal.Byte>): void;
4767
4558
  HashFinal(): byte[];
4768
4559
  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
4560
  TryHashFinal(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
4773
4561
  }
4774
4562
 
@@ -5011,15 +4799,12 @@ export interface SlhDsaCng$instance extends SlhDsa$instance {
5011
4799
 
5012
4800
  readonly __tsonic_iface_System_IDisposable: never;
5013
4801
 
5014
- Dispose(): void;
5015
- Dispose(disposing: boolean): void;
5016
4802
  ExportSlhDsaPrivateKeyCore(destination: Span_1<System_Internal.Byte>): void;
5017
4803
  ExportSlhDsaPublicKeyCore(destination: Span_1<System_Internal.Byte>): void;
5018
4804
  GetKey(): CngKey;
5019
4805
  SignDataCore(data: ReadOnlySpan_1<System_Internal.Byte>, context: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>): void;
5020
4806
  SignPreHashCore(hash: ReadOnlySpan_1<System_Internal.Byte>, context: ReadOnlySpan_1<System_Internal.Byte>, hashAlgorithmOid: string, destination: Span_1<System_Internal.Byte>): void;
5021
4807
  TryExportPkcs8PrivateKeyCore(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
5022
- TryExportPkcs8PrivateKeyCore(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
5023
4808
  VerifyDataCore(data: ReadOnlySpan_1<System_Internal.Byte>, context: ReadOnlySpan_1<System_Internal.Byte>, signature: ReadOnlySpan_1<System_Internal.Byte>): boolean;
5024
4809
  VerifyPreHashCore(hash: ReadOnlySpan_1<System_Internal.Byte>, context: ReadOnlySpan_1<System_Internal.Byte>, hashAlgorithmOid: string, signature: ReadOnlySpan_1<System_Internal.Byte>): boolean;
5025
4810
  }
@@ -5213,8 +4998,6 @@ export interface TripleDES$instance extends SymmetricAlgorithm$instance {
5213
4998
  readonly __tsonic_iface_System_IDisposable: never;
5214
4999
 
5215
5000
  Key: byte[];
5216
- Dispose(): void;
5217
- Dispose(disposing: boolean): void;
5218
5001
  }
5219
5002
 
5220
5003
 
@@ -5239,8 +5022,6 @@ export interface TripleDESCng$instance extends TripleDES$instance {
5239
5022
  CreateDecryptor(): ICryptoTransform;
5240
5023
  CreateEncryptor(rgbKey: byte[], rgbIV: byte[]): ICryptoTransform;
5241
5024
  CreateEncryptor(): ICryptoTransform;
5242
- Dispose(): void;
5243
- Dispose(disposing: boolean): void;
5244
5025
  GenerateIV(): void;
5245
5026
  GenerateKey(): void;
5246
5027
  }
@@ -5284,7 +5065,6 @@ export interface TripleDESCryptoServiceProvider$instance extends TripleDES$insta
5284
5065
  GenerateIV(): void;
5285
5066
  GenerateKey(): void;
5286
5067
  SetKeyCore(key: ReadOnlySpan_1<System_Internal.Byte>): void;
5287
- SetKeyCore(key: ReadOnlySpan_1<System_Internal.Byte>): void;
5288
5068
  }
5289
5069
 
5290
5070