@tsonic/dotnet 10.0.5 → 10.0.10
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 +6 -0
- package/Microsoft.VisualBasic/internal/index.d.ts +38 -0
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +58 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +8 -0
- package/Microsoft.Win32/internal/index.d.ts +3 -3
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +34 -0
- package/System/internal/index.d.ts +447 -196
- package/System.Buffers/internal/index.d.ts +24 -6
- package/System.CodeDom.Compiler/internal/index.d.ts +4 -0
- package/System.Collections/internal/index.d.ts +37 -26
- package/System.Collections.Concurrent/internal/index.d.ts +17 -3
- package/System.Collections.Frozen/internal/index.d.ts +12 -0
- package/System.Collections.Generic/internal/index.d.ts +126 -43
- package/System.Collections.Immutable/internal/index.d.ts +51 -14
- package/System.Collections.ObjectModel/internal/index.d.ts +22 -10
- package/System.Collections.Specialized/internal/index.d.ts +33 -12
- package/System.ComponentModel/internal/index.d.ts +275 -33
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +73 -3
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +14 -0
- package/System.ComponentModel.Design/internal/index.d.ts +49 -7
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +22 -0
- package/System.Data/internal/index.d.ts +111 -21
- package/System.Data.Common/internal/index.d.ts +67 -36
- package/System.Data.SqlTypes/internal/index.d.ts +59 -52
- package/System.Diagnostics/internal/index.d.ts +147 -17
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +52 -0
- package/System.Diagnostics.Contracts/internal/index.d.ts +26 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +31 -3
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +8 -0
- package/System.Diagnostics.Tracing/internal/index.d.ts +40 -6
- package/System.Drawing/internal/index.d.ts +24 -0
- package/System.Dynamic/internal/index.d.ts +38 -6
- package/System.Formats.Asn1/internal/index.d.ts +13 -3
- package/System.Formats.Tar/internal/index.d.ts +20 -6
- package/System.Globalization/internal/index.d.ts +64 -18
- package/System.IO/internal/index.d.ts +74 -18
- package/System.IO.Compression/internal/index.d.ts +25 -9
- package/System.IO.Enumeration/internal/index.d.ts +6 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -3
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +6 -0
- package/System.IO.Pipelines/internal/index.d.ts +19 -3
- package/System.IO.Pipes/internal/index.d.ts +16 -0
- package/System.Linq/internal/index.d.ts +17 -3
- package/System.Linq.Expressions/internal/index.d.ts +86 -18
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -0
- package/System.Net/internal/index.d.ts +112 -23
- package/System.Net.Cache/internal/index.d.ts +4 -0
- package/System.Net.Http/internal/index.d.ts +50 -0
- package/System.Net.Http.Headers/internal/index.d.ts +79 -62
- package/System.Net.Http.Json/internal/index.d.ts +2 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -0
- package/System.Net.Mail/internal/index.d.ts +31 -9
- package/System.Net.Mime/internal/index.d.ts +4 -0
- package/System.Net.NetworkInformation/internal/index.d.ts +67 -10
- package/System.Net.Quic/internal/index.d.ts +22 -6
- package/System.Net.Security/internal/index.d.ts +27 -3
- package/System.Net.ServerSentEvents/internal/index.d.ts +4 -0
- package/System.Net.Sockets/internal/index.d.ts +38 -6
- package/System.Net.WebSockets/internal/index.d.ts +23 -3
- package/System.Numerics/internal/index.d.ts +29 -16
- package/System.Reflection/internal/index.d.ts +135 -32
- package/System.Reflection.Emit/internal/index.d.ts +45 -9
- package/System.Reflection.Metadata/internal/index.d.ts +324 -10
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +76 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +37 -3
- package/System.Resources/internal/index.d.ts +16 -0
- package/System.Runtime/internal/index.d.ts +12 -6
- package/System.Runtime.CompilerServices/internal/index.d.ts +278 -39
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +6 -0
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -0
- package/System.Runtime.InteropServices/internal/index.d.ts +175 -15
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +40 -0
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +6 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +55 -3
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +57 -12
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +2 -0
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +8 -0
- package/System.Runtime.Intrinsics/internal/index.d.ts +13 -17
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +40 -0
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -0
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +148 -0
- package/System.Runtime.Loader/internal/index.d.ts +7 -3
- package/System.Runtime.Remoting/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization/internal/index.d.ts +75 -9
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +8 -0
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +4 -0
- package/System.Runtime.Versioning/internal/index.d.ts +26 -0
- package/System.Security/internal/index.d.ts +28 -6
- package/System.Security.AccessControl/internal/index.d.ts +98 -8
- package/System.Security.Authentication/internal/index.d.ts +4 -0
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +9 -3
- package/System.Security.Claims/internal/index.d.ts +8 -6
- package/System.Security.Cryptography/internal/index.d.ts +299 -44
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +72 -14
- package/System.Security.Permissions/internal/index.d.ts +6 -0
- package/System.Security.Policy/internal/index.d.ts +4 -0
- package/System.Security.Principal/internal/index.d.ts +21 -8
- package/System.Text/internal/index.d.ts +70 -11
- package/System.Text.Encodings.Web/internal/index.d.ts +10 -0
- package/System.Text.Json/internal/index.d.ts +33 -8
- package/System.Text.Json.Nodes/internal/index.d.ts +10 -0
- package/System.Text.Json.Schema/internal/index.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +54 -0
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +23 -3
- package/System.Text.RegularExpressions/internal/index.d.ts +35 -7
- package/System.Text.Unicode/internal/index.d.ts +4 -0
- package/System.Threading/internal/index.d.ts +108 -24
- package/System.Threading.Channels/internal/index.d.ts +18 -0
- package/System.Threading.Tasks/internal/index.d.ts +49 -13
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +32 -0
- package/System.Threading.Tasks.Sources/internal/index.d.ts +2 -0
- package/System.Timers/internal/index.d.ts +7 -3
- package/System.Transactions/internal/index.d.ts +37 -15
- package/System.Web/internal/index.d.ts +2 -0
- package/System.Windows.Markup/internal/index.d.ts +2 -0
- package/System.Xml/internal/index.d.ts +107 -20
- package/System.Xml.Linq/internal/index.d.ts +42 -18
- package/System.Xml.Resolvers/internal/index.d.ts +2 -0
- package/System.Xml.Schema/internal/index.d.ts +150 -4
- package/System.Xml.Serialization/internal/index.d.ts +120 -8
- package/System.Xml.XPath/internal/index.d.ts +14 -6
- package/System.Xml.Xsl/internal/index.d.ts +16 -0
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +89 -2
- package/__internal/extensions/index.d.ts +2143 -1955
- package/package.json +2 -2
|
@@ -227,6 +227,8 @@ export interface ICspAsymmetricAlgorithm$instance {
|
|
|
227
227
|
export type ICspAsymmetricAlgorithm = ICspAsymmetricAlgorithm$instance;
|
|
228
228
|
|
|
229
229
|
export interface CngProperty$instance {
|
|
230
|
+
readonly __tsonic_type_System_Security_Cryptography_CngProperty: never;
|
|
231
|
+
|
|
230
232
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
231
233
|
|
|
232
234
|
Name: string;
|
|
@@ -254,6 +256,8 @@ export type CngProperty = CngProperty$instance & __CngProperty$views;
|
|
|
254
256
|
|
|
255
257
|
|
|
256
258
|
export interface DSAParameters$instance {
|
|
259
|
+
readonly __tsonic_type_System_Security_Cryptography_DSAParameters: never;
|
|
260
|
+
|
|
257
261
|
P: byte[] | undefined;
|
|
258
262
|
Q: byte[] | undefined;
|
|
259
263
|
G: byte[] | undefined;
|
|
@@ -273,6 +277,8 @@ export const DSAParameters: {
|
|
|
273
277
|
export type DSAParameters = DSAParameters$instance;
|
|
274
278
|
|
|
275
279
|
export interface ECCurve$instance {
|
|
280
|
+
readonly __tsonic_type_System_Security_Cryptography_ECCurve: never;
|
|
281
|
+
|
|
276
282
|
A: byte[] | undefined;
|
|
277
283
|
B: byte[] | undefined;
|
|
278
284
|
G: ECPoint;
|
|
@@ -303,6 +309,8 @@ export const ECCurve: {
|
|
|
303
309
|
export type ECCurve = ECCurve$instance;
|
|
304
310
|
|
|
305
311
|
export interface ECParameters$instance {
|
|
312
|
+
readonly __tsonic_type_System_Security_Cryptography_ECParameters: never;
|
|
313
|
+
|
|
306
314
|
Q: ECPoint;
|
|
307
315
|
D: byte[] | undefined;
|
|
308
316
|
Curve: ECCurve;
|
|
@@ -318,6 +326,8 @@ export const ECParameters: {
|
|
|
318
326
|
export type ECParameters = ECParameters$instance;
|
|
319
327
|
|
|
320
328
|
export interface ECPoint$instance {
|
|
329
|
+
readonly __tsonic_type_System_Security_Cryptography_ECPoint: never;
|
|
330
|
+
|
|
321
331
|
X: byte[] | undefined;
|
|
322
332
|
Y: byte[] | undefined;
|
|
323
333
|
}
|
|
@@ -331,6 +341,8 @@ export const ECPoint: {
|
|
|
331
341
|
export type ECPoint = ECPoint$instance;
|
|
332
342
|
|
|
333
343
|
export interface HashAlgorithmName$instance {
|
|
344
|
+
readonly __tsonic_type_System_Security_Cryptography_HashAlgorithmName: never;
|
|
345
|
+
|
|
334
346
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
335
347
|
|
|
336
348
|
readonly Name: string | undefined;
|
|
@@ -367,6 +379,8 @@ export type HashAlgorithmName = HashAlgorithmName$instance & __HashAlgorithmName
|
|
|
367
379
|
|
|
368
380
|
|
|
369
381
|
export interface PemFields$instance {
|
|
382
|
+
readonly __tsonic_type_System_Security_Cryptography_PemFields: never;
|
|
383
|
+
|
|
370
384
|
readonly Base64Data: Range;
|
|
371
385
|
readonly DecodedDataLength: int;
|
|
372
386
|
readonly Label: Range;
|
|
@@ -382,6 +396,8 @@ export const PemFields: {
|
|
|
382
396
|
export type PemFields = PemFields$instance;
|
|
383
397
|
|
|
384
398
|
export interface RSAParameters$instance {
|
|
399
|
+
readonly __tsonic_type_System_Security_Cryptography_RSAParameters: never;
|
|
400
|
+
|
|
385
401
|
D: byte[] | undefined;
|
|
386
402
|
DP: byte[] | undefined;
|
|
387
403
|
DQ: byte[] | undefined;
|
|
@@ -401,6 +417,8 @@ export const RSAParameters: {
|
|
|
401
417
|
export type RSAParameters = RSAParameters$instance;
|
|
402
418
|
|
|
403
419
|
export interface Aes$instance extends SymmetricAlgorithm$instance {
|
|
420
|
+
readonly __tsonic_type_System_Security_Cryptography_Aes: never;
|
|
421
|
+
|
|
404
422
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
405
423
|
|
|
406
424
|
DecryptKeyWrapPadded(ciphertext: byte[]): byte[];
|
|
@@ -429,7 +447,9 @@ export interface __Aes$views {
|
|
|
429
447
|
export type Aes = Aes$instance & __Aes$views;
|
|
430
448
|
|
|
431
449
|
|
|
432
|
-
export interface AesCcm$instance {
|
|
450
|
+
export interface AesCcm$instance extends System_Internal.IDisposable$instance {
|
|
451
|
+
readonly __tsonic_type_System_Security_Cryptography_AesCcm: never;
|
|
452
|
+
|
|
433
453
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
434
454
|
|
|
435
455
|
Decrypt(nonce: byte[], ciphertext: byte[], tag: byte[], plaintext: byte[], associatedData?: byte[]): void;
|
|
@@ -453,12 +473,12 @@ export interface __AesCcm$views {
|
|
|
453
473
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
454
474
|
}
|
|
455
475
|
|
|
456
|
-
export interface AesCcm$instance extends System_Internal.IDisposable$instance {}
|
|
457
|
-
|
|
458
476
|
export type AesCcm = AesCcm$instance & __AesCcm$views;
|
|
459
477
|
|
|
460
478
|
|
|
461
479
|
export interface AesCng$instance extends Aes$instance {
|
|
480
|
+
readonly __tsonic_type_System_Security_Cryptography_AesCng: never;
|
|
481
|
+
|
|
462
482
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
463
483
|
|
|
464
484
|
CreateDecryptor(rgbKey: byte[], rgbIV: byte[]): ICryptoTransform;
|
|
@@ -489,6 +509,8 @@ export type AesCng = AesCng$instance & __AesCng$views;
|
|
|
489
509
|
|
|
490
510
|
|
|
491
511
|
export interface AesCryptoServiceProvider$instance extends Aes$instance {
|
|
512
|
+
readonly __tsonic_type_System_Security_Cryptography_AesCryptoServiceProvider: never;
|
|
513
|
+
|
|
492
514
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
493
515
|
|
|
494
516
|
BlockSize: int;
|
|
@@ -525,7 +547,9 @@ export interface __AesCryptoServiceProvider$views {
|
|
|
525
547
|
export type AesCryptoServiceProvider = AesCryptoServiceProvider$instance & __AesCryptoServiceProvider$views;
|
|
526
548
|
|
|
527
549
|
|
|
528
|
-
export interface AesGcm$instance {
|
|
550
|
+
export interface AesGcm$instance extends System_Internal.IDisposable$instance {
|
|
551
|
+
readonly __tsonic_type_System_Security_Cryptography_AesGcm: never;
|
|
552
|
+
|
|
529
553
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
530
554
|
|
|
531
555
|
readonly TagSizeInBytes: Nullable_1<System_Internal.Int32>;
|
|
@@ -552,12 +576,12 @@ export interface __AesGcm$views {
|
|
|
552
576
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
553
577
|
}
|
|
554
578
|
|
|
555
|
-
export interface AesGcm$instance extends System_Internal.IDisposable$instance {}
|
|
556
|
-
|
|
557
579
|
export type AesGcm = AesGcm$instance & __AesGcm$views;
|
|
558
580
|
|
|
559
581
|
|
|
560
582
|
export interface AesManaged$instance extends Aes$instance {
|
|
583
|
+
readonly __tsonic_type_System_Security_Cryptography_AesManaged: never;
|
|
584
|
+
|
|
561
585
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
562
586
|
|
|
563
587
|
BlockSize: int;
|
|
@@ -595,6 +619,8 @@ export type AesManaged = AesManaged$instance & __AesManaged$views;
|
|
|
595
619
|
|
|
596
620
|
|
|
597
621
|
export interface AsnEncodedData$instance {
|
|
622
|
+
readonly __tsonic_type_System_Security_Cryptography_AsnEncodedData: never;
|
|
623
|
+
|
|
598
624
|
get Oid(): Oid | undefined;
|
|
599
625
|
set Oid(value: Oid | undefined);
|
|
600
626
|
RawData: byte[];
|
|
@@ -617,12 +643,13 @@ export const AsnEncodedData: {
|
|
|
617
643
|
export type AsnEncodedData = AsnEncodedData$instance;
|
|
618
644
|
|
|
619
645
|
export interface AsnEncodedDataCollection$instance {
|
|
646
|
+
readonly __tsonic_type_System_Security_Cryptography_AsnEncodedDataCollection: never;
|
|
647
|
+
|
|
620
648
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
621
649
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
622
650
|
|
|
623
651
|
readonly Count: int;
|
|
624
652
|
readonly IsSynchronized: boolean;
|
|
625
|
-
readonly [index: number]: AsnEncodedData;
|
|
626
653
|
readonly SyncRoot: unknown;
|
|
627
654
|
Add(asnEncodedData: AsnEncodedData): int;
|
|
628
655
|
CopyTo(array: AsnEncodedData[], index: int): void;
|
|
@@ -642,10 +669,12 @@ export interface __AsnEncodedDataCollection$views {
|
|
|
642
669
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
643
670
|
}
|
|
644
671
|
|
|
645
|
-
export type AsnEncodedDataCollection = AsnEncodedDataCollection$instance & __AsnEncodedDataCollection$views;
|
|
672
|
+
export type AsnEncodedDataCollection = AsnEncodedDataCollection$instance & __AsnEncodedDataCollection$views & { readonly [index: number]: AsnEncodedData; };
|
|
646
673
|
|
|
647
674
|
|
|
648
675
|
export interface AsnEncodedDataEnumerator$instance {
|
|
676
|
+
readonly __tsonic_type_System_Security_Cryptography_AsnEncodedDataEnumerator: never;
|
|
677
|
+
|
|
649
678
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
650
679
|
|
|
651
680
|
readonly Current: AsnEncodedData;
|
|
@@ -666,6 +695,8 @@ export type AsnEncodedDataEnumerator = AsnEncodedDataEnumerator$instance & __Asn
|
|
|
666
695
|
|
|
667
696
|
|
|
668
697
|
export interface AsymmetricAlgorithm$instance {
|
|
698
|
+
readonly __tsonic_type_System_Security_Cryptography_AsymmetricAlgorithm: never;
|
|
699
|
+
|
|
669
700
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
670
701
|
|
|
671
702
|
readonly KeyExchangeAlgorithm: string | string | undefined;
|
|
@@ -717,6 +748,8 @@ export type AsymmetricAlgorithm = AsymmetricAlgorithm$instance & __AsymmetricAlg
|
|
|
717
748
|
|
|
718
749
|
|
|
719
750
|
export interface AsymmetricKeyExchangeDeformatter$instance {
|
|
751
|
+
readonly __tsonic_type_System_Security_Cryptography_AsymmetricKeyExchangeDeformatter: never;
|
|
752
|
+
|
|
720
753
|
get Parameters(): string | undefined;
|
|
721
754
|
set Parameters(value: string | undefined);
|
|
722
755
|
DecryptKeyExchange(rgb: byte[]): byte[];
|
|
@@ -731,6 +764,8 @@ export const AsymmetricKeyExchangeDeformatter: (abstract new() => AsymmetricKeyE
|
|
|
731
764
|
export type AsymmetricKeyExchangeDeformatter = AsymmetricKeyExchangeDeformatter$instance;
|
|
732
765
|
|
|
733
766
|
export interface AsymmetricKeyExchangeFormatter$instance {
|
|
767
|
+
readonly __tsonic_type_System_Security_Cryptography_AsymmetricKeyExchangeFormatter: never;
|
|
768
|
+
|
|
734
769
|
readonly Parameters: string | string | undefined;
|
|
735
770
|
CreateKeyExchange(data: byte[]): byte[];
|
|
736
771
|
CreateKeyExchange(data: byte[], symAlgType: Type): byte[];
|
|
@@ -745,6 +780,8 @@ export const AsymmetricKeyExchangeFormatter: (abstract new() => AsymmetricKeyExc
|
|
|
745
780
|
export type AsymmetricKeyExchangeFormatter = AsymmetricKeyExchangeFormatter$instance;
|
|
746
781
|
|
|
747
782
|
export interface AsymmetricSignatureDeformatter$instance {
|
|
783
|
+
readonly __tsonic_type_System_Security_Cryptography_AsymmetricSignatureDeformatter: never;
|
|
784
|
+
|
|
748
785
|
SetHashAlgorithm(strName: string): void;
|
|
749
786
|
SetKey(key: AsymmetricAlgorithm): void;
|
|
750
787
|
VerifySignature(hash: HashAlgorithm, rgbSignature: byte[]): boolean;
|
|
@@ -759,6 +796,8 @@ export const AsymmetricSignatureDeformatter: (abstract new() => AsymmetricSignat
|
|
|
759
796
|
export type AsymmetricSignatureDeformatter = AsymmetricSignatureDeformatter$instance;
|
|
760
797
|
|
|
761
798
|
export interface AsymmetricSignatureFormatter$instance {
|
|
799
|
+
readonly __tsonic_type_System_Security_Cryptography_AsymmetricSignatureFormatter: never;
|
|
800
|
+
|
|
762
801
|
CreateSignature(hash: HashAlgorithm): byte[];
|
|
763
802
|
CreateSignature(rgbHash: byte[]): byte[];
|
|
764
803
|
SetHashAlgorithm(strName: string): void;
|
|
@@ -773,6 +812,8 @@ export const AsymmetricSignatureFormatter: (abstract new() => AsymmetricSignatur
|
|
|
773
812
|
export type AsymmetricSignatureFormatter = AsymmetricSignatureFormatter$instance;
|
|
774
813
|
|
|
775
814
|
export interface AuthenticationTagMismatchException$instance extends CryptographicException$instance {
|
|
815
|
+
readonly __tsonic_type_System_Security_Cryptography_AuthenticationTagMismatchException: never;
|
|
816
|
+
|
|
776
817
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
777
818
|
|
|
778
819
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -793,7 +834,9 @@ export interface __AuthenticationTagMismatchException$views {
|
|
|
793
834
|
export type AuthenticationTagMismatchException = AuthenticationTagMismatchException$instance & __AuthenticationTagMismatchException$views;
|
|
794
835
|
|
|
795
836
|
|
|
796
|
-
export interface ChaCha20Poly1305$instance {
|
|
837
|
+
export interface ChaCha20Poly1305$instance extends System_Internal.IDisposable$instance {
|
|
838
|
+
readonly __tsonic_type_System_Security_Cryptography_ChaCha20Poly1305: never;
|
|
839
|
+
|
|
797
840
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
798
841
|
|
|
799
842
|
Decrypt(nonce: byte[], ciphertext: byte[], tag: byte[], plaintext: byte[], associatedData?: byte[]): void;
|
|
@@ -815,12 +858,12 @@ export interface __ChaCha20Poly1305$views {
|
|
|
815
858
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
816
859
|
}
|
|
817
860
|
|
|
818
|
-
export interface ChaCha20Poly1305$instance extends System_Internal.IDisposable$instance {}
|
|
819
|
-
|
|
820
861
|
export type ChaCha20Poly1305 = ChaCha20Poly1305$instance & __ChaCha20Poly1305$views;
|
|
821
862
|
|
|
822
863
|
|
|
823
864
|
export interface CngAlgorithm$instance {
|
|
865
|
+
readonly __tsonic_type_System_Security_Cryptography_CngAlgorithm: never;
|
|
866
|
+
|
|
824
867
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
825
868
|
|
|
826
869
|
readonly Algorithm: string;
|
|
@@ -864,6 +907,8 @@ export type CngAlgorithm = CngAlgorithm$instance & __CngAlgorithm$views;
|
|
|
864
907
|
|
|
865
908
|
|
|
866
909
|
export interface CngAlgorithmGroup$instance {
|
|
910
|
+
readonly __tsonic_type_System_Security_Cryptography_CngAlgorithmGroup: never;
|
|
911
|
+
|
|
867
912
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
868
913
|
|
|
869
914
|
readonly AlgorithmGroup: string;
|
|
@@ -897,7 +942,9 @@ export interface __CngAlgorithmGroup$views {
|
|
|
897
942
|
export type CngAlgorithmGroup = CngAlgorithmGroup$instance & __CngAlgorithmGroup$views;
|
|
898
943
|
|
|
899
944
|
|
|
900
|
-
export interface CngKey$instance {
|
|
945
|
+
export interface CngKey$instance extends System_Internal.IDisposable$instance {
|
|
946
|
+
readonly __tsonic_type_System_Security_Cryptography_CngKey: never;
|
|
947
|
+
|
|
901
948
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
902
949
|
|
|
903
950
|
readonly Algorithm: CngAlgorithm;
|
|
@@ -943,12 +990,12 @@ export interface __CngKey$views {
|
|
|
943
990
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
944
991
|
}
|
|
945
992
|
|
|
946
|
-
export interface CngKey$instance extends System_Internal.IDisposable$instance {}
|
|
947
|
-
|
|
948
993
|
export type CngKey = CngKey$instance & __CngKey$views;
|
|
949
994
|
|
|
950
995
|
|
|
951
996
|
export interface CngKeyBlobFormat$instance {
|
|
997
|
+
readonly __tsonic_type_System_Security_Cryptography_CngKeyBlobFormat: never;
|
|
998
|
+
|
|
952
999
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
953
1000
|
|
|
954
1001
|
readonly Format: string;
|
|
@@ -989,6 +1036,8 @@ export type CngKeyBlobFormat = CngKeyBlobFormat$instance & __CngKeyBlobFormat$vi
|
|
|
989
1036
|
|
|
990
1037
|
|
|
991
1038
|
export interface CngKeyCreationParameters$instance {
|
|
1039
|
+
readonly __tsonic_type_System_Security_Cryptography_CngKeyCreationParameters: never;
|
|
1040
|
+
|
|
992
1041
|
ExportPolicy: Nullable_1<CngExportPolicies>;
|
|
993
1042
|
KeyCreationOptions: CngKeyCreationOptions;
|
|
994
1043
|
KeyUsage: Nullable_1<CngKeyUsages>;
|
|
@@ -1008,6 +1057,8 @@ export const CngKeyCreationParameters: {
|
|
|
1008
1057
|
export type CngKeyCreationParameters = CngKeyCreationParameters$instance;
|
|
1009
1058
|
|
|
1010
1059
|
export interface CngPropertyCollection$instance extends Collection_1<CngProperty> {
|
|
1060
|
+
readonly __tsonic_type_System_Security_Cryptography_CngPropertyCollection: never;
|
|
1061
|
+
|
|
1011
1062
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
1012
1063
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1013
1064
|
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
@@ -1054,6 +1105,8 @@ export type CngPropertyCollection = CngPropertyCollection$instance & __CngProper
|
|
|
1054
1105
|
|
|
1055
1106
|
|
|
1056
1107
|
export interface CngProvider$instance {
|
|
1108
|
+
readonly __tsonic_type_System_Security_Cryptography_CngProvider: never;
|
|
1109
|
+
|
|
1057
1110
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1058
1111
|
|
|
1059
1112
|
readonly Provider: string;
|
|
@@ -1083,6 +1136,8 @@ export type CngProvider = CngProvider$instance & __CngProvider$views;
|
|
|
1083
1136
|
|
|
1084
1137
|
|
|
1085
1138
|
export interface CngUIPolicy$instance {
|
|
1139
|
+
readonly __tsonic_type_System_Security_Cryptography_CngUIPolicy: never;
|
|
1140
|
+
|
|
1086
1141
|
readonly CreationTitle: string | undefined;
|
|
1087
1142
|
readonly Description: string | undefined;
|
|
1088
1143
|
readonly FriendlyName: string | undefined;
|
|
@@ -1103,6 +1158,8 @@ export const CngUIPolicy: {
|
|
|
1103
1158
|
export type CngUIPolicy = CngUIPolicy$instance;
|
|
1104
1159
|
|
|
1105
1160
|
export interface CompositeMLDsa$instance {
|
|
1161
|
+
readonly __tsonic_type_System_Security_Cryptography_CompositeMLDsa: never;
|
|
1162
|
+
|
|
1106
1163
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1107
1164
|
|
|
1108
1165
|
readonly Algorithm: CompositeMLDsaAlgorithm;
|
|
@@ -1173,6 +1230,8 @@ export type CompositeMLDsa = CompositeMLDsa$instance & __CompositeMLDsa$views;
|
|
|
1173
1230
|
|
|
1174
1231
|
|
|
1175
1232
|
export interface CompositeMLDsaAlgorithm$instance {
|
|
1233
|
+
readonly __tsonic_type_System_Security_Cryptography_CompositeMLDsaAlgorithm: never;
|
|
1234
|
+
|
|
1176
1235
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1177
1236
|
|
|
1178
1237
|
readonly MaxSignatureSizeInBytes: int;
|
|
@@ -1217,6 +1276,8 @@ export type CompositeMLDsaAlgorithm = CompositeMLDsaAlgorithm$instance & __Compo
|
|
|
1217
1276
|
|
|
1218
1277
|
|
|
1219
1278
|
export interface CompositeMLDsaCng$instance extends CompositeMLDsa$instance {
|
|
1279
|
+
readonly __tsonic_type_System_Security_Cryptography_CompositeMLDsaCng: never;
|
|
1280
|
+
|
|
1220
1281
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1221
1282
|
|
|
1222
1283
|
Dispose(): void;
|
|
@@ -1243,6 +1304,8 @@ export type CompositeMLDsaCng = CompositeMLDsaCng$instance & __CompositeMLDsaCng
|
|
|
1243
1304
|
|
|
1244
1305
|
|
|
1245
1306
|
export interface CryptoConfig$instance {
|
|
1307
|
+
readonly __tsonic_type_System_Security_Cryptography_CryptoConfig: never;
|
|
1308
|
+
|
|
1246
1309
|
}
|
|
1247
1310
|
|
|
1248
1311
|
|
|
@@ -1261,6 +1324,8 @@ export const CryptoConfig: {
|
|
|
1261
1324
|
export type CryptoConfig = CryptoConfig$instance;
|
|
1262
1325
|
|
|
1263
1326
|
export interface CryptographicException$instance extends SystemException {
|
|
1327
|
+
readonly __tsonic_type_System_Security_Cryptography_CryptographicException: never;
|
|
1328
|
+
|
|
1264
1329
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1265
1330
|
|
|
1266
1331
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -1284,6 +1349,8 @@ export type CryptographicException = CryptographicException$instance & __Cryptog
|
|
|
1284
1349
|
|
|
1285
1350
|
|
|
1286
1351
|
export interface CryptographicUnexpectedOperationException$instance extends CryptographicException$instance {
|
|
1352
|
+
readonly __tsonic_type_System_Security_Cryptography_CryptographicUnexpectedOperationException: never;
|
|
1353
|
+
|
|
1287
1354
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1288
1355
|
|
|
1289
1356
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -1306,6 +1373,8 @@ export type CryptographicUnexpectedOperationException = CryptographicUnexpectedO
|
|
|
1306
1373
|
|
|
1307
1374
|
|
|
1308
1375
|
export interface CryptoStream$instance extends Stream {
|
|
1376
|
+
readonly __tsonic_type_System_Security_Cryptography_CryptoStream: never;
|
|
1377
|
+
|
|
1309
1378
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
1310
1379
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1311
1380
|
|
|
@@ -1370,6 +1439,8 @@ export type CryptoStream = CryptoStream$instance & __CryptoStream$views;
|
|
|
1370
1439
|
|
|
1371
1440
|
|
|
1372
1441
|
export interface CspKeyContainerInfo$instance {
|
|
1442
|
+
readonly __tsonic_type_System_Security_Cryptography_CspKeyContainerInfo: never;
|
|
1443
|
+
|
|
1373
1444
|
readonly Accessible: boolean;
|
|
1374
1445
|
readonly Exportable: boolean;
|
|
1375
1446
|
readonly HardwareDevice: boolean;
|
|
@@ -1393,6 +1464,8 @@ export const CspKeyContainerInfo: {
|
|
|
1393
1464
|
export type CspKeyContainerInfo = CspKeyContainerInfo$instance;
|
|
1394
1465
|
|
|
1395
1466
|
export interface CspParameters$instance {
|
|
1467
|
+
readonly __tsonic_type_System_Security_Cryptography_CspParameters: never;
|
|
1468
|
+
|
|
1396
1469
|
ProviderType: int;
|
|
1397
1470
|
ProviderName: string | undefined;
|
|
1398
1471
|
KeyContainerName: string | undefined;
|
|
@@ -1415,6 +1488,8 @@ export const CspParameters: {
|
|
|
1415
1488
|
export type CspParameters = CspParameters$instance;
|
|
1416
1489
|
|
|
1417
1490
|
export interface DeriveBytes$instance {
|
|
1491
|
+
readonly __tsonic_type_System_Security_Cryptography_DeriveBytes: never;
|
|
1492
|
+
|
|
1418
1493
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1419
1494
|
|
|
1420
1495
|
Dispose(): void;
|
|
@@ -1436,6 +1511,8 @@ export type DeriveBytes = DeriveBytes$instance & __DeriveBytes$views;
|
|
|
1436
1511
|
|
|
1437
1512
|
|
|
1438
1513
|
export interface DES$instance extends SymmetricAlgorithm$instance {
|
|
1514
|
+
readonly __tsonic_type_System_Security_Cryptography_DES: never;
|
|
1515
|
+
|
|
1439
1516
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1440
1517
|
|
|
1441
1518
|
Key: byte[];
|
|
@@ -1458,6 +1535,8 @@ export type DES = DES$instance & __DES$views;
|
|
|
1458
1535
|
|
|
1459
1536
|
|
|
1460
1537
|
export interface DESCryptoServiceProvider$instance extends DES$instance {
|
|
1538
|
+
readonly __tsonic_type_System_Security_Cryptography_DESCryptoServiceProvider: never;
|
|
1539
|
+
|
|
1461
1540
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1462
1541
|
|
|
1463
1542
|
BlockSize: int;
|
|
@@ -1495,6 +1574,8 @@ export type DESCryptoServiceProvider = DESCryptoServiceProvider$instance & __DES
|
|
|
1495
1574
|
|
|
1496
1575
|
|
|
1497
1576
|
export interface DSA$instance extends AsymmetricAlgorithm$instance {
|
|
1577
|
+
readonly __tsonic_type_System_Security_Cryptography_DSA: never;
|
|
1578
|
+
|
|
1498
1579
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1499
1580
|
|
|
1500
1581
|
CreateSignature(rgbHash: byte[]): byte[];
|
|
@@ -1575,6 +1656,8 @@ export type DSA = DSA$instance & __DSA$views;
|
|
|
1575
1656
|
|
|
1576
1657
|
|
|
1577
1658
|
export interface DSACng$instance extends DSA$instance {
|
|
1659
|
+
readonly __tsonic_type_System_Security_Cryptography_DSACng: never;
|
|
1660
|
+
|
|
1578
1661
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1579
1662
|
|
|
1580
1663
|
readonly Key: CngKey;
|
|
@@ -1605,7 +1688,9 @@ export interface __DSACng$views {
|
|
|
1605
1688
|
export type DSACng = DSACng$instance & __DSACng$views;
|
|
1606
1689
|
|
|
1607
1690
|
|
|
1608
|
-
export interface DSACryptoServiceProvider$instance extends DSA$instance {
|
|
1691
|
+
export interface DSACryptoServiceProvider$instance extends DSA$instance, ICspAsymmetricAlgorithm$instance {
|
|
1692
|
+
readonly __tsonic_type_System_Security_Cryptography_DSACryptoServiceProvider: never;
|
|
1693
|
+
|
|
1609
1694
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1610
1695
|
readonly __tsonic_iface_System_Security_Cryptography_ICspAsymmetricAlgorithm: never;
|
|
1611
1696
|
|
|
@@ -1679,12 +1764,12 @@ export interface __DSACryptoServiceProvider$views {
|
|
|
1679
1764
|
As_ICspAsymmetricAlgorithm(): ICspAsymmetricAlgorithm$instance;
|
|
1680
1765
|
}
|
|
1681
1766
|
|
|
1682
|
-
export interface DSACryptoServiceProvider$instance extends ICspAsymmetricAlgorithm$instance {}
|
|
1683
|
-
|
|
1684
1767
|
export type DSACryptoServiceProvider = DSACryptoServiceProvider$instance & __DSACryptoServiceProvider$views;
|
|
1685
1768
|
|
|
1686
1769
|
|
|
1687
1770
|
export interface DSAOpenSsl$instance extends DSA$instance {
|
|
1771
|
+
readonly __tsonic_type_System_Security_Cryptography_DSAOpenSsl: never;
|
|
1772
|
+
|
|
1688
1773
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1689
1774
|
|
|
1690
1775
|
KeySize: int;
|
|
@@ -1731,6 +1816,8 @@ export type DSAOpenSsl = DSAOpenSsl$instance & __DSAOpenSsl$views;
|
|
|
1731
1816
|
|
|
1732
1817
|
|
|
1733
1818
|
export interface DSASignatureDeformatter$instance extends AsymmetricSignatureDeformatter {
|
|
1819
|
+
readonly __tsonic_type_System_Security_Cryptography_DSASignatureDeformatter: never;
|
|
1820
|
+
|
|
1734
1821
|
SetHashAlgorithm(strName: string): void;
|
|
1735
1822
|
SetKey(key: AsymmetricAlgorithm): void;
|
|
1736
1823
|
VerifySignature(rgbHash: byte[], rgbSignature: byte[]): boolean;
|
|
@@ -1747,6 +1834,8 @@ export const DSASignatureDeformatter: {
|
|
|
1747
1834
|
export type DSASignatureDeformatter = DSASignatureDeformatter$instance;
|
|
1748
1835
|
|
|
1749
1836
|
export interface DSASignatureFormatter$instance extends AsymmetricSignatureFormatter {
|
|
1837
|
+
readonly __tsonic_type_System_Security_Cryptography_DSASignatureFormatter: never;
|
|
1838
|
+
|
|
1750
1839
|
CreateSignature(rgbHash: byte[]): byte[];
|
|
1751
1840
|
CreateSignature(hash: HashAlgorithm): byte[];
|
|
1752
1841
|
SetHashAlgorithm(strName: string): void;
|
|
@@ -1763,6 +1852,8 @@ export const DSASignatureFormatter: {
|
|
|
1763
1852
|
export type DSASignatureFormatter = DSASignatureFormatter$instance;
|
|
1764
1853
|
|
|
1765
1854
|
export interface ECAlgorithm$instance extends AsymmetricAlgorithm$instance {
|
|
1855
|
+
readonly __tsonic_type_System_Security_Cryptography_ECAlgorithm: never;
|
|
1856
|
+
|
|
1766
1857
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1767
1858
|
|
|
1768
1859
|
Dispose(): void;
|
|
@@ -1810,6 +1901,8 @@ export type ECAlgorithm = ECAlgorithm$instance & __ECAlgorithm$views;
|
|
|
1810
1901
|
|
|
1811
1902
|
|
|
1812
1903
|
export interface ECDiffieHellman$instance extends ECAlgorithm$instance {
|
|
1904
|
+
readonly __tsonic_type_System_Security_Cryptography_ECDiffieHellman: never;
|
|
1905
|
+
|
|
1813
1906
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1814
1907
|
|
|
1815
1908
|
readonly KeyExchangeAlgorithm: string | string | undefined;
|
|
@@ -1845,6 +1938,8 @@ export type ECDiffieHellman = ECDiffieHellman$instance & __ECDiffieHellman$views
|
|
|
1845
1938
|
|
|
1846
1939
|
|
|
1847
1940
|
export interface ECDiffieHellmanCng$instance extends ECDiffieHellman$instance {
|
|
1941
|
+
readonly __tsonic_type_System_Security_Cryptography_ECDiffieHellmanCng: never;
|
|
1942
|
+
|
|
1848
1943
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1849
1944
|
|
|
1850
1945
|
HashAlgorithm: CngAlgorithm;
|
|
@@ -1888,6 +1983,8 @@ export type ECDiffieHellmanCng = ECDiffieHellmanCng$instance & __ECDiffieHellman
|
|
|
1888
1983
|
|
|
1889
1984
|
|
|
1890
1985
|
export interface ECDiffieHellmanCngPublicKey$instance extends ECDiffieHellmanPublicKey$instance {
|
|
1986
|
+
readonly __tsonic_type_System_Security_Cryptography_ECDiffieHellmanCngPublicKey: never;
|
|
1987
|
+
|
|
1891
1988
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1892
1989
|
|
|
1893
1990
|
readonly BlobFormat: CngKeyBlobFormat;
|
|
@@ -1912,6 +2009,8 @@ export type ECDiffieHellmanCngPublicKey = ECDiffieHellmanCngPublicKey$instance &
|
|
|
1912
2009
|
|
|
1913
2010
|
|
|
1914
2011
|
export interface ECDiffieHellmanOpenSsl$instance extends ECDiffieHellman$instance {
|
|
2012
|
+
readonly __tsonic_type_System_Security_Cryptography_ECDiffieHellmanOpenSsl: never;
|
|
2013
|
+
|
|
1915
2014
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1916
2015
|
|
|
1917
2016
|
KeySize: int;
|
|
@@ -1954,6 +2053,8 @@ export type ECDiffieHellmanOpenSsl = ECDiffieHellmanOpenSsl$instance & __ECDiffi
|
|
|
1954
2053
|
|
|
1955
2054
|
|
|
1956
2055
|
export interface ECDiffieHellmanPublicKey$instance {
|
|
2056
|
+
readonly __tsonic_type_System_Security_Cryptography_ECDiffieHellmanPublicKey: never;
|
|
2057
|
+
|
|
1957
2058
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1958
2059
|
|
|
1959
2060
|
Dispose(): void;
|
|
@@ -1979,6 +2080,8 @@ export type ECDiffieHellmanPublicKey = ECDiffieHellmanPublicKey$instance & __ECD
|
|
|
1979
2080
|
|
|
1980
2081
|
|
|
1981
2082
|
export interface ECDsa$instance extends ECAlgorithm$instance {
|
|
2083
|
+
readonly __tsonic_type_System_Security_Cryptography_ECDsa: never;
|
|
2084
|
+
|
|
1982
2085
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1983
2086
|
|
|
1984
2087
|
readonly KeyExchangeAlgorithm: string | undefined;
|
|
@@ -2050,6 +2153,8 @@ export type ECDsa = ECDsa$instance & __ECDsa$views;
|
|
|
2050
2153
|
|
|
2051
2154
|
|
|
2052
2155
|
export interface ECDsaCng$instance extends ECDsa$instance {
|
|
2156
|
+
readonly __tsonic_type_System_Security_Cryptography_ECDsaCng: never;
|
|
2157
|
+
|
|
2053
2158
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
2054
2159
|
|
|
2055
2160
|
HashAlgorithm: CngAlgorithm;
|
|
@@ -2107,6 +2212,8 @@ export type ECDsaCng = ECDsaCng$instance & __ECDsaCng$views;
|
|
|
2107
2212
|
|
|
2108
2213
|
|
|
2109
2214
|
export interface ECDsaOpenSsl$instance extends ECDsa$instance {
|
|
2215
|
+
readonly __tsonic_type_System_Security_Cryptography_ECDsaOpenSsl: never;
|
|
2216
|
+
|
|
2110
2217
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
2111
2218
|
|
|
2112
2219
|
KeySize: int;
|
|
@@ -2159,6 +2266,8 @@ export type ECDsaOpenSsl = ECDsaOpenSsl$instance & __ECDsaOpenSsl$views;
|
|
|
2159
2266
|
|
|
2160
2267
|
|
|
2161
2268
|
export interface FromBase64Transform$instance {
|
|
2269
|
+
readonly __tsonic_type_System_Security_Cryptography_FromBase64Transform: never;
|
|
2270
|
+
|
|
2162
2271
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
2163
2272
|
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
2164
2273
|
|
|
@@ -2190,6 +2299,8 @@ export type FromBase64Transform = FromBase64Transform$instance & __FromBase64Tra
|
|
|
2190
2299
|
|
|
2191
2300
|
|
|
2192
2301
|
export interface HashAlgorithm$instance {
|
|
2302
|
+
readonly __tsonic_type_System_Security_Cryptography_HashAlgorithm: never;
|
|
2303
|
+
|
|
2193
2304
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
2194
2305
|
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
2195
2306
|
|
|
@@ -2232,6 +2343,8 @@ export type HashAlgorithm = HashAlgorithm$instance & __HashAlgorithm$views;
|
|
|
2232
2343
|
|
|
2233
2344
|
|
|
2234
2345
|
export interface HMAC$instance extends KeyedHashAlgorithm$instance {
|
|
2346
|
+
readonly __tsonic_type_System_Security_Cryptography_HMAC: never;
|
|
2347
|
+
|
|
2235
2348
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
2236
2349
|
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
2237
2350
|
|
|
@@ -2264,6 +2377,8 @@ export type HMAC = HMAC$instance & __HMAC$views;
|
|
|
2264
2377
|
|
|
2265
2378
|
|
|
2266
2379
|
export interface HMACMD5$instance extends HMAC$instance {
|
|
2380
|
+
readonly __tsonic_type_System_Security_Cryptography_HMACMD5: never;
|
|
2381
|
+
|
|
2267
2382
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
2268
2383
|
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
2269
2384
|
|
|
@@ -2309,6 +2424,8 @@ export type HMACMD5 = HMACMD5$instance & __HMACMD5$views;
|
|
|
2309
2424
|
|
|
2310
2425
|
|
|
2311
2426
|
export interface HMACSHA1$instance extends HMAC$instance {
|
|
2427
|
+
readonly __tsonic_type_System_Security_Cryptography_HMACSHA1: never;
|
|
2428
|
+
|
|
2312
2429
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
2313
2430
|
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
2314
2431
|
|
|
@@ -2355,6 +2472,8 @@ export type HMACSHA1 = HMACSHA1$instance & __HMACSHA1$views;
|
|
|
2355
2472
|
|
|
2356
2473
|
|
|
2357
2474
|
export interface HMACSHA256$instance extends HMAC$instance {
|
|
2475
|
+
readonly __tsonic_type_System_Security_Cryptography_HMACSHA256: never;
|
|
2476
|
+
|
|
2358
2477
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
2359
2478
|
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
2360
2479
|
|
|
@@ -2400,6 +2519,8 @@ export type HMACSHA256 = HMACSHA256$instance & __HMACSHA256$views;
|
|
|
2400
2519
|
|
|
2401
2520
|
|
|
2402
2521
|
export interface HMACSHA3_256$instance extends HMAC$instance {
|
|
2522
|
+
readonly __tsonic_type_System_Security_Cryptography_HMACSHA3_256: never;
|
|
2523
|
+
|
|
2403
2524
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
2404
2525
|
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
2405
2526
|
|
|
@@ -2446,6 +2567,8 @@ export type HMACSHA3_256 = HMACSHA3_256$instance & __HMACSHA3_256$views;
|
|
|
2446
2567
|
|
|
2447
2568
|
|
|
2448
2569
|
export interface HMACSHA3_384$instance extends HMAC$instance {
|
|
2570
|
+
readonly __tsonic_type_System_Security_Cryptography_HMACSHA3_384: never;
|
|
2571
|
+
|
|
2449
2572
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
2450
2573
|
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
2451
2574
|
|
|
@@ -2492,6 +2615,8 @@ export type HMACSHA3_384 = HMACSHA3_384$instance & __HMACSHA3_384$views;
|
|
|
2492
2615
|
|
|
2493
2616
|
|
|
2494
2617
|
export interface HMACSHA3_512$instance extends HMAC$instance {
|
|
2618
|
+
readonly __tsonic_type_System_Security_Cryptography_HMACSHA3_512: never;
|
|
2619
|
+
|
|
2495
2620
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
2496
2621
|
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
2497
2622
|
|
|
@@ -2538,6 +2663,8 @@ export type HMACSHA3_512 = HMACSHA3_512$instance & __HMACSHA3_512$views;
|
|
|
2538
2663
|
|
|
2539
2664
|
|
|
2540
2665
|
export interface HMACSHA384$instance extends HMAC$instance {
|
|
2666
|
+
readonly __tsonic_type_System_Security_Cryptography_HMACSHA384: never;
|
|
2667
|
+
|
|
2541
2668
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
2542
2669
|
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
2543
2670
|
|
|
@@ -2584,6 +2711,8 @@ export type HMACSHA384 = HMACSHA384$instance & __HMACSHA384$views;
|
|
|
2584
2711
|
|
|
2585
2712
|
|
|
2586
2713
|
export interface HMACSHA512$instance extends HMAC$instance {
|
|
2714
|
+
readonly __tsonic_type_System_Security_Cryptography_HMACSHA512: never;
|
|
2715
|
+
|
|
2587
2716
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
2588
2717
|
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
2589
2718
|
|
|
@@ -2629,7 +2758,9 @@ export interface __HMACSHA512$views {
|
|
|
2629
2758
|
export type HMACSHA512 = HMACSHA512$instance & __HMACSHA512$views;
|
|
2630
2759
|
|
|
2631
2760
|
|
|
2632
|
-
export interface IncrementalHash$instance {
|
|
2761
|
+
export interface IncrementalHash$instance extends System_Internal.IDisposable$instance {
|
|
2762
|
+
readonly __tsonic_type_System_Security_Cryptography_IncrementalHash: never;
|
|
2763
|
+
|
|
2633
2764
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
2634
2765
|
|
|
2635
2766
|
readonly AlgorithmName: HashAlgorithmName;
|
|
@@ -2659,12 +2790,12 @@ export interface __IncrementalHash$views {
|
|
|
2659
2790
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
2660
2791
|
}
|
|
2661
2792
|
|
|
2662
|
-
export interface IncrementalHash$instance extends System_Internal.IDisposable$instance {}
|
|
2663
|
-
|
|
2664
2793
|
export type IncrementalHash = IncrementalHash$instance & __IncrementalHash$views;
|
|
2665
2794
|
|
|
2666
2795
|
|
|
2667
2796
|
export interface KeyedHashAlgorithm$instance extends HashAlgorithm$instance {
|
|
2797
|
+
readonly __tsonic_type_System_Security_Cryptography_KeyedHashAlgorithm: never;
|
|
2798
|
+
|
|
2668
2799
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
2669
2800
|
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
2670
2801
|
|
|
@@ -2689,6 +2820,8 @@ export type KeyedHashAlgorithm = KeyedHashAlgorithm$instance & __KeyedHashAlgori
|
|
|
2689
2820
|
|
|
2690
2821
|
|
|
2691
2822
|
export interface KeySizes$instance {
|
|
2823
|
+
readonly __tsonic_type_System_Security_Cryptography_KeySizes: never;
|
|
2824
|
+
|
|
2692
2825
|
readonly MaxSize: int;
|
|
2693
2826
|
readonly MinSize: int;
|
|
2694
2827
|
readonly SkipSize: int;
|
|
@@ -2702,7 +2835,9 @@ export const KeySizes: {
|
|
|
2702
2835
|
|
|
2703
2836
|
export type KeySizes = KeySizes$instance;
|
|
2704
2837
|
|
|
2705
|
-
export interface Kmac128$instance {
|
|
2838
|
+
export interface Kmac128$instance extends System_Internal.IDisposable$instance {
|
|
2839
|
+
readonly __tsonic_type_System_Security_Cryptography_Kmac128: never;
|
|
2840
|
+
|
|
2706
2841
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
2707
2842
|
|
|
2708
2843
|
AppendData(data: byte[]): void;
|
|
@@ -2736,12 +2871,12 @@ export interface __Kmac128$views {
|
|
|
2736
2871
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
2737
2872
|
}
|
|
2738
2873
|
|
|
2739
|
-
export interface Kmac128$instance extends System_Internal.IDisposable$instance {}
|
|
2740
|
-
|
|
2741
2874
|
export type Kmac128 = Kmac128$instance & __Kmac128$views;
|
|
2742
2875
|
|
|
2743
2876
|
|
|
2744
|
-
export interface Kmac256$instance {
|
|
2877
|
+
export interface Kmac256$instance extends System_Internal.IDisposable$instance {
|
|
2878
|
+
readonly __tsonic_type_System_Security_Cryptography_Kmac256: never;
|
|
2879
|
+
|
|
2745
2880
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
2746
2881
|
|
|
2747
2882
|
AppendData(data: byte[]): void;
|
|
@@ -2775,12 +2910,12 @@ export interface __Kmac256$views {
|
|
|
2775
2910
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
2776
2911
|
}
|
|
2777
2912
|
|
|
2778
|
-
export interface Kmac256$instance extends System_Internal.IDisposable$instance {}
|
|
2779
|
-
|
|
2780
2913
|
export type Kmac256 = Kmac256$instance & __Kmac256$views;
|
|
2781
2914
|
|
|
2782
2915
|
|
|
2783
|
-
export interface KmacXof128$instance {
|
|
2916
|
+
export interface KmacXof128$instance extends System_Internal.IDisposable$instance {
|
|
2917
|
+
readonly __tsonic_type_System_Security_Cryptography_KmacXof128: never;
|
|
2918
|
+
|
|
2784
2919
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
2785
2920
|
|
|
2786
2921
|
AppendData(data: byte[]): void;
|
|
@@ -2814,12 +2949,12 @@ export interface __KmacXof128$views {
|
|
|
2814
2949
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
2815
2950
|
}
|
|
2816
2951
|
|
|
2817
|
-
export interface KmacXof128$instance extends System_Internal.IDisposable$instance {}
|
|
2818
|
-
|
|
2819
2952
|
export type KmacXof128 = KmacXof128$instance & __KmacXof128$views;
|
|
2820
2953
|
|
|
2821
2954
|
|
|
2822
|
-
export interface KmacXof256$instance {
|
|
2955
|
+
export interface KmacXof256$instance extends System_Internal.IDisposable$instance {
|
|
2956
|
+
readonly __tsonic_type_System_Security_Cryptography_KmacXof256: never;
|
|
2957
|
+
|
|
2823
2958
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
2824
2959
|
|
|
2825
2960
|
AppendData(data: byte[]): void;
|
|
@@ -2853,12 +2988,12 @@ export interface __KmacXof256$views {
|
|
|
2853
2988
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
2854
2989
|
}
|
|
2855
2990
|
|
|
2856
|
-
export interface KmacXof256$instance extends System_Internal.IDisposable$instance {}
|
|
2857
|
-
|
|
2858
2991
|
export type KmacXof256 = KmacXof256$instance & __KmacXof256$views;
|
|
2859
2992
|
|
|
2860
2993
|
|
|
2861
2994
|
export interface MaskGenerationMethod$instance {
|
|
2995
|
+
readonly __tsonic_type_System_Security_Cryptography_MaskGenerationMethod: never;
|
|
2996
|
+
|
|
2862
2997
|
GenerateMask(rgbSeed: byte[], cbReturn: int): byte[];
|
|
2863
2998
|
}
|
|
2864
2999
|
|
|
@@ -2870,6 +3005,8 @@ export const MaskGenerationMethod: (abstract new() => MaskGenerationMethod) & {
|
|
|
2870
3005
|
export type MaskGenerationMethod = MaskGenerationMethod$instance;
|
|
2871
3006
|
|
|
2872
3007
|
export interface MD5$instance extends HashAlgorithm$instance {
|
|
3008
|
+
readonly __tsonic_type_System_Security_Cryptography_MD5: never;
|
|
3009
|
+
|
|
2873
3010
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
2874
3011
|
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
2875
3012
|
|
|
@@ -2903,6 +3040,8 @@ export type MD5 = MD5$instance & __MD5$views;
|
|
|
2903
3040
|
|
|
2904
3041
|
|
|
2905
3042
|
export interface MD5CryptoServiceProvider$instance extends MD5$instance {
|
|
3043
|
+
readonly __tsonic_type_System_Security_Cryptography_MD5CryptoServiceProvider: never;
|
|
3044
|
+
|
|
2906
3045
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
2907
3046
|
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
2908
3047
|
|
|
@@ -2934,6 +3073,8 @@ export type MD5CryptoServiceProvider = MD5CryptoServiceProvider$instance & __MD5
|
|
|
2934
3073
|
|
|
2935
3074
|
|
|
2936
3075
|
export interface MLDsa$instance {
|
|
3076
|
+
readonly __tsonic_type_System_Security_Cryptography_MLDsa: never;
|
|
3077
|
+
|
|
2937
3078
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
2938
3079
|
|
|
2939
3080
|
readonly Algorithm: MLDsaAlgorithm;
|
|
@@ -3019,6 +3160,8 @@ export type MLDsa = MLDsa$instance & __MLDsa$views;
|
|
|
3019
3160
|
|
|
3020
3161
|
|
|
3021
3162
|
export interface MLDsaAlgorithm$instance {
|
|
3163
|
+
readonly __tsonic_type_System_Security_Cryptography_MLDsaAlgorithm: never;
|
|
3164
|
+
|
|
3022
3165
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3023
3166
|
|
|
3024
3167
|
readonly MuSizeInBytes: int;
|
|
@@ -3052,6 +3195,8 @@ export type MLDsaAlgorithm = MLDsaAlgorithm$instance & __MLDsaAlgorithm$views;
|
|
|
3052
3195
|
|
|
3053
3196
|
|
|
3054
3197
|
export interface MLDsaCng$instance extends MLDsa$instance {
|
|
3198
|
+
readonly __tsonic_type_System_Security_Cryptography_MLDsaCng: never;
|
|
3199
|
+
|
|
3055
3200
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
3056
3201
|
|
|
3057
3202
|
Dispose(): void;
|
|
@@ -3083,6 +3228,8 @@ export type MLDsaCng = MLDsaCng$instance & __MLDsaCng$views;
|
|
|
3083
3228
|
|
|
3084
3229
|
|
|
3085
3230
|
export interface MLDsaOpenSsl$instance extends MLDsa$instance {
|
|
3231
|
+
readonly __tsonic_type_System_Security_Cryptography_MLDsaOpenSsl: never;
|
|
3232
|
+
|
|
3086
3233
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
3087
3234
|
|
|
3088
3235
|
Dispose(disposing: boolean): void;
|
|
@@ -3114,6 +3261,8 @@ export type MLDsaOpenSsl = MLDsaOpenSsl$instance & __MLDsaOpenSsl$views;
|
|
|
3114
3261
|
|
|
3115
3262
|
|
|
3116
3263
|
export interface MLKem$instance {
|
|
3264
|
+
readonly __tsonic_type_System_Security_Cryptography_MLKem: never;
|
|
3265
|
+
|
|
3117
3266
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
3118
3267
|
|
|
3119
3268
|
readonly Algorithm: MLKemAlgorithm;
|
|
@@ -3186,6 +3335,8 @@ export type MLKem = MLKem$instance & __MLKem$views;
|
|
|
3186
3335
|
|
|
3187
3336
|
|
|
3188
3337
|
export interface MLKemAlgorithm$instance {
|
|
3338
|
+
readonly __tsonic_type_System_Security_Cryptography_MLKemAlgorithm: never;
|
|
3339
|
+
|
|
3189
3340
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3190
3341
|
|
|
3191
3342
|
readonly CiphertextSizeInBytes: int;
|
|
@@ -3219,6 +3370,8 @@ export type MLKemAlgorithm = MLKemAlgorithm$instance & __MLKemAlgorithm$views;
|
|
|
3219
3370
|
|
|
3220
3371
|
|
|
3221
3372
|
export interface MLKemCng$instance extends MLKem$instance {
|
|
3373
|
+
readonly __tsonic_type_System_Security_Cryptography_MLKemCng: never;
|
|
3374
|
+
|
|
3222
3375
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
3223
3376
|
|
|
3224
3377
|
DecapsulateCore(ciphertext: ReadOnlySpan_1<System_Internal.Byte>, sharedSecret: Span_1<System_Internal.Byte>): void;
|
|
@@ -3246,6 +3399,8 @@ export type MLKemCng = MLKemCng$instance & __MLKemCng$views;
|
|
|
3246
3399
|
|
|
3247
3400
|
|
|
3248
3401
|
export interface MLKemOpenSsl$instance extends MLKem$instance {
|
|
3402
|
+
readonly __tsonic_type_System_Security_Cryptography_MLKemOpenSsl: never;
|
|
3403
|
+
|
|
3249
3404
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
3250
3405
|
|
|
3251
3406
|
DecapsulateCore(ciphertext: ReadOnlySpan_1<System_Internal.Byte>, sharedSecret: Span_1<System_Internal.Byte>): void;
|
|
@@ -3273,6 +3428,8 @@ export type MLKemOpenSsl = MLKemOpenSsl$instance & __MLKemOpenSsl$views;
|
|
|
3273
3428
|
|
|
3274
3429
|
|
|
3275
3430
|
export interface Oid$instance {
|
|
3431
|
+
readonly __tsonic_type_System_Security_Cryptography_Oid: never;
|
|
3432
|
+
|
|
3276
3433
|
get FriendlyName(): string | undefined;
|
|
3277
3434
|
set FriendlyName(value: string | undefined);
|
|
3278
3435
|
get Value(): string | undefined;
|
|
@@ -3293,6 +3450,8 @@ export const Oid: {
|
|
|
3293
3450
|
export type Oid = Oid$instance;
|
|
3294
3451
|
|
|
3295
3452
|
export interface OidCollection$instance {
|
|
3453
|
+
readonly __tsonic_type_System_Security_Cryptography_OidCollection: never;
|
|
3454
|
+
|
|
3296
3455
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
3297
3456
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
3298
3457
|
|
|
@@ -3321,6 +3480,8 @@ export type OidCollection = OidCollection$instance & __OidCollection$views;
|
|
|
3321
3480
|
|
|
3322
3481
|
|
|
3323
3482
|
export interface OidEnumerator$instance {
|
|
3483
|
+
readonly __tsonic_type_System_Security_Cryptography_OidEnumerator: never;
|
|
3484
|
+
|
|
3324
3485
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
3325
3486
|
|
|
3326
3487
|
readonly Current: Oid;
|
|
@@ -3341,6 +3502,8 @@ export type OidEnumerator = OidEnumerator$instance & __OidEnumerator$views;
|
|
|
3341
3502
|
|
|
3342
3503
|
|
|
3343
3504
|
export interface PasswordDeriveBytes$instance extends DeriveBytes$instance {
|
|
3505
|
+
readonly __tsonic_type_System_Security_Cryptography_PasswordDeriveBytes: never;
|
|
3506
|
+
|
|
3344
3507
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
3345
3508
|
|
|
3346
3509
|
HashName: string;
|
|
@@ -3375,6 +3538,8 @@ export type PasswordDeriveBytes = PasswordDeriveBytes$instance & __PasswordDeriv
|
|
|
3375
3538
|
|
|
3376
3539
|
|
|
3377
3540
|
export interface PbeParameters$instance {
|
|
3541
|
+
readonly __tsonic_type_System_Security_Cryptography_PbeParameters: never;
|
|
3542
|
+
|
|
3378
3543
|
readonly EncryptionAlgorithm: PbeEncryptionAlgorithm;
|
|
3379
3544
|
readonly HashAlgorithm: HashAlgorithmName;
|
|
3380
3545
|
readonly IterationCount: int;
|
|
@@ -3389,6 +3554,8 @@ export const PbeParameters: {
|
|
|
3389
3554
|
export type PbeParameters = PbeParameters$instance;
|
|
3390
3555
|
|
|
3391
3556
|
export interface PKCS1MaskGenerationMethod$instance extends MaskGenerationMethod {
|
|
3557
|
+
readonly __tsonic_type_System_Security_Cryptography_PKCS1MaskGenerationMethod: never;
|
|
3558
|
+
|
|
3392
3559
|
HashName: string;
|
|
3393
3560
|
GenerateMask(rgbSeed: byte[], cbReturn: int): byte[];
|
|
3394
3561
|
}
|
|
@@ -3402,6 +3569,8 @@ export const PKCS1MaskGenerationMethod: {
|
|
|
3402
3569
|
export type PKCS1MaskGenerationMethod = PKCS1MaskGenerationMethod$instance;
|
|
3403
3570
|
|
|
3404
3571
|
export interface RandomNumberGenerator$instance {
|
|
3572
|
+
readonly __tsonic_type_System_Security_Cryptography_RandomNumberGenerator: never;
|
|
3573
|
+
|
|
3405
3574
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
3406
3575
|
|
|
3407
3576
|
Dispose(): void;
|
|
@@ -3438,6 +3607,8 @@ export type RandomNumberGenerator = RandomNumberGenerator$instance & __RandomNum
|
|
|
3438
3607
|
|
|
3439
3608
|
|
|
3440
3609
|
export interface RC2$instance extends SymmetricAlgorithm$instance {
|
|
3610
|
+
readonly __tsonic_type_System_Security_Cryptography_RC2: never;
|
|
3611
|
+
|
|
3441
3612
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
3442
3613
|
|
|
3443
3614
|
EffectiveKeySize: int;
|
|
@@ -3459,6 +3630,8 @@ export type RC2 = RC2$instance & __RC2$views;
|
|
|
3459
3630
|
|
|
3460
3631
|
|
|
3461
3632
|
export interface RC2CryptoServiceProvider$instance extends RC2$instance {
|
|
3633
|
+
readonly __tsonic_type_System_Security_Cryptography_RC2CryptoServiceProvider: never;
|
|
3634
|
+
|
|
3462
3635
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
3463
3636
|
|
|
3464
3637
|
BlockSize: int;
|
|
@@ -3498,6 +3671,8 @@ export type RC2CryptoServiceProvider = RC2CryptoServiceProvider$instance & __RC2
|
|
|
3498
3671
|
|
|
3499
3672
|
|
|
3500
3673
|
export interface Rfc2898DeriveBytes$instance extends DeriveBytes$instance {
|
|
3674
|
+
readonly __tsonic_type_System_Security_Cryptography_Rfc2898DeriveBytes: never;
|
|
3675
|
+
|
|
3501
3676
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
3502
3677
|
|
|
3503
3678
|
readonly HashAlgorithm: HashAlgorithmName;
|
|
@@ -3537,6 +3712,8 @@ export type Rfc2898DeriveBytes = Rfc2898DeriveBytes$instance & __Rfc2898DeriveBy
|
|
|
3537
3712
|
|
|
3538
3713
|
|
|
3539
3714
|
export interface Rijndael$instance extends SymmetricAlgorithm$instance {
|
|
3715
|
+
readonly __tsonic_type_System_Security_Cryptography_Rijndael: never;
|
|
3716
|
+
|
|
3540
3717
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
3541
3718
|
|
|
3542
3719
|
Dispose(): void;
|
|
@@ -3556,6 +3733,8 @@ export type Rijndael = Rijndael$instance & __Rijndael$views;
|
|
|
3556
3733
|
|
|
3557
3734
|
|
|
3558
3735
|
export interface RijndaelManaged$instance extends Rijndael$instance {
|
|
3736
|
+
readonly __tsonic_type_System_Security_Cryptography_RijndaelManaged: never;
|
|
3737
|
+
|
|
3559
3738
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
3560
3739
|
|
|
3561
3740
|
BlockSize: int;
|
|
@@ -3590,6 +3769,8 @@ export type RijndaelManaged = RijndaelManaged$instance & __RijndaelManaged$views
|
|
|
3590
3769
|
|
|
3591
3770
|
|
|
3592
3771
|
export interface RNGCryptoServiceProvider$instance extends RandomNumberGenerator$instance {
|
|
3772
|
+
readonly __tsonic_type_System_Security_Cryptography_RNGCryptoServiceProvider: never;
|
|
3773
|
+
|
|
3593
3774
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
3594
3775
|
|
|
3595
3776
|
Dispose(disposing: boolean): void;
|
|
@@ -3620,6 +3801,8 @@ export type RNGCryptoServiceProvider = RNGCryptoServiceProvider$instance & __RNG
|
|
|
3620
3801
|
|
|
3621
3802
|
|
|
3622
3803
|
export interface RSA$instance extends AsymmetricAlgorithm$instance {
|
|
3804
|
+
readonly __tsonic_type_System_Security_Cryptography_RSA: never;
|
|
3805
|
+
|
|
3623
3806
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
3624
3807
|
|
|
3625
3808
|
readonly KeyExchangeAlgorithm: string | undefined;
|
|
@@ -3706,6 +3889,8 @@ export type RSA = RSA$instance & __RSA$views;
|
|
|
3706
3889
|
|
|
3707
3890
|
|
|
3708
3891
|
export interface RSACng$instance extends RSA$instance {
|
|
3892
|
+
readonly __tsonic_type_System_Security_Cryptography_RSACng: never;
|
|
3893
|
+
|
|
3709
3894
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
3710
3895
|
|
|
3711
3896
|
readonly Key: CngKey;
|
|
@@ -3730,7 +3915,9 @@ export interface __RSACng$views {
|
|
|
3730
3915
|
export type RSACng = RSACng$instance & __RSACng$views;
|
|
3731
3916
|
|
|
3732
3917
|
|
|
3733
|
-
export interface RSACryptoServiceProvider$instance extends RSA$instance {
|
|
3918
|
+
export interface RSACryptoServiceProvider$instance extends RSA$instance, ICspAsymmetricAlgorithm$instance {
|
|
3919
|
+
readonly __tsonic_type_System_Security_Cryptography_RSACryptoServiceProvider: never;
|
|
3920
|
+
|
|
3734
3921
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
3735
3922
|
readonly __tsonic_iface_System_Security_Cryptography_ICspAsymmetricAlgorithm: never;
|
|
3736
3923
|
|
|
@@ -3800,12 +3987,12 @@ export interface __RSACryptoServiceProvider$views {
|
|
|
3800
3987
|
As_ICspAsymmetricAlgorithm(): ICspAsymmetricAlgorithm$instance;
|
|
3801
3988
|
}
|
|
3802
3989
|
|
|
3803
|
-
export interface RSACryptoServiceProvider$instance extends ICspAsymmetricAlgorithm$instance {}
|
|
3804
|
-
|
|
3805
3990
|
export type RSACryptoServiceProvider = RSACryptoServiceProvider$instance & __RSACryptoServiceProvider$views;
|
|
3806
3991
|
|
|
3807
3992
|
|
|
3808
3993
|
export interface RSAEncryptionPadding$instance {
|
|
3994
|
+
readonly __tsonic_type_System_Security_Cryptography_RSAEncryptionPadding: never;
|
|
3995
|
+
|
|
3809
3996
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3810
3997
|
|
|
3811
3998
|
readonly Mode: RSAEncryptionPaddingMode;
|
|
@@ -3841,6 +4028,8 @@ export type RSAEncryptionPadding = RSAEncryptionPadding$instance & __RSAEncrypti
|
|
|
3841
4028
|
|
|
3842
4029
|
|
|
3843
4030
|
export interface RSAOAEPKeyExchangeDeformatter$instance extends AsymmetricKeyExchangeDeformatter {
|
|
4031
|
+
readonly __tsonic_type_System_Security_Cryptography_RSAOAEPKeyExchangeDeformatter: never;
|
|
4032
|
+
|
|
3844
4033
|
get Parameters(): string | undefined;
|
|
3845
4034
|
set Parameters(value: string | undefined);
|
|
3846
4035
|
DecryptKeyExchange(rgbData: byte[]): byte[];
|
|
@@ -3857,6 +4046,8 @@ export const RSAOAEPKeyExchangeDeformatter: {
|
|
|
3857
4046
|
export type RSAOAEPKeyExchangeDeformatter = RSAOAEPKeyExchangeDeformatter$instance;
|
|
3858
4047
|
|
|
3859
4048
|
export interface RSAOAEPKeyExchangeFormatter$instance extends AsymmetricKeyExchangeFormatter {
|
|
4049
|
+
readonly __tsonic_type_System_Security_Cryptography_RSAOAEPKeyExchangeFormatter: never;
|
|
4050
|
+
|
|
3860
4051
|
get Parameter(): byte[] | undefined;
|
|
3861
4052
|
set Parameter(value: byte[] | undefined);
|
|
3862
4053
|
readonly Parameters: string | undefined;
|
|
@@ -3877,6 +4068,8 @@ export const RSAOAEPKeyExchangeFormatter: {
|
|
|
3877
4068
|
export type RSAOAEPKeyExchangeFormatter = RSAOAEPKeyExchangeFormatter$instance;
|
|
3878
4069
|
|
|
3879
4070
|
export interface RSAOpenSsl$instance extends RSA$instance {
|
|
4071
|
+
readonly __tsonic_type_System_Security_Cryptography_RSAOpenSsl: never;
|
|
4072
|
+
|
|
3880
4073
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
3881
4074
|
|
|
3882
4075
|
KeySize: int;
|
|
@@ -3947,6 +4140,8 @@ export type RSAOpenSsl = RSAOpenSsl$instance & __RSAOpenSsl$views;
|
|
|
3947
4140
|
|
|
3948
4141
|
|
|
3949
4142
|
export interface RSAPKCS1KeyExchangeDeformatter$instance extends AsymmetricKeyExchangeDeformatter {
|
|
4143
|
+
readonly __tsonic_type_System_Security_Cryptography_RSAPKCS1KeyExchangeDeformatter: never;
|
|
4144
|
+
|
|
3950
4145
|
get Parameters(): string | undefined;
|
|
3951
4146
|
set Parameters(value: string | undefined);
|
|
3952
4147
|
get RNG(): RandomNumberGenerator | undefined;
|
|
@@ -3965,6 +4160,8 @@ export const RSAPKCS1KeyExchangeDeformatter: {
|
|
|
3965
4160
|
export type RSAPKCS1KeyExchangeDeformatter = RSAPKCS1KeyExchangeDeformatter$instance;
|
|
3966
4161
|
|
|
3967
4162
|
export interface RSAPKCS1KeyExchangeFormatter$instance extends AsymmetricKeyExchangeFormatter {
|
|
4163
|
+
readonly __tsonic_type_System_Security_Cryptography_RSAPKCS1KeyExchangeFormatter: never;
|
|
4164
|
+
|
|
3968
4165
|
readonly Parameters: string | string | undefined;
|
|
3969
4166
|
get Rng(): RandomNumberGenerator | undefined;
|
|
3970
4167
|
set Rng(value: RandomNumberGenerator | undefined);
|
|
@@ -3983,6 +4180,8 @@ export const RSAPKCS1KeyExchangeFormatter: {
|
|
|
3983
4180
|
export type RSAPKCS1KeyExchangeFormatter = RSAPKCS1KeyExchangeFormatter$instance;
|
|
3984
4181
|
|
|
3985
4182
|
export interface RSAPKCS1SignatureDeformatter$instance extends AsymmetricSignatureDeformatter {
|
|
4183
|
+
readonly __tsonic_type_System_Security_Cryptography_RSAPKCS1SignatureDeformatter: never;
|
|
4184
|
+
|
|
3986
4185
|
SetHashAlgorithm(strName: string): void;
|
|
3987
4186
|
SetKey(key: AsymmetricAlgorithm): void;
|
|
3988
4187
|
VerifySignature(rgbHash: byte[], rgbSignature: byte[]): boolean;
|
|
@@ -3999,6 +4198,8 @@ export const RSAPKCS1SignatureDeformatter: {
|
|
|
3999
4198
|
export type RSAPKCS1SignatureDeformatter = RSAPKCS1SignatureDeformatter$instance;
|
|
4000
4199
|
|
|
4001
4200
|
export interface RSAPKCS1SignatureFormatter$instance extends AsymmetricSignatureFormatter {
|
|
4201
|
+
readonly __tsonic_type_System_Security_Cryptography_RSAPKCS1SignatureFormatter: never;
|
|
4202
|
+
|
|
4002
4203
|
CreateSignature(rgbHash: byte[]): byte[];
|
|
4003
4204
|
CreateSignature(hash: HashAlgorithm): byte[];
|
|
4004
4205
|
SetHashAlgorithm(strName: string): void;
|
|
@@ -4015,6 +4216,8 @@ export const RSAPKCS1SignatureFormatter: {
|
|
|
4015
4216
|
export type RSAPKCS1SignatureFormatter = RSAPKCS1SignatureFormatter$instance;
|
|
4016
4217
|
|
|
4017
4218
|
export interface RSASignaturePadding$instance {
|
|
4219
|
+
readonly __tsonic_type_System_Security_Cryptography_RSASignaturePadding: never;
|
|
4220
|
+
|
|
4018
4221
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
4019
4222
|
|
|
4020
4223
|
readonly Mode: RSASignaturePaddingMode;
|
|
@@ -4042,6 +4245,8 @@ export type RSASignaturePadding = RSASignaturePadding$instance & __RSASignatureP
|
|
|
4042
4245
|
|
|
4043
4246
|
|
|
4044
4247
|
export interface SafeEvpPKeyHandle$instance extends SafeHandle {
|
|
4248
|
+
readonly __tsonic_type_System_Security_Cryptography_SafeEvpPKeyHandle: never;
|
|
4249
|
+
|
|
4045
4250
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
4046
4251
|
|
|
4047
4252
|
readonly IsInvalid: boolean;
|
|
@@ -4070,6 +4275,8 @@ export type SafeEvpPKeyHandle = SafeEvpPKeyHandle$instance & __SafeEvpPKeyHandle
|
|
|
4070
4275
|
|
|
4071
4276
|
|
|
4072
4277
|
export interface SHA1$instance extends HashAlgorithm$instance {
|
|
4278
|
+
readonly __tsonic_type_System_Security_Cryptography_SHA1: never;
|
|
4279
|
+
|
|
4073
4280
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
4074
4281
|
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
4075
4282
|
|
|
@@ -4103,6 +4310,8 @@ export type SHA1 = SHA1$instance & __SHA1$views;
|
|
|
4103
4310
|
|
|
4104
4311
|
|
|
4105
4312
|
export interface SHA1CryptoServiceProvider$instance extends SHA1$instance {
|
|
4313
|
+
readonly __tsonic_type_System_Security_Cryptography_SHA1CryptoServiceProvider: never;
|
|
4314
|
+
|
|
4106
4315
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
4107
4316
|
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
4108
4317
|
|
|
@@ -4134,6 +4343,8 @@ export type SHA1CryptoServiceProvider = SHA1CryptoServiceProvider$instance & __S
|
|
|
4134
4343
|
|
|
4135
4344
|
|
|
4136
4345
|
export interface SHA1Managed$instance extends SHA1$instance {
|
|
4346
|
+
readonly __tsonic_type_System_Security_Cryptography_SHA1Managed: never;
|
|
4347
|
+
|
|
4137
4348
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
4138
4349
|
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
4139
4350
|
|
|
@@ -4165,6 +4376,8 @@ export type SHA1Managed = SHA1Managed$instance & __SHA1Managed$views;
|
|
|
4165
4376
|
|
|
4166
4377
|
|
|
4167
4378
|
export interface SHA256$instance extends HashAlgorithm$instance {
|
|
4379
|
+
readonly __tsonic_type_System_Security_Cryptography_SHA256: never;
|
|
4380
|
+
|
|
4168
4381
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
4169
4382
|
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
4170
4383
|
|
|
@@ -4198,6 +4411,8 @@ export type SHA256 = SHA256$instance & __SHA256$views;
|
|
|
4198
4411
|
|
|
4199
4412
|
|
|
4200
4413
|
export interface SHA256CryptoServiceProvider$instance extends SHA256$instance {
|
|
4414
|
+
readonly __tsonic_type_System_Security_Cryptography_SHA256CryptoServiceProvider: never;
|
|
4415
|
+
|
|
4201
4416
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
4202
4417
|
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
4203
4418
|
|
|
@@ -4229,6 +4444,8 @@ export type SHA256CryptoServiceProvider = SHA256CryptoServiceProvider$instance &
|
|
|
4229
4444
|
|
|
4230
4445
|
|
|
4231
4446
|
export interface SHA256Managed$instance extends SHA256$instance {
|
|
4447
|
+
readonly __tsonic_type_System_Security_Cryptography_SHA256Managed: never;
|
|
4448
|
+
|
|
4232
4449
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
4233
4450
|
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
4234
4451
|
|
|
@@ -4260,6 +4477,8 @@ export type SHA256Managed = SHA256Managed$instance & __SHA256Managed$views;
|
|
|
4260
4477
|
|
|
4261
4478
|
|
|
4262
4479
|
export interface SHA3_256$instance extends HashAlgorithm$instance {
|
|
4480
|
+
readonly __tsonic_type_System_Security_Cryptography_SHA3_256: never;
|
|
4481
|
+
|
|
4263
4482
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
4264
4483
|
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
4265
4484
|
|
|
@@ -4294,6 +4513,8 @@ export type SHA3_256 = SHA3_256$instance & __SHA3_256$views;
|
|
|
4294
4513
|
|
|
4295
4514
|
|
|
4296
4515
|
export interface SHA3_384$instance extends HashAlgorithm$instance {
|
|
4516
|
+
readonly __tsonic_type_System_Security_Cryptography_SHA3_384: never;
|
|
4517
|
+
|
|
4297
4518
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
4298
4519
|
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
4299
4520
|
|
|
@@ -4328,6 +4549,8 @@ export type SHA3_384 = SHA3_384$instance & __SHA3_384$views;
|
|
|
4328
4549
|
|
|
4329
4550
|
|
|
4330
4551
|
export interface SHA3_512$instance extends HashAlgorithm$instance {
|
|
4552
|
+
readonly __tsonic_type_System_Security_Cryptography_SHA3_512: never;
|
|
4553
|
+
|
|
4331
4554
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
4332
4555
|
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
4333
4556
|
|
|
@@ -4362,6 +4585,8 @@ export type SHA3_512 = SHA3_512$instance & __SHA3_512$views;
|
|
|
4362
4585
|
|
|
4363
4586
|
|
|
4364
4587
|
export interface SHA384$instance extends HashAlgorithm$instance {
|
|
4588
|
+
readonly __tsonic_type_System_Security_Cryptography_SHA384: never;
|
|
4589
|
+
|
|
4365
4590
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
4366
4591
|
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
4367
4592
|
|
|
@@ -4395,6 +4620,8 @@ export type SHA384 = SHA384$instance & __SHA384$views;
|
|
|
4395
4620
|
|
|
4396
4621
|
|
|
4397
4622
|
export interface SHA384CryptoServiceProvider$instance extends SHA384$instance {
|
|
4623
|
+
readonly __tsonic_type_System_Security_Cryptography_SHA384CryptoServiceProvider: never;
|
|
4624
|
+
|
|
4398
4625
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
4399
4626
|
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
4400
4627
|
|
|
@@ -4426,6 +4653,8 @@ export type SHA384CryptoServiceProvider = SHA384CryptoServiceProvider$instance &
|
|
|
4426
4653
|
|
|
4427
4654
|
|
|
4428
4655
|
export interface SHA384Managed$instance extends SHA384$instance {
|
|
4656
|
+
readonly __tsonic_type_System_Security_Cryptography_SHA384Managed: never;
|
|
4657
|
+
|
|
4429
4658
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
4430
4659
|
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
4431
4660
|
|
|
@@ -4457,6 +4686,8 @@ export type SHA384Managed = SHA384Managed$instance & __SHA384Managed$views;
|
|
|
4457
4686
|
|
|
4458
4687
|
|
|
4459
4688
|
export interface SHA512$instance extends HashAlgorithm$instance {
|
|
4689
|
+
readonly __tsonic_type_System_Security_Cryptography_SHA512: never;
|
|
4690
|
+
|
|
4460
4691
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
4461
4692
|
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
4462
4693
|
|
|
@@ -4490,6 +4721,8 @@ export type SHA512 = SHA512$instance & __SHA512$views;
|
|
|
4490
4721
|
|
|
4491
4722
|
|
|
4492
4723
|
export interface SHA512CryptoServiceProvider$instance extends SHA512$instance {
|
|
4724
|
+
readonly __tsonic_type_System_Security_Cryptography_SHA512CryptoServiceProvider: never;
|
|
4725
|
+
|
|
4493
4726
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
4494
4727
|
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
4495
4728
|
|
|
@@ -4521,6 +4754,8 @@ export type SHA512CryptoServiceProvider = SHA512CryptoServiceProvider$instance &
|
|
|
4521
4754
|
|
|
4522
4755
|
|
|
4523
4756
|
export interface SHA512Managed$instance extends SHA512$instance {
|
|
4757
|
+
readonly __tsonic_type_System_Security_Cryptography_SHA512Managed: never;
|
|
4758
|
+
|
|
4524
4759
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
4525
4760
|
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
4526
4761
|
|
|
@@ -4551,7 +4786,9 @@ export interface __SHA512Managed$views {
|
|
|
4551
4786
|
export type SHA512Managed = SHA512Managed$instance & __SHA512Managed$views;
|
|
4552
4787
|
|
|
4553
4788
|
|
|
4554
|
-
export interface Shake128$instance {
|
|
4789
|
+
export interface Shake128$instance extends System_Internal.IDisposable$instance {
|
|
4790
|
+
readonly __tsonic_type_System_Security_Cryptography_Shake128: never;
|
|
4791
|
+
|
|
4555
4792
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
4556
4793
|
|
|
4557
4794
|
AppendData(data: byte[]): void;
|
|
@@ -4585,12 +4822,12 @@ export interface __Shake128$views {
|
|
|
4585
4822
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
4586
4823
|
}
|
|
4587
4824
|
|
|
4588
|
-
export interface Shake128$instance extends System_Internal.IDisposable$instance {}
|
|
4589
|
-
|
|
4590
4825
|
export type Shake128 = Shake128$instance & __Shake128$views;
|
|
4591
4826
|
|
|
4592
4827
|
|
|
4593
|
-
export interface Shake256$instance {
|
|
4828
|
+
export interface Shake256$instance extends System_Internal.IDisposable$instance {
|
|
4829
|
+
readonly __tsonic_type_System_Security_Cryptography_Shake256: never;
|
|
4830
|
+
|
|
4594
4831
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
4595
4832
|
|
|
4596
4833
|
AppendData(data: byte[]): void;
|
|
@@ -4624,12 +4861,12 @@ export interface __Shake256$views {
|
|
|
4624
4861
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
4625
4862
|
}
|
|
4626
4863
|
|
|
4627
|
-
export interface Shake256$instance extends System_Internal.IDisposable$instance {}
|
|
4628
|
-
|
|
4629
4864
|
export type Shake256 = Shake256$instance & __Shake256$views;
|
|
4630
4865
|
|
|
4631
4866
|
|
|
4632
4867
|
export interface SignatureDescription$instance {
|
|
4868
|
+
readonly __tsonic_type_System_Security_Cryptography_SignatureDescription: never;
|
|
4869
|
+
|
|
4633
4870
|
get DeformatterAlgorithm(): string | undefined;
|
|
4634
4871
|
set DeformatterAlgorithm(value: string | undefined);
|
|
4635
4872
|
get DigestAlgorithm(): string | undefined;
|
|
@@ -4653,6 +4890,8 @@ export const SignatureDescription: {
|
|
|
4653
4890
|
export type SignatureDescription = SignatureDescription$instance;
|
|
4654
4891
|
|
|
4655
4892
|
export interface SlhDsa$instance {
|
|
4893
|
+
readonly __tsonic_type_System_Security_Cryptography_SlhDsa: never;
|
|
4894
|
+
|
|
4656
4895
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
4657
4896
|
|
|
4658
4897
|
readonly Algorithm: SlhDsaAlgorithm;
|
|
@@ -4726,6 +4965,8 @@ export type SlhDsa = SlhDsa$instance & __SlhDsa$views;
|
|
|
4726
4965
|
|
|
4727
4966
|
|
|
4728
4967
|
export interface SlhDsaAlgorithm$instance {
|
|
4968
|
+
readonly __tsonic_type_System_Security_Cryptography_SlhDsaAlgorithm: never;
|
|
4969
|
+
|
|
4729
4970
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
4730
4971
|
|
|
4731
4972
|
readonly Name: string;
|
|
@@ -4766,6 +5007,8 @@ export type SlhDsaAlgorithm = SlhDsaAlgorithm$instance & __SlhDsaAlgorithm$views
|
|
|
4766
5007
|
|
|
4767
5008
|
|
|
4768
5009
|
export interface SlhDsaCng$instance extends SlhDsa$instance {
|
|
5010
|
+
readonly __tsonic_type_System_Security_Cryptography_SlhDsaCng: never;
|
|
5011
|
+
|
|
4769
5012
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
4770
5013
|
|
|
4771
5014
|
Dispose(): void;
|
|
@@ -4795,6 +5038,8 @@ export type SlhDsaCng = SlhDsaCng$instance & __SlhDsaCng$views;
|
|
|
4795
5038
|
|
|
4796
5039
|
|
|
4797
5040
|
export interface SlhDsaOpenSsl$instance extends SlhDsa$instance {
|
|
5041
|
+
readonly __tsonic_type_System_Security_Cryptography_SlhDsaOpenSsl: never;
|
|
5042
|
+
|
|
4798
5043
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
4799
5044
|
|
|
4800
5045
|
Dispose(disposing: boolean): void;
|
|
@@ -4821,7 +5066,9 @@ export interface __SlhDsaOpenSsl$views {
|
|
|
4821
5066
|
export type SlhDsaOpenSsl = SlhDsaOpenSsl$instance & __SlhDsaOpenSsl$views;
|
|
4822
5067
|
|
|
4823
5068
|
|
|
4824
|
-
export interface SP800108HmacCounterKdf$instance {
|
|
5069
|
+
export interface SP800108HmacCounterKdf$instance extends System_Internal.IDisposable$instance {
|
|
5070
|
+
readonly __tsonic_type_System_Security_Cryptography_SP800108HmacCounterKdf: never;
|
|
5071
|
+
|
|
4825
5072
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
4826
5073
|
|
|
4827
5074
|
DeriveKey(label: byte[], context: byte[], derivedKeyLengthInBytes: int): byte[];
|
|
@@ -4850,12 +5097,12 @@ export interface __SP800108HmacCounterKdf$views {
|
|
|
4850
5097
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
4851
5098
|
}
|
|
4852
5099
|
|
|
4853
|
-
export interface SP800108HmacCounterKdf$instance extends System_Internal.IDisposable$instance {}
|
|
4854
|
-
|
|
4855
5100
|
export type SP800108HmacCounterKdf = SP800108HmacCounterKdf$instance & __SP800108HmacCounterKdf$views;
|
|
4856
5101
|
|
|
4857
5102
|
|
|
4858
5103
|
export interface SymmetricAlgorithm$instance {
|
|
5104
|
+
readonly __tsonic_type_System_Security_Cryptography_SymmetricAlgorithm: never;
|
|
5105
|
+
|
|
4859
5106
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
4860
5107
|
|
|
4861
5108
|
BlockSize: int;
|
|
@@ -4929,6 +5176,8 @@ export type SymmetricAlgorithm = SymmetricAlgorithm$instance & __SymmetricAlgori
|
|
|
4929
5176
|
|
|
4930
5177
|
|
|
4931
5178
|
export interface ToBase64Transform$instance {
|
|
5179
|
+
readonly __tsonic_type_System_Security_Cryptography_ToBase64Transform: never;
|
|
5180
|
+
|
|
4932
5181
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
4933
5182
|
readonly __tsonic_iface_System_Security_Cryptography_ICryptoTransform: never;
|
|
4934
5183
|
|
|
@@ -4959,6 +5208,8 @@ export type ToBase64Transform = ToBase64Transform$instance & __ToBase64Transform
|
|
|
4959
5208
|
|
|
4960
5209
|
|
|
4961
5210
|
export interface TripleDES$instance extends SymmetricAlgorithm$instance {
|
|
5211
|
+
readonly __tsonic_type_System_Security_Cryptography_TripleDES: never;
|
|
5212
|
+
|
|
4962
5213
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
4963
5214
|
|
|
4964
5215
|
Key: byte[];
|
|
@@ -4980,6 +5231,8 @@ export type TripleDES = TripleDES$instance & __TripleDES$views;
|
|
|
4980
5231
|
|
|
4981
5232
|
|
|
4982
5233
|
export interface TripleDESCng$instance extends TripleDES$instance {
|
|
5234
|
+
readonly __tsonic_type_System_Security_Cryptography_TripleDESCng: never;
|
|
5235
|
+
|
|
4983
5236
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
4984
5237
|
|
|
4985
5238
|
CreateDecryptor(rgbKey: byte[], rgbIV: byte[]): ICryptoTransform;
|
|
@@ -5009,6 +5262,8 @@ export type TripleDESCng = TripleDESCng$instance & __TripleDESCng$views;
|
|
|
5009
5262
|
|
|
5010
5263
|
|
|
5011
5264
|
export interface TripleDESCryptoServiceProvider$instance extends TripleDES$instance {
|
|
5265
|
+
readonly __tsonic_type_System_Security_Cryptography_TripleDESCryptoServiceProvider: never;
|
|
5266
|
+
|
|
5012
5267
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
5013
5268
|
|
|
5014
5269
|
BlockSize: int;
|