@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
|
@@ -254,6 +254,8 @@ export enum SemaphoreRights {
|
|
|
254
254
|
|
|
255
255
|
|
|
256
256
|
export interface AccessRule$instance extends AuthorizationRule {
|
|
257
|
+
readonly __tsonic_type_System_Security_AccessControl_AccessRule: never;
|
|
258
|
+
|
|
257
259
|
readonly AccessControlType: AccessControlType;
|
|
258
260
|
}
|
|
259
261
|
|
|
@@ -265,6 +267,8 @@ export const AccessRule: (abstract new(identity: IdentityReference, accessMask:
|
|
|
265
267
|
export type AccessRule = AccessRule$instance;
|
|
266
268
|
|
|
267
269
|
export interface AccessRule_1$instance<T extends unknown> extends AccessRule {
|
|
270
|
+
readonly __tsonic_type_System_Security_AccessControl_AccessRule_1: never;
|
|
271
|
+
|
|
268
272
|
readonly Rights: T;
|
|
269
273
|
}
|
|
270
274
|
|
|
@@ -280,6 +284,8 @@ export const AccessRule_1: {
|
|
|
280
284
|
export type AccessRule_1<T> = AccessRule_1$instance<T>;
|
|
281
285
|
|
|
282
286
|
export interface AceEnumerator$instance {
|
|
287
|
+
readonly __tsonic_type_System_Security_AccessControl_AceEnumerator: never;
|
|
288
|
+
|
|
283
289
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
284
290
|
|
|
285
291
|
readonly Current: GenericAce;
|
|
@@ -300,6 +306,8 @@ export type AceEnumerator = AceEnumerator$instance & __AceEnumerator$views;
|
|
|
300
306
|
|
|
301
307
|
|
|
302
308
|
export interface AuditRule$instance extends AuthorizationRule {
|
|
309
|
+
readonly __tsonic_type_System_Security_AccessControl_AuditRule: never;
|
|
310
|
+
|
|
303
311
|
readonly AuditFlags: AuditFlags;
|
|
304
312
|
}
|
|
305
313
|
|
|
@@ -311,6 +319,8 @@ export const AuditRule: (abstract new(identity: IdentityReference, accessMask: i
|
|
|
311
319
|
export type AuditRule = AuditRule$instance;
|
|
312
320
|
|
|
313
321
|
export interface AuditRule_1$instance<T extends unknown> extends AuditRule {
|
|
322
|
+
readonly __tsonic_type_System_Security_AccessControl_AuditRule_1: never;
|
|
323
|
+
|
|
314
324
|
readonly Rights: T;
|
|
315
325
|
}
|
|
316
326
|
|
|
@@ -326,6 +336,8 @@ export const AuditRule_1: {
|
|
|
326
336
|
export type AuditRule_1<T> = AuditRule_1$instance<T>;
|
|
327
337
|
|
|
328
338
|
export interface AuthorizationRule$instance {
|
|
339
|
+
readonly __tsonic_type_System_Security_AccessControl_AuthorizationRule: never;
|
|
340
|
+
|
|
329
341
|
readonly IdentityReference: IdentityReference;
|
|
330
342
|
readonly InheritanceFlags: InheritanceFlags;
|
|
331
343
|
readonly IsInherited: boolean;
|
|
@@ -340,10 +352,11 @@ export const AuthorizationRule: (abstract new(identity: IdentityReference, acces
|
|
|
340
352
|
export type AuthorizationRule = AuthorizationRule$instance;
|
|
341
353
|
|
|
342
354
|
export interface AuthorizationRuleCollection$instance extends ReadOnlyCollectionBase {
|
|
355
|
+
readonly __tsonic_type_System_Security_AccessControl_AuthorizationRuleCollection: never;
|
|
356
|
+
|
|
343
357
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
344
358
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
345
359
|
|
|
346
|
-
readonly [index: number]: AuthorizationRule | undefined;
|
|
347
360
|
AddRule(rule: AuthorizationRule): void;
|
|
348
361
|
CopyTo(array: ClrArray, index: int): void;
|
|
349
362
|
GetEnumerator(): IEnumerator;
|
|
@@ -360,10 +373,12 @@ export interface __AuthorizationRuleCollection$views {
|
|
|
360
373
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
361
374
|
}
|
|
362
375
|
|
|
363
|
-
export type AuthorizationRuleCollection = AuthorizationRuleCollection$instance & __AuthorizationRuleCollection$views;
|
|
376
|
+
export type AuthorizationRuleCollection = AuthorizationRuleCollection$instance & __AuthorizationRuleCollection$views & { readonly [index: number]: AuthorizationRule | undefined; };
|
|
364
377
|
|
|
365
378
|
|
|
366
379
|
export interface CommonAce$instance extends QualifiedAce {
|
|
380
|
+
readonly __tsonic_type_System_Security_AccessControl_CommonAce: never;
|
|
381
|
+
|
|
367
382
|
readonly BinaryLength: int;
|
|
368
383
|
GetBinaryForm(binaryForm: byte[], offset: int): void;
|
|
369
384
|
}
|
|
@@ -378,6 +393,8 @@ export const CommonAce: {
|
|
|
378
393
|
export type CommonAce = CommonAce$instance;
|
|
379
394
|
|
|
380
395
|
export interface CommonAcl$instance extends GenericAcl$instance {
|
|
396
|
+
readonly __tsonic_type_System_Security_AccessControl_CommonAcl: never;
|
|
397
|
+
|
|
381
398
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
382
399
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
383
400
|
|
|
@@ -386,7 +403,6 @@ export interface CommonAcl$instance extends GenericAcl$instance {
|
|
|
386
403
|
readonly IsCanonical: boolean;
|
|
387
404
|
readonly IsContainer: boolean;
|
|
388
405
|
readonly IsDS: boolean;
|
|
389
|
-
[index: number]: GenericAce;
|
|
390
406
|
readonly Revision: byte;
|
|
391
407
|
CopyTo(array: GenericAce[], index: int): void;
|
|
392
408
|
CopyTo(array: ClrArray, index: int): void;
|
|
@@ -407,10 +423,12 @@ export interface __CommonAcl$views {
|
|
|
407
423
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
408
424
|
}
|
|
409
425
|
|
|
410
|
-
export type CommonAcl = CommonAcl$instance & __CommonAcl$views;
|
|
426
|
+
export type CommonAcl = CommonAcl$instance & __CommonAcl$views & { [index: number]: GenericAce; };
|
|
411
427
|
|
|
412
428
|
|
|
413
429
|
export interface CommonObjectSecurity$instance extends ObjectSecurity {
|
|
430
|
+
readonly __tsonic_type_System_Security_AccessControl_CommonObjectSecurity: never;
|
|
431
|
+
|
|
414
432
|
GetAccessRules(includeExplicit: boolean, includeInherited: boolean, targetType: Type): AuthorizationRuleCollection;
|
|
415
433
|
GetAuditRules(includeExplicit: boolean, includeInherited: boolean, targetType: Type): AuthorizationRuleCollection;
|
|
416
434
|
ModifyAccess(modification: AccessControlModification, rule: AccessRule, modified: boolean): boolean;
|
|
@@ -425,6 +443,8 @@ export const CommonObjectSecurity: (abstract new(isContainer: boolean) => Common
|
|
|
425
443
|
export type CommonObjectSecurity = CommonObjectSecurity$instance;
|
|
426
444
|
|
|
427
445
|
export interface CommonSecurityDescriptor$instance extends GenericSecurityDescriptor {
|
|
446
|
+
readonly __tsonic_type_System_Security_AccessControl_CommonSecurityDescriptor: never;
|
|
447
|
+
|
|
428
448
|
readonly ControlFlags: ControlFlags;
|
|
429
449
|
get DiscretionaryAcl(): DiscretionaryAcl | undefined;
|
|
430
450
|
set DiscretionaryAcl(value: DiscretionaryAcl | undefined);
|
|
@@ -458,6 +478,8 @@ export const CommonSecurityDescriptor: {
|
|
|
458
478
|
export type CommonSecurityDescriptor = CommonSecurityDescriptor$instance;
|
|
459
479
|
|
|
460
480
|
export interface CompoundAce$instance extends KnownAce {
|
|
481
|
+
readonly __tsonic_type_System_Security_AccessControl_CompoundAce: never;
|
|
482
|
+
|
|
461
483
|
readonly BinaryLength: int;
|
|
462
484
|
CompoundAceType: CompoundAceType;
|
|
463
485
|
GetBinaryForm(binaryForm: byte[], offset: int): void;
|
|
@@ -472,6 +494,8 @@ export const CompoundAce: {
|
|
|
472
494
|
export type CompoundAce = CompoundAce$instance;
|
|
473
495
|
|
|
474
496
|
export interface CustomAce$instance extends GenericAce {
|
|
497
|
+
readonly __tsonic_type_System_Security_AccessControl_CustomAce: never;
|
|
498
|
+
|
|
475
499
|
readonly BinaryLength: int;
|
|
476
500
|
readonly OpaqueLength: int;
|
|
477
501
|
GetBinaryForm(binaryForm: byte[], offset: int): void;
|
|
@@ -489,6 +513,8 @@ export const CustomAce: {
|
|
|
489
513
|
export type CustomAce = CustomAce$instance;
|
|
490
514
|
|
|
491
515
|
export interface DirectoryObjectSecurity$instance extends ObjectSecurity {
|
|
516
|
+
readonly __tsonic_type_System_Security_AccessControl_DirectoryObjectSecurity: never;
|
|
517
|
+
|
|
492
518
|
AccessRuleFactory(identityReference: IdentityReference, accessMask: int, isInherited: boolean, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, type: AccessControlType, objectType: Guid, inheritedObjectType: Guid): AccessRule;
|
|
493
519
|
AccessRuleFactory(identityReference: IdentityReference, accessMask: int, isInherited: boolean, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, type: AccessControlType): AccessRule;
|
|
494
520
|
AuditRuleFactory(identityReference: IdentityReference, accessMask: int, isInherited: boolean, inheritanceFlags: InheritanceFlags, propagationFlags: PropagationFlags, flags: AuditFlags, objectType: Guid, inheritedObjectType: Guid): AuditRule;
|
|
@@ -507,6 +533,8 @@ export const DirectoryObjectSecurity: (abstract new() => DirectoryObjectSecurity
|
|
|
507
533
|
export type DirectoryObjectSecurity = DirectoryObjectSecurity$instance;
|
|
508
534
|
|
|
509
535
|
export interface DirectorySecurity$instance extends FileSystemSecurity {
|
|
536
|
+
readonly __tsonic_type_System_Security_AccessControl_DirectorySecurity: never;
|
|
537
|
+
|
|
510
538
|
}
|
|
511
539
|
|
|
512
540
|
|
|
@@ -519,6 +547,8 @@ export const DirectorySecurity: {
|
|
|
519
547
|
export type DirectorySecurity = DirectorySecurity$instance;
|
|
520
548
|
|
|
521
549
|
export interface DiscretionaryAcl$instance extends CommonAcl$instance {
|
|
550
|
+
readonly __tsonic_type_System_Security_AccessControl_DiscretionaryAcl: never;
|
|
551
|
+
|
|
522
552
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
523
553
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
524
554
|
|
|
@@ -557,6 +587,8 @@ export type DiscretionaryAcl = DiscretionaryAcl$instance & __DiscretionaryAcl$vi
|
|
|
557
587
|
|
|
558
588
|
|
|
559
589
|
export interface EventWaitHandleAccessRule$instance extends AccessRule {
|
|
590
|
+
readonly __tsonic_type_System_Security_AccessControl_EventWaitHandleAccessRule: never;
|
|
591
|
+
|
|
560
592
|
readonly EventWaitHandleRights: EventWaitHandleRights;
|
|
561
593
|
}
|
|
562
594
|
|
|
@@ -570,6 +602,8 @@ export const EventWaitHandleAccessRule: {
|
|
|
570
602
|
export type EventWaitHandleAccessRule = EventWaitHandleAccessRule$instance;
|
|
571
603
|
|
|
572
604
|
export interface EventWaitHandleAuditRule$instance extends AuditRule {
|
|
605
|
+
readonly __tsonic_type_System_Security_AccessControl_EventWaitHandleAuditRule: never;
|
|
606
|
+
|
|
573
607
|
readonly EventWaitHandleRights: EventWaitHandleRights;
|
|
574
608
|
}
|
|
575
609
|
|
|
@@ -582,6 +616,8 @@ export const EventWaitHandleAuditRule: {
|
|
|
582
616
|
export type EventWaitHandleAuditRule = EventWaitHandleAuditRule$instance;
|
|
583
617
|
|
|
584
618
|
export interface EventWaitHandleSecurity$instance extends NativeObjectSecurity {
|
|
619
|
+
readonly __tsonic_type_System_Security_AccessControl_EventWaitHandleSecurity: never;
|
|
620
|
+
|
|
585
621
|
readonly AccessRightType: Type;
|
|
586
622
|
readonly AccessRuleType: Type;
|
|
587
623
|
readonly AuditRuleType: Type;
|
|
@@ -609,6 +645,8 @@ export const EventWaitHandleSecurity: {
|
|
|
609
645
|
export type EventWaitHandleSecurity = EventWaitHandleSecurity$instance;
|
|
610
646
|
|
|
611
647
|
export interface FileSecurity$instance extends FileSystemSecurity {
|
|
648
|
+
readonly __tsonic_type_System_Security_AccessControl_FileSecurity: never;
|
|
649
|
+
|
|
612
650
|
}
|
|
613
651
|
|
|
614
652
|
|
|
@@ -621,6 +659,8 @@ export const FileSecurity: {
|
|
|
621
659
|
export type FileSecurity = FileSecurity$instance;
|
|
622
660
|
|
|
623
661
|
export interface FileSystemAccessRule$instance extends AccessRule {
|
|
662
|
+
readonly __tsonic_type_System_Security_AccessControl_FileSystemAccessRule: never;
|
|
663
|
+
|
|
624
664
|
readonly FileSystemRights: FileSystemRights;
|
|
625
665
|
}
|
|
626
666
|
|
|
@@ -636,6 +676,8 @@ export const FileSystemAccessRule: {
|
|
|
636
676
|
export type FileSystemAccessRule = FileSystemAccessRule$instance;
|
|
637
677
|
|
|
638
678
|
export interface FileSystemAuditRule$instance extends AuditRule {
|
|
679
|
+
readonly __tsonic_type_System_Security_AccessControl_FileSystemAuditRule: never;
|
|
680
|
+
|
|
639
681
|
readonly FileSystemRights: FileSystemRights;
|
|
640
682
|
}
|
|
641
683
|
|
|
@@ -651,6 +693,8 @@ export const FileSystemAuditRule: {
|
|
|
651
693
|
export type FileSystemAuditRule = FileSystemAuditRule$instance;
|
|
652
694
|
|
|
653
695
|
export interface FileSystemSecurity$instance extends NativeObjectSecurity {
|
|
696
|
+
readonly __tsonic_type_System_Security_AccessControl_FileSystemSecurity: never;
|
|
697
|
+
|
|
654
698
|
readonly AccessRightType: Type;
|
|
655
699
|
readonly AccessRuleType: Type;
|
|
656
700
|
readonly AuditRuleType: Type;
|
|
@@ -677,6 +721,8 @@ export const FileSystemSecurity: {
|
|
|
677
721
|
export type FileSystemSecurity = FileSystemSecurity$instance;
|
|
678
722
|
|
|
679
723
|
export interface GenericAce$instance {
|
|
724
|
+
readonly __tsonic_type_System_Security_AccessControl_GenericAce: never;
|
|
725
|
+
|
|
680
726
|
AceFlags: AceFlags;
|
|
681
727
|
readonly AceType: AceType;
|
|
682
728
|
readonly AuditFlags: AuditFlags;
|
|
@@ -699,13 +745,14 @@ export const GenericAce: {
|
|
|
699
745
|
export type GenericAce = GenericAce$instance;
|
|
700
746
|
|
|
701
747
|
export interface GenericAcl$instance {
|
|
748
|
+
readonly __tsonic_type_System_Security_AccessControl_GenericAcl: never;
|
|
749
|
+
|
|
702
750
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
703
751
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
704
752
|
|
|
705
753
|
readonly BinaryLength: int;
|
|
706
754
|
readonly Count: int;
|
|
707
755
|
readonly IsSynchronized: boolean;
|
|
708
|
-
[index: number]: GenericAce;
|
|
709
756
|
readonly Revision: byte;
|
|
710
757
|
readonly SyncRoot: unknown;
|
|
711
758
|
CopyTo(array: GenericAce[], index: int): void;
|
|
@@ -726,10 +773,12 @@ export interface __GenericAcl$views {
|
|
|
726
773
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
727
774
|
}
|
|
728
775
|
|
|
729
|
-
export type GenericAcl = GenericAcl$instance & __GenericAcl$views;
|
|
776
|
+
export type GenericAcl = GenericAcl$instance & __GenericAcl$views & { [index: number]: GenericAce; };
|
|
730
777
|
|
|
731
778
|
|
|
732
779
|
export interface GenericSecurityDescriptor$instance {
|
|
780
|
+
readonly __tsonic_type_System_Security_AccessControl_GenericSecurityDescriptor: never;
|
|
781
|
+
|
|
733
782
|
readonly BinaryLength: int;
|
|
734
783
|
readonly ControlFlags: ControlFlags;
|
|
735
784
|
get Group(): SecurityIdentifier | undefined;
|
|
@@ -750,6 +799,8 @@ export const GenericSecurityDescriptor: {
|
|
|
750
799
|
export type GenericSecurityDescriptor = GenericSecurityDescriptor$instance;
|
|
751
800
|
|
|
752
801
|
export interface KnownAce$instance extends GenericAce {
|
|
802
|
+
readonly __tsonic_type_System_Security_AccessControl_KnownAce: never;
|
|
803
|
+
|
|
753
804
|
AccessMask: int;
|
|
754
805
|
SecurityIdentifier: SecurityIdentifier;
|
|
755
806
|
}
|
|
@@ -762,6 +813,8 @@ export const KnownAce: {
|
|
|
762
813
|
export type KnownAce = KnownAce$instance;
|
|
763
814
|
|
|
764
815
|
export interface MutexAccessRule$instance extends AccessRule {
|
|
816
|
+
readonly __tsonic_type_System_Security_AccessControl_MutexAccessRule: never;
|
|
817
|
+
|
|
765
818
|
readonly MutexRights: MutexRights;
|
|
766
819
|
}
|
|
767
820
|
|
|
@@ -775,6 +828,8 @@ export const MutexAccessRule: {
|
|
|
775
828
|
export type MutexAccessRule = MutexAccessRule$instance;
|
|
776
829
|
|
|
777
830
|
export interface MutexAuditRule$instance extends AuditRule {
|
|
831
|
+
readonly __tsonic_type_System_Security_AccessControl_MutexAuditRule: never;
|
|
832
|
+
|
|
778
833
|
readonly MutexRights: MutexRights;
|
|
779
834
|
}
|
|
780
835
|
|
|
@@ -787,6 +842,8 @@ export const MutexAuditRule: {
|
|
|
787
842
|
export type MutexAuditRule = MutexAuditRule$instance;
|
|
788
843
|
|
|
789
844
|
export interface MutexSecurity$instance extends NativeObjectSecurity {
|
|
845
|
+
readonly __tsonic_type_System_Security_AccessControl_MutexSecurity: never;
|
|
846
|
+
|
|
790
847
|
readonly AccessRightType: Type;
|
|
791
848
|
readonly AccessRuleType: Type;
|
|
792
849
|
readonly AuditRuleType: Type;
|
|
@@ -815,6 +872,8 @@ export const MutexSecurity: {
|
|
|
815
872
|
export type MutexSecurity = MutexSecurity$instance;
|
|
816
873
|
|
|
817
874
|
export interface NativeObjectSecurity$instance extends CommonObjectSecurity {
|
|
875
|
+
readonly __tsonic_type_System_Security_AccessControl_NativeObjectSecurity: never;
|
|
876
|
+
|
|
818
877
|
Persist(handle: SafeHandle, includeSections: AccessControlSections): void;
|
|
819
878
|
Persist(name: string, includeSections: AccessControlSections): void;
|
|
820
879
|
Persist(enableOwnershipPrivilege: boolean, name: string, includeSections: AccessControlSections): void;
|
|
@@ -828,6 +887,8 @@ export const NativeObjectSecurity: (abstract new(isContainer: boolean, resourceT
|
|
|
828
887
|
export type NativeObjectSecurity = NativeObjectSecurity$instance;
|
|
829
888
|
|
|
830
889
|
export interface ObjectAccessRule$instance extends AccessRule {
|
|
890
|
+
readonly __tsonic_type_System_Security_AccessControl_ObjectAccessRule: never;
|
|
891
|
+
|
|
831
892
|
readonly InheritedObjectType: Guid;
|
|
832
893
|
readonly ObjectFlags: ObjectAceFlags;
|
|
833
894
|
readonly ObjectType: Guid;
|
|
@@ -841,6 +902,8 @@ export const ObjectAccessRule: (abstract new(identity: IdentityReference, access
|
|
|
841
902
|
export type ObjectAccessRule = ObjectAccessRule$instance;
|
|
842
903
|
|
|
843
904
|
export interface ObjectAce$instance extends QualifiedAce {
|
|
905
|
+
readonly __tsonic_type_System_Security_AccessControl_ObjectAce: never;
|
|
906
|
+
|
|
844
907
|
readonly BinaryLength: int;
|
|
845
908
|
InheritedObjectAceType: Guid;
|
|
846
909
|
ObjectAceFlags: ObjectAceFlags;
|
|
@@ -858,6 +921,8 @@ export const ObjectAce: {
|
|
|
858
921
|
export type ObjectAce = ObjectAce$instance;
|
|
859
922
|
|
|
860
923
|
export interface ObjectAuditRule$instance extends AuditRule {
|
|
924
|
+
readonly __tsonic_type_System_Security_AccessControl_ObjectAuditRule: never;
|
|
925
|
+
|
|
861
926
|
readonly InheritedObjectType: Guid;
|
|
862
927
|
readonly ObjectFlags: ObjectAceFlags;
|
|
863
928
|
readonly ObjectType: Guid;
|
|
@@ -871,6 +936,8 @@ export const ObjectAuditRule: (abstract new(identity: IdentityReference, accessM
|
|
|
871
936
|
export type ObjectAuditRule = ObjectAuditRule$instance;
|
|
872
937
|
|
|
873
938
|
export interface ObjectSecurity$instance {
|
|
939
|
+
readonly __tsonic_type_System_Security_AccessControl_ObjectSecurity: never;
|
|
940
|
+
|
|
874
941
|
readonly AccessRightType: Type;
|
|
875
942
|
readonly AccessRuleType: Type;
|
|
876
943
|
readonly AreAccessRulesCanonical: boolean;
|
|
@@ -912,6 +979,8 @@ export const ObjectSecurity: (abstract new() => ObjectSecurity) & (abstract new(
|
|
|
912
979
|
export type ObjectSecurity = ObjectSecurity$instance;
|
|
913
980
|
|
|
914
981
|
export interface ObjectSecurity_1$instance<T extends unknown> extends NativeObjectSecurity {
|
|
982
|
+
readonly __tsonic_type_System_Security_AccessControl_ObjectSecurity_1: never;
|
|
983
|
+
|
|
915
984
|
readonly AccessRightType: Type;
|
|
916
985
|
readonly AccessRuleType: Type;
|
|
917
986
|
readonly AuditRuleType: Type;
|
|
@@ -941,6 +1010,8 @@ export const ObjectSecurity_1: (abstract new<T extends unknown>(isContainer: boo
|
|
|
941
1010
|
export type ObjectSecurity_1<T> = ObjectSecurity_1$instance<T>;
|
|
942
1011
|
|
|
943
1012
|
export interface PrivilegeNotHeldException$instance extends UnauthorizedAccessException {
|
|
1013
|
+
readonly __tsonic_type_System_Security_AccessControl_PrivilegeNotHeldException: never;
|
|
1014
|
+
|
|
944
1015
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
945
1016
|
|
|
946
1017
|
readonly PrivilegeName: string | undefined;
|
|
@@ -963,6 +1034,8 @@ export type PrivilegeNotHeldException = PrivilegeNotHeldException$instance & __P
|
|
|
963
1034
|
|
|
964
1035
|
|
|
965
1036
|
export interface QualifiedAce$instance extends KnownAce {
|
|
1037
|
+
readonly __tsonic_type_System_Security_AccessControl_QualifiedAce: never;
|
|
1038
|
+
|
|
966
1039
|
readonly AceQualifier: AceQualifier;
|
|
967
1040
|
readonly IsCallback: boolean;
|
|
968
1041
|
readonly OpaqueLength: int;
|
|
@@ -978,12 +1051,13 @@ export const QualifiedAce: {
|
|
|
978
1051
|
export type QualifiedAce = QualifiedAce$instance;
|
|
979
1052
|
|
|
980
1053
|
export interface RawAcl$instance extends GenericAcl$instance {
|
|
1054
|
+
readonly __tsonic_type_System_Security_AccessControl_RawAcl: never;
|
|
1055
|
+
|
|
981
1056
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
982
1057
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
983
1058
|
|
|
984
1059
|
readonly BinaryLength: int;
|
|
985
1060
|
readonly Count: int;
|
|
986
|
-
[index: number]: GenericAce;
|
|
987
1061
|
readonly Revision: byte;
|
|
988
1062
|
CopyTo(array: GenericAce[], index: int): void;
|
|
989
1063
|
CopyTo(array: ClrArray, index: int): void;
|
|
@@ -1006,10 +1080,12 @@ export interface __RawAcl$views {
|
|
|
1006
1080
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1007
1081
|
}
|
|
1008
1082
|
|
|
1009
|
-
export type RawAcl = RawAcl$instance & __RawAcl$views;
|
|
1083
|
+
export type RawAcl = RawAcl$instance & __RawAcl$views & { [index: number]: GenericAce; };
|
|
1010
1084
|
|
|
1011
1085
|
|
|
1012
1086
|
export interface RawSecurityDescriptor$instance extends GenericSecurityDescriptor {
|
|
1087
|
+
readonly __tsonic_type_System_Security_AccessControl_RawSecurityDescriptor: never;
|
|
1088
|
+
|
|
1013
1089
|
readonly ControlFlags: ControlFlags;
|
|
1014
1090
|
get DiscretionaryAcl(): RawAcl | undefined;
|
|
1015
1091
|
set DiscretionaryAcl(value: RawAcl | undefined);
|
|
@@ -1034,6 +1110,8 @@ export const RawSecurityDescriptor: {
|
|
|
1034
1110
|
export type RawSecurityDescriptor = RawSecurityDescriptor$instance;
|
|
1035
1111
|
|
|
1036
1112
|
export interface RegistryAccessRule$instance extends AccessRule {
|
|
1113
|
+
readonly __tsonic_type_System_Security_AccessControl_RegistryAccessRule: never;
|
|
1114
|
+
|
|
1037
1115
|
readonly RegistryRights: RegistryRights;
|
|
1038
1116
|
}
|
|
1039
1117
|
|
|
@@ -1049,6 +1127,8 @@ export const RegistryAccessRule: {
|
|
|
1049
1127
|
export type RegistryAccessRule = RegistryAccessRule$instance;
|
|
1050
1128
|
|
|
1051
1129
|
export interface RegistryAuditRule$instance extends AuditRule {
|
|
1130
|
+
readonly __tsonic_type_System_Security_AccessControl_RegistryAuditRule: never;
|
|
1131
|
+
|
|
1052
1132
|
readonly RegistryRights: RegistryRights;
|
|
1053
1133
|
}
|
|
1054
1134
|
|
|
@@ -1062,6 +1142,8 @@ export const RegistryAuditRule: {
|
|
|
1062
1142
|
export type RegistryAuditRule = RegistryAuditRule$instance;
|
|
1063
1143
|
|
|
1064
1144
|
export interface RegistrySecurity$instance extends NativeObjectSecurity {
|
|
1145
|
+
readonly __tsonic_type_System_Security_AccessControl_RegistrySecurity: never;
|
|
1146
|
+
|
|
1065
1147
|
readonly AccessRightType: Type;
|
|
1066
1148
|
readonly AccessRuleType: Type;
|
|
1067
1149
|
readonly AuditRuleType: Type;
|
|
@@ -1089,6 +1171,8 @@ export const RegistrySecurity: {
|
|
|
1089
1171
|
export type RegistrySecurity = RegistrySecurity$instance;
|
|
1090
1172
|
|
|
1091
1173
|
export interface SemaphoreAccessRule$instance extends AccessRule {
|
|
1174
|
+
readonly __tsonic_type_System_Security_AccessControl_SemaphoreAccessRule: never;
|
|
1175
|
+
|
|
1092
1176
|
readonly SemaphoreRights: SemaphoreRights;
|
|
1093
1177
|
}
|
|
1094
1178
|
|
|
@@ -1102,6 +1186,8 @@ export const SemaphoreAccessRule: {
|
|
|
1102
1186
|
export type SemaphoreAccessRule = SemaphoreAccessRule$instance;
|
|
1103
1187
|
|
|
1104
1188
|
export interface SemaphoreAuditRule$instance extends AuditRule {
|
|
1189
|
+
readonly __tsonic_type_System_Security_AccessControl_SemaphoreAuditRule: never;
|
|
1190
|
+
|
|
1105
1191
|
readonly SemaphoreRights: SemaphoreRights;
|
|
1106
1192
|
}
|
|
1107
1193
|
|
|
@@ -1114,6 +1200,8 @@ export const SemaphoreAuditRule: {
|
|
|
1114
1200
|
export type SemaphoreAuditRule = SemaphoreAuditRule$instance;
|
|
1115
1201
|
|
|
1116
1202
|
export interface SemaphoreSecurity$instance extends NativeObjectSecurity {
|
|
1203
|
+
readonly __tsonic_type_System_Security_AccessControl_SemaphoreSecurity: never;
|
|
1204
|
+
|
|
1117
1205
|
readonly AccessRightType: Type;
|
|
1118
1206
|
readonly AccessRuleType: Type;
|
|
1119
1207
|
readonly AuditRuleType: Type;
|
|
@@ -1142,6 +1230,8 @@ export const SemaphoreSecurity: {
|
|
|
1142
1230
|
export type SemaphoreSecurity = SemaphoreSecurity$instance;
|
|
1143
1231
|
|
|
1144
1232
|
export interface SystemAcl$instance extends CommonAcl$instance {
|
|
1233
|
+
readonly __tsonic_type_System_Security_AccessControl_SystemAcl: never;
|
|
1234
|
+
|
|
1145
1235
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1146
1236
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1147
1237
|
|
|
@@ -58,6 +58,8 @@ export enum SslProtocols {
|
|
|
58
58
|
|
|
59
59
|
|
|
60
60
|
export interface AuthenticationException$instance extends SystemException {
|
|
61
|
+
readonly __tsonic_type_System_Security_Authentication_AuthenticationException: never;
|
|
62
|
+
|
|
61
63
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
62
64
|
|
|
63
65
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -79,6 +81,8 @@ export type AuthenticationException = AuthenticationException$instance & __Authe
|
|
|
79
81
|
|
|
80
82
|
|
|
81
83
|
export interface InvalidCredentialException$instance extends AuthenticationException$instance {
|
|
84
|
+
readonly __tsonic_type_System_Security_Authentication_InvalidCredentialException: never;
|
|
85
|
+
|
|
82
86
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
83
87
|
|
|
84
88
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -39,6 +39,8 @@ export enum ProtectionScenario {
|
|
|
39
39
|
|
|
40
40
|
|
|
41
41
|
export interface ChannelBinding$instance extends SafeHandleZeroOrMinusOneIsInvalid {
|
|
42
|
+
readonly __tsonic_type_System_Security_Authentication_ExtendedProtection_ChannelBinding: never;
|
|
43
|
+
|
|
42
44
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
43
45
|
|
|
44
46
|
readonly Size: int;
|
|
@@ -58,7 +60,9 @@ export interface __ChannelBinding$views {
|
|
|
58
60
|
export type ChannelBinding = ChannelBinding$instance & __ChannelBinding$views;
|
|
59
61
|
|
|
60
62
|
|
|
61
|
-
export interface ExtendedProtectionPolicy$instance {
|
|
63
|
+
export interface ExtendedProtectionPolicy$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
64
|
+
readonly __tsonic_type_System_Security_Authentication_ExtendedProtection_ExtendedProtectionPolicy: never;
|
|
65
|
+
|
|
62
66
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
63
67
|
|
|
64
68
|
readonly CustomChannelBinding: ChannelBinding | undefined;
|
|
@@ -82,12 +86,12 @@ export interface __ExtendedProtectionPolicy$views {
|
|
|
82
86
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
83
87
|
}
|
|
84
88
|
|
|
85
|
-
export interface ExtendedProtectionPolicy$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
86
|
-
|
|
87
89
|
export type ExtendedProtectionPolicy = ExtendedProtectionPolicy$instance & __ExtendedProtectionPolicy$views;
|
|
88
90
|
|
|
89
91
|
|
|
90
92
|
export interface ExtendedProtectionPolicyTypeConverter$instance extends TypeConverter {
|
|
93
|
+
readonly __tsonic_type_System_Security_Authentication_ExtendedProtection_ExtendedProtectionPolicyTypeConverter: never;
|
|
94
|
+
|
|
91
95
|
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
92
96
|
CanConvertTo(destinationType: Type): boolean;
|
|
93
97
|
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown | undefined;
|
|
@@ -103,6 +107,8 @@ export const ExtendedProtectionPolicyTypeConverter: {
|
|
|
103
107
|
export type ExtendedProtectionPolicyTypeConverter = ExtendedProtectionPolicyTypeConverter$instance;
|
|
104
108
|
|
|
105
109
|
export interface ServiceNameCollection$instance extends ReadOnlyCollectionBase {
|
|
110
|
+
readonly __tsonic_type_System_Security_Authentication_ExtendedProtection_ServiceNameCollection: never;
|
|
111
|
+
|
|
106
112
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
107
113
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
108
114
|
|
|
@@ -15,6 +15,8 @@ import * as System_Internal from "../../System/internal/index.js";
|
|
|
15
15
|
import type { Boolean as ClrBoolean, Byte, Func_1, Func_2, Int32, Object as ClrObject, Predicate_1, String as ClrString, StringComparison, Type, Void } from "../../System/internal/index.js";
|
|
16
16
|
|
|
17
17
|
export interface Claim$instance {
|
|
18
|
+
readonly __tsonic_type_System_Security_Claims_Claim: never;
|
|
19
|
+
|
|
18
20
|
readonly CustomSerializationData: byte[] | undefined;
|
|
19
21
|
readonly Issuer: string;
|
|
20
22
|
readonly OriginalIssuer: string;
|
|
@@ -44,7 +46,9 @@ export const Claim: {
|
|
|
44
46
|
|
|
45
47
|
export type Claim = Claim$instance;
|
|
46
48
|
|
|
47
|
-
export interface ClaimsIdentity$instance {
|
|
49
|
+
export interface ClaimsIdentity$instance extends System_Security_Principal_Internal.IIdentity$instance {
|
|
50
|
+
readonly __tsonic_type_System_Security_Claims_ClaimsIdentity: never;
|
|
51
|
+
|
|
48
52
|
readonly __tsonic_iface_System_Security_Principal_IIdentity: never;
|
|
49
53
|
|
|
50
54
|
get Actor(): ClaimsIdentity | undefined;
|
|
@@ -101,12 +105,12 @@ export interface __ClaimsIdentity$views {
|
|
|
101
105
|
As_IIdentity(): System_Security_Principal_Internal.IIdentity$instance;
|
|
102
106
|
}
|
|
103
107
|
|
|
104
|
-
export interface ClaimsIdentity$instance extends System_Security_Principal_Internal.IIdentity$instance {}
|
|
105
|
-
|
|
106
108
|
export type ClaimsIdentity = ClaimsIdentity$instance & __ClaimsIdentity$views;
|
|
107
109
|
|
|
108
110
|
|
|
109
|
-
export interface ClaimsPrincipal$instance {
|
|
111
|
+
export interface ClaimsPrincipal$instance extends System_Security_Principal_Internal.IPrincipal$instance {
|
|
112
|
+
readonly __tsonic_type_System_Security_Claims_ClaimsPrincipal: never;
|
|
113
|
+
|
|
110
114
|
readonly __tsonic_iface_System_Security_Principal_IPrincipal: never;
|
|
111
115
|
|
|
112
116
|
readonly Claims: IEnumerable_1<Claim>;
|
|
@@ -147,8 +151,6 @@ export interface __ClaimsPrincipal$views {
|
|
|
147
151
|
As_IPrincipal(): System_Security_Principal_Internal.IPrincipal$instance;
|
|
148
152
|
}
|
|
149
153
|
|
|
150
|
-
export interface ClaimsPrincipal$instance extends System_Security_Principal_Internal.IPrincipal$instance {}
|
|
151
|
-
|
|
152
154
|
export type ClaimsPrincipal = ClaimsPrincipal$instance & __ClaimsPrincipal$views;
|
|
153
155
|
|
|
154
156
|
|