@tsonic/dotnet 10.0.2 → 10.0.4
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 +0 -3
- package/Microsoft.VisualBasic/internal/index.d.ts +1 -11
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +0 -22
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +4 -9
- package/Microsoft.Win32/internal/index.d.ts +0 -1
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +53 -127
- package/System/internal/index.d.ts +87 -200
- package/System.Buffers/internal/index.d.ts +10 -23
- package/System.CodeDom.Compiler/internal/index.d.ts +6 -10
- package/System.Collections/internal/index.d.ts +41 -57
- package/System.Collections.Concurrent/internal/index.d.ts +4 -10
- package/System.Collections.Generic/internal/index.d.ts +15 -37
- package/System.Collections.Immutable/internal/index.d.ts +7 -20
- package/System.Collections.ObjectModel/internal/index.d.ts +25 -48
- package/System.Collections.Specialized/internal/index.d.ts +15 -30
- package/System.ComponentModel/internal/index.d.ts +126 -216
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +80 -161
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +4 -3
- package/System.ComponentModel.Design/internal/index.d.ts +26 -53
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +18 -29
- package/System.Data/internal/index.d.ts +110 -188
- package/System.Data.Common/internal/index.d.ts +155 -238
- package/System.Data.SqlTypes/internal/index.d.ts +6 -7
- package/System.Diagnostics/internal/index.d.ts +105 -169
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +24 -21
- package/System.Diagnostics.Contracts/internal/index.d.ts +2 -2
- package/System.Diagnostics.Metrics/internal/index.d.ts +31 -66
- package/System.Diagnostics.Tracing/internal/index.d.ts +26 -35
- package/System.Dynamic/internal/index.d.ts +15 -29
- package/System.Formats.Asn1/internal/index.d.ts +0 -1
- package/System.Formats.Tar/internal/index.d.ts +1 -1
- package/System.Globalization/internal/index.d.ts +17 -51
- package/System.IO/internal/index.d.ts +47 -123
- package/System.IO.Compression/internal/index.d.ts +11 -33
- package/System.IO.Enumeration/internal/index.d.ts +11 -16
- package/System.IO.IsolatedStorage/internal/index.d.ts +6 -17
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +6 -21
- package/System.IO.Pipelines/internal/index.d.ts +7 -18
- package/System.IO.Pipes/internal/index.d.ts +24 -50
- package/System.Linq/internal/index.d.ts +0 -4
- package/System.Linq.Expressions/internal/index.d.ts +108 -257
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +0 -1
- package/System.Net/internal/index.d.ts +133 -184
- package/System.Net.Http/internal/index.d.ts +128 -201
- package/System.Net.Http.Headers/internal/index.d.ts +37 -40
- package/System.Net.Http.Json/internal/index.d.ts +8 -13
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -3
- package/System.Net.Mail/internal/index.d.ts +49 -105
- package/System.Net.Mime/internal/index.d.ts +4 -3
- package/System.Net.NetworkInformation/internal/index.d.ts +29 -60
- package/System.Net.Quic/internal/index.d.ts +5 -11
- package/System.Net.Security/internal/index.d.ts +30 -42
- package/System.Net.ServerSentEvents/internal/index.d.ts +1 -2
- package/System.Net.Sockets/internal/index.d.ts +33 -56
- package/System.Net.WebSockets/internal/index.d.ts +16 -23
- package/System.Numerics/internal/index.d.ts +5 -5
- package/System.Reflection/internal/index.d.ts +66 -102
- package/System.Reflection.Emit/internal/index.d.ts +104 -177
- package/System.Reflection.Metadata/internal/index.d.ts +11 -21
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +0 -1
- package/System.Reflection.PortableExecutable/internal/index.d.ts +12 -30
- package/System.Resources/internal/index.d.ts +8 -20
- package/System.Runtime/internal/index.d.ts +5 -8
- package/System.Runtime.CompilerServices/internal/index.d.ts +15 -21
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -8
- package/System.Runtime.ExceptionServices/internal/index.d.ts +0 -1
- package/System.Runtime.InteropServices/internal/index.d.ts +29 -62
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -22
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +14 -23
- package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -2
- package/System.Runtime.Loader/internal/index.d.ts +5 -11
- package/System.Runtime.Serialization/internal/index.d.ts +62 -65
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +8 -10
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -2
- package/System.Runtime.Serialization.Json/internal/index.d.ts +6 -4
- package/System.Runtime.Versioning/internal/index.d.ts +6 -6
- package/System.Security/internal/index.d.ts +22 -25
- package/System.Security.AccessControl/internal/index.d.ts +51 -89
- package/System.Security.Authentication/internal/index.d.ts +0 -2
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +3 -10
- package/System.Security.Claims/internal/index.d.ts +19 -38
- package/System.Security.Cryptography/internal/index.d.ts +492 -903
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +19 -48
- package/System.Security.Permissions/internal/index.d.ts +2 -4
- package/System.Security.Policy/internal/index.d.ts +3 -4
- package/System.Security.Principal/internal/index.d.ts +11 -17
- package/System.Text/internal/index.d.ts +11 -23
- package/System.Text.Encodings.Web/internal/index.d.ts +4 -8
- package/System.Text.Json/internal/index.d.ts +10 -12
- package/System.Text.Json.Nodes/internal/index.d.ts +4 -3
- package/System.Text.Json.Schema/internal/index.d.ts +1 -1
- package/System.Text.Json.Serialization/internal/index.d.ts +19 -27
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +36 -34
- package/System.Text.RegularExpressions/internal/index.d.ts +11 -31
- package/System.Threading/internal/index.d.ts +36 -106
- package/System.Threading.Channels/internal/index.d.ts +7 -12
- package/System.Threading.Tasks/internal/index.d.ts +18 -29
- package/System.Timers/internal/index.d.ts +4 -8
- package/System.Transactions/internal/index.d.ts +3 -14
- package/System.Xml/internal/index.d.ts +104 -167
- package/System.Xml.Linq/internal/index.d.ts +17 -13
- package/System.Xml.Schema/internal/index.d.ts +117 -112
- package/System.Xml.Serialization/internal/index.d.ts +92 -100
- package/System.Xml.XPath/internal/index.d.ts +5 -9
- package/System.Xml.Xsl/internal/index.d.ts +4 -9
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +11 -29
- package/package.json +1 -1
|
@@ -472,7 +472,6 @@ export interface X500RelativeDistinguishedName$instance {
|
|
|
472
472
|
|
|
473
473
|
|
|
474
474
|
export const X500RelativeDistinguishedName: {
|
|
475
|
-
new(): X500RelativeDistinguishedName;
|
|
476
475
|
};
|
|
477
476
|
|
|
478
477
|
|
|
@@ -542,17 +541,13 @@ export const X509BasicConstraintsExtension: {
|
|
|
542
541
|
|
|
543
542
|
export type X509BasicConstraintsExtension = X509BasicConstraintsExtension$instance;
|
|
544
543
|
|
|
545
|
-
export
|
|
546
|
-
protected Dispose(disposing: boolean): void;
|
|
547
|
-
}
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
export interface X509Certificate$instance extends X509Certificate$protected {
|
|
544
|
+
export interface X509Certificate$instance {
|
|
551
545
|
readonly Handle: nint;
|
|
552
546
|
readonly Issuer: string;
|
|
553
547
|
readonly SerialNumberBytes: ReadOnlyMemory_1<System_Internal.Byte>;
|
|
554
548
|
readonly Subject: string;
|
|
555
549
|
Dispose(): void;
|
|
550
|
+
Dispose(disposing: boolean): void;
|
|
556
551
|
Equals(obj: unknown): boolean;
|
|
557
552
|
Equals(other: X509Certificate): boolean;
|
|
558
553
|
Export(contentType: X509ContentType): byte[];
|
|
@@ -624,12 +619,7 @@ export interface X509Certificate$instance extends System_Runtime_Serialization_I
|
|
|
624
619
|
export type X509Certificate = X509Certificate$instance & __X509Certificate$views;
|
|
625
620
|
|
|
626
621
|
|
|
627
|
-
export
|
|
628
|
-
protected Dispose2(disposing: boolean): void;
|
|
629
|
-
}
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
export interface X509Certificate2$instance extends X509Certificate2$protected, X509Certificate$instance {
|
|
622
|
+
export interface X509Certificate2$instance extends X509Certificate$instance {
|
|
633
623
|
Archived: boolean;
|
|
634
624
|
readonly Extensions: X509ExtensionCollection;
|
|
635
625
|
FriendlyName: string;
|
|
@@ -638,7 +628,7 @@ export interface X509Certificate2$instance extends X509Certificate2$protected, X
|
|
|
638
628
|
readonly NotAfter: DateTime;
|
|
639
629
|
readonly NotBefore: DateTime;
|
|
640
630
|
get PrivateKey(): AsymmetricAlgorithm | undefined;
|
|
641
|
-
set PrivateKey(value: AsymmetricAlgorithm);
|
|
631
|
+
set PrivateKey(value: AsymmetricAlgorithm | undefined);
|
|
642
632
|
readonly PublicKey: PublicKey;
|
|
643
633
|
readonly RawData: byte[];
|
|
644
634
|
readonly RawDataMemory: ReadOnlyMemory_1<System_Internal.Byte>;
|
|
@@ -653,6 +643,7 @@ export interface X509Certificate2$instance extends X509Certificate2$protected, X
|
|
|
653
643
|
CopyWithPrivateKey(privateKey: SlhDsa): X509Certificate2;
|
|
654
644
|
CopyWithPrivateKey(privateKey: CompositeMLDsa): X509Certificate2;
|
|
655
645
|
Dispose(): void;
|
|
646
|
+
Dispose(disposing: boolean): void;
|
|
656
647
|
ExportCertificatePem(): string;
|
|
657
648
|
GetCompositeMLDsaPrivateKey(): CompositeMLDsa | undefined;
|
|
658
649
|
GetCompositeMLDsaPublicKey(): CompositeMLDsa | undefined;
|
|
@@ -699,7 +690,6 @@ export const X509Certificate2: {
|
|
|
699
690
|
new(fileName: string, password: SecureString, keyStorageFlags: X509KeyStorageFlags): X509Certificate2;
|
|
700
691
|
new(fileName: string, password: ReadOnlySpan_1<System_Internal.Char>, keyStorageFlags: X509KeyStorageFlags): X509Certificate2;
|
|
701
692
|
new(certificate: X509Certificate): X509Certificate2;
|
|
702
|
-
new(info: SerializationInfo, context: StreamingContext): X509Certificate2;
|
|
703
693
|
CreateFromEncryptedPem(certPem: ReadOnlySpan_1<System_Internal.Char>, keyPem: ReadOnlySpan_1<System_Internal.Char>, password: ReadOnlySpan_1<System_Internal.Char>): X509Certificate2;
|
|
704
694
|
CreateFromEncryptedPemFile(certPemFilePath: string, password: ReadOnlySpan_1<System_Internal.Char>, keyPemFilePath?: string): X509Certificate2;
|
|
705
695
|
CreateFromPem(certPem: ReadOnlySpan_1<System_Internal.Char>, keyPem: ReadOnlySpan_1<System_Internal.Char>): X509Certificate2;
|
|
@@ -733,8 +723,8 @@ export interface X509Certificate2Collection$instance extends X509CertificateColl
|
|
|
733
723
|
Contains(value: unknown): boolean;
|
|
734
724
|
CopyTo(array: X509Certificate[], index: int): void;
|
|
735
725
|
CopyTo(array: ClrArray, index: int): void;
|
|
736
|
-
Export(contentType: X509ContentType): byte[];
|
|
737
|
-
Export(contentType: X509ContentType, password: string): byte[];
|
|
726
|
+
Export(contentType: X509ContentType): byte[] | undefined;
|
|
727
|
+
Export(contentType: X509ContentType, password: string): byte[] | undefined;
|
|
738
728
|
ExportCertificatePems(): string;
|
|
739
729
|
ExportPkcs12(exportParameters: Pkcs12ExportPbeParameters, password: string): byte[];
|
|
740
730
|
ExportPkcs12(exportParameters: PbeParameters, password: string): byte[];
|
|
@@ -794,7 +784,6 @@ export interface X509Certificate2Enumerator$instance {
|
|
|
794
784
|
|
|
795
785
|
|
|
796
786
|
export const X509Certificate2Enumerator: {
|
|
797
|
-
new(): X509Certificate2Enumerator;
|
|
798
787
|
};
|
|
799
788
|
|
|
800
789
|
|
|
@@ -807,13 +796,8 @@ export interface __X509Certificate2Enumerator$views {
|
|
|
807
796
|
export type X509Certificate2Enumerator = X509Certificate2Enumerator$instance & __X509Certificate2Enumerator$views;
|
|
808
797
|
|
|
809
798
|
|
|
810
|
-
export
|
|
811
|
-
|
|
812
|
-
}
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
export interface X509CertificateCollection$instance extends X509CertificateCollection$protected, CollectionBase {
|
|
816
|
-
Item: X509Certificate | X509Certificate2;
|
|
799
|
+
export interface X509CertificateCollection$instance extends CollectionBase {
|
|
800
|
+
[index: number]: X509Certificate | X509Certificate2;
|
|
817
801
|
Add(value: unknown): int;
|
|
818
802
|
AddRange(value: X509Certificate[]): void;
|
|
819
803
|
AddRange(value: X509CertificateCollection): void;
|
|
@@ -824,6 +808,7 @@ export interface X509CertificateCollection$instance extends X509CertificateColle
|
|
|
824
808
|
GetHashCode(): int;
|
|
825
809
|
IndexOf(value: X509Certificate): int;
|
|
826
810
|
Insert(index: int, value: unknown): void;
|
|
811
|
+
OnValidate(value: unknown): void;
|
|
827
812
|
Remove(value: unknown): void;
|
|
828
813
|
RemoveAt(index: int): void;
|
|
829
814
|
}
|
|
@@ -864,19 +849,15 @@ export interface __X509CertificateCollection_X509CertificateEnumerator$views {
|
|
|
864
849
|
export type X509CertificateCollection_X509CertificateEnumerator = X509CertificateCollection_X509CertificateEnumerator$instance & __X509CertificateCollection_X509CertificateEnumerator$views;
|
|
865
850
|
|
|
866
851
|
|
|
867
|
-
export
|
|
868
|
-
protected Dispose(disposing: boolean): void;
|
|
869
|
-
}
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
export interface X509Chain$instance extends X509Chain$protected {
|
|
852
|
+
export interface X509Chain$instance {
|
|
873
853
|
readonly ChainContext: nint;
|
|
874
854
|
readonly ChainElements: X509ChainElementCollection;
|
|
875
855
|
ChainPolicy: X509ChainPolicy;
|
|
876
856
|
readonly ChainStatus: X509ChainStatus[];
|
|
877
|
-
readonly SafeHandle: SafeX509ChainHandle;
|
|
857
|
+
readonly SafeHandle: SafeX509ChainHandle | undefined;
|
|
878
858
|
Build(certificate: X509Certificate2): boolean;
|
|
879
859
|
Dispose(): void;
|
|
860
|
+
Dispose(disposing: boolean): void;
|
|
880
861
|
Reset(): void;
|
|
881
862
|
}
|
|
882
863
|
|
|
@@ -904,7 +885,6 @@ export interface X509ChainElement$instance {
|
|
|
904
885
|
|
|
905
886
|
|
|
906
887
|
export const X509ChainElement: {
|
|
907
|
-
new(): X509ChainElement;
|
|
908
888
|
};
|
|
909
889
|
|
|
910
890
|
|
|
@@ -913,7 +893,7 @@ export type X509ChainElement = X509ChainElement$instance;
|
|
|
913
893
|
export interface X509ChainElementCollection$instance {
|
|
914
894
|
readonly Count: int;
|
|
915
895
|
readonly IsSynchronized: boolean;
|
|
916
|
-
readonly
|
|
896
|
+
readonly [index: number]: X509ChainElement;
|
|
917
897
|
readonly SyncRoot: unknown;
|
|
918
898
|
CopyTo(array: X509ChainElement[], index: int): void;
|
|
919
899
|
GetEnumerator(): X509ChainElementEnumerator;
|
|
@@ -921,7 +901,6 @@ export interface X509ChainElementCollection$instance {
|
|
|
921
901
|
|
|
922
902
|
|
|
923
903
|
export const X509ChainElementCollection: {
|
|
924
|
-
new(): X509ChainElementCollection;
|
|
925
904
|
};
|
|
926
905
|
|
|
927
906
|
|
|
@@ -942,7 +921,6 @@ export interface X509ChainElementEnumerator$instance {
|
|
|
942
921
|
|
|
943
922
|
|
|
944
923
|
export const X509ChainElementEnumerator: {
|
|
945
|
-
new(): X509ChainElementEnumerator;
|
|
946
924
|
};
|
|
947
925
|
|
|
948
926
|
|
|
@@ -1002,7 +980,6 @@ export interface X509Extension$instance extends AsnEncodedData {
|
|
|
1002
980
|
|
|
1003
981
|
|
|
1004
982
|
export const X509Extension: {
|
|
1005
|
-
new(): X509Extension;
|
|
1006
983
|
new(encodedExtension: AsnEncodedData, critical: boolean): X509Extension;
|
|
1007
984
|
new(oid: Oid, rawData: byte[], critical: boolean): X509Extension;
|
|
1008
985
|
new(oid: Oid, rawData: ReadOnlySpan_1<System_Internal.Byte>, critical: boolean): X509Extension;
|
|
@@ -1020,7 +997,7 @@ export interface X509ExtensionCollection$instance {
|
|
|
1020
997
|
Add(extension: X509Extension): int;
|
|
1021
998
|
CopyTo(array: X509Extension[], index: int): void;
|
|
1022
999
|
get_Item(index: int): X509Extension;
|
|
1023
|
-
get_Item(oid: string): X509Extension;
|
|
1000
|
+
get_Item(oid: string): X509Extension | undefined;
|
|
1024
1001
|
GetEnumerator(): X509ExtensionEnumerator;
|
|
1025
1002
|
}
|
|
1026
1003
|
|
|
@@ -1047,7 +1024,6 @@ export interface X509ExtensionEnumerator$instance {
|
|
|
1047
1024
|
|
|
1048
1025
|
|
|
1049
1026
|
export const X509ExtensionEnumerator: {
|
|
1050
|
-
new(): X509ExtensionEnumerator;
|
|
1051
1027
|
};
|
|
1052
1028
|
|
|
1053
1029
|
|
|
@@ -1075,20 +1051,15 @@ export const X509KeyUsageExtension: {
|
|
|
1075
1051
|
|
|
1076
1052
|
export type X509KeyUsageExtension = X509KeyUsageExtension$instance;
|
|
1077
1053
|
|
|
1078
|
-
export
|
|
1079
|
-
protected abstract BuildPublicKey(): PublicKey;
|
|
1080
|
-
}
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
export interface X509SignatureGenerator$instance extends X509SignatureGenerator$protected {
|
|
1054
|
+
export interface X509SignatureGenerator$instance {
|
|
1084
1055
|
readonly PublicKey: PublicKey;
|
|
1056
|
+
BuildPublicKey(): PublicKey;
|
|
1085
1057
|
GetSignatureAlgorithmIdentifier(hashAlgorithm: HashAlgorithmName): byte[];
|
|
1086
1058
|
SignData(data: byte[], hashAlgorithm: HashAlgorithmName): byte[];
|
|
1087
1059
|
}
|
|
1088
1060
|
|
|
1089
1061
|
|
|
1090
|
-
export const X509SignatureGenerator: {
|
|
1091
|
-
new(): X509SignatureGenerator;
|
|
1062
|
+
export const X509SignatureGenerator: (abstract new() => X509SignatureGenerator) & {
|
|
1092
1063
|
CreateForCompositeMLDsa(key: CompositeMLDsa): X509SignatureGenerator;
|
|
1093
1064
|
CreateForECDsa(key: ECDsa): X509SignatureGenerator;
|
|
1094
1065
|
CreateForMLDsa(key: MLDsa): X509SignatureGenerator;
|
|
@@ -1103,7 +1074,7 @@ export interface X509Store$instance {
|
|
|
1103
1074
|
readonly Certificates: X509Certificate2Collection;
|
|
1104
1075
|
readonly IsOpen: boolean;
|
|
1105
1076
|
readonly Location: StoreLocation;
|
|
1106
|
-
readonly Name: string;
|
|
1077
|
+
readonly Name: string | undefined;
|
|
1107
1078
|
readonly StoreHandle: nint;
|
|
1108
1079
|
Add(certificate: X509Certificate2): void;
|
|
1109
1080
|
AddRange(certificates: X509Certificate2Collection): void;
|
|
@@ -53,8 +53,7 @@ export interface CodeAccessSecurityAttribute$instance extends SecurityAttribute
|
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
|
|
56
|
-
export const CodeAccessSecurityAttribute: {
|
|
57
|
-
new(action: SecurityAction): CodeAccessSecurityAttribute;
|
|
56
|
+
export const CodeAccessSecurityAttribute: (abstract new(action: SecurityAction) => CodeAccessSecurityAttribute) & {
|
|
58
57
|
};
|
|
59
58
|
|
|
60
59
|
|
|
@@ -67,8 +66,7 @@ export interface SecurityAttribute$instance extends Attribute {
|
|
|
67
66
|
}
|
|
68
67
|
|
|
69
68
|
|
|
70
|
-
export const SecurityAttribute: {
|
|
71
|
-
new(action: SecurityAction): SecurityAttribute;
|
|
69
|
+
export const SecurityAttribute: (abstract new(action: SecurityAction) => SecurityAttribute) & {
|
|
72
70
|
};
|
|
73
71
|
|
|
74
72
|
|
|
@@ -22,7 +22,7 @@ export interface Evidence$instance {
|
|
|
22
22
|
AddHost(id: unknown): void;
|
|
23
23
|
AddHostEvidence<T extends EvidenceBase>(evidence: T): void;
|
|
24
24
|
Clear(): void;
|
|
25
|
-
Clone(): Evidence;
|
|
25
|
+
Clone(): Evidence | undefined;
|
|
26
26
|
CopyTo(array: ClrArray, index: int): void;
|
|
27
27
|
GetAssemblyEnumerator(): IEnumerator;
|
|
28
28
|
GetAssemblyEvidence<T extends EvidenceBase>(): T | undefined;
|
|
@@ -51,12 +51,11 @@ export type Evidence = Evidence$instance & __Evidence$views;
|
|
|
51
51
|
|
|
52
52
|
|
|
53
53
|
export interface EvidenceBase$instance {
|
|
54
|
-
Clone(): EvidenceBase;
|
|
54
|
+
Clone(): EvidenceBase | undefined;
|
|
55
55
|
}
|
|
56
56
|
|
|
57
57
|
|
|
58
|
-
export const EvidenceBase: {
|
|
59
|
-
new(): EvidenceBase;
|
|
58
|
+
export const EvidenceBase: (abstract new() => EvidenceBase) & {
|
|
60
59
|
};
|
|
61
60
|
|
|
62
61
|
|
|
@@ -176,7 +176,7 @@ export enum WindowsBuiltInRole {
|
|
|
176
176
|
|
|
177
177
|
|
|
178
178
|
export interface IIdentity$instance {
|
|
179
|
-
readonly Name: string;
|
|
179
|
+
readonly Name: string | undefined;
|
|
180
180
|
readonly AuthenticationType: string | undefined;
|
|
181
181
|
readonly IsAuthenticated: boolean;
|
|
182
182
|
}
|
|
@@ -196,7 +196,7 @@ export interface GenericIdentity$instance extends ClaimsIdentity {
|
|
|
196
196
|
readonly AuthenticationType: string | string | undefined;
|
|
197
197
|
readonly Claims: IEnumerable_1<Claim>;
|
|
198
198
|
readonly IsAuthenticated: boolean;
|
|
199
|
-
readonly Name: string;
|
|
199
|
+
readonly Name: string | string | undefined;
|
|
200
200
|
Clone(): ClaimsIdentity;
|
|
201
201
|
}
|
|
202
202
|
|
|
@@ -204,7 +204,6 @@ export interface GenericIdentity$instance extends ClaimsIdentity {
|
|
|
204
204
|
export const GenericIdentity: {
|
|
205
205
|
new(name: string): GenericIdentity;
|
|
206
206
|
new(name: string, type: string): GenericIdentity;
|
|
207
|
-
new(identity: GenericIdentity): GenericIdentity;
|
|
208
207
|
};
|
|
209
208
|
|
|
210
209
|
|
|
@@ -271,7 +270,7 @@ export type IdentityReference = IdentityReference$instance;
|
|
|
271
270
|
|
|
272
271
|
export interface IdentityReferenceCollection$instance {
|
|
273
272
|
readonly Count: int;
|
|
274
|
-
|
|
273
|
+
[index: number]: IdentityReference;
|
|
275
274
|
Add(identity: IdentityReference): void;
|
|
276
275
|
Clear(): void;
|
|
277
276
|
Contains(identity: IdentityReference): boolean;
|
|
@@ -356,30 +355,26 @@ export interface SecurityIdentifier$instance extends System_Internal.IComparable
|
|
|
356
355
|
export type SecurityIdentifier = SecurityIdentifier$instance & __SecurityIdentifier$views;
|
|
357
356
|
|
|
358
357
|
|
|
359
|
-
export
|
|
360
|
-
protected Dispose(disposing: boolean): void;
|
|
361
|
-
protected GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
export interface WindowsIdentity$instance extends WindowsIdentity$protected, ClaimsIdentity {
|
|
358
|
+
export interface WindowsIdentity$instance extends ClaimsIdentity {
|
|
366
359
|
readonly AccessToken: SafeAccessTokenHandle;
|
|
367
360
|
readonly AuthenticationType: string | undefined;
|
|
368
361
|
readonly Claims: IEnumerable_1<Claim>;
|
|
369
362
|
readonly DeviceClaims: IEnumerable_1<Claim>;
|
|
370
|
-
readonly Groups: IdentityReferenceCollection;
|
|
363
|
+
readonly Groups: IdentityReferenceCollection | undefined;
|
|
371
364
|
readonly ImpersonationLevel: TokenImpersonationLevel;
|
|
372
365
|
readonly IsAnonymous: boolean;
|
|
373
366
|
readonly IsAuthenticated: boolean;
|
|
374
367
|
readonly IsGuest: boolean;
|
|
375
368
|
readonly IsSystem: boolean;
|
|
376
|
-
readonly Name: string;
|
|
377
|
-
readonly Owner: SecurityIdentifier;
|
|
369
|
+
readonly Name: string | string | undefined;
|
|
370
|
+
readonly Owner: SecurityIdentifier | undefined;
|
|
378
371
|
readonly Token: nint;
|
|
379
|
-
readonly User: SecurityIdentifier;
|
|
372
|
+
readonly User: SecurityIdentifier | undefined;
|
|
380
373
|
readonly UserClaims: IEnumerable_1<Claim>;
|
|
381
374
|
Clone(): ClaimsIdentity;
|
|
382
375
|
Dispose(): void;
|
|
376
|
+
Dispose(disposing: boolean): void;
|
|
377
|
+
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
383
378
|
}
|
|
384
379
|
|
|
385
380
|
|
|
@@ -389,7 +384,6 @@ export const WindowsIdentity: {
|
|
|
389
384
|
new(userToken: nint, type: string, acctType: WindowsAccountType): WindowsIdentity;
|
|
390
385
|
new(userToken: nint, type: string, acctType: WindowsAccountType, isAuthenticated: boolean): WindowsIdentity;
|
|
391
386
|
new(info: SerializationInfo, context: StreamingContext): WindowsIdentity;
|
|
392
|
-
new(identity: WindowsIdentity): WindowsIdentity;
|
|
393
387
|
new(sUserPrincipalName: string): WindowsIdentity;
|
|
394
388
|
readonly DefaultIssuer: string;
|
|
395
389
|
GetAnonymous(): WindowsIdentity;
|
|
@@ -410,7 +404,7 @@ export interface __WindowsIdentity$views {
|
|
|
410
404
|
As_IIdentity(): IIdentity$instance;
|
|
411
405
|
}
|
|
412
406
|
|
|
413
|
-
export interface WindowsIdentity$instance extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance
|
|
407
|
+
export interface WindowsIdentity$instance extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance {}
|
|
414
408
|
|
|
415
409
|
export type WindowsIdentity = WindowsIdentity$instance & __WindowsIdentity$views;
|
|
416
410
|
|
|
@@ -279,7 +279,6 @@ export interface CodePagesEncodingProvider$instance extends EncodingProvider {
|
|
|
279
279
|
|
|
280
280
|
|
|
281
281
|
export const CodePagesEncodingProvider: {
|
|
282
|
-
new(): CodePagesEncodingProvider;
|
|
283
282
|
readonly Instance: EncodingProvider;
|
|
284
283
|
};
|
|
285
284
|
|
|
@@ -293,7 +292,6 @@ export interface CompositeFormat$instance {
|
|
|
293
292
|
|
|
294
293
|
|
|
295
294
|
export const CompositeFormat: {
|
|
296
|
-
new(): CompositeFormat;
|
|
297
295
|
Parse(format: string): CompositeFormat;
|
|
298
296
|
};
|
|
299
297
|
|
|
@@ -302,7 +300,7 @@ export type CompositeFormat = CompositeFormat$instance;
|
|
|
302
300
|
|
|
303
301
|
export interface Decoder$instance {
|
|
304
302
|
get Fallback(): DecoderFallback | undefined;
|
|
305
|
-
set Fallback(value: DecoderFallback);
|
|
303
|
+
set Fallback(value: DecoderFallback | undefined);
|
|
306
304
|
readonly FallbackBuffer: DecoderFallbackBuffer;
|
|
307
305
|
Convert(bytes: byte[], byteIndex: int, byteCount: int, chars: char[], charIndex: int, charCount: int, flush: boolean, bytesUsed: int, charsUsed: int, completed: boolean): void;
|
|
308
306
|
Convert(bytes: ptr<byte>, byteCount: int, chars: ptr<char>, charCount: int, flush: boolean, bytesUsed: int, charsUsed: int, completed: boolean): void;
|
|
@@ -319,8 +317,7 @@ export interface Decoder$instance {
|
|
|
319
317
|
}
|
|
320
318
|
|
|
321
319
|
|
|
322
|
-
export const Decoder: {
|
|
323
|
-
new(): Decoder;
|
|
320
|
+
export const Decoder: (abstract new() => Decoder) & {
|
|
324
321
|
};
|
|
325
322
|
|
|
326
323
|
|
|
@@ -362,8 +359,7 @@ export interface DecoderFallback$instance {
|
|
|
362
359
|
}
|
|
363
360
|
|
|
364
361
|
|
|
365
|
-
export const DecoderFallback: {
|
|
366
|
-
new(): DecoderFallback;
|
|
362
|
+
export const DecoderFallback: (abstract new() => DecoderFallback) & {
|
|
367
363
|
readonly ReplacementFallback: DecoderFallback;
|
|
368
364
|
readonly ExceptionFallback: DecoderFallback;
|
|
369
365
|
};
|
|
@@ -380,8 +376,7 @@ export interface DecoderFallbackBuffer$instance {
|
|
|
380
376
|
}
|
|
381
377
|
|
|
382
378
|
|
|
383
|
-
export const DecoderFallbackBuffer: {
|
|
384
|
-
new(): DecoderFallbackBuffer;
|
|
379
|
+
export const DecoderFallbackBuffer: (abstract new() => DecoderFallbackBuffer) & {
|
|
385
380
|
};
|
|
386
381
|
|
|
387
382
|
|
|
@@ -444,7 +439,7 @@ export type DecoderReplacementFallbackBuffer = DecoderReplacementFallbackBuffer$
|
|
|
444
439
|
|
|
445
440
|
export interface Encoder$instance {
|
|
446
441
|
get Fallback(): EncoderFallback | undefined;
|
|
447
|
-
set Fallback(value: EncoderFallback);
|
|
442
|
+
set Fallback(value: EncoderFallback | undefined);
|
|
448
443
|
readonly FallbackBuffer: EncoderFallbackBuffer;
|
|
449
444
|
Convert(chars: char[], charIndex: int, charCount: int, bytes: byte[], byteIndex: int, byteCount: int, flush: boolean, charsUsed: int, bytesUsed: int, completed: boolean): void;
|
|
450
445
|
Convert(chars: ptr<char>, charCount: int, bytes: ptr<byte>, byteCount: int, flush: boolean, charsUsed: int, bytesUsed: int, completed: boolean): void;
|
|
@@ -459,8 +454,7 @@ export interface Encoder$instance {
|
|
|
459
454
|
}
|
|
460
455
|
|
|
461
456
|
|
|
462
|
-
export const Encoder: {
|
|
463
|
-
new(): Encoder;
|
|
457
|
+
export const Encoder: (abstract new() => Encoder) & {
|
|
464
458
|
};
|
|
465
459
|
|
|
466
460
|
|
|
@@ -503,8 +497,7 @@ export interface EncoderFallback$instance {
|
|
|
503
497
|
}
|
|
504
498
|
|
|
505
499
|
|
|
506
|
-
export const EncoderFallback: {
|
|
507
|
-
new(): EncoderFallback;
|
|
500
|
+
export const EncoderFallback: (abstract new() => EncoderFallback) & {
|
|
508
501
|
readonly ReplacementFallback: EncoderFallback;
|
|
509
502
|
readonly ExceptionFallback: EncoderFallback;
|
|
510
503
|
};
|
|
@@ -522,8 +515,7 @@ export interface EncoderFallbackBuffer$instance {
|
|
|
522
515
|
}
|
|
523
516
|
|
|
524
517
|
|
|
525
|
-
export const EncoderFallbackBuffer: {
|
|
526
|
-
new(): EncoderFallbackBuffer;
|
|
518
|
+
export const EncoderFallbackBuffer: (abstract new() => EncoderFallbackBuffer) & {
|
|
527
519
|
};
|
|
528
520
|
|
|
529
521
|
|
|
@@ -645,10 +637,7 @@ export interface Encoding$instance {
|
|
|
645
637
|
}
|
|
646
638
|
|
|
647
639
|
|
|
648
|
-
export const Encoding: {
|
|
649
|
-
new(): Encoding;
|
|
650
|
-
new(codePage: int): Encoding;
|
|
651
|
-
new(codePage: int, encoderFallback: EncoderFallback, decoderFallback: DecoderFallback): Encoding;
|
|
640
|
+
export const Encoding: (abstract new() => Encoding) & (abstract new(codePage: int) => Encoding) & (abstract new(codePage: int, encoderFallback: EncoderFallback, decoderFallback: DecoderFallback) => Encoding) & {
|
|
652
641
|
readonly Default: Encoding;
|
|
653
642
|
readonly ASCII: Encoding;
|
|
654
643
|
readonly Latin1: Encoding;
|
|
@@ -704,8 +693,7 @@ export interface EncodingProvider$instance {
|
|
|
704
693
|
}
|
|
705
694
|
|
|
706
695
|
|
|
707
|
-
export const EncodingProvider: {
|
|
708
|
-
new(): EncodingProvider;
|
|
696
|
+
export const EncodingProvider: (abstract new() => EncodingProvider) & {
|
|
709
697
|
};
|
|
710
698
|
|
|
711
699
|
|
|
@@ -713,7 +701,7 @@ export type EncodingProvider = EncodingProvider$instance;
|
|
|
713
701
|
|
|
714
702
|
export interface StringBuilder$instance {
|
|
715
703
|
Capacity: int;
|
|
716
|
-
|
|
704
|
+
[index: number]: char;
|
|
717
705
|
Length: int;
|
|
718
706
|
readonly MaxCapacity: int;
|
|
719
707
|
Append(value: char, repeatCount: int): StringBuilder;
|
|
@@ -20,8 +20,7 @@ export interface HtmlEncoder$instance extends TextEncoder {
|
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
|
|
23
|
-
export const HtmlEncoder: {
|
|
24
|
-
new(): HtmlEncoder;
|
|
23
|
+
export const HtmlEncoder: (abstract new() => HtmlEncoder) & {
|
|
25
24
|
readonly Default: HtmlEncoder;
|
|
26
25
|
Create(settings: TextEncoderSettings): HtmlEncoder;
|
|
27
26
|
Create(...allowedRanges: UnicodeRange[]): HtmlEncoder;
|
|
@@ -34,8 +33,7 @@ export interface JavaScriptEncoder$instance extends TextEncoder {
|
|
|
34
33
|
}
|
|
35
34
|
|
|
36
35
|
|
|
37
|
-
export const JavaScriptEncoder: {
|
|
38
|
-
new(): JavaScriptEncoder;
|
|
36
|
+
export const JavaScriptEncoder: (abstract new() => JavaScriptEncoder) & {
|
|
39
37
|
readonly Default: JavaScriptEncoder;
|
|
40
38
|
readonly UnsafeRelaxedJsonEscaping: JavaScriptEncoder;
|
|
41
39
|
Create(settings: TextEncoderSettings): JavaScriptEncoder;
|
|
@@ -60,8 +58,7 @@ export interface TextEncoder$instance {
|
|
|
60
58
|
}
|
|
61
59
|
|
|
62
60
|
|
|
63
|
-
export const TextEncoder: {
|
|
64
|
-
new(): TextEncoder;
|
|
61
|
+
export const TextEncoder: (abstract new() => TextEncoder) & {
|
|
65
62
|
};
|
|
66
63
|
|
|
67
64
|
|
|
@@ -95,8 +92,7 @@ export interface UrlEncoder$instance extends TextEncoder {
|
|
|
95
92
|
}
|
|
96
93
|
|
|
97
94
|
|
|
98
|
-
export const UrlEncoder: {
|
|
99
|
-
new(): UrlEncoder;
|
|
95
|
+
export const UrlEncoder: (abstract new() => UrlEncoder) & {
|
|
100
96
|
readonly Default: UrlEncoder;
|
|
101
97
|
Create(settings: TextEncoderSettings): UrlEncoder;
|
|
102
98
|
Create(...allowedRanges: UnicodeRange[]): UrlEncoder;
|
|
@@ -86,7 +86,7 @@ export const JsonDocumentOptions: {
|
|
|
86
86
|
export type JsonDocumentOptions = JsonDocumentOptions$instance;
|
|
87
87
|
|
|
88
88
|
export interface JsonElement$instance {
|
|
89
|
-
readonly
|
|
89
|
+
readonly [index: number]: JsonElement;
|
|
90
90
|
readonly ValueKind: JsonValueKind;
|
|
91
91
|
Clone(): JsonElement;
|
|
92
92
|
EnumerateArray(): JsonElement_ArrayEnumerator;
|
|
@@ -276,7 +276,7 @@ export type JsonReaderState = JsonReaderState$instance;
|
|
|
276
276
|
|
|
277
277
|
export interface JsonWriterOptions$instance {
|
|
278
278
|
get Encoder(): JavaScriptEncoder | undefined;
|
|
279
|
-
set Encoder(value: JavaScriptEncoder);
|
|
279
|
+
set Encoder(value: JavaScriptEncoder | undefined);
|
|
280
280
|
IndentCharacter: char;
|
|
281
281
|
Indented: boolean;
|
|
282
282
|
IndentSize: int;
|
|
@@ -367,7 +367,6 @@ export interface JsonDocument$instance {
|
|
|
367
367
|
|
|
368
368
|
|
|
369
369
|
export const JsonDocument: {
|
|
370
|
-
new(): JsonDocument;
|
|
371
370
|
Parse(utf8Json: ReadOnlySequence_1<System_Internal.Byte>, options?: JsonDocumentOptions): JsonDocument;
|
|
372
371
|
Parse(utf8Json: Stream, options?: JsonDocumentOptions): JsonDocument;
|
|
373
372
|
Parse(utf8Json: ReadOnlyMemory_1<System_Internal.Byte>, options?: JsonDocumentOptions): JsonDocument;
|
|
@@ -392,7 +391,8 @@ export interface JsonException$instance extends Exception {
|
|
|
392
391
|
BytePositionInLine: Nullable_1<System_Internal.Int64>;
|
|
393
392
|
LineNumber: Nullable_1<System_Internal.Int64>;
|
|
394
393
|
readonly Message: string;
|
|
395
|
-
Path: string;
|
|
394
|
+
get Path(): string | undefined;
|
|
395
|
+
set Path(value: string | undefined);
|
|
396
396
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
397
397
|
}
|
|
398
398
|
|
|
@@ -403,7 +403,6 @@ export const JsonException: {
|
|
|
403
403
|
new(message: string, innerException: Exception): JsonException;
|
|
404
404
|
new(message: string): JsonException;
|
|
405
405
|
new(): JsonException;
|
|
406
|
-
new(info: SerializationInfo, context: StreamingContext): JsonException;
|
|
407
406
|
};
|
|
408
407
|
|
|
409
408
|
|
|
@@ -419,8 +418,7 @@ export interface JsonNamingPolicy$instance {
|
|
|
419
418
|
}
|
|
420
419
|
|
|
421
420
|
|
|
422
|
-
export const JsonNamingPolicy: {
|
|
423
|
-
new(): JsonNamingPolicy;
|
|
421
|
+
export const JsonNamingPolicy: (abstract new() => JsonNamingPolicy) & {
|
|
424
422
|
readonly CamelCase: JsonNamingPolicy;
|
|
425
423
|
readonly SnakeCaseLower: JsonNamingPolicy;
|
|
426
424
|
readonly SnakeCaseUpper: JsonNamingPolicy;
|
|
@@ -439,9 +437,9 @@ export interface JsonSerializerOptions$instance {
|
|
|
439
437
|
DefaultBufferSize: int;
|
|
440
438
|
DefaultIgnoreCondition: JsonIgnoreCondition;
|
|
441
439
|
get DictionaryKeyPolicy(): JsonNamingPolicy | undefined;
|
|
442
|
-
set DictionaryKeyPolicy(value: JsonNamingPolicy);
|
|
440
|
+
set DictionaryKeyPolicy(value: JsonNamingPolicy | undefined);
|
|
443
441
|
get Encoder(): JavaScriptEncoder | undefined;
|
|
444
|
-
set Encoder(value: JavaScriptEncoder);
|
|
442
|
+
set Encoder(value: JavaScriptEncoder | undefined);
|
|
445
443
|
IgnoreNullValues: boolean;
|
|
446
444
|
IgnoreReadOnlyFields: boolean;
|
|
447
445
|
IgnoreReadOnlyProperties: boolean;
|
|
@@ -455,14 +453,14 @@ export interface JsonSerializerOptions$instance {
|
|
|
455
453
|
PreferredObjectCreationHandling: JsonObjectCreationHandling;
|
|
456
454
|
PropertyNameCaseInsensitive: boolean;
|
|
457
455
|
get PropertyNamingPolicy(): JsonNamingPolicy | undefined;
|
|
458
|
-
set PropertyNamingPolicy(value: JsonNamingPolicy);
|
|
456
|
+
set PropertyNamingPolicy(value: JsonNamingPolicy | undefined);
|
|
459
457
|
ReadCommentHandling: JsonCommentHandling;
|
|
460
458
|
get ReferenceHandler(): ReferenceHandler | undefined;
|
|
461
|
-
set ReferenceHandler(value: ReferenceHandler);
|
|
459
|
+
set ReferenceHandler(value: ReferenceHandler | undefined);
|
|
462
460
|
RespectNullableAnnotations: boolean;
|
|
463
461
|
RespectRequiredConstructorParameters: boolean;
|
|
464
462
|
get TypeInfoResolver(): IJsonTypeInfoResolver | undefined;
|
|
465
|
-
set TypeInfoResolver(value: IJsonTypeInfoResolver);
|
|
463
|
+
set TypeInfoResolver(value: IJsonTypeInfoResolver | undefined);
|
|
466
464
|
readonly TypeInfoResolverChain: IList_1<IJsonTypeInfoResolver>;
|
|
467
465
|
UnknownTypeHandling: JsonUnknownTypeHandling;
|
|
468
466
|
UnmappedMemberHandling: JsonUnmappedMemberHandling;
|
|
@@ -73,14 +73,15 @@ export type JsonArray = JsonArray$instance & __JsonArray$views;
|
|
|
73
73
|
|
|
74
74
|
export interface JsonNode$instance {
|
|
75
75
|
readonly Options: Nullable_1<JsonNodeOptions>;
|
|
76
|
-
Parent: JsonNode;
|
|
76
|
+
get Parent(): JsonNode | undefined;
|
|
77
|
+
set Parent(value: JsonNode | undefined);
|
|
77
78
|
readonly Root: JsonNode;
|
|
78
79
|
AsArray(): JsonArray;
|
|
79
80
|
AsObject(): JsonObject;
|
|
80
81
|
AsValue(): JsonValue;
|
|
81
82
|
DeepClone(): JsonNode;
|
|
82
|
-
get_Item(index: int): JsonNode;
|
|
83
|
-
get_Item(propertyName: string): JsonNode;
|
|
83
|
+
get_Item(index: int): JsonNode | undefined;
|
|
84
|
+
get_Item(propertyName: string): JsonNode | undefined;
|
|
84
85
|
GetElementIndex(): int;
|
|
85
86
|
GetPath(): string;
|
|
86
87
|
GetPropertyName(): string;
|
|
@@ -29,7 +29,7 @@ export type JsonSchemaExporterContext = JsonSchemaExporterContext$instance;
|
|
|
29
29
|
|
|
30
30
|
export interface JsonSchemaExporterOptions$instance {
|
|
31
31
|
get TransformSchemaNode(): Func_3<JsonSchemaExporterContext, JsonNode, JsonNode> | undefined;
|
|
32
|
-
set TransformSchemaNode(value: Func_3<JsonSchemaExporterContext, JsonNode, JsonNode>);
|
|
32
|
+
set TransformSchemaNode(value: Func_3<JsonSchemaExporterContext, JsonNode, JsonNode> | undefined);
|
|
33
33
|
TreatNullObliviousAsNonNullable: boolean;
|
|
34
34
|
}
|
|
35
35
|
|