@tsonic/dotnet 0.4.0 → 0.5.0

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.
Files changed (130) hide show
  1. package/Internal/index.d.ts +2 -2
  2. package/Microsoft.CSharp.RuntimeBinder/index.d.ts +6 -6
  3. package/Microsoft.VisualBasic/index.d.ts +36 -36
  4. package/Microsoft.VisualBasic.CompilerServices/index.d.ts +29 -29
  5. package/Microsoft.VisualBasic.FileIO/index.d.ts +10 -10
  6. package/Microsoft.Win32/index.d.ts +8 -8
  7. package/Microsoft.Win32.SafeHandles/index.d.ts +17 -17
  8. package/System/index.d.ts +291 -291
  9. package/System.Buffers/index.d.ts +27 -27
  10. package/System.Buffers.Binary/index.d.ts +1 -1
  11. package/System.Buffers.Text/index.d.ts +4 -4
  12. package/System.CodeDom.Compiler/index.d.ts +2 -2
  13. package/System.Collections/index.d.ts +15 -15
  14. package/System.Collections.Concurrent/index.d.ts +17 -17
  15. package/System.Collections.Frozen/index.d.ts +10 -10
  16. package/System.Collections.Generic/index.d.ts +80 -80
  17. package/System.Collections.Immutable/index.d.ts +39 -39
  18. package/System.Collections.ObjectModel/index.d.ts +17 -17
  19. package/System.Collections.Specialized/index.d.ts +16 -16
  20. package/System.ComponentModel/index.d.ts +160 -160
  21. package/System.ComponentModel.DataAnnotations/index.d.ts +38 -38
  22. package/System.ComponentModel.DataAnnotations.Schema/index.d.ts +8 -8
  23. package/System.ComponentModel.Design/index.d.ts +35 -35
  24. package/System.ComponentModel.Design.Serialization/index.d.ts +12 -12
  25. package/System.Configuration.Assemblies/index.d.ts +2 -2
  26. package/System.Data/index.d.ts +98 -98
  27. package/System.Data.Common/index.d.ts +37 -37
  28. package/System.Data.SqlTypes/index.d.ts +23 -23
  29. package/System.Diagnostics/index.d.ts +97 -97
  30. package/System.Diagnostics.CodeAnalysis/index.d.ts +27 -27
  31. package/System.Diagnostics.Contracts/index.d.ts +15 -15
  32. package/System.Diagnostics.Metrics/index.d.ts +29 -29
  33. package/System.Diagnostics.SymbolStore/index.d.ts +5 -5
  34. package/System.Diagnostics.Tracing/index.d.ts +31 -31
  35. package/System.Drawing/index.d.ts +15 -15
  36. package/System.Dynamic/index.d.ts +18 -18
  37. package/System.Formats.Asn1/index.d.ts +10 -10
  38. package/System.Formats.Tar/index.d.ts +12 -12
  39. package/System.Globalization/index.d.ts +42 -42
  40. package/System.IO/index.d.ts +56 -56
  41. package/System.IO.Compression/index.d.ts +17 -17
  42. package/System.IO.Enumeration/index.d.ts +8 -8
  43. package/System.IO.IsolatedStorage/index.d.ts +5 -5
  44. package/System.IO.MemoryMappedFiles/index.d.ts +6 -6
  45. package/System.IO.Pipelines/index.d.ts +10 -10
  46. package/System.IO.Pipes/index.d.ts +16 -16
  47. package/System.Linq/index.d.ts +20 -20
  48. package/System.Linq.Expressions/index.d.ts +42 -42
  49. package/System.Linq.Expressions.Interpreter/index.d.ts +1 -1
  50. package/System.Net/index.d.ts +83 -83
  51. package/System.Net.Cache/index.d.ts +5 -5
  52. package/System.Net.Http/index.d.ts +33 -33
  53. package/System.Net.Http.Headers/index.d.ts +30 -30
  54. package/System.Net.Http.Json/index.d.ts +3 -3
  55. package/System.Net.Http.Metrics/index.d.ts +1 -1
  56. package/System.Net.Mail/index.d.ts +20 -20
  57. package/System.Net.Mime/index.d.ts +10 -10
  58. package/System.Net.NetworkInformation/index.d.ts +44 -44
  59. package/System.Net.Quic/index.d.ts +13 -13
  60. package/System.Net.Security/index.d.ts +23 -23
  61. package/System.Net.ServerSentEvents/index.d.ts +8 -8
  62. package/System.Net.Sockets/index.d.ts +34 -34
  63. package/System.Net.WebSockets/index.d.ts +16 -16
  64. package/System.Numerics/index.d.ts +15 -15
  65. package/System.Reflection/index.d.ts +101 -101
  66. package/System.Reflection.Emit/index.d.ts +28 -28
  67. package/System.Reflection.Metadata/index.d.ts +189 -189
  68. package/System.Reflection.Metadata.Ecma335/index.d.ts +48 -48
  69. package/System.Reflection.PortableExecutable/index.d.ts +27 -27
  70. package/System.Resources/index.d.ts +9 -9
  71. package/System.Runtime/index.d.ts +11 -11
  72. package/System.Runtime.CompilerServices/index.d.ts +189 -189
  73. package/System.Runtime.ConstrainedExecution/index.d.ts +5 -5
  74. package/System.Runtime.ExceptionServices/index.d.ts +4 -4
  75. package/System.Runtime.InteropServices/index.d.ts +130 -130
  76. package/System.Runtime.InteropServices.ComTypes/index.d.ts +38 -38
  77. package/System.Runtime.InteropServices.Java/index.d.ts +4 -4
  78. package/System.Runtime.InteropServices.JavaScript/index.d.ts +36 -36
  79. package/System.Runtime.InteropServices.Marshalling/index.d.ts +36 -36
  80. package/System.Runtime.InteropServices.ObjectiveC/index.d.ts +4 -4
  81. package/System.Runtime.InteropServices.Swift/index.d.ts +5 -5
  82. package/System.Runtime.Intrinsics/index.d.ts +12 -12
  83. package/System.Runtime.Intrinsics.Arm/index.d.ts +22 -22
  84. package/System.Runtime.Intrinsics.Wasm/index.d.ts +1 -1
  85. package/System.Runtime.Intrinsics.X86/index.d.ts +76 -76
  86. package/System.Runtime.Loader/index.d.ts +3 -3
  87. package/System.Runtime.Remoting/index.d.ts +1 -1
  88. package/System.Runtime.Serialization/index.d.ts +44 -44
  89. package/System.Runtime.Serialization.DataContracts/index.d.ts +4 -4
  90. package/System.Runtime.Serialization.Formatters/index.d.ts +3 -3
  91. package/System.Runtime.Serialization.Formatters.Binary/index.d.ts +1 -1
  92. package/System.Runtime.Serialization.Json/index.d.ts +4 -4
  93. package/System.Runtime.Versioning/index.d.ts +16 -16
  94. package/System.Security/index.d.ts +17 -17
  95. package/System.Security.AccessControl/index.d.ts +70 -70
  96. package/System.Security.Authentication/index.d.ts +6 -6
  97. package/System.Security.Authentication.ExtendedProtection/index.d.ts +7 -7
  98. package/System.Security.Claims/index.d.ts +5 -5
  99. package/System.Security.Cryptography/index.d.ts +167 -167
  100. package/System.Security.Cryptography.X509Certificates/index.d.ts +56 -56
  101. package/System.Security.Permissions/index.d.ts +6 -6
  102. package/System.Security.Policy/index.d.ts +2 -2
  103. package/System.Security.Principal/index.d.ts +15 -15
  104. package/System.Text/index.d.ts +36 -36
  105. package/System.Text.Encodings.Web/index.d.ts +5 -5
  106. package/System.Text.Json/index.d.ts +20 -20
  107. package/System.Text.Json.Nodes/index.d.ts +5 -5
  108. package/System.Text.Json.Schema/index.d.ts +3 -3
  109. package/System.Text.Json.Serialization/index.d.ts +40 -40
  110. package/System.Text.Json.Serialization.Metadata/index.d.ts +18 -18
  111. package/System.Text.RegularExpressions/index.d.ts +19 -19
  112. package/System.Text.Unicode/index.d.ts +4 -4
  113. package/System.Threading/index.d.ts +78 -78
  114. package/System.Threading.Channels/index.d.ts +15 -15
  115. package/System.Threading.Tasks/index.d.ts +28 -28
  116. package/System.Threading.Tasks.Dataflow/index.d.ts +27 -27
  117. package/System.Threading.Tasks.Sources/index.d.ts +4 -4
  118. package/System.Timers/index.d.ts +4 -4
  119. package/System.Transactions/index.d.ts +28 -28
  120. package/System.Web/index.d.ts +1 -1
  121. package/System.Windows.Markup/index.d.ts +1 -1
  122. package/System.Xml/index.d.ts +71 -71
  123. package/System.Xml.Linq/index.d.ts +23 -23
  124. package/System.Xml.Resolvers/index.d.ts +2 -2
  125. package/System.Xml.Schema/index.d.ts +88 -88
  126. package/System.Xml.Serialization/index.d.ts +68 -68
  127. package/System.Xml.XPath/index.d.ts +14 -14
  128. package/System.Xml.Xsl/index.d.ts +9 -9
  129. package/System.Xml.Xsl.Runtime/index.d.ts +50 -50
  130. package/package.json +1 -1
