@tsonic/microsoft-extensions 10.0.3 → 10.0.7
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.Extensions.Caching.Distributed/internal/index.d.ts +27 -19
- package/Microsoft.Extensions.Caching.Hybrid/internal/index.d.ts +29 -21
- package/Microsoft.Extensions.Caching.Memory/internal/index.d.ts +54 -31
- package/Microsoft.Extensions.Configuration/internal/index.d.ts +141 -70
- package/Microsoft.Extensions.Configuration.CommandLine/internal/index.d.ts +17 -11
- package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/index.d.ts +13 -7
- package/Microsoft.Extensions.Configuration.Ini/internal/index.d.ts +25 -8
- package/Microsoft.Extensions.Configuration.Json/internal/index.d.ts +24 -7
- package/Microsoft.Extensions.Configuration.KeyPerFile/internal/index.d.ts +16 -9
- package/Microsoft.Extensions.Configuration.Memory/internal/index.d.ts +21 -13
- package/Microsoft.Extensions.Configuration.UserSecrets/internal/index.d.ts +6 -2
- package/Microsoft.Extensions.Configuration.Xml/internal/index.d.ts +29 -10
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +171 -114
- package/Microsoft.Extensions.DependencyInjection.Extensions/internal/index.d.ts +18 -18
- package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/index.d.ts +51 -31
- package/Microsoft.Extensions.Diagnostics.Metrics/internal/index.d.ts +31 -19
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/index.d.ts +3 -1
- package/Microsoft.Extensions.FileProviders/internal/index.d.ts +65 -38
- package/Microsoft.Extensions.FileProviders.Composite/internal/index.d.ts +16 -12
- package/Microsoft.Extensions.FileProviders.Embedded/internal/index.d.ts +9 -7
- package/Microsoft.Extensions.FileProviders.Internal/internal/index.d.ts +15 -11
- package/Microsoft.Extensions.FileProviders.Physical/internal/index.d.ts +36 -15
- package/Microsoft.Extensions.FileSystemGlobbing/internal/index.d.ts +23 -13
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/index.d.ts +16 -6
- package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/index.d.ts +24 -10
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/index.d.ts +30 -20
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.d.ts +47 -15
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/index.d.ts +4 -2
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +84 -39
- package/Microsoft.Extensions.Hosting.Internal/internal/index.d.ts +22 -13
- package/Microsoft.Extensions.Http/internal/index.d.ts +18 -10
- package/Microsoft.Extensions.Http.Logging/internal/index.d.ts +21 -9
- package/Microsoft.Extensions.Internal/internal/index.d.ts +9 -5
- package/Microsoft.Extensions.Localization/internal/index.d.ts +48 -19
- package/Microsoft.Extensions.Logging/internal/index.d.ts +108 -66
- package/Microsoft.Extensions.Logging.Abstractions/internal/index.d.ts +41 -22
- package/Microsoft.Extensions.Logging.Configuration/internal/index.d.ts +10 -2
- package/Microsoft.Extensions.Logging.Console/internal/index.d.ts +34 -10
- package/Microsoft.Extensions.Logging.Debug/internal/index.d.ts +8 -5
- package/Microsoft.Extensions.Logging.EventLog/internal/index.d.ts +13 -7
- package/Microsoft.Extensions.Logging.EventSource/internal/index.d.ts +14 -7
- package/Microsoft.Extensions.Logging.TraceSource/internal/index.d.ts +9 -6
- package/Microsoft.Extensions.ObjectPool/internal/index.d.ts +33 -7
- package/Microsoft.Extensions.Options/internal/index.d.ts +257 -128
- package/Microsoft.Extensions.Primitives/internal/index.d.ts +68 -22
- package/Microsoft.Extensions.Primitives.d.ts +3 -0
- package/Microsoft.Extensions.Validation/internal/index.d.ts +41 -21
- package/Microsoft.Extensions.WebEncoders/internal/index.d.ts +5 -3
- package/Microsoft.Extensions.WebEncoders.Testing/internal/index.d.ts +10 -4
- package/System.Diagnostics/internal/index.d.ts +37 -10
- package/System.Diagnostics.Eventing.Reader/internal/index.d.ts +146 -70
- package/System.Net.Http/internal/index.d.ts +7 -3
- package/System.Security.Cryptography/internal/index.d.ts +16 -5
- package/System.Security.Cryptography.Pkcs/internal/index.d.ts +162 -69
- package/System.Security.Cryptography.Xml/internal/index.d.ts +115 -16
- package/__internal/extensions/index.d.ts +633 -487
- package/package.json +3 -3
|
@@ -9,22 +9,24 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
9
9
|
import type { ptr } from "@tsonic/core/types.js";
|
|
10
10
|
|
|
11
11
|
// Import types from other namespaces
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import type {
|
|
15
|
-
import type { Stream } from "@tsonic/dotnet/System.IO.js";
|
|
16
|
-
import * as
|
|
17
|
-
import type {
|
|
18
|
-
import
|
|
19
|
-
import type {
|
|
20
|
-
import type {
|
|
21
|
-
import type {
|
|
22
|
-
import
|
|
23
|
-
import type {
|
|
24
|
-
import * as
|
|
25
|
-
import type {
|
|
12
|
+
import type { Collection_1 } from "@tsonic/dotnet/System.Collections.ObjectModel/internal/index.js";
|
|
13
|
+
import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections/internal/index.js";
|
|
14
|
+
import type { ArrayList, Hashtable, ICollection, IEnumerable, IEnumerator, IList } from "@tsonic/dotnet/System.Collections/internal/index.js";
|
|
15
|
+
import type { Stream } from "@tsonic/dotnet/System.IO/internal/index.js";
|
|
16
|
+
import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
|
|
17
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
|
|
18
|
+
import type { X509Certificate, X509Certificate2, X509IncludeOption } from "@tsonic/dotnet/System.Security.Cryptography.X509Certificates/internal/index.js";
|
|
19
|
+
import type { AsymmetricAlgorithm, CipherMode, DSA, HashAlgorithm, KeyedHashAlgorithm, PaddingMode, RSA, SymmetricAlgorithm } from "@tsonic/dotnet/System.Security.Cryptography/internal/index.js";
|
|
20
|
+
import type { Evidence } from "@tsonic/dotnet/System.Security.Policy/internal/index.js";
|
|
21
|
+
import type { Encoding } from "@tsonic/dotnet/System.Text/internal/index.js";
|
|
22
|
+
import * as System_Xml_Internal from "@tsonic/dotnet/System.Xml/internal/index.js";
|
|
23
|
+
import type { XmlDocument, XmlElement, XmlException, XmlNodeList, XmlResolver } from "@tsonic/dotnet/System.Xml/internal/index.js";
|
|
24
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
25
|
+
import type { Array as ClrArray, Boolean as ClrBoolean, Byte, Exception, Func_2, Int32, Object as ClrObject, String as ClrString, Type, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
26
26
|
|
|
27
27
|
export interface IRelDecryptor$instance {
|
|
28
|
+
readonly __tsonic_iface_System_Security_Cryptography_Xml_IRelDecryptor: never;
|
|
29
|
+
|
|
28
30
|
Decrypt(encryptionMethod: EncryptionMethod, keyInfo: KeyInfo, toDecrypt: Stream): Stream;
|
|
29
31
|
}
|
|
30
32
|
|
|
@@ -32,6 +34,8 @@ export interface IRelDecryptor$instance {
|
|
|
32
34
|
export type IRelDecryptor = IRelDecryptor$instance;
|
|
33
35
|
|
|
34
36
|
export interface X509IssuerSerial$instance {
|
|
37
|
+
readonly __tsonic_type_System_Security_Cryptography_Xml_X509IssuerSerial: never;
|
|
38
|
+
|
|
35
39
|
IssuerName: string;
|
|
36
40
|
SerialNumber: string;
|
|
37
41
|
}
|
|
@@ -45,6 +49,8 @@ export const X509IssuerSerial: {
|
|
|
45
49
|
export type X509IssuerSerial = X509IssuerSerial$instance;
|
|
46
50
|
|
|
47
51
|
export interface CipherData$instance {
|
|
52
|
+
readonly __tsonic_type_System_Security_Cryptography_Xml_CipherData: never;
|
|
53
|
+
|
|
48
54
|
get CipherReference(): CipherReference | undefined;
|
|
49
55
|
set CipherReference(value: CipherReference | undefined);
|
|
50
56
|
get CipherValue(): byte[] | undefined;
|
|
@@ -64,6 +70,8 @@ export const CipherData: {
|
|
|
64
70
|
export type CipherData = CipherData$instance;
|
|
65
71
|
|
|
66
72
|
export interface CipherReference$instance extends EncryptedReference {
|
|
73
|
+
readonly __tsonic_type_System_Security_Cryptography_Xml_CipherReference: never;
|
|
74
|
+
|
|
67
75
|
GetXml(): XmlElement;
|
|
68
76
|
LoadXml(value: XmlElement): void;
|
|
69
77
|
}
|
|
@@ -79,6 +87,10 @@ export const CipherReference: {
|
|
|
79
87
|
export type CipherReference = CipherReference$instance;
|
|
80
88
|
|
|
81
89
|
export interface CryptoSignedXmlRecursionException$instance extends XmlException {
|
|
90
|
+
readonly __tsonic_type_System_Security_Cryptography_Xml_CryptoSignedXmlRecursionException: never;
|
|
91
|
+
|
|
92
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
93
|
+
|
|
82
94
|
}
|
|
83
95
|
|
|
84
96
|
|
|
@@ -92,6 +104,8 @@ export const CryptoSignedXmlRecursionException: {
|
|
|
92
104
|
export type CryptoSignedXmlRecursionException = CryptoSignedXmlRecursionException$instance;
|
|
93
105
|
|
|
94
106
|
export interface DataObject$instance {
|
|
107
|
+
readonly __tsonic_type_System_Security_Cryptography_Xml_DataObject: never;
|
|
108
|
+
|
|
95
109
|
Data: XmlNodeList;
|
|
96
110
|
get Encoding(): string | undefined;
|
|
97
111
|
set Encoding(value: string | undefined);
|
|
@@ -113,6 +127,8 @@ export const DataObject: {
|
|
|
113
127
|
export type DataObject = DataObject$instance;
|
|
114
128
|
|
|
115
129
|
export interface DataReference$instance extends EncryptedReference {
|
|
130
|
+
readonly __tsonic_type_System_Security_Cryptography_Xml_DataReference: never;
|
|
131
|
+
|
|
116
132
|
}
|
|
117
133
|
|
|
118
134
|
|
|
@@ -126,6 +142,8 @@ export const DataReference: {
|
|
|
126
142
|
export type DataReference = DataReference$instance;
|
|
127
143
|
|
|
128
144
|
export interface DSAKeyValue$instance extends KeyInfoClause {
|
|
145
|
+
readonly __tsonic_type_System_Security_Cryptography_Xml_DSAKeyValue: never;
|
|
146
|
+
|
|
129
147
|
Key: DSA;
|
|
130
148
|
GetXml(): XmlElement;
|
|
131
149
|
LoadXml(value: XmlElement): void;
|
|
@@ -141,6 +159,8 @@ export const DSAKeyValue: {
|
|
|
141
159
|
export type DSAKeyValue = DSAKeyValue$instance;
|
|
142
160
|
|
|
143
161
|
export interface EncryptedData$instance extends EncryptedType {
|
|
162
|
+
readonly __tsonic_type_System_Security_Cryptography_Xml_EncryptedData: never;
|
|
163
|
+
|
|
144
164
|
GetXml(): XmlElement;
|
|
145
165
|
LoadXml(value: XmlElement): void;
|
|
146
166
|
}
|
|
@@ -154,6 +174,8 @@ export const EncryptedData: {
|
|
|
154
174
|
export type EncryptedData = EncryptedData$instance;
|
|
155
175
|
|
|
156
176
|
export interface EncryptedKey$instance extends EncryptedType {
|
|
177
|
+
readonly __tsonic_type_System_Security_Cryptography_Xml_EncryptedKey: never;
|
|
178
|
+
|
|
157
179
|
get CarriedKeyName(): string | undefined;
|
|
158
180
|
set CarriedKeyName(value: string | undefined);
|
|
159
181
|
Recipient: string;
|
|
@@ -173,6 +195,8 @@ export const EncryptedKey: {
|
|
|
173
195
|
export type EncryptedKey = EncryptedKey$instance;
|
|
174
196
|
|
|
175
197
|
export interface EncryptedReference$instance {
|
|
198
|
+
readonly __tsonic_type_System_Security_Cryptography_Xml_EncryptedReference: never;
|
|
199
|
+
|
|
176
200
|
TransformChain: TransformChain;
|
|
177
201
|
Uri: string;
|
|
178
202
|
AddTransform(transform: Transform): void;
|
|
@@ -188,6 +212,8 @@ export const EncryptedReference: (abstract new() => EncryptedReference) & (abstr
|
|
|
188
212
|
export type EncryptedReference = EncryptedReference$instance;
|
|
189
213
|
|
|
190
214
|
export interface EncryptedType$instance {
|
|
215
|
+
readonly __tsonic_type_System_Security_Cryptography_Xml_EncryptedType: never;
|
|
216
|
+
|
|
191
217
|
CipherData: CipherData;
|
|
192
218
|
get Encoding(): string | undefined;
|
|
193
219
|
set Encoding(value: string | undefined);
|
|
@@ -214,6 +240,8 @@ export const EncryptedType: (abstract new() => EncryptedType) & {
|
|
|
214
240
|
export type EncryptedType = EncryptedType$instance;
|
|
215
241
|
|
|
216
242
|
export interface EncryptedXml$instance {
|
|
243
|
+
readonly __tsonic_type_System_Security_Cryptography_Xml_EncryptedXml: never;
|
|
244
|
+
|
|
217
245
|
get DocumentEvidence(): Evidence | undefined;
|
|
218
246
|
set DocumentEvidence(value: Evidence | undefined);
|
|
219
247
|
Encoding: Encoding;
|
|
@@ -271,6 +299,8 @@ export const EncryptedXml: {
|
|
|
271
299
|
export type EncryptedXml = EncryptedXml$instance;
|
|
272
300
|
|
|
273
301
|
export interface EncryptionMethod$instance {
|
|
302
|
+
readonly __tsonic_type_System_Security_Cryptography_Xml_EncryptionMethod: never;
|
|
303
|
+
|
|
274
304
|
get KeyAlgorithm(): string | undefined;
|
|
275
305
|
set KeyAlgorithm(value: string | undefined);
|
|
276
306
|
KeySize: int;
|
|
@@ -288,6 +318,8 @@ export const EncryptionMethod: {
|
|
|
288
318
|
export type EncryptionMethod = EncryptionMethod$instance;
|
|
289
319
|
|
|
290
320
|
export interface EncryptionProperty$instance {
|
|
321
|
+
readonly __tsonic_type_System_Security_Cryptography_Xml_EncryptionProperty: never;
|
|
322
|
+
|
|
291
323
|
readonly Id: string | undefined;
|
|
292
324
|
get PropertyElement(): XmlElement | undefined;
|
|
293
325
|
set PropertyElement(value: XmlElement | undefined);
|
|
@@ -306,6 +338,12 @@ export const EncryptionProperty: {
|
|
|
306
338
|
export type EncryptionProperty = EncryptionProperty$instance;
|
|
307
339
|
|
|
308
340
|
export interface EncryptionPropertyCollection$instance {
|
|
341
|
+
readonly __tsonic_type_System_Security_Cryptography_Xml_EncryptionPropertyCollection: never;
|
|
342
|
+
|
|
343
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
344
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
345
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
346
|
+
|
|
309
347
|
readonly Count: int;
|
|
310
348
|
readonly IsFixedSize: boolean;
|
|
311
349
|
readonly IsReadOnly: boolean;
|
|
@@ -334,6 +372,10 @@ export const EncryptionPropertyCollection: {
|
|
|
334
372
|
export type EncryptionPropertyCollection = EncryptionPropertyCollection$instance;
|
|
335
373
|
|
|
336
374
|
export interface KeyInfo$instance {
|
|
375
|
+
readonly __tsonic_type_System_Security_Cryptography_Xml_KeyInfo: never;
|
|
376
|
+
|
|
377
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
378
|
+
|
|
337
379
|
readonly Count: int;
|
|
338
380
|
get Id(): string | undefined;
|
|
339
381
|
set Id(value: string | undefined);
|
|
@@ -353,6 +395,8 @@ export const KeyInfo: {
|
|
|
353
395
|
export type KeyInfo = KeyInfo$instance;
|
|
354
396
|
|
|
355
397
|
export interface KeyInfoClause$instance {
|
|
398
|
+
readonly __tsonic_type_System_Security_Cryptography_Xml_KeyInfoClause: never;
|
|
399
|
+
|
|
356
400
|
GetXml(): XmlElement;
|
|
357
401
|
LoadXml(element: XmlElement): void;
|
|
358
402
|
}
|
|
@@ -365,6 +409,8 @@ export const KeyInfoClause: (abstract new() => KeyInfoClause) & {
|
|
|
365
409
|
export type KeyInfoClause = KeyInfoClause$instance;
|
|
366
410
|
|
|
367
411
|
export interface KeyInfoEncryptedKey$instance extends KeyInfoClause {
|
|
412
|
+
readonly __tsonic_type_System_Security_Cryptography_Xml_KeyInfoEncryptedKey: never;
|
|
413
|
+
|
|
368
414
|
get EncryptedKey(): EncryptedKey | undefined;
|
|
369
415
|
set EncryptedKey(value: EncryptedKey | undefined);
|
|
370
416
|
GetXml(): XmlElement;
|
|
@@ -381,6 +427,8 @@ export const KeyInfoEncryptedKey: {
|
|
|
381
427
|
export type KeyInfoEncryptedKey = KeyInfoEncryptedKey$instance;
|
|
382
428
|
|
|
383
429
|
export interface KeyInfoName$instance extends KeyInfoClause {
|
|
430
|
+
readonly __tsonic_type_System_Security_Cryptography_Xml_KeyInfoName: never;
|
|
431
|
+
|
|
384
432
|
get Value(): string | undefined;
|
|
385
433
|
set Value(value: string | undefined);
|
|
386
434
|
GetXml(): XmlElement;
|
|
@@ -397,6 +445,8 @@ export const KeyInfoName: {
|
|
|
397
445
|
export type KeyInfoName = KeyInfoName$instance;
|
|
398
446
|
|
|
399
447
|
export interface KeyInfoNode$instance extends KeyInfoClause {
|
|
448
|
+
readonly __tsonic_type_System_Security_Cryptography_Xml_KeyInfoNode: never;
|
|
449
|
+
|
|
400
450
|
get Value(): XmlElement | undefined;
|
|
401
451
|
set Value(value: XmlElement | undefined);
|
|
402
452
|
GetXml(): XmlElement;
|
|
@@ -413,6 +463,8 @@ export const KeyInfoNode: {
|
|
|
413
463
|
export type KeyInfoNode = KeyInfoNode$instance;
|
|
414
464
|
|
|
415
465
|
export interface KeyInfoRetrievalMethod$instance extends KeyInfoClause {
|
|
466
|
+
readonly __tsonic_type_System_Security_Cryptography_Xml_KeyInfoRetrievalMethod: never;
|
|
467
|
+
|
|
416
468
|
get Type(): string | undefined;
|
|
417
469
|
set Type(value: string | undefined);
|
|
418
470
|
get Uri(): string | undefined;
|
|
@@ -432,6 +484,8 @@ export const KeyInfoRetrievalMethod: {
|
|
|
432
484
|
export type KeyInfoRetrievalMethod = KeyInfoRetrievalMethod$instance;
|
|
433
485
|
|
|
434
486
|
export interface KeyInfoX509Data$instance extends KeyInfoClause {
|
|
487
|
+
readonly __tsonic_type_System_Security_Cryptography_Xml_KeyInfoX509Data: never;
|
|
488
|
+
|
|
435
489
|
readonly Certificates: ArrayList | undefined;
|
|
436
490
|
get CRL(): byte[] | undefined;
|
|
437
491
|
set CRL(value: byte[] | undefined);
|
|
@@ -459,6 +513,8 @@ export const KeyInfoX509Data: {
|
|
|
459
513
|
export type KeyInfoX509Data = KeyInfoX509Data$instance;
|
|
460
514
|
|
|
461
515
|
export interface KeyReference$instance extends EncryptedReference {
|
|
516
|
+
readonly __tsonic_type_System_Security_Cryptography_Xml_KeyReference: never;
|
|
517
|
+
|
|
462
518
|
}
|
|
463
519
|
|
|
464
520
|
|
|
@@ -472,6 +528,8 @@ export const KeyReference: {
|
|
|
472
528
|
export type KeyReference = KeyReference$instance;
|
|
473
529
|
|
|
474
530
|
export interface Reference$instance {
|
|
531
|
+
readonly __tsonic_type_System_Security_Cryptography_Xml_Reference: never;
|
|
532
|
+
|
|
475
533
|
DigestMethod: string;
|
|
476
534
|
get DigestValue(): byte[] | undefined;
|
|
477
535
|
set DigestValue(value: byte[] | undefined);
|
|
@@ -498,6 +556,12 @@ export const Reference: {
|
|
|
498
556
|
export type Reference = Reference$instance;
|
|
499
557
|
|
|
500
558
|
export interface ReferenceList$instance {
|
|
559
|
+
readonly __tsonic_type_System_Security_Cryptography_Xml_ReferenceList: never;
|
|
560
|
+
|
|
561
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
562
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
563
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
564
|
+
|
|
501
565
|
readonly Count: int;
|
|
502
566
|
readonly IsSynchronized: boolean;
|
|
503
567
|
[index: number]: EncryptedReference;
|
|
@@ -523,6 +587,8 @@ export const ReferenceList: {
|
|
|
523
587
|
export type ReferenceList = ReferenceList$instance;
|
|
524
588
|
|
|
525
589
|
export interface RSAKeyValue$instance extends KeyInfoClause {
|
|
590
|
+
readonly __tsonic_type_System_Security_Cryptography_Xml_RSAKeyValue: never;
|
|
591
|
+
|
|
526
592
|
Key: RSA;
|
|
527
593
|
GetXml(): XmlElement;
|
|
528
594
|
LoadXml(value: XmlElement): void;
|
|
@@ -538,6 +604,8 @@ export const RSAKeyValue: {
|
|
|
538
604
|
export type RSAKeyValue = RSAKeyValue$instance;
|
|
539
605
|
|
|
540
606
|
export interface Signature$instance {
|
|
607
|
+
readonly __tsonic_type_System_Security_Cryptography_Xml_Signature: never;
|
|
608
|
+
|
|
541
609
|
get Id(): string | undefined;
|
|
542
610
|
set Id(value: string | undefined);
|
|
543
611
|
KeyInfo: KeyInfo;
|
|
@@ -560,6 +628,11 @@ export const Signature: {
|
|
|
560
628
|
export type Signature = Signature$instance;
|
|
561
629
|
|
|
562
630
|
export interface SignedInfo$instance {
|
|
631
|
+
readonly __tsonic_type_System_Security_Cryptography_Xml_SignedInfo: never;
|
|
632
|
+
|
|
633
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
634
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
635
|
+
|
|
563
636
|
CanonicalizationMethod: string;
|
|
564
637
|
readonly CanonicalizationMethodObject: Transform;
|
|
565
638
|
readonly Count: int;
|
|
@@ -589,12 +662,14 @@ export const SignedInfo: {
|
|
|
589
662
|
export type SignedInfo = SignedInfo$instance;
|
|
590
663
|
|
|
591
664
|
export interface SignedXml$instance {
|
|
665
|
+
readonly __tsonic_type_System_Security_Cryptography_Xml_SignedXml: never;
|
|
666
|
+
|
|
592
667
|
EncryptedXml: EncryptedXml;
|
|
593
668
|
KeyInfo: KeyInfo;
|
|
594
669
|
Resolver: XmlResolver;
|
|
595
|
-
readonly SafeCanonicalizationMethods:
|
|
670
|
+
readonly SafeCanonicalizationMethods: Collection_1<System_Internal.String>;
|
|
596
671
|
readonly Signature: Signature;
|
|
597
|
-
SignatureFormatValidator:
|
|
672
|
+
SignatureFormatValidator: Func_2<SignedXml, System_Internal.Boolean>;
|
|
598
673
|
readonly SignatureLength: string | undefined;
|
|
599
674
|
readonly SignatureMethod: string | undefined;
|
|
600
675
|
readonly SignatureValue: byte[] | undefined;
|
|
@@ -653,6 +728,8 @@ export const SignedXml: {
|
|
|
653
728
|
export type SignedXml = SignedXml$instance;
|
|
654
729
|
|
|
655
730
|
export interface Transform$instance {
|
|
731
|
+
readonly __tsonic_type_System_Security_Cryptography_Xml_Transform: never;
|
|
732
|
+
|
|
656
733
|
get Algorithm(): string | undefined;
|
|
657
734
|
set Algorithm(value: string | undefined);
|
|
658
735
|
get Context(): XmlElement | undefined;
|
|
@@ -677,6 +754,8 @@ export const Transform: (abstract new() => Transform) & {
|
|
|
677
754
|
export type Transform = Transform$instance;
|
|
678
755
|
|
|
679
756
|
export interface TransformChain$instance {
|
|
757
|
+
readonly __tsonic_type_System_Security_Cryptography_Xml_TransformChain: never;
|
|
758
|
+
|
|
680
759
|
readonly Count: int;
|
|
681
760
|
readonly [index: number]: Transform;
|
|
682
761
|
Add(transform: Transform): void;
|
|
@@ -692,6 +771,8 @@ export const TransformChain: {
|
|
|
692
771
|
export type TransformChain = TransformChain$instance;
|
|
693
772
|
|
|
694
773
|
export interface XmlDecryptionTransform$instance extends Transform {
|
|
774
|
+
readonly __tsonic_type_System_Security_Cryptography_Xml_XmlDecryptionTransform: never;
|
|
775
|
+
|
|
695
776
|
EncryptedXml: EncryptedXml;
|
|
696
777
|
readonly InputTypes: Type[];
|
|
697
778
|
readonly OutputTypes: Type[];
|
|
@@ -713,6 +794,8 @@ export const XmlDecryptionTransform: {
|
|
|
713
794
|
export type XmlDecryptionTransform = XmlDecryptionTransform$instance;
|
|
714
795
|
|
|
715
796
|
export interface XmlDsigBase64Transform$instance extends Transform {
|
|
797
|
+
readonly __tsonic_type_System_Security_Cryptography_Xml_XmlDsigBase64Transform: never;
|
|
798
|
+
|
|
716
799
|
readonly InputTypes: Type[];
|
|
717
800
|
readonly OutputTypes: Type[];
|
|
718
801
|
GetInnerXml(): XmlNodeList | undefined;
|
|
@@ -731,6 +814,8 @@ export const XmlDsigBase64Transform: {
|
|
|
731
814
|
export type XmlDsigBase64Transform = XmlDsigBase64Transform$instance;
|
|
732
815
|
|
|
733
816
|
export interface XmlDsigC14NTransform$instance extends Transform {
|
|
817
|
+
readonly __tsonic_type_System_Security_Cryptography_Xml_XmlDsigC14NTransform: never;
|
|
818
|
+
|
|
734
819
|
readonly InputTypes: Type[];
|
|
735
820
|
readonly OutputTypes: Type[];
|
|
736
821
|
GetDigestedOutput(hash: HashAlgorithm): byte[];
|
|
@@ -751,6 +836,8 @@ export const XmlDsigC14NTransform: {
|
|
|
751
836
|
export type XmlDsigC14NTransform = XmlDsigC14NTransform$instance;
|
|
752
837
|
|
|
753
838
|
export interface XmlDsigC14NWithCommentsTransform$instance extends XmlDsigC14NTransform {
|
|
839
|
+
readonly __tsonic_type_System_Security_Cryptography_Xml_XmlDsigC14NWithCommentsTransform: never;
|
|
840
|
+
|
|
754
841
|
}
|
|
755
842
|
|
|
756
843
|
|
|
@@ -762,6 +849,8 @@ export const XmlDsigC14NWithCommentsTransform: {
|
|
|
762
849
|
export type XmlDsigC14NWithCommentsTransform = XmlDsigC14NWithCommentsTransform$instance;
|
|
763
850
|
|
|
764
851
|
export interface XmlDsigEnvelopedSignatureTransform$instance extends Transform {
|
|
852
|
+
readonly __tsonic_type_System_Security_Cryptography_Xml_XmlDsigEnvelopedSignatureTransform: never;
|
|
853
|
+
|
|
765
854
|
readonly InputTypes: Type[];
|
|
766
855
|
readonly OutputTypes: Type[];
|
|
767
856
|
GetInnerXml(): XmlNodeList | undefined;
|
|
@@ -781,6 +870,8 @@ export const XmlDsigEnvelopedSignatureTransform: {
|
|
|
781
870
|
export type XmlDsigEnvelopedSignatureTransform = XmlDsigEnvelopedSignatureTransform$instance;
|
|
782
871
|
|
|
783
872
|
export interface XmlDsigExcC14NTransform$instance extends Transform {
|
|
873
|
+
readonly __tsonic_type_System_Security_Cryptography_Xml_XmlDsigExcC14NTransform: never;
|
|
874
|
+
|
|
784
875
|
get InclusiveNamespacesPrefixList(): string | undefined;
|
|
785
876
|
set InclusiveNamespacesPrefixList(value: string | undefined);
|
|
786
877
|
readonly InputTypes: Type[];
|
|
@@ -805,6 +896,8 @@ export const XmlDsigExcC14NTransform: {
|
|
|
805
896
|
export type XmlDsigExcC14NTransform = XmlDsigExcC14NTransform$instance;
|
|
806
897
|
|
|
807
898
|
export interface XmlDsigExcC14NWithCommentsTransform$instance extends XmlDsigExcC14NTransform {
|
|
899
|
+
readonly __tsonic_type_System_Security_Cryptography_Xml_XmlDsigExcC14NWithCommentsTransform: never;
|
|
900
|
+
|
|
808
901
|
}
|
|
809
902
|
|
|
810
903
|
|
|
@@ -817,6 +910,8 @@ export const XmlDsigExcC14NWithCommentsTransform: {
|
|
|
817
910
|
export type XmlDsigExcC14NWithCommentsTransform = XmlDsigExcC14NWithCommentsTransform$instance;
|
|
818
911
|
|
|
819
912
|
export interface XmlDsigXPathTransform$instance extends Transform {
|
|
913
|
+
readonly __tsonic_type_System_Security_Cryptography_Xml_XmlDsigXPathTransform: never;
|
|
914
|
+
|
|
820
915
|
readonly InputTypes: Type[];
|
|
821
916
|
readonly OutputTypes: Type[];
|
|
822
917
|
GetInnerXml(): XmlNodeList | undefined;
|
|
@@ -835,6 +930,8 @@ export const XmlDsigXPathTransform: {
|
|
|
835
930
|
export type XmlDsigXPathTransform = XmlDsigXPathTransform$instance;
|
|
836
931
|
|
|
837
932
|
export interface XmlDsigXsltTransform$instance extends Transform {
|
|
933
|
+
readonly __tsonic_type_System_Security_Cryptography_Xml_XmlDsigXsltTransform: never;
|
|
934
|
+
|
|
838
935
|
readonly InputTypes: Type[];
|
|
839
936
|
readonly OutputTypes: Type[];
|
|
840
937
|
GetInnerXml(): XmlNodeList | undefined;
|
|
@@ -854,6 +951,8 @@ export const XmlDsigXsltTransform: {
|
|
|
854
951
|
export type XmlDsigXsltTransform = XmlDsigXsltTransform$instance;
|
|
855
952
|
|
|
856
953
|
export interface XmlLicenseTransform$instance extends Transform {
|
|
954
|
+
readonly __tsonic_type_System_Security_Cryptography_Xml_XmlLicenseTransform: never;
|
|
955
|
+
|
|
857
956
|
get Decryptor(): IRelDecryptor | undefined;
|
|
858
957
|
set Decryptor(value: IRelDecryptor | undefined);
|
|
859
958
|
readonly InputTypes: Type[];
|