@tsonic/dotnet 10.0.3 → 10.0.5
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.
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +4 -0
- package/Microsoft.VisualBasic/internal/index.d.ts +4 -0
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +2 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +2 -0
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +34 -0
- package/System/internal/index.d.ts +1042 -19
- package/System.Buffers/internal/index.d.ts +18 -0
- package/System.CodeDom.Compiler/internal/index.d.ts +3 -0
- package/System.Collections/internal/index.d.ts +78 -10
- package/System.Collections.Concurrent/internal/index.d.ts +35 -0
- package/System.Collections.Frozen/internal/index.d.ts +25 -0
- package/System.Collections.Generic/internal/index.d.ts +306 -5
- package/System.Collections.Immutable/internal/index.d.ts +156 -9
- package/System.Collections.ObjectModel/internal/index.d.ts +80 -2
- package/System.Collections.Specialized/internal/index.d.ts +45 -8
- package/System.ComponentModel/internal/index.d.ts +129 -8
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +6 -0
- package/System.ComponentModel.Design/internal/index.d.ts +75 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +18 -0
- package/System.Data/internal/index.d.ts +165 -4
- package/System.Data.Common/internal/index.d.ts +86 -6
- package/System.Data.SqlTypes/internal/index.d.ts +92 -3
- package/System.Diagnostics/internal/index.d.ts +74 -9
- package/System.Diagnostics.Contracts/internal/index.d.ts +2 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +6 -0
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +22 -0
- package/System.Diagnostics.Tracing/internal/index.d.ts +16 -0
- package/System.Drawing/internal/index.d.ts +14 -0
- package/System.Dynamic/internal/index.d.ts +13 -0
- package/System.Formats.Asn1/internal/index.d.ts +6 -0
- package/System.Formats.Tar/internal/index.d.ts +6 -0
- package/System.Globalization/internal/index.d.ts +52 -2
- package/System.IO/internal/index.d.ts +67 -0
- package/System.IO.Compression/internal/index.d.ts +21 -0
- package/System.IO.Enumeration/internal/index.d.ts +7 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +7 -0
- package/System.IO.Pipelines/internal/index.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +15 -0
- package/System.Linq/internal/index.d.ts +38 -4
- package/System.Linq.Expressions/internal/index.d.ts +17 -0
- package/System.Net/internal/index.d.ts +94 -3
- package/System.Net.Http/internal/index.d.ts +53 -0
- package/System.Net.Http.Headers/internal/index.d.ts +74 -1
- package/System.Net.Http.Json/internal/index.d.ts +2 -0
- package/System.Net.Mail/internal/index.d.ts +57 -0
- package/System.Net.NetworkInformation/internal/index.d.ts +32 -5
- package/System.Net.Quic/internal/index.d.ts +9 -0
- package/System.Net.Security/internal/index.d.ts +13 -0
- package/System.Net.Sockets/internal/index.d.ts +21 -0
- package/System.Net.WebSockets/internal/index.d.ts +9 -0
- package/System.Numerics/internal/index.d.ts +154 -6
- package/System.Reflection/internal/index.d.ts +69 -1
- package/System.Reflection.Emit/internal/index.d.ts +35 -0
- package/System.Reflection.Metadata/internal/index.d.ts +331 -2
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +4 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -0
- package/System.Resources/internal/index.d.ts +19 -1
- package/System.Runtime/internal/index.d.ts +6 -0
- package/System.Runtime.CompilerServices/internal/index.d.ts +58 -4
- package/System.Runtime.InteropServices/internal/index.d.ts +94 -0
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +42 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +4 -0
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +25 -0
- package/System.Runtime.Intrinsics/internal/index.d.ts +48 -4
- package/System.Runtime.Loader/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization/internal/index.d.ts +36 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +4 -0
- package/System.Runtime.Versioning/internal/index.d.ts +2 -0
- package/System.Security/internal/index.d.ts +18 -0
- package/System.Security.AccessControl/internal/index.d.ts +26 -6
- package/System.Security.Authentication/internal/index.d.ts +4 -0
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +7 -2
- package/System.Security.Claims/internal/index.d.ts +4 -0
- package/System.Security.Cryptography/internal/index.d.ts +271 -1
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +47 -2
- package/System.Security.Policy/internal/index.d.ts +3 -0
- package/System.Security.Principal/internal/index.d.ts +24 -1
- package/System.Text/internal/index.d.ts +41 -1
- package/System.Text.Json/internal/index.d.ts +22 -1
- package/System.Text.Json.Nodes/internal/index.d.ts +11 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +10 -0
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +4 -0
- package/System.Text.RegularExpressions/internal/index.d.ts +44 -2
- package/System.Threading/internal/index.d.ts +78 -0
- package/System.Threading.Channels/internal/index.d.ts +2 -0
- package/System.Threading.Tasks/internal/index.d.ts +18 -0
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +67 -0
- package/System.Threading.Tasks.Sources/internal/index.d.ts +4 -0
- package/System.Timers/internal/index.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +39 -0
- package/System.Web/internal/index.d.ts +2 -0
- package/System.Windows.Input/internal/index.d.ts +2 -0
- package/System.Xml/internal/index.d.ts +143 -6
- package/System.Xml.Linq/internal/index.d.ts +32 -0
- package/System.Xml.Schema/internal/index.d.ts +25 -2
- package/System.Xml.Serialization/internal/index.d.ts +29 -4
- package/System.Xml.XPath/internal/index.d.ts +13 -2
- package/System.Xml.Xsl/internal/index.d.ts +11 -0
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +25 -1
- package/__internal/extensions/index.d.ts +263 -263
- package/package.json +1 -1
|
@@ -199,6 +199,8 @@ export enum RSASignaturePaddingMode {
|
|
|
199
199
|
|
|
200
200
|
|
|
201
201
|
export interface ICryptoTransform$instance extends IDisposable {
|
|
202
|
+
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
203
|
+
|
|
202
204
|
readonly InputBlockSize: int;
|
|
203
205
|
readonly OutputBlockSize: int;
|
|
204
206
|
readonly CanTransformMultipleBlocks: boolean;
|
|
@@ -214,6 +216,8 @@ export interface ICryptoTransform$instance extends System_Internal.IDisposable$i
|
|
|
214
216
|
export type ICryptoTransform = ICryptoTransform$instance;
|
|
215
217
|
|
|
216
218
|
export interface ICspAsymmetricAlgorithm$instance {
|
|
219
|
+
readonly __tsonic_iface_System_Security_Cryptography_ICspAsymmetricAlgorithm: never;
|
|
220
|
+
|
|
217
221
|
readonly CspKeyContainerInfo: CspKeyContainerInfo;
|
|
218
222
|
ExportCspBlob(includePrivateParameters: boolean): byte[];
|
|
219
223
|
ImportCspBlob(rawData: byte[]): void;
|
|
@@ -223,6 +227,8 @@ export interface ICspAsymmetricAlgorithm$instance {
|
|
|
223
227
|
export type ICspAsymmetricAlgorithm = ICspAsymmetricAlgorithm$instance;
|
|
224
228
|
|
|
225
229
|
export interface CngProperty$instance {
|
|
230
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
231
|
+
|
|
226
232
|
Name: string;
|
|
227
233
|
readonly Options: CngPropertyOptions;
|
|
228
234
|
Equals(obj: unknown): boolean;
|
|
@@ -325,6 +331,8 @@ export const ECPoint: {
|
|
|
325
331
|
export type ECPoint = ECPoint$instance;
|
|
326
332
|
|
|
327
333
|
export interface HashAlgorithmName$instance {
|
|
334
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
335
|
+
|
|
328
336
|
readonly Name: string | undefined;
|
|
329
337
|
Equals(obj: unknown): boolean;
|
|
330
338
|
Equals(other: HashAlgorithmName): boolean;
|
|
@@ -393,6 +401,8 @@ export const RSAParameters: {
|
|
|
393
401
|
export type RSAParameters = RSAParameters$instance;
|
|
394
402
|
|
|
395
403
|
export interface Aes$instance extends SymmetricAlgorithm$instance {
|
|
404
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
405
|
+
|
|
396
406
|
DecryptKeyWrapPadded(ciphertext: byte[]): byte[];
|
|
397
407
|
DecryptKeyWrapPadded(ciphertext: ReadOnlySpan_1<System_Internal.Byte>): byte[];
|
|
398
408
|
DecryptKeyWrapPadded(ciphertext: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>): int;
|
|
@@ -420,6 +430,8 @@ export type Aes = Aes$instance & __Aes$views;
|
|
|
420
430
|
|
|
421
431
|
|
|
422
432
|
export interface AesCcm$instance {
|
|
433
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
434
|
+
|
|
423
435
|
Decrypt(nonce: byte[], ciphertext: byte[], tag: byte[], plaintext: byte[], associatedData?: byte[]): void;
|
|
424
436
|
Decrypt(nonce: ReadOnlySpan_1<System_Internal.Byte>, ciphertext: ReadOnlySpan_1<System_Internal.Byte>, tag: ReadOnlySpan_1<System_Internal.Byte>, plaintext: Span_1<System_Internal.Byte>, associatedData?: ReadOnlySpan_1<System_Internal.Byte>): void;
|
|
425
437
|
Dispose(): void;
|
|
@@ -447,6 +459,8 @@ export type AesCcm = AesCcm$instance & __AesCcm$views;
|
|
|
447
459
|
|
|
448
460
|
|
|
449
461
|
export interface AesCng$instance extends Aes$instance {
|
|
462
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
463
|
+
|
|
450
464
|
CreateDecryptor(rgbKey: byte[], rgbIV: byte[]): ICryptoTransform;
|
|
451
465
|
CreateDecryptor(): ICryptoTransform;
|
|
452
466
|
CreateEncryptor(rgbKey: byte[], rgbIV: byte[]): ICryptoTransform;
|
|
@@ -475,6 +489,8 @@ export type AesCng = AesCng$instance & __AesCng$views;
|
|
|
475
489
|
|
|
476
490
|
|
|
477
491
|
export interface AesCryptoServiceProvider$instance extends Aes$instance {
|
|
492
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
493
|
+
|
|
478
494
|
BlockSize: int;
|
|
479
495
|
FeedbackSize: int;
|
|
480
496
|
IV: byte[];
|
|
@@ -510,6 +526,8 @@ export type AesCryptoServiceProvider = AesCryptoServiceProvider$instance & __Aes
|
|
|
510
526
|
|
|
511
527
|
|
|
512
528
|
export interface AesGcm$instance {
|
|
529
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
530
|
+
|
|
513
531
|
readonly TagSizeInBytes: Nullable_1<System_Internal.Int32>;
|
|
514
532
|
Decrypt(nonce: byte[], ciphertext: byte[], tag: byte[], plaintext: byte[], associatedData?: byte[]): void;
|
|
515
533
|
Decrypt(nonce: ReadOnlySpan_1<System_Internal.Byte>, ciphertext: ReadOnlySpan_1<System_Internal.Byte>, tag: ReadOnlySpan_1<System_Internal.Byte>, plaintext: Span_1<System_Internal.Byte>, associatedData?: ReadOnlySpan_1<System_Internal.Byte>): void;
|
|
@@ -540,6 +558,8 @@ export type AesGcm = AesGcm$instance & __AesGcm$views;
|
|
|
540
558
|
|
|
541
559
|
|
|
542
560
|
export interface AesManaged$instance extends Aes$instance {
|
|
561
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
562
|
+
|
|
543
563
|
BlockSize: int;
|
|
544
564
|
FeedbackSize: int;
|
|
545
565
|
IV: byte[];
|
|
@@ -597,9 +617,12 @@ export const AsnEncodedData: {
|
|
|
597
617
|
export type AsnEncodedData = AsnEncodedData$instance;
|
|
598
618
|
|
|
599
619
|
export interface AsnEncodedDataCollection$instance {
|
|
620
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
621
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
622
|
+
|
|
600
623
|
readonly Count: int;
|
|
601
624
|
readonly IsSynchronized: boolean;
|
|
602
|
-
readonly
|
|
625
|
+
readonly [index: number]: AsnEncodedData;
|
|
603
626
|
readonly SyncRoot: unknown;
|
|
604
627
|
Add(asnEncodedData: AsnEncodedData): int;
|
|
605
628
|
CopyTo(array: AsnEncodedData[], index: int): void;
|
|
@@ -623,6 +646,8 @@ export type AsnEncodedDataCollection = AsnEncodedDataCollection$instance & __Asn
|
|
|
623
646
|
|
|
624
647
|
|
|
625
648
|
export interface AsnEncodedDataEnumerator$instance {
|
|
649
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
650
|
+
|
|
626
651
|
readonly Current: AsnEncodedData;
|
|
627
652
|
MoveNext(): boolean;
|
|
628
653
|
Reset(): void;
|
|
@@ -641,6 +666,8 @@ export type AsnEncodedDataEnumerator = AsnEncodedDataEnumerator$instance & __Asn
|
|
|
641
666
|
|
|
642
667
|
|
|
643
668
|
export interface AsymmetricAlgorithm$instance {
|
|
669
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
670
|
+
|
|
644
671
|
readonly KeyExchangeAlgorithm: string | string | undefined;
|
|
645
672
|
KeySize: int;
|
|
646
673
|
readonly LegalKeySizes: KeySizes[];
|
|
@@ -746,6 +773,8 @@ export const AsymmetricSignatureFormatter: (abstract new() => AsymmetricSignatur
|
|
|
746
773
|
export type AsymmetricSignatureFormatter = AsymmetricSignatureFormatter$instance;
|
|
747
774
|
|
|
748
775
|
export interface AuthenticationTagMismatchException$instance extends CryptographicException$instance {
|
|
776
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
777
|
+
|
|
749
778
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
750
779
|
}
|
|
751
780
|
|
|
@@ -765,6 +794,8 @@ export type AuthenticationTagMismatchException = AuthenticationTagMismatchExcept
|
|
|
765
794
|
|
|
766
795
|
|
|
767
796
|
export interface ChaCha20Poly1305$instance {
|
|
797
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
798
|
+
|
|
768
799
|
Decrypt(nonce: byte[], ciphertext: byte[], tag: byte[], plaintext: byte[], associatedData?: byte[]): void;
|
|
769
800
|
Decrypt(nonce: ReadOnlySpan_1<System_Internal.Byte>, ciphertext: ReadOnlySpan_1<System_Internal.Byte>, tag: ReadOnlySpan_1<System_Internal.Byte>, plaintext: Span_1<System_Internal.Byte>, associatedData?: ReadOnlySpan_1<System_Internal.Byte>): void;
|
|
770
801
|
Dispose(): void;
|
|
@@ -790,6 +821,8 @@ export type ChaCha20Poly1305 = ChaCha20Poly1305$instance & __ChaCha20Poly1305$vi
|
|
|
790
821
|
|
|
791
822
|
|
|
792
823
|
export interface CngAlgorithm$instance {
|
|
824
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
825
|
+
|
|
793
826
|
readonly Algorithm: string;
|
|
794
827
|
Equals(obj: unknown): boolean;
|
|
795
828
|
Equals(other: CngAlgorithm): boolean;
|
|
@@ -831,6 +864,8 @@ export type CngAlgorithm = CngAlgorithm$instance & __CngAlgorithm$views;
|
|
|
831
864
|
|
|
832
865
|
|
|
833
866
|
export interface CngAlgorithmGroup$instance {
|
|
867
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
868
|
+
|
|
834
869
|
readonly AlgorithmGroup: string;
|
|
835
870
|
Equals(obj: unknown): boolean;
|
|
836
871
|
Equals(other: CngAlgorithmGroup): boolean;
|
|
@@ -863,6 +898,8 @@ export type CngAlgorithmGroup = CngAlgorithmGroup$instance & __CngAlgorithmGroup
|
|
|
863
898
|
|
|
864
899
|
|
|
865
900
|
export interface CngKey$instance {
|
|
901
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
902
|
+
|
|
866
903
|
readonly Algorithm: CngAlgorithm;
|
|
867
904
|
readonly AlgorithmGroup: CngAlgorithmGroup | undefined;
|
|
868
905
|
readonly ExportPolicy: CngExportPolicies;
|
|
@@ -912,6 +949,8 @@ export type CngKey = CngKey$instance & __CngKey$views;
|
|
|
912
949
|
|
|
913
950
|
|
|
914
951
|
export interface CngKeyBlobFormat$instance {
|
|
952
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
953
|
+
|
|
915
954
|
readonly Format: string;
|
|
916
955
|
Equals(obj: unknown): boolean;
|
|
917
956
|
Equals(other: CngKeyBlobFormat): boolean;
|
|
@@ -969,6 +1008,15 @@ export const CngKeyCreationParameters: {
|
|
|
969
1008
|
export type CngKeyCreationParameters = CngKeyCreationParameters$instance;
|
|
970
1009
|
|
|
971
1010
|
export interface CngPropertyCollection$instance extends Collection_1<CngProperty> {
|
|
1011
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
1012
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1013
|
+
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
1014
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
1015
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
1016
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1017
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1018
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
1019
|
+
|
|
972
1020
|
Add(item: CngProperty): void;
|
|
973
1021
|
Add(value: unknown): int;
|
|
974
1022
|
Clear(): void;
|
|
@@ -1006,6 +1054,8 @@ export type CngPropertyCollection = CngPropertyCollection$instance & __CngProper
|
|
|
1006
1054
|
|
|
1007
1055
|
|
|
1008
1056
|
export interface CngProvider$instance {
|
|
1057
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1058
|
+
|
|
1009
1059
|
readonly Provider: string;
|
|
1010
1060
|
Equals(obj: unknown): boolean;
|
|
1011
1061
|
Equals(other: CngProvider): boolean;
|
|
@@ -1053,6 +1103,8 @@ export const CngUIPolicy: {
|
|
|
1053
1103
|
export type CngUIPolicy = CngUIPolicy$instance;
|
|
1054
1104
|
|
|
1055
1105
|
export interface CompositeMLDsa$instance {
|
|
1106
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1107
|
+
|
|
1056
1108
|
readonly Algorithm: CompositeMLDsaAlgorithm;
|
|
1057
1109
|
Dispose(): void;
|
|
1058
1110
|
Dispose(disposing: boolean): void;
|
|
@@ -1121,6 +1173,8 @@ export type CompositeMLDsa = CompositeMLDsa$instance & __CompositeMLDsa$views;
|
|
|
1121
1173
|
|
|
1122
1174
|
|
|
1123
1175
|
export interface CompositeMLDsaAlgorithm$instance {
|
|
1176
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1177
|
+
|
|
1124
1178
|
readonly MaxSignatureSizeInBytes: int;
|
|
1125
1179
|
readonly Name: string;
|
|
1126
1180
|
Equals(other: CompositeMLDsaAlgorithm): boolean;
|
|
@@ -1163,6 +1217,8 @@ export type CompositeMLDsaAlgorithm = CompositeMLDsaAlgorithm$instance & __Compo
|
|
|
1163
1217
|
|
|
1164
1218
|
|
|
1165
1219
|
export interface CompositeMLDsaCng$instance extends CompositeMLDsa$instance {
|
|
1220
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1221
|
+
|
|
1166
1222
|
Dispose(): void;
|
|
1167
1223
|
Dispose(disposing: boolean): void;
|
|
1168
1224
|
ExportCompositeMLDsaPrivateKeyCore(destination: Span_1<System_Internal.Byte>): int;
|
|
@@ -1205,6 +1261,8 @@ export const CryptoConfig: {
|
|
|
1205
1261
|
export type CryptoConfig = CryptoConfig$instance;
|
|
1206
1262
|
|
|
1207
1263
|
export interface CryptographicException$instance extends SystemException {
|
|
1264
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1265
|
+
|
|
1208
1266
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1209
1267
|
}
|
|
1210
1268
|
|
|
@@ -1226,6 +1284,8 @@ export type CryptographicException = CryptographicException$instance & __Cryptog
|
|
|
1226
1284
|
|
|
1227
1285
|
|
|
1228
1286
|
export interface CryptographicUnexpectedOperationException$instance extends CryptographicException$instance {
|
|
1287
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1288
|
+
|
|
1229
1289
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1230
1290
|
}
|
|
1231
1291
|
|
|
@@ -1246,6 +1306,9 @@ export type CryptographicUnexpectedOperationException = CryptographicUnexpectedO
|
|
|
1246
1306
|
|
|
1247
1307
|
|
|
1248
1308
|
export interface CryptoStream$instance extends Stream {
|
|
1309
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
1310
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1311
|
+
|
|
1249
1312
|
readonly CanRead: boolean;
|
|
1250
1313
|
readonly CanSeek: boolean;
|
|
1251
1314
|
readonly CanWrite: boolean;
|
|
@@ -1352,6 +1415,8 @@ export const CspParameters: {
|
|
|
1352
1415
|
export type CspParameters = CspParameters$instance;
|
|
1353
1416
|
|
|
1354
1417
|
export interface DeriveBytes$instance {
|
|
1418
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1419
|
+
|
|
1355
1420
|
Dispose(): void;
|
|
1356
1421
|
Dispose(disposing: boolean): void;
|
|
1357
1422
|
GetBytes(cb: int): byte[];
|
|
@@ -1371,6 +1436,8 @@ export type DeriveBytes = DeriveBytes$instance & __DeriveBytes$views;
|
|
|
1371
1436
|
|
|
1372
1437
|
|
|
1373
1438
|
export interface DES$instance extends SymmetricAlgorithm$instance {
|
|
1439
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1440
|
+
|
|
1374
1441
|
Key: byte[];
|
|
1375
1442
|
Dispose(): void;
|
|
1376
1443
|
Dispose(disposing: boolean): void;
|
|
@@ -1391,6 +1458,8 @@ export type DES = DES$instance & __DES$views;
|
|
|
1391
1458
|
|
|
1392
1459
|
|
|
1393
1460
|
export interface DESCryptoServiceProvider$instance extends DES$instance {
|
|
1461
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1462
|
+
|
|
1394
1463
|
BlockSize: int;
|
|
1395
1464
|
FeedbackSize: int;
|
|
1396
1465
|
IV: byte[];
|
|
@@ -1426,6 +1495,8 @@ export type DESCryptoServiceProvider = DESCryptoServiceProvider$instance & __DES
|
|
|
1426
1495
|
|
|
1427
1496
|
|
|
1428
1497
|
export interface DSA$instance extends AsymmetricAlgorithm$instance {
|
|
1498
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1499
|
+
|
|
1429
1500
|
CreateSignature(rgbHash: byte[]): byte[];
|
|
1430
1501
|
CreateSignature(rgbHash: byte[], signatureFormat: DSASignatureFormat): byte[];
|
|
1431
1502
|
CreateSignatureCore(hash: ReadOnlySpan_1<System_Internal.Byte>, signatureFormat: DSASignatureFormat): byte[];
|
|
@@ -1504,6 +1575,8 @@ export type DSA = DSA$instance & __DSA$views;
|
|
|
1504
1575
|
|
|
1505
1576
|
|
|
1506
1577
|
export interface DSACng$instance extends DSA$instance {
|
|
1578
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1579
|
+
|
|
1507
1580
|
readonly Key: CngKey;
|
|
1508
1581
|
CreateSignature(rgbHash: byte[]): byte[];
|
|
1509
1582
|
CreateSignature(rgbHash: byte[], signatureFormat: DSASignatureFormat): byte[];
|
|
@@ -1533,6 +1606,9 @@ export type DSACng = DSACng$instance & __DSACng$views;
|
|
|
1533
1606
|
|
|
1534
1607
|
|
|
1535
1608
|
export interface DSACryptoServiceProvider$instance extends DSA$instance {
|
|
1609
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1610
|
+
readonly __tsonic_iface_System_Security_Cryptography_ICspAsymmetricAlgorithm: never;
|
|
1611
|
+
|
|
1536
1612
|
readonly CspKeyContainerInfo: CspKeyContainerInfo;
|
|
1537
1613
|
readonly KeyExchangeAlgorithm: string | undefined;
|
|
1538
1614
|
KeySize: int;
|
|
@@ -1609,6 +1685,8 @@ export type DSACryptoServiceProvider = DSACryptoServiceProvider$instance & __DSA
|
|
|
1609
1685
|
|
|
1610
1686
|
|
|
1611
1687
|
export interface DSAOpenSsl$instance extends DSA$instance {
|
|
1688
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1689
|
+
|
|
1612
1690
|
KeySize: int;
|
|
1613
1691
|
readonly LegalKeySizes: KeySizes[];
|
|
1614
1692
|
CreateSignature(rgbHash: byte[]): byte[];
|
|
@@ -1685,6 +1763,8 @@ export const DSASignatureFormatter: {
|
|
|
1685
1763
|
export type DSASignatureFormatter = DSASignatureFormatter$instance;
|
|
1686
1764
|
|
|
1687
1765
|
export interface ECAlgorithm$instance extends AsymmetricAlgorithm$instance {
|
|
1766
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1767
|
+
|
|
1688
1768
|
Dispose(): void;
|
|
1689
1769
|
Dispose(disposing: boolean): void;
|
|
1690
1770
|
ExportECPrivateKey(): byte[];
|
|
@@ -1730,6 +1810,8 @@ export type ECAlgorithm = ECAlgorithm$instance & __ECAlgorithm$views;
|
|
|
1730
1810
|
|
|
1731
1811
|
|
|
1732
1812
|
export interface ECDiffieHellman$instance extends ECAlgorithm$instance {
|
|
1813
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1814
|
+
|
|
1733
1815
|
readonly KeyExchangeAlgorithm: string | string | undefined;
|
|
1734
1816
|
readonly PublicKey: ECDiffieHellmanPublicKey;
|
|
1735
1817
|
readonly SignatureAlgorithm: string | undefined;
|
|
@@ -1763,6 +1845,8 @@ export type ECDiffieHellman = ECDiffieHellman$instance & __ECDiffieHellman$views
|
|
|
1763
1845
|
|
|
1764
1846
|
|
|
1765
1847
|
export interface ECDiffieHellmanCng$instance extends ECDiffieHellman$instance {
|
|
1848
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1849
|
+
|
|
1766
1850
|
HashAlgorithm: CngAlgorithm;
|
|
1767
1851
|
get HmacKey(): byte[] | undefined;
|
|
1768
1852
|
set HmacKey(value: byte[] | undefined);
|
|
@@ -1804,6 +1888,8 @@ export type ECDiffieHellmanCng = ECDiffieHellmanCng$instance & __ECDiffieHellman
|
|
|
1804
1888
|
|
|
1805
1889
|
|
|
1806
1890
|
export interface ECDiffieHellmanCngPublicKey$instance extends ECDiffieHellmanPublicKey$instance {
|
|
1891
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1892
|
+
|
|
1807
1893
|
readonly BlobFormat: CngKeyBlobFormat;
|
|
1808
1894
|
Dispose(disposing: boolean): void;
|
|
1809
1895
|
Dispose(): void;
|
|
@@ -1826,6 +1912,8 @@ export type ECDiffieHellmanCngPublicKey = ECDiffieHellmanCngPublicKey$instance &
|
|
|
1826
1912
|
|
|
1827
1913
|
|
|
1828
1914
|
export interface ECDiffieHellmanOpenSsl$instance extends ECDiffieHellman$instance {
|
|
1915
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1916
|
+
|
|
1829
1917
|
KeySize: int;
|
|
1830
1918
|
readonly LegalKeySizes: KeySizes[];
|
|
1831
1919
|
readonly PublicKey: ECDiffieHellmanPublicKey;
|
|
@@ -1866,6 +1954,8 @@ export type ECDiffieHellmanOpenSsl = ECDiffieHellmanOpenSsl$instance & __ECDiffi
|
|
|
1866
1954
|
|
|
1867
1955
|
|
|
1868
1956
|
export interface ECDiffieHellmanPublicKey$instance {
|
|
1957
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1958
|
+
|
|
1869
1959
|
Dispose(): void;
|
|
1870
1960
|
Dispose(disposing: boolean): void;
|
|
1871
1961
|
ExportExplicitParameters(): ECParameters;
|
|
@@ -1889,6 +1979,8 @@ export type ECDiffieHellmanPublicKey = ECDiffieHellmanPublicKey$instance & __ECD
|
|
|
1889
1979
|
|
|
1890
1980
|
|
|
1891
1981
|
export interface ECDsa$instance extends ECAlgorithm$instance {
|
|
1982
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1983
|
+
|
|
1892
1984
|
readonly KeyExchangeAlgorithm: string | undefined;
|
|
1893
1985
|
readonly SignatureAlgorithm: string | string | undefined;
|
|
1894
1986
|
Dispose(): void;
|
|
@@ -1958,6 +2050,8 @@ export type ECDsa = ECDsa$instance & __ECDsa$views;
|
|
|
1958
2050
|
|
|
1959
2051
|
|
|
1960
2052
|
export interface ECDsaCng$instance extends ECDsa$instance {
|
|
2053
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
2054
|
+
|
|
1961
2055
|
HashAlgorithm: CngAlgorithm;
|
|
1962
2056
|
readonly Key: CngKey;
|
|
1963
2057
|
Dispose(): void;
|
|
@@ -2013,6 +2107,8 @@ export type ECDsaCng = ECDsaCng$instance & __ECDsaCng$views;
|
|
|
2013
2107
|
|
|
2014
2108
|
|
|
2015
2109
|
export interface ECDsaOpenSsl$instance extends ECDsa$instance {
|
|
2110
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
2111
|
+
|
|
2016
2112
|
KeySize: int;
|
|
2017
2113
|
readonly LegalKeySizes: KeySizes[];
|
|
2018
2114
|
Dispose(disposing: boolean): void;
|
|
@@ -2063,6 +2159,9 @@ export type ECDsaOpenSsl = ECDsaOpenSsl$instance & __ECDsaOpenSsl$views;
|
|
|
2063
2159
|
|
|
2064
2160
|
|
|
2065
2161
|
export interface FromBase64Transform$instance {
|
|
2162
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
2163
|
+
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
2164
|
+
|
|
2066
2165
|
readonly CanReuseTransform: boolean;
|
|
2067
2166
|
readonly CanTransformMultipleBlocks: boolean;
|
|
2068
2167
|
readonly InputBlockSize: int;
|
|
@@ -2091,6 +2190,9 @@ export type FromBase64Transform = FromBase64Transform$instance & __FromBase64Tra
|
|
|
2091
2190
|
|
|
2092
2191
|
|
|
2093
2192
|
export interface HashAlgorithm$instance {
|
|
2193
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
2194
|
+
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
2195
|
+
|
|
2094
2196
|
readonly CanReuseTransform: boolean;
|
|
2095
2197
|
readonly CanTransformMultipleBlocks: boolean;
|
|
2096
2198
|
readonly Hash: byte[] | undefined;
|
|
@@ -2130,6 +2232,9 @@ export type HashAlgorithm = HashAlgorithm$instance & __HashAlgorithm$views;
|
|
|
2130
2232
|
|
|
2131
2233
|
|
|
2132
2234
|
export interface HMAC$instance extends KeyedHashAlgorithm$instance {
|
|
2235
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
2236
|
+
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
2237
|
+
|
|
2133
2238
|
HashName: string;
|
|
2134
2239
|
Key: byte[];
|
|
2135
2240
|
Dispose(disposing: boolean): void;
|
|
@@ -2159,6 +2264,9 @@ export type HMAC = HMAC$instance & __HMAC$views;
|
|
|
2159
2264
|
|
|
2160
2265
|
|
|
2161
2266
|
export interface HMACMD5$instance extends HMAC$instance {
|
|
2267
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
2268
|
+
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
2269
|
+
|
|
2162
2270
|
Key: byte[];
|
|
2163
2271
|
Dispose(disposing: boolean): void;
|
|
2164
2272
|
Dispose(): void;
|
|
@@ -2201,6 +2309,9 @@ export type HMACMD5 = HMACMD5$instance & __HMACMD5$views;
|
|
|
2201
2309
|
|
|
2202
2310
|
|
|
2203
2311
|
export interface HMACSHA1$instance extends HMAC$instance {
|
|
2312
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
2313
|
+
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
2314
|
+
|
|
2204
2315
|
Key: byte[];
|
|
2205
2316
|
Dispose(disposing: boolean): void;
|
|
2206
2317
|
Dispose(): void;
|
|
@@ -2244,6 +2355,9 @@ export type HMACSHA1 = HMACSHA1$instance & __HMACSHA1$views;
|
|
|
2244
2355
|
|
|
2245
2356
|
|
|
2246
2357
|
export interface HMACSHA256$instance extends HMAC$instance {
|
|
2358
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
2359
|
+
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
2360
|
+
|
|
2247
2361
|
Key: byte[];
|
|
2248
2362
|
Dispose(disposing: boolean): void;
|
|
2249
2363
|
Dispose(): void;
|
|
@@ -2286,6 +2400,9 @@ export type HMACSHA256 = HMACSHA256$instance & __HMACSHA256$views;
|
|
|
2286
2400
|
|
|
2287
2401
|
|
|
2288
2402
|
export interface HMACSHA3_256$instance extends HMAC$instance {
|
|
2403
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
2404
|
+
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
2405
|
+
|
|
2289
2406
|
Key: byte[];
|
|
2290
2407
|
Dispose(disposing: boolean): void;
|
|
2291
2408
|
Dispose(): void;
|
|
@@ -2329,6 +2446,9 @@ export type HMACSHA3_256 = HMACSHA3_256$instance & __HMACSHA3_256$views;
|
|
|
2329
2446
|
|
|
2330
2447
|
|
|
2331
2448
|
export interface HMACSHA3_384$instance extends HMAC$instance {
|
|
2449
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
2450
|
+
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
2451
|
+
|
|
2332
2452
|
Key: byte[];
|
|
2333
2453
|
Dispose(disposing: boolean): void;
|
|
2334
2454
|
Dispose(): void;
|
|
@@ -2372,6 +2492,9 @@ export type HMACSHA3_384 = HMACSHA3_384$instance & __HMACSHA3_384$views;
|
|
|
2372
2492
|
|
|
2373
2493
|
|
|
2374
2494
|
export interface HMACSHA3_512$instance extends HMAC$instance {
|
|
2495
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
2496
|
+
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
2497
|
+
|
|
2375
2498
|
Key: byte[];
|
|
2376
2499
|
Dispose(disposing: boolean): void;
|
|
2377
2500
|
Dispose(): void;
|
|
@@ -2415,6 +2538,9 @@ export type HMACSHA3_512 = HMACSHA3_512$instance & __HMACSHA3_512$views;
|
|
|
2415
2538
|
|
|
2416
2539
|
|
|
2417
2540
|
export interface HMACSHA384$instance extends HMAC$instance {
|
|
2541
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
2542
|
+
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
2543
|
+
|
|
2418
2544
|
Key: byte[];
|
|
2419
2545
|
ProduceLegacyHmacValues: boolean;
|
|
2420
2546
|
Dispose(disposing: boolean): void;
|
|
@@ -2458,6 +2584,9 @@ export type HMACSHA384 = HMACSHA384$instance & __HMACSHA384$views;
|
|
|
2458
2584
|
|
|
2459
2585
|
|
|
2460
2586
|
export interface HMACSHA512$instance extends HMAC$instance {
|
|
2587
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
2588
|
+
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
2589
|
+
|
|
2461
2590
|
Key: byte[];
|
|
2462
2591
|
ProduceLegacyHmacValues: boolean;
|
|
2463
2592
|
Dispose(disposing: boolean): void;
|
|
@@ -2501,6 +2630,8 @@ export type HMACSHA512 = HMACSHA512$instance & __HMACSHA512$views;
|
|
|
2501
2630
|
|
|
2502
2631
|
|
|
2503
2632
|
export interface IncrementalHash$instance {
|
|
2633
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
2634
|
+
|
|
2504
2635
|
readonly AlgorithmName: HashAlgorithmName;
|
|
2505
2636
|
readonly HashLengthInBytes: int;
|
|
2506
2637
|
AppendData(data: byte[]): void;
|
|
@@ -2534,6 +2665,9 @@ export type IncrementalHash = IncrementalHash$instance & __IncrementalHash$views
|
|
|
2534
2665
|
|
|
2535
2666
|
|
|
2536
2667
|
export interface KeyedHashAlgorithm$instance extends HashAlgorithm$instance {
|
|
2668
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
2669
|
+
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
2670
|
+
|
|
2537
2671
|
Key: byte[];
|
|
2538
2672
|
Dispose(disposing: boolean): void;
|
|
2539
2673
|
Dispose(): void;
|
|
@@ -2569,6 +2703,8 @@ export const KeySizes: {
|
|
|
2569
2703
|
export type KeySizes = KeySizes$instance;
|
|
2570
2704
|
|
|
2571
2705
|
export interface Kmac128$instance {
|
|
2706
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
2707
|
+
|
|
2572
2708
|
AppendData(data: byte[]): void;
|
|
2573
2709
|
AppendData(data: ReadOnlySpan_1<System_Internal.Byte>): void;
|
|
2574
2710
|
Clone(): Kmac128;
|
|
@@ -2606,6 +2742,8 @@ export type Kmac128 = Kmac128$instance & __Kmac128$views;
|
|
|
2606
2742
|
|
|
2607
2743
|
|
|
2608
2744
|
export interface Kmac256$instance {
|
|
2745
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
2746
|
+
|
|
2609
2747
|
AppendData(data: byte[]): void;
|
|
2610
2748
|
AppendData(data: ReadOnlySpan_1<System_Internal.Byte>): void;
|
|
2611
2749
|
Clone(): Kmac256;
|
|
@@ -2643,6 +2781,8 @@ export type Kmac256 = Kmac256$instance & __Kmac256$views;
|
|
|
2643
2781
|
|
|
2644
2782
|
|
|
2645
2783
|
export interface KmacXof128$instance {
|
|
2784
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
2785
|
+
|
|
2646
2786
|
AppendData(data: byte[]): void;
|
|
2647
2787
|
AppendData(data: ReadOnlySpan_1<System_Internal.Byte>): void;
|
|
2648
2788
|
Clone(): KmacXof128;
|
|
@@ -2680,6 +2820,8 @@ export type KmacXof128 = KmacXof128$instance & __KmacXof128$views;
|
|
|
2680
2820
|
|
|
2681
2821
|
|
|
2682
2822
|
export interface KmacXof256$instance {
|
|
2823
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
2824
|
+
|
|
2683
2825
|
AppendData(data: byte[]): void;
|
|
2684
2826
|
AppendData(data: ReadOnlySpan_1<System_Internal.Byte>): void;
|
|
2685
2827
|
Clone(): KmacXof256;
|
|
@@ -2728,6 +2870,9 @@ export const MaskGenerationMethod: (abstract new() => MaskGenerationMethod) & {
|
|
|
2728
2870
|
export type MaskGenerationMethod = MaskGenerationMethod$instance;
|
|
2729
2871
|
|
|
2730
2872
|
export interface MD5$instance extends HashAlgorithm$instance {
|
|
2873
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
2874
|
+
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
2875
|
+
|
|
2731
2876
|
Dispose(): void;
|
|
2732
2877
|
Dispose(disposing: boolean): void;
|
|
2733
2878
|
TransformBlock(inputBuffer: byte[], inputOffset: int, inputCount: int, outputBuffer: byte[], outputOffset: int): int;
|
|
@@ -2758,6 +2903,9 @@ export type MD5 = MD5$instance & __MD5$views;
|
|
|
2758
2903
|
|
|
2759
2904
|
|
|
2760
2905
|
export interface MD5CryptoServiceProvider$instance extends MD5$instance {
|
|
2906
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
2907
|
+
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
2908
|
+
|
|
2761
2909
|
Dispose(disposing: boolean): void;
|
|
2762
2910
|
Dispose(): void;
|
|
2763
2911
|
HashCore(array: byte[], ibStart: int, cbSize: int): void;
|
|
@@ -2786,6 +2934,8 @@ export type MD5CryptoServiceProvider = MD5CryptoServiceProvider$instance & __MD5
|
|
|
2786
2934
|
|
|
2787
2935
|
|
|
2788
2936
|
export interface MLDsa$instance {
|
|
2937
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
2938
|
+
|
|
2789
2939
|
readonly Algorithm: MLDsaAlgorithm;
|
|
2790
2940
|
Dispose(): void;
|
|
2791
2941
|
Dispose(disposing: boolean): void;
|
|
@@ -2869,6 +3019,8 @@ export type MLDsa = MLDsa$instance & __MLDsa$views;
|
|
|
2869
3019
|
|
|
2870
3020
|
|
|
2871
3021
|
export interface MLDsaAlgorithm$instance {
|
|
3022
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3023
|
+
|
|
2872
3024
|
readonly MuSizeInBytes: int;
|
|
2873
3025
|
readonly Name: string;
|
|
2874
3026
|
readonly PrivateKeySizeInBytes: int;
|
|
@@ -2900,6 +3052,8 @@ export type MLDsaAlgorithm = MLDsaAlgorithm$instance & __MLDsaAlgorithm$views;
|
|
|
2900
3052
|
|
|
2901
3053
|
|
|
2902
3054
|
export interface MLDsaCng$instance extends MLDsa$instance {
|
|
3055
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
3056
|
+
|
|
2903
3057
|
Dispose(): void;
|
|
2904
3058
|
Dispose(disposing: boolean): void;
|
|
2905
3059
|
ExportMLDsaPrivateKeyCore(destination: Span_1<System_Internal.Byte>): void;
|
|
@@ -2929,6 +3083,8 @@ export type MLDsaCng = MLDsaCng$instance & __MLDsaCng$views;
|
|
|
2929
3083
|
|
|
2930
3084
|
|
|
2931
3085
|
export interface MLDsaOpenSsl$instance extends MLDsa$instance {
|
|
3086
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
3087
|
+
|
|
2932
3088
|
Dispose(disposing: boolean): void;
|
|
2933
3089
|
Dispose(): void;
|
|
2934
3090
|
DuplicateKeyHandle(): SafeEvpPKeyHandle;
|
|
@@ -2958,6 +3114,8 @@ export type MLDsaOpenSsl = MLDsaOpenSsl$instance & __MLDsaOpenSsl$views;
|
|
|
2958
3114
|
|
|
2959
3115
|
|
|
2960
3116
|
export interface MLKem$instance {
|
|
3117
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
3118
|
+
|
|
2961
3119
|
readonly Algorithm: MLKemAlgorithm;
|
|
2962
3120
|
Decapsulate(ciphertext: ReadOnlySpan_1<System_Internal.Byte>, sharedSecret: Span_1<System_Internal.Byte>): void;
|
|
2963
3121
|
Decapsulate(ciphertext: byte[]): byte[];
|
|
@@ -3028,6 +3186,8 @@ export type MLKem = MLKem$instance & __MLKem$views;
|
|
|
3028
3186
|
|
|
3029
3187
|
|
|
3030
3188
|
export interface MLKemAlgorithm$instance {
|
|
3189
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3190
|
+
|
|
3031
3191
|
readonly CiphertextSizeInBytes: int;
|
|
3032
3192
|
readonly DecapsulationKeySizeInBytes: int;
|
|
3033
3193
|
readonly EncapsulationKeySizeInBytes: int;
|
|
@@ -3059,6 +3219,8 @@ export type MLKemAlgorithm = MLKemAlgorithm$instance & __MLKemAlgorithm$views;
|
|
|
3059
3219
|
|
|
3060
3220
|
|
|
3061
3221
|
export interface MLKemCng$instance extends MLKem$instance {
|
|
3222
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
3223
|
+
|
|
3062
3224
|
DecapsulateCore(ciphertext: ReadOnlySpan_1<System_Internal.Byte>, sharedSecret: Span_1<System_Internal.Byte>): void;
|
|
3063
3225
|
Dispose(): void;
|
|
3064
3226
|
Dispose(disposing: boolean): void;
|
|
@@ -3084,6 +3246,8 @@ export type MLKemCng = MLKemCng$instance & __MLKemCng$views;
|
|
|
3084
3246
|
|
|
3085
3247
|
|
|
3086
3248
|
export interface MLKemOpenSsl$instance extends MLKem$instance {
|
|
3249
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
3250
|
+
|
|
3087
3251
|
DecapsulateCore(ciphertext: ReadOnlySpan_1<System_Internal.Byte>, sharedSecret: Span_1<System_Internal.Byte>): void;
|
|
3088
3252
|
Dispose(disposing: boolean): void;
|
|
3089
3253
|
Dispose(): void;
|
|
@@ -3129,6 +3293,9 @@ export const Oid: {
|
|
|
3129
3293
|
export type Oid = Oid$instance;
|
|
3130
3294
|
|
|
3131
3295
|
export interface OidCollection$instance {
|
|
3296
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
3297
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
3298
|
+
|
|
3132
3299
|
readonly Count: int;
|
|
3133
3300
|
readonly IsSynchronized: boolean;
|
|
3134
3301
|
readonly SyncRoot: unknown;
|
|
@@ -3154,6 +3321,8 @@ export type OidCollection = OidCollection$instance & __OidCollection$views;
|
|
|
3154
3321
|
|
|
3155
3322
|
|
|
3156
3323
|
export interface OidEnumerator$instance {
|
|
3324
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
3325
|
+
|
|
3157
3326
|
readonly Current: Oid;
|
|
3158
3327
|
MoveNext(): boolean;
|
|
3159
3328
|
Reset(): void;
|
|
@@ -3172,6 +3341,8 @@ export type OidEnumerator = OidEnumerator$instance & __OidEnumerator$views;
|
|
|
3172
3341
|
|
|
3173
3342
|
|
|
3174
3343
|
export interface PasswordDeriveBytes$instance extends DeriveBytes$instance {
|
|
3344
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
3345
|
+
|
|
3175
3346
|
HashName: string;
|
|
3176
3347
|
IterationCount: int;
|
|
3177
3348
|
get Salt(): byte[] | undefined;
|
|
@@ -3231,6 +3402,8 @@ export const PKCS1MaskGenerationMethod: {
|
|
|
3231
3402
|
export type PKCS1MaskGenerationMethod = PKCS1MaskGenerationMethod$instance;
|
|
3232
3403
|
|
|
3233
3404
|
export interface RandomNumberGenerator$instance {
|
|
3405
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
3406
|
+
|
|
3234
3407
|
Dispose(): void;
|
|
3235
3408
|
Dispose(disposing: boolean): void;
|
|
3236
3409
|
GetBytes(data: byte[]): void;
|
|
@@ -3265,6 +3438,8 @@ export type RandomNumberGenerator = RandomNumberGenerator$instance & __RandomNum
|
|
|
3265
3438
|
|
|
3266
3439
|
|
|
3267
3440
|
export interface RC2$instance extends SymmetricAlgorithm$instance {
|
|
3441
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
3442
|
+
|
|
3268
3443
|
EffectiveKeySize: int;
|
|
3269
3444
|
KeySize: int;
|
|
3270
3445
|
Dispose(): void;
|
|
@@ -3284,6 +3459,8 @@ export type RC2 = RC2$instance & __RC2$views;
|
|
|
3284
3459
|
|
|
3285
3460
|
|
|
3286
3461
|
export interface RC2CryptoServiceProvider$instance extends RC2$instance {
|
|
3462
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
3463
|
+
|
|
3287
3464
|
BlockSize: int;
|
|
3288
3465
|
EffectiveKeySize: int;
|
|
3289
3466
|
FeedbackSize: int;
|
|
@@ -3321,6 +3498,8 @@ export type RC2CryptoServiceProvider = RC2CryptoServiceProvider$instance & __RC2
|
|
|
3321
3498
|
|
|
3322
3499
|
|
|
3323
3500
|
export interface Rfc2898DeriveBytes$instance extends DeriveBytes$instance {
|
|
3501
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
3502
|
+
|
|
3324
3503
|
readonly HashAlgorithm: HashAlgorithmName;
|
|
3325
3504
|
IterationCount: int;
|
|
3326
3505
|
Salt: byte[];
|
|
@@ -3358,6 +3537,8 @@ export type Rfc2898DeriveBytes = Rfc2898DeriveBytes$instance & __Rfc2898DeriveBy
|
|
|
3358
3537
|
|
|
3359
3538
|
|
|
3360
3539
|
export interface Rijndael$instance extends SymmetricAlgorithm$instance {
|
|
3540
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
3541
|
+
|
|
3361
3542
|
Dispose(): void;
|
|
3362
3543
|
Dispose(disposing: boolean): void;
|
|
3363
3544
|
}
|
|
@@ -3375,6 +3556,8 @@ export type Rijndael = Rijndael$instance & __Rijndael$views;
|
|
|
3375
3556
|
|
|
3376
3557
|
|
|
3377
3558
|
export interface RijndaelManaged$instance extends Rijndael$instance {
|
|
3559
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
3560
|
+
|
|
3378
3561
|
BlockSize: int;
|
|
3379
3562
|
FeedbackSize: int;
|
|
3380
3563
|
IV: byte[];
|
|
@@ -3407,6 +3590,8 @@ export type RijndaelManaged = RijndaelManaged$instance & __RijndaelManaged$views
|
|
|
3407
3590
|
|
|
3408
3591
|
|
|
3409
3592
|
export interface RNGCryptoServiceProvider$instance extends RandomNumberGenerator$instance {
|
|
3593
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
3594
|
+
|
|
3410
3595
|
Dispose(disposing: boolean): void;
|
|
3411
3596
|
Dispose(): void;
|
|
3412
3597
|
GetBytes(data: byte[]): void;
|
|
@@ -3435,6 +3620,8 @@ export type RNGCryptoServiceProvider = RNGCryptoServiceProvider$instance & __RNG
|
|
|
3435
3620
|
|
|
3436
3621
|
|
|
3437
3622
|
export interface RSA$instance extends AsymmetricAlgorithm$instance {
|
|
3623
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
3624
|
+
|
|
3438
3625
|
readonly KeyExchangeAlgorithm: string | undefined;
|
|
3439
3626
|
readonly SignatureAlgorithm: string | string | undefined;
|
|
3440
3627
|
Decrypt(data: byte[], padding: RSAEncryptionPadding): byte[];
|
|
@@ -3519,6 +3706,8 @@ export type RSA = RSA$instance & __RSA$views;
|
|
|
3519
3706
|
|
|
3520
3707
|
|
|
3521
3708
|
export interface RSACng$instance extends RSA$instance {
|
|
3709
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
3710
|
+
|
|
3522
3711
|
readonly Key: CngKey;
|
|
3523
3712
|
Dispose(): void;
|
|
3524
3713
|
Dispose(disposing: boolean): void;
|
|
@@ -3542,6 +3731,9 @@ export type RSACng = RSACng$instance & __RSACng$views;
|
|
|
3542
3731
|
|
|
3543
3732
|
|
|
3544
3733
|
export interface RSACryptoServiceProvider$instance extends RSA$instance {
|
|
3734
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
3735
|
+
readonly __tsonic_iface_System_Security_Cryptography_ICspAsymmetricAlgorithm: never;
|
|
3736
|
+
|
|
3545
3737
|
readonly CspKeyContainerInfo: CspKeyContainerInfo;
|
|
3546
3738
|
readonly KeyExchangeAlgorithm: string | undefined;
|
|
3547
3739
|
KeySize: int;
|
|
@@ -3614,6 +3806,8 @@ export type RSACryptoServiceProvider = RSACryptoServiceProvider$instance & __RSA
|
|
|
3614
3806
|
|
|
3615
3807
|
|
|
3616
3808
|
export interface RSAEncryptionPadding$instance {
|
|
3809
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3810
|
+
|
|
3617
3811
|
readonly Mode: RSAEncryptionPaddingMode;
|
|
3618
3812
|
readonly OaepHashAlgorithm: HashAlgorithmName;
|
|
3619
3813
|
Equals(obj: unknown): boolean;
|
|
@@ -3683,6 +3877,8 @@ export const RSAOAEPKeyExchangeFormatter: {
|
|
|
3683
3877
|
export type RSAOAEPKeyExchangeFormatter = RSAOAEPKeyExchangeFormatter$instance;
|
|
3684
3878
|
|
|
3685
3879
|
export interface RSAOpenSsl$instance extends RSA$instance {
|
|
3880
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
3881
|
+
|
|
3686
3882
|
KeySize: int;
|
|
3687
3883
|
readonly LegalKeySizes: KeySizes[];
|
|
3688
3884
|
Decrypt(data: byte[], padding: RSAEncryptionPadding): byte[];
|
|
@@ -3819,6 +4015,8 @@ export const RSAPKCS1SignatureFormatter: {
|
|
|
3819
4015
|
export type RSAPKCS1SignatureFormatter = RSAPKCS1SignatureFormatter$instance;
|
|
3820
4016
|
|
|
3821
4017
|
export interface RSASignaturePadding$instance {
|
|
4018
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
4019
|
+
|
|
3822
4020
|
readonly Mode: RSASignaturePaddingMode;
|
|
3823
4021
|
Equals(obj: unknown): boolean;
|
|
3824
4022
|
Equals(other: RSASignaturePadding): boolean;
|
|
@@ -3844,6 +4042,8 @@ export type RSASignaturePadding = RSASignaturePadding$instance & __RSASignatureP
|
|
|
3844
4042
|
|
|
3845
4043
|
|
|
3846
4044
|
export interface SafeEvpPKeyHandle$instance extends SafeHandle {
|
|
4045
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
4046
|
+
|
|
3847
4047
|
readonly IsInvalid: boolean;
|
|
3848
4048
|
Dispose(): void;
|
|
3849
4049
|
Dispose(disposing: boolean): void;
|
|
@@ -3870,6 +4070,9 @@ export type SafeEvpPKeyHandle = SafeEvpPKeyHandle$instance & __SafeEvpPKeyHandle
|
|
|
3870
4070
|
|
|
3871
4071
|
|
|
3872
4072
|
export interface SHA1$instance extends HashAlgorithm$instance {
|
|
4073
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
4074
|
+
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
4075
|
+
|
|
3873
4076
|
Dispose(): void;
|
|
3874
4077
|
Dispose(disposing: boolean): void;
|
|
3875
4078
|
TransformBlock(inputBuffer: byte[], inputOffset: int, inputCount: int, outputBuffer: byte[], outputOffset: int): int;
|
|
@@ -3900,6 +4103,9 @@ export type SHA1 = SHA1$instance & __SHA1$views;
|
|
|
3900
4103
|
|
|
3901
4104
|
|
|
3902
4105
|
export interface SHA1CryptoServiceProvider$instance extends SHA1$instance {
|
|
4106
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
4107
|
+
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
4108
|
+
|
|
3903
4109
|
Dispose(disposing: boolean): void;
|
|
3904
4110
|
Dispose(): void;
|
|
3905
4111
|
HashCore(array: byte[], ibStart: int, cbSize: int): void;
|
|
@@ -3928,6 +4134,9 @@ export type SHA1CryptoServiceProvider = SHA1CryptoServiceProvider$instance & __S
|
|
|
3928
4134
|
|
|
3929
4135
|
|
|
3930
4136
|
export interface SHA1Managed$instance extends SHA1$instance {
|
|
4137
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
4138
|
+
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
4139
|
+
|
|
3931
4140
|
Dispose(disposing: boolean): void;
|
|
3932
4141
|
Dispose(): void;
|
|
3933
4142
|
HashCore(array: byte[], ibStart: int, cbSize: int): void;
|
|
@@ -3956,6 +4165,9 @@ export type SHA1Managed = SHA1Managed$instance & __SHA1Managed$views;
|
|
|
3956
4165
|
|
|
3957
4166
|
|
|
3958
4167
|
export interface SHA256$instance extends HashAlgorithm$instance {
|
|
4168
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
4169
|
+
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
4170
|
+
|
|
3959
4171
|
Dispose(): void;
|
|
3960
4172
|
Dispose(disposing: boolean): void;
|
|
3961
4173
|
TransformBlock(inputBuffer: byte[], inputOffset: int, inputCount: int, outputBuffer: byte[], outputOffset: int): int;
|
|
@@ -3986,6 +4198,9 @@ export type SHA256 = SHA256$instance & __SHA256$views;
|
|
|
3986
4198
|
|
|
3987
4199
|
|
|
3988
4200
|
export interface SHA256CryptoServiceProvider$instance extends SHA256$instance {
|
|
4201
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
4202
|
+
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
4203
|
+
|
|
3989
4204
|
Dispose(disposing: boolean): void;
|
|
3990
4205
|
Dispose(): void;
|
|
3991
4206
|
HashCore(array: byte[], ibStart: int, cbSize: int): void;
|
|
@@ -4014,6 +4229,9 @@ export type SHA256CryptoServiceProvider = SHA256CryptoServiceProvider$instance &
|
|
|
4014
4229
|
|
|
4015
4230
|
|
|
4016
4231
|
export interface SHA256Managed$instance extends SHA256$instance {
|
|
4232
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
4233
|
+
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
4234
|
+
|
|
4017
4235
|
Dispose(disposing: boolean): void;
|
|
4018
4236
|
Dispose(): void;
|
|
4019
4237
|
HashCore(array: byte[], ibStart: int, cbSize: int): void;
|
|
@@ -4042,6 +4260,9 @@ export type SHA256Managed = SHA256Managed$instance & __SHA256Managed$views;
|
|
|
4042
4260
|
|
|
4043
4261
|
|
|
4044
4262
|
export interface SHA3_256$instance extends HashAlgorithm$instance {
|
|
4263
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
4264
|
+
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
4265
|
+
|
|
4045
4266
|
Dispose(): void;
|
|
4046
4267
|
Dispose(disposing: boolean): void;
|
|
4047
4268
|
TransformBlock(inputBuffer: byte[], inputOffset: int, inputCount: int, outputBuffer: byte[], outputOffset: int): int;
|
|
@@ -4073,6 +4294,9 @@ export type SHA3_256 = SHA3_256$instance & __SHA3_256$views;
|
|
|
4073
4294
|
|
|
4074
4295
|
|
|
4075
4296
|
export interface SHA3_384$instance extends HashAlgorithm$instance {
|
|
4297
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
4298
|
+
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
4299
|
+
|
|
4076
4300
|
Dispose(): void;
|
|
4077
4301
|
Dispose(disposing: boolean): void;
|
|
4078
4302
|
TransformBlock(inputBuffer: byte[], inputOffset: int, inputCount: int, outputBuffer: byte[], outputOffset: int): int;
|
|
@@ -4104,6 +4328,9 @@ export type SHA3_384 = SHA3_384$instance & __SHA3_384$views;
|
|
|
4104
4328
|
|
|
4105
4329
|
|
|
4106
4330
|
export interface SHA3_512$instance extends HashAlgorithm$instance {
|
|
4331
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
4332
|
+
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
4333
|
+
|
|
4107
4334
|
Dispose(): void;
|
|
4108
4335
|
Dispose(disposing: boolean): void;
|
|
4109
4336
|
TransformBlock(inputBuffer: byte[], inputOffset: int, inputCount: int, outputBuffer: byte[], outputOffset: int): int;
|
|
@@ -4135,6 +4362,9 @@ export type SHA3_512 = SHA3_512$instance & __SHA3_512$views;
|
|
|
4135
4362
|
|
|
4136
4363
|
|
|
4137
4364
|
export interface SHA384$instance extends HashAlgorithm$instance {
|
|
4365
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
4366
|
+
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
4367
|
+
|
|
4138
4368
|
Dispose(): void;
|
|
4139
4369
|
Dispose(disposing: boolean): void;
|
|
4140
4370
|
TransformBlock(inputBuffer: byte[], inputOffset: int, inputCount: int, outputBuffer: byte[], outputOffset: int): int;
|
|
@@ -4165,6 +4395,9 @@ export type SHA384 = SHA384$instance & __SHA384$views;
|
|
|
4165
4395
|
|
|
4166
4396
|
|
|
4167
4397
|
export interface SHA384CryptoServiceProvider$instance extends SHA384$instance {
|
|
4398
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
4399
|
+
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
4400
|
+
|
|
4168
4401
|
Dispose(disposing: boolean): void;
|
|
4169
4402
|
Dispose(): void;
|
|
4170
4403
|
HashCore(array: byte[], ibStart: int, cbSize: int): void;
|
|
@@ -4193,6 +4426,9 @@ export type SHA384CryptoServiceProvider = SHA384CryptoServiceProvider$instance &
|
|
|
4193
4426
|
|
|
4194
4427
|
|
|
4195
4428
|
export interface SHA384Managed$instance extends SHA384$instance {
|
|
4429
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
4430
|
+
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
4431
|
+
|
|
4196
4432
|
Dispose(disposing: boolean): void;
|
|
4197
4433
|
Dispose(): void;
|
|
4198
4434
|
HashCore(array: byte[], ibStart: int, cbSize: int): void;
|
|
@@ -4221,6 +4457,9 @@ export type SHA384Managed = SHA384Managed$instance & __SHA384Managed$views;
|
|
|
4221
4457
|
|
|
4222
4458
|
|
|
4223
4459
|
export interface SHA512$instance extends HashAlgorithm$instance {
|
|
4460
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
4461
|
+
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
4462
|
+
|
|
4224
4463
|
Dispose(): void;
|
|
4225
4464
|
Dispose(disposing: boolean): void;
|
|
4226
4465
|
TransformBlock(inputBuffer: byte[], inputOffset: int, inputCount: int, outputBuffer: byte[], outputOffset: int): int;
|
|
@@ -4251,6 +4490,9 @@ export type SHA512 = SHA512$instance & __SHA512$views;
|
|
|
4251
4490
|
|
|
4252
4491
|
|
|
4253
4492
|
export interface SHA512CryptoServiceProvider$instance extends SHA512$instance {
|
|
4493
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
4494
|
+
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
4495
|
+
|
|
4254
4496
|
Dispose(disposing: boolean): void;
|
|
4255
4497
|
Dispose(): void;
|
|
4256
4498
|
HashCore(array: byte[], ibStart: int, cbSize: int): void;
|
|
@@ -4279,6 +4521,9 @@ export type SHA512CryptoServiceProvider = SHA512CryptoServiceProvider$instance &
|
|
|
4279
4521
|
|
|
4280
4522
|
|
|
4281
4523
|
export interface SHA512Managed$instance extends SHA512$instance {
|
|
4524
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
4525
|
+
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
4526
|
+
|
|
4282
4527
|
Dispose(disposing: boolean): void;
|
|
4283
4528
|
Dispose(): void;
|
|
4284
4529
|
HashCore(array: byte[], ibStart: int, cbSize: int): void;
|
|
@@ -4307,6 +4552,8 @@ export type SHA512Managed = SHA512Managed$instance & __SHA512Managed$views;
|
|
|
4307
4552
|
|
|
4308
4553
|
|
|
4309
4554
|
export interface Shake128$instance {
|
|
4555
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
4556
|
+
|
|
4310
4557
|
AppendData(data: byte[]): void;
|
|
4311
4558
|
AppendData(data: ReadOnlySpan_1<System_Internal.Byte>): void;
|
|
4312
4559
|
Clone(): Shake128;
|
|
@@ -4344,6 +4591,8 @@ export type Shake128 = Shake128$instance & __Shake128$views;
|
|
|
4344
4591
|
|
|
4345
4592
|
|
|
4346
4593
|
export interface Shake256$instance {
|
|
4594
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
4595
|
+
|
|
4347
4596
|
AppendData(data: byte[]): void;
|
|
4348
4597
|
AppendData(data: ReadOnlySpan_1<System_Internal.Byte>): void;
|
|
4349
4598
|
Clone(): Shake256;
|
|
@@ -4404,6 +4653,8 @@ export const SignatureDescription: {
|
|
|
4404
4653
|
export type SignatureDescription = SignatureDescription$instance;
|
|
4405
4654
|
|
|
4406
4655
|
export interface SlhDsa$instance {
|
|
4656
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
4657
|
+
|
|
4407
4658
|
readonly Algorithm: SlhDsaAlgorithm;
|
|
4408
4659
|
Dispose(): void;
|
|
4409
4660
|
Dispose(disposing: boolean): void;
|
|
@@ -4475,6 +4726,8 @@ export type SlhDsa = SlhDsa$instance & __SlhDsa$views;
|
|
|
4475
4726
|
|
|
4476
4727
|
|
|
4477
4728
|
export interface SlhDsaAlgorithm$instance {
|
|
4729
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
4730
|
+
|
|
4478
4731
|
readonly Name: string;
|
|
4479
4732
|
readonly PrivateKeySizeInBytes: int;
|
|
4480
4733
|
readonly PublicKeySizeInBytes: int;
|
|
@@ -4513,6 +4766,8 @@ export type SlhDsaAlgorithm = SlhDsaAlgorithm$instance & __SlhDsaAlgorithm$views
|
|
|
4513
4766
|
|
|
4514
4767
|
|
|
4515
4768
|
export interface SlhDsaCng$instance extends SlhDsa$instance {
|
|
4769
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
4770
|
+
|
|
4516
4771
|
Dispose(): void;
|
|
4517
4772
|
Dispose(disposing: boolean): void;
|
|
4518
4773
|
ExportSlhDsaPrivateKeyCore(destination: Span_1<System_Internal.Byte>): void;
|
|
@@ -4540,6 +4795,8 @@ export type SlhDsaCng = SlhDsaCng$instance & __SlhDsaCng$views;
|
|
|
4540
4795
|
|
|
4541
4796
|
|
|
4542
4797
|
export interface SlhDsaOpenSsl$instance extends SlhDsa$instance {
|
|
4798
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
4799
|
+
|
|
4543
4800
|
Dispose(disposing: boolean): void;
|
|
4544
4801
|
Dispose(): void;
|
|
4545
4802
|
DuplicateKeyHandle(): SafeEvpPKeyHandle;
|
|
@@ -4565,6 +4822,8 @@ export type SlhDsaOpenSsl = SlhDsaOpenSsl$instance & __SlhDsaOpenSsl$views;
|
|
|
4565
4822
|
|
|
4566
4823
|
|
|
4567
4824
|
export interface SP800108HmacCounterKdf$instance {
|
|
4825
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
4826
|
+
|
|
4568
4827
|
DeriveKey(label: byte[], context: byte[], derivedKeyLengthInBytes: int): byte[];
|
|
4569
4828
|
DeriveKey(label: ReadOnlySpan_1<System_Internal.Byte>, context: ReadOnlySpan_1<System_Internal.Byte>, derivedKeyLengthInBytes: int): byte[];
|
|
4570
4829
|
DeriveKey(label: ReadOnlySpan_1<System_Internal.Byte>, context: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>): void;
|
|
@@ -4597,6 +4856,8 @@ export type SP800108HmacCounterKdf = SP800108HmacCounterKdf$instance & __SP80010
|
|
|
4597
4856
|
|
|
4598
4857
|
|
|
4599
4858
|
export interface SymmetricAlgorithm$instance {
|
|
4859
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
4860
|
+
|
|
4600
4861
|
BlockSize: int;
|
|
4601
4862
|
FeedbackSize: int;
|
|
4602
4863
|
IV: byte[];
|
|
@@ -4668,6 +4929,9 @@ export type SymmetricAlgorithm = SymmetricAlgorithm$instance & __SymmetricAlgori
|
|
|
4668
4929
|
|
|
4669
4930
|
|
|
4670
4931
|
export interface ToBase64Transform$instance {
|
|
4932
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
4933
|
+
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
4934
|
+
|
|
4671
4935
|
readonly CanReuseTransform: boolean;
|
|
4672
4936
|
readonly CanTransformMultipleBlocks: boolean;
|
|
4673
4937
|
readonly InputBlockSize: int;
|
|
@@ -4695,6 +4959,8 @@ export type ToBase64Transform = ToBase64Transform$instance & __ToBase64Transform
|
|
|
4695
4959
|
|
|
4696
4960
|
|
|
4697
4961
|
export interface TripleDES$instance extends SymmetricAlgorithm$instance {
|
|
4962
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
4963
|
+
|
|
4698
4964
|
Key: byte[];
|
|
4699
4965
|
Dispose(): void;
|
|
4700
4966
|
Dispose(disposing: boolean): void;
|
|
@@ -4714,6 +4980,8 @@ export type TripleDES = TripleDES$instance & __TripleDES$views;
|
|
|
4714
4980
|
|
|
4715
4981
|
|
|
4716
4982
|
export interface TripleDESCng$instance extends TripleDES$instance {
|
|
4983
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
4984
|
+
|
|
4717
4985
|
CreateDecryptor(rgbKey: byte[], rgbIV: byte[]): ICryptoTransform;
|
|
4718
4986
|
CreateDecryptor(): ICryptoTransform;
|
|
4719
4987
|
CreateEncryptor(rgbKey: byte[], rgbIV: byte[]): ICryptoTransform;
|
|
@@ -4741,6 +5009,8 @@ export type TripleDESCng = TripleDESCng$instance & __TripleDESCng$views;
|
|
|
4741
5009
|
|
|
4742
5010
|
|
|
4743
5011
|
export interface TripleDESCryptoServiceProvider$instance extends TripleDES$instance {
|
|
5012
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
5013
|
+
|
|
4744
5014
|
BlockSize: int;
|
|
4745
5015
|
FeedbackSize: int;
|
|
4746
5016
|
IV: byte[];
|