@@ -11,19 +11,19 @@ import type { Attribute, Boolean as ClrBoolean, Enum, IComparable, IConvertible,
11
11
  export * from './internal/index.js';
12
12
 
13
13
  // Individual type exports for convenience
14
- export type ComponentGuaranteesAttribute = Internal.ComponentGuaranteesAttribute;
15
- export type ComponentGuaranteesOptions = Internal.ComponentGuaranteesOptions;
16
- export type FrameworkName = Internal.FrameworkName;
17
- export type OSPlatformAttribute = Internal.OSPlatformAttribute;
18
- export type TargetPlatformAttribute = Internal.TargetPlatformAttribute;
19
- export type SupportedOSPlatformAttribute = Internal.SupportedOSPlatformAttribute;
20
- export type UnsupportedOSPlatformAttribute = Internal.UnsupportedOSPlatformAttribute;
21
- export type ObsoletedOSPlatformAttribute = Internal.ObsoletedOSPlatformAttribute;
22
- export type SupportedOSPlatformGuardAttribute = Internal.SupportedOSPlatformGuardAttribute;
23
- export type UnsupportedOSPlatformGuardAttribute = Internal.UnsupportedOSPlatformGuardAttribute;
24
- export type RequiresPreviewFeaturesAttribute = Internal.RequiresPreviewFeaturesAttribute;
25
- export type ResourceConsumptionAttribute = Internal.ResourceConsumptionAttribute;
26
- export type ResourceExposureAttribute = Internal.ResourceExposureAttribute;
27
- export type ResourceScope = Internal.ResourceScope;
28
- export type TargetFrameworkAttribute = Internal.TargetFrameworkAttribute;
29
- export type VersioningHelper = Internal.VersioningHelper;
14
+ export { ComponentGuaranteesAttribute$instance as ComponentGuaranteesAttribute } from './internal/index.js';
15
+ export { ComponentGuaranteesOptions as ComponentGuaranteesOptions } from './internal/index.js';
16
+ export { FrameworkName$instance as FrameworkName } from './internal/index.js';
17
+ export { OSPlatformAttribute$instance as OSPlatformAttribute } from './internal/index.js';
18
+ export { TargetPlatformAttribute$instance as TargetPlatformAttribute } from './internal/index.js';
19
+ export { SupportedOSPlatformAttribute$instance as SupportedOSPlatformAttribute } from './internal/index.js';
20
+ export { UnsupportedOSPlatformAttribute$instance as UnsupportedOSPlatformAttribute } from './internal/index.js';
21
+ export { ObsoletedOSPlatformAttribute$instance as ObsoletedOSPlatformAttribute } from './internal/index.js';
22
+ export { SupportedOSPlatformGuardAttribute$instance as SupportedOSPlatformGuardAttribute } from './internal/index.js';
23
+ export { UnsupportedOSPlatformGuardAttribute$instance as UnsupportedOSPlatformGuardAttribute } from './internal/index.js';
24
+ export { RequiresPreviewFeaturesAttribute$instance as RequiresPreviewFeaturesAttribute } from './internal/index.js';
25
+ export { ResourceConsumptionAttribute$instance as ResourceConsumptionAttribute } from './internal/index.js';
26
+ export { ResourceExposureAttribute$instance as ResourceExposureAttribute } from './internal/index.js';
27
+ export { ResourceScope as ResourceScope } from './internal/index.js';
28
+ export { TargetFrameworkAttribute$instance as TargetFrameworkAttribute } from './internal/index.js';
29
+ export { VersioningHelper$instance as VersioningHelper } from './internal/index.js';
@@ -15,23 +15,23 @@ import type { Array as ClrArray, Attribute, Boolean as ClrBoolean, Byte, Char, E
15
15
  export * from './internal/index.js';
16
16
 
17
17
  // Individual type exports for convenience
18
- export type AllowPartiallyTrustedCallersAttribute = Internal.AllowPartiallyTrustedCallersAttribute;
18
+ export { AllowPartiallyTrustedCallersAttribute$instance as AllowPartiallyTrustedCallersAttribute } from './internal/index.js';
19
19
  export type IPermission = Internal.IPermission;
20
20
  export type ISecurityEncodable = Internal.ISecurityEncodable;
21
21
  export type IStackWalk = Internal.IStackWalk;
22
- export type PartialTrustVisibilityLevel = Internal.PartialTrustVisibilityLevel;
23
- export type PermissionSet = Internal.PermissionSet;
24
- export type SecureString = Internal.SecureString;
25
- export type SecurityCriticalAttribute = Internal.SecurityCriticalAttribute;
26
- export type SecurityCriticalScope = Internal.SecurityCriticalScope;
27
- export type SecurityElement = Internal.SecurityElement;
28
- export type SecurityException = Internal.SecurityException;
29
- export type SecurityRulesAttribute = Internal.SecurityRulesAttribute;
30
- export type SecurityRuleSet = Internal.SecurityRuleSet;
31
- export type SecuritySafeCriticalAttribute = Internal.SecuritySafeCriticalAttribute;
32
- export type SecurityTransparentAttribute = Internal.SecurityTransparentAttribute;
33
- export type SecurityTreatAsSafeAttribute = Internal.SecurityTreatAsSafeAttribute;
34
- export type SuppressUnmanagedCodeSecurityAttribute = Internal.SuppressUnmanagedCodeSecurityAttribute;
35
- export type UnverifiableCodeAttribute = Internal.UnverifiableCodeAttribute;
36
- export type VerificationException = Internal.VerificationException;
37
- export type SecureStringMarshal = Internal.SecureStringMarshal;
22
+ export { PartialTrustVisibilityLevel as PartialTrustVisibilityLevel } from './internal/index.js';
23
+ export { PermissionSet$instance as PermissionSet } from './internal/index.js';
24
+ export { SecureString$instance as SecureString } from './internal/index.js';
25
+ export { SecurityCriticalAttribute$instance as SecurityCriticalAttribute } from './internal/index.js';
26
+ export { SecurityCriticalScope as SecurityCriticalScope } from './internal/index.js';
27
+ export { SecurityElement$instance as SecurityElement } from './internal/index.js';
28
+ export { SecurityException$instance as SecurityException } from './internal/index.js';
29
+ export { SecurityRulesAttribute$instance as SecurityRulesAttribute } from './internal/index.js';
30
+ export { SecurityRuleSet as SecurityRuleSet } from './internal/index.js';
31
+ export { SecuritySafeCriticalAttribute$instance as SecuritySafeCriticalAttribute } from './internal/index.js';
32
+ export { SecurityTransparentAttribute$instance as SecurityTransparentAttribute } from './internal/index.js';
33
+ export { SecurityTreatAsSafeAttribute$instance as SecurityTreatAsSafeAttribute } from './internal/index.js';
34
+ export { SuppressUnmanagedCodeSecurityAttribute$instance as SuppressUnmanagedCodeSecurityAttribute } from './internal/index.js';
35
+ export { UnverifiableCodeAttribute$instance as UnverifiableCodeAttribute } from './internal/index.js';
36
+ export { VerificationException$instance as VerificationException } from './internal/index.js';
37
+ export { SecureStringMarshal$instance as SecureStringMarshal } from './internal/index.js';
@@ -15,73 +15,73 @@ import type { Array as ClrArray, Boolean as ClrBoolean, Byte, Enum, Exception, G
15
15
  export * from './internal/index.js';
16
16
 
17
17
  // Individual type exports for convenience
18
- export type RegistryAccessRule = Internal.RegistryAccessRule;
19
- export type RegistryAuditRule = Internal.RegistryAuditRule;
20
- export type RegistryRights = Internal.RegistryRights;
21
- export type RegistrySecurity = Internal.RegistrySecurity;
22
- export type DirectoryObjectSecurity = Internal.DirectoryObjectSecurity;
23
- export type DirectorySecurity = Internal.DirectorySecurity;
24
- export type FileSecurity = Internal.FileSecurity;
25
- export type FileSystemAccessRule = Internal.FileSystemAccessRule;
26
- export type FileSystemAuditRule = Internal.FileSystemAuditRule;
27
- export type FileSystemRights = Internal.FileSystemRights;
28
- export type FileSystemSecurity = Internal.FileSystemSecurity;
29
- export type AccessControlActions = Internal.AccessControlActions;
30
- export type AccessControlModification = Internal.AccessControlModification;
31
- export type AccessControlSections = Internal.AccessControlSections;
32
- export type AccessControlType = Internal.AccessControlType;
33
- export type AccessRule_0 = Internal.AccessRule;
34
- export type AccessRule_1<T> = Internal.AccessRule_1<T>;
35
- export type AccessRule<T> = Internal.AccessRule_1<T>;
36
- export type AceEnumerator = Internal.AceEnumerator;
37
- export type AceFlags = Internal.AceFlags;
38
- export type AceQualifier = Internal.AceQualifier;
39
- export type AceType = Internal.AceType;
40
- export type AuditFlags = Internal.AuditFlags;
41
- export type AuditRule_0 = Internal.AuditRule;
42
- export type AuditRule_1<T> = Internal.AuditRule_1<T>;
43
- export type AuditRule<T> = Internal.AuditRule_1<T>;
44
- export type AuthorizationRule = Internal.AuthorizationRule;
45
- export type AuthorizationRuleCollection = Internal.AuthorizationRuleCollection;
46
- export type CommonAce = Internal.CommonAce;
47
- export type CommonAcl = Internal.CommonAcl;
48
- export type CommonObjectSecurity = Internal.CommonObjectSecurity;
49
- export type CommonSecurityDescriptor = Internal.CommonSecurityDescriptor;
50
- export type CompoundAce = Internal.CompoundAce;
51
- export type CompoundAceType = Internal.CompoundAceType;
52
- export type ControlFlags = Internal.ControlFlags;
53
- export type CustomAce = Internal.CustomAce;
54
- export type DiscretionaryAcl = Internal.DiscretionaryAcl;
55
- export type GenericAce = Internal.GenericAce;
56
- export type GenericAcl = Internal.GenericAcl;
57
- export type GenericSecurityDescriptor = Internal.GenericSecurityDescriptor;
58
- export type InheritanceFlags = Internal.InheritanceFlags;
59
- export type KnownAce = Internal.KnownAce;
60
- export type NativeObjectSecurity = Internal.NativeObjectSecurity;
61
- export type ObjectAccessRule = Internal.ObjectAccessRule;
62
- export type ObjectAce = Internal.ObjectAce;
63
- export type ObjectAceFlags = Internal.ObjectAceFlags;
64
- export type ObjectAuditRule = Internal.ObjectAuditRule;
65
- export type ObjectSecurity_0 = Internal.ObjectSecurity;
66
- export type ObjectSecurity_1<T> = Internal.ObjectSecurity_1<T>;
67
- export type ObjectSecurity<T> = Internal.ObjectSecurity_1<T>;
68
- export type PrivilegeNotHeldException = Internal.PrivilegeNotHeldException;
69
- export type PropagationFlags = Internal.PropagationFlags;
70
- export type QualifiedAce = Internal.QualifiedAce;
71
- export type RawAcl = Internal.RawAcl;
72
- export type RawSecurityDescriptor = Internal.RawSecurityDescriptor;
73
- export type ResourceType = Internal.ResourceType;
74
- export type SecurityInfos = Internal.SecurityInfos;
75
- export type SystemAcl = Internal.SystemAcl;
76
- export type EventWaitHandleAccessRule = Internal.EventWaitHandleAccessRule;
77
- export type EventWaitHandleAuditRule = Internal.EventWaitHandleAuditRule;
78
- export type EventWaitHandleRights = Internal.EventWaitHandleRights;
79
- export type EventWaitHandleSecurity = Internal.EventWaitHandleSecurity;
80
- export type MutexAccessRule = Internal.MutexAccessRule;
81
- export type MutexAuditRule = Internal.MutexAuditRule;
82
- export type MutexRights = Internal.MutexRights;
83
- export type MutexSecurity = Internal.MutexSecurity;
84
- export type SemaphoreAccessRule = Internal.SemaphoreAccessRule;
85
- export type SemaphoreAuditRule = Internal.SemaphoreAuditRule;
86
- export type SemaphoreRights = Internal.SemaphoreRights;
87
- export type SemaphoreSecurity = Internal.SemaphoreSecurity;
18
+ export { RegistryAccessRule$instance as RegistryAccessRule } from './internal/index.js';
19
+ export { RegistryAuditRule$instance as RegistryAuditRule } from './internal/index.js';
20
+ export { RegistryRights as RegistryRights } from './internal/index.js';
21
+ export { RegistrySecurity$instance as RegistrySecurity } from './internal/index.js';
22
+ export { DirectoryObjectSecurity$instance as DirectoryObjectSecurity } from './internal/index.js';
23
+ export { DirectorySecurity$instance as DirectorySecurity } from './internal/index.js';
24
+ export { FileSecurity$instance as FileSecurity } from './internal/index.js';
25
+ export { FileSystemAccessRule$instance as FileSystemAccessRule } from './internal/index.js';
26
+ export { FileSystemAuditRule$instance as FileSystemAuditRule } from './internal/index.js';
27
+ export { FileSystemRights as FileSystemRights } from './internal/index.js';
28
+ export { FileSystemSecurity$instance as FileSystemSecurity } from './internal/index.js';
29
+ export { AccessControlActions as AccessControlActions } from './internal/index.js';
30
+ export { AccessControlModification as AccessControlModification } from './internal/index.js';
31
+ export { AccessControlSections as AccessControlSections } from './internal/index.js';
32
+ export { AccessControlType as AccessControlType } from './internal/index.js';
33
+ export { AccessRule$instance as AccessRule_0 } from './internal/index.js';
34
+ export { AccessRule_1$instance as AccessRule_1 } from './internal/index.js';
35
+ export { AccessRule_1$instance as AccessRule } from './internal/index.js';
36
+ export { AceEnumerator$instance as AceEnumerator } from './internal/index.js';
37
+ export { AceFlags as AceFlags } from './internal/index.js';
38
+ export { AceQualifier as AceQualifier } from './internal/index.js';
39
+ export { AceType as AceType } from './internal/index.js';
40
+ export { AuditFlags as AuditFlags } from './internal/index.js';
41
+ export { AuditRule$instance as AuditRule_0 } from './internal/index.js';
42
+ export { AuditRule_1$instance as AuditRule_1 } from './internal/index.js';
43
+ export { AuditRule_1$instance as AuditRule } from './internal/index.js';
44
+ export { AuthorizationRule$instance as AuthorizationRule } from './internal/index.js';
45
+ export { AuthorizationRuleCollection$instance as AuthorizationRuleCollection } from './internal/index.js';
46
+ export { CommonAce$instance as CommonAce } from './internal/index.js';
47
+ export { CommonAcl$instance as CommonAcl } from './internal/index.js';
48
+ export { CommonObjectSecurity$instance as CommonObjectSecurity } from './internal/index.js';
49
+ export { CommonSecurityDescriptor$instance as CommonSecurityDescriptor } from './internal/index.js';
50
+ export { CompoundAce$instance as CompoundAce } from './internal/index.js';
51
+ export { CompoundAceType as CompoundAceType } from './internal/index.js';
52
+ export { ControlFlags as ControlFlags } from './internal/index.js';
53
+ export { CustomAce$instance as CustomAce } from './internal/index.js';
54
+ export { DiscretionaryAcl$instance as DiscretionaryAcl } from './internal/index.js';
55
+ export { GenericAce$instance as GenericAce } from './internal/index.js';
56
+ export { GenericAcl$instance as GenericAcl } from './internal/index.js';
57
+ export { GenericSecurityDescriptor$instance as GenericSecurityDescriptor } from './internal/index.js';
58
+ export { InheritanceFlags as InheritanceFlags } from './internal/index.js';
59
+ export { KnownAce$instance as KnownAce } from './internal/index.js';
60
+ export { NativeObjectSecurity$instance as NativeObjectSecurity } from './internal/index.js';
61
+ export { ObjectAccessRule$instance as ObjectAccessRule } from './internal/index.js';
62
+ export { ObjectAce$instance as ObjectAce } from './internal/index.js';
63
+ export { ObjectAceFlags as ObjectAceFlags } from './internal/index.js';
64
+ export { ObjectAuditRule$instance as ObjectAuditRule } from './internal/index.js';
65
+ export { ObjectSecurity$instance as ObjectSecurity_0 } from './internal/index.js';
66
+ export { ObjectSecurity_1$instance as ObjectSecurity_1 } from './internal/index.js';
67
+ export { ObjectSecurity_1$instance as ObjectSecurity } from './internal/index.js';
68
+ export { PrivilegeNotHeldException$instance as PrivilegeNotHeldException } from './internal/index.js';
69
+ export { PropagationFlags as PropagationFlags } from './internal/index.js';
70
+ export { QualifiedAce$instance as QualifiedAce } from './internal/index.js';
71
+ export { RawAcl$instance as RawAcl } from './internal/index.js';
72
+ export { RawSecurityDescriptor$instance as RawSecurityDescriptor } from './internal/index.js';
73
+ export { ResourceType as ResourceType } from './internal/index.js';
74
+ export { SecurityInfos as SecurityInfos } from './internal/index.js';
75
+ export { SystemAcl$instance as SystemAcl } from './internal/index.js';
76
+ export { EventWaitHandleAccessRule$instance as EventWaitHandleAccessRule } from './internal/index.js';
77
+ export { EventWaitHandleAuditRule$instance as EventWaitHandleAuditRule } from './internal/index.js';
78
+ export { EventWaitHandleRights as EventWaitHandleRights } from './internal/index.js';
79
+ export { EventWaitHandleSecurity$instance as EventWaitHandleSecurity } from './internal/index.js';
80
+ export { MutexAccessRule$instance as MutexAccessRule } from './internal/index.js';
81
+ export { MutexAuditRule$instance as MutexAuditRule } from './internal/index.js';
82
+ export { MutexRights as MutexRights } from './internal/index.js';
83
+ export { MutexSecurity$instance as MutexSecurity } from './internal/index.js';
84
+ export { SemaphoreAccessRule$instance as SemaphoreAccessRule } from './internal/index.js';
85
+ export { SemaphoreAuditRule$instance as SemaphoreAuditRule } from './internal/index.js';
86
+ export { SemaphoreRights as SemaphoreRights } from './internal/index.js';
87
+ export { SemaphoreSecurity$instance as SemaphoreSecurity } from './internal/index.js';
@@ -14,9 +14,9 @@ import type { Boolean as ClrBoolean, Enum, Exception, IComparable, IConvertible,
14
14
  export * from './internal/index.js';
15
15
 
16
16
  // Individual type exports for convenience
17
- export type SslProtocols = Internal.SslProtocols;
18
- export type ExchangeAlgorithmType = Internal.ExchangeAlgorithmType;
19
- export type CipherAlgorithmType = Internal.CipherAlgorithmType;
20
- export type HashAlgorithmType = Internal.HashAlgorithmType;
21
- export type AuthenticationException = Internal.AuthenticationException;
22
- export type InvalidCredentialException = Internal.InvalidCredentialException;
17
+ export { SslProtocols as SslProtocols } from './internal/index.js';
18
+ export { ExchangeAlgorithmType as ExchangeAlgorithmType } from './internal/index.js';
19
+ export { CipherAlgorithmType as CipherAlgorithmType } from './internal/index.js';
20
+ export { HashAlgorithmType as HashAlgorithmType } from './internal/index.js';
21
+ export { AuthenticationException$instance as AuthenticationException } from './internal/index.js';
22
+ export { InvalidCredentialException$instance as InvalidCredentialException } from './internal/index.js';
@@ -16,10 +16,10 @@ import type { Array as ClrArray, Attribute, Boolean as ClrBoolean, Enum, ICompar
16
16
  export * from './internal/index.js';
17
17
 
18
18
  // Individual type exports for convenience
19
- export type ExtendedProtectionPolicyTypeConverter = Internal.ExtendedProtectionPolicyTypeConverter;
20
- export type ChannelBinding = Internal.ChannelBinding;
21
- export type ChannelBindingKind = Internal.ChannelBindingKind;
22
- export type ExtendedProtectionPolicy = Internal.ExtendedProtectionPolicy;
23
- export type ServiceNameCollection = Internal.ServiceNameCollection;
24
- export type PolicyEnforcement = Internal.PolicyEnforcement;
25
- export type ProtectionScenario = Internal.ProtectionScenario;
19
+ export { ExtendedProtectionPolicyTypeConverter$instance as ExtendedProtectionPolicyTypeConverter } from './internal/index.js';
20
+ export { ChannelBinding$instance as ChannelBinding } from './internal/index.js';
21
+ export { ChannelBindingKind as ChannelBindingKind } from './internal/index.js';
22
+ export { ExtendedProtectionPolicy$instance as ExtendedProtectionPolicy } from './internal/index.js';
23
+ export { ServiceNameCollection$instance as ServiceNameCollection } from './internal/index.js';
24
+ export { PolicyEnforcement as PolicyEnforcement } from './internal/index.js';
25
+ export { ProtectionScenario as ProtectionScenario } from './internal/index.js';
@@ -14,8 +14,8 @@ import type { Boolean as ClrBoolean, Func_1, Func_2, Int32, Object as ClrObject,
14
14
  export * from './internal/index.js';
15
15
 
16
16
  // Individual type exports for convenience
17
- export type Claim = Internal.Claim;
18
- export type ClaimsIdentity = Internal.ClaimsIdentity;
19
- export type ClaimsPrincipal = Internal.ClaimsPrincipal;
20
- export type ClaimTypes = Internal.ClaimTypes;
21
- export type ClaimValueTypes = Internal.ClaimValueTypes;
17
+ export { Claim$instance as Claim } from './internal/index.js';
18
+ export { ClaimsIdentity$instance as ClaimsIdentity } from './internal/index.js';
19
+ export { ClaimsPrincipal$instance as ClaimsPrincipal } from './internal/index.js';
20
+ export { ClaimTypes$instance as ClaimTypes } from './internal/index.js';
21
+ export { ClaimValueTypes$instance as ClaimValueTypes } from './internal/index.js';