@tsonic/dotnet 0.7.2 → 0.7.3
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/Internal.d.ts +13 -0
- package/Microsoft.CSharp.RuntimeBinder.d.ts +23 -0
- package/Microsoft.VisualBasic.CompilerServices.d.ts +45 -0
- package/Microsoft.VisualBasic.FileIO.d.ts +27 -0
- package/Microsoft.VisualBasic.d.ts +48 -0
- package/Microsoft.Win32.SafeHandles.d.ts +29 -0
- package/Microsoft.Win32.d.ts +21 -0
- package/{System.Buffers.Binary/index.d.ts → System.Buffers.Binary.d.ts} +4 -6
- package/System.Buffers.Text.d.ts +16 -0
- package/System.Buffers.d.ts +33 -0
- package/System.CodeDom.Compiler.d.ts +17 -0
- package/System.Collections.Concurrent.d.ts +24 -0
- package/System.Collections.Frozen.d.ts +18 -0
- package/System.Collections.Generic.d.ts +61 -0
- package/System.Collections.Immutable.d.ts +35 -0
- package/System.Collections.ObjectModel.d.ts +23 -0
- package/System.Collections.Specialized.d.ts +32 -0
- package/System.Collections.d.ts +39 -0
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +19 -0
- package/System.ComponentModel.DataAnnotations.d.ts +55 -0
- package/{System.ComponentModel.Design.Serialization/index.d.ts → System.ComponentModel.Design.Serialization.d.ts} +20 -22
- package/{System.ComponentModel.Design/index.d.ts → System.ComponentModel.Design.d.ts} +38 -40
- package/System.ComponentModel.d.ts +207 -0
- package/{System.Configuration.Assemblies/index.d.ts → System.Configuration.Assemblies.d.ts} +5 -7
- package/System.Data.Common.d.ts +62 -0
- package/System.Data.SqlTypes.d.ts +43 -0
- package/System.Data.d.ts +133 -0
- package/System.Diagnostics.CodeAnalysis.d.ts +38 -0
- package/System.Diagnostics.Contracts.d.ts +30 -0
- package/System.Diagnostics.Metrics.d.ts +33 -0
- package/{System.Diagnostics.SymbolStore/index.d.ts → System.Diagnostics.SymbolStore.d.ts} +9 -11
- package/System.Diagnostics.Tracing.d.ts +47 -0
- package/System.Diagnostics.d.ts +118 -0
- package/System.Drawing.d.ts +30 -0
- package/System.Dynamic.d.ts +37 -0
- package/System.Formats.Asn1.d.ts +25 -0
- package/System.Formats.Tar.d.ts +27 -0
- package/System.Globalization.d.ts +57 -0
- package/System.IO.Compression.d.ts +37 -0
- package/System.IO.Enumeration.d.ts +21 -0
- package/System.IO.IsolatedStorage.d.ts +24 -0
- package/{System.IO.MemoryMappedFiles/index.d.ts → System.IO.MemoryMappedFiles.d.ts} +13 -15
- package/System.IO.Pipelines.d.ts +26 -0
- package/System.IO.Pipes.d.ts +35 -0
- package/System.IO.d.ts +79 -0
- package/System.Linq.Expressions.Interpreter.d.ts +12 -0
- package/System.Linq.Expressions.d.ts +58 -0
- package/System.Linq.d.ts +43 -0
- package/System.Net.Cache.d.ts +16 -0
- package/System.Net.Http.Headers.d.ts +42 -0
- package/System.Net.Http.Json.d.ts +24 -0
- package/System.Net.Http.Metrics.d.ts +13 -0
- package/System.Net.Http.d.ts +57 -0
- package/System.Net.Mail.d.ts +45 -0
- package/System.Net.Mime.d.ts +22 -0
- package/System.Net.NetworkInformation.d.ts +63 -0
- package/System.Net.Quic.d.ts +35 -0
- package/System.Net.Security.d.ts +47 -0
- package/System.Net.ServerSentEvents.d.ts +23 -0
- package/System.Net.Sockets.d.ts +55 -0
- package/System.Net.WebSockets.d.ts +41 -0
- package/System.Net.d.ts +120 -0
- package/System.Numerics.d.ts +58 -0
- package/System.Reflection.Emit.d.ts +49 -0
- package/System.Reflection.Metadata.Ecma335.d.ts +62 -0
- package/System.Reflection.Metadata.d.ts +208 -0
- package/System.Reflection.PortableExecutable.d.ts +43 -0
- package/System.Reflection.d.ts +124 -0
- package/System.Resources.d.ts +27 -0
- package/System.Runtime.CompilerServices.d.ts +185 -0
- package/{System.Runtime.ConstrainedExecution/index.d.ts → System.Runtime.ConstrainedExecution.d.ts} +8 -10
- package/{System.Runtime.ExceptionServices/index.d.ts → System.Runtime.ExceptionServices.d.ts} +7 -9
- package/System.Runtime.InteropServices.ComTypes.d.ts +70 -0
- package/System.Runtime.InteropServices.Java.d.ts +16 -0
- package/System.Runtime.InteropServices.JavaScript.d.ts +43 -0
- package/System.Runtime.InteropServices.Marshalling.d.ts +47 -0
- package/{System.Runtime.InteropServices.ObjectiveC/index.d.ts → System.Runtime.InteropServices.ObjectiveC.d.ts} +9 -11
- package/System.Runtime.InteropServices.Swift.d.ts +15 -0
- package/System.Runtime.InteropServices.d.ts +153 -0
- package/System.Runtime.Intrinsics.Arm.d.ts +35 -0
- package/System.Runtime.Intrinsics.Wasm.d.ts +13 -0
- package/System.Runtime.Intrinsics.X86.d.ts +88 -0
- package/System.Runtime.Intrinsics.d.ts +20 -0
- package/System.Runtime.Loader.d.ts +17 -0
- package/System.Runtime.Remoting.d.ts +12 -0
- package/System.Runtime.Serialization.DataContracts.d.ts +21 -0
- package/System.Runtime.Serialization.Formatters.Binary.d.ts +15 -0
- package/{System.Runtime.Serialization.Formatters/index.d.ts → System.Runtime.Serialization.Formatters.d.ts} +6 -8
- package/System.Runtime.Serialization.Json.d.ts +23 -0
- package/System.Runtime.Serialization.d.ts +76 -0
- package/System.Runtime.Versioning.d.ts +27 -0
- package/System.Runtime.d.ts +27 -0
- package/System.Security.AccessControl.d.ts +82 -0
- package/System.Security.Authentication.ExtendedProtection.d.ts +23 -0
- package/System.Security.Authentication.d.ts +20 -0
- package/System.Security.Claims.d.ts +19 -0
- package/System.Security.Cryptography.X509Certificates.d.ts +78 -0
- package/System.Security.Cryptography.d.ts +191 -0
- package/System.Security.Permissions.d.ts +18 -0
- package/System.Security.Policy.d.ts +14 -0
- package/System.Security.Principal.d.ts +36 -0
- package/System.Security.d.ts +35 -0
- package/System.Text.Encodings.Web.d.ts +20 -0
- package/System.Text.Json.Nodes.d.ts +23 -0
- package/System.Text.Json.Schema.d.ts +17 -0
- package/System.Text.Json.Serialization.Metadata.d.ts +33 -0
- package/System.Text.Json.Serialization.d.ts +53 -0
- package/System.Text.Json.d.ts +44 -0
- package/System.Text.RegularExpressions.d.ts +35 -0
- package/System.Text.Unicode.d.ts +16 -0
- package/System.Text.d.ts +54 -0
- package/System.Threading.Channels.d.ts +27 -0
- package/System.Threading.Tasks.Dataflow.d.ts +35 -0
- package/{System.Threading.Tasks.Sources/index.d.ts → System.Threading.Tasks.Sources.d.ts} +6 -10
- package/System.Threading.Tasks.d.ts +44 -0
- package/System.Threading.d.ts +99 -0
- package/{System.Timers/index.d.ts → System.Timers.d.ts} +9 -11
- package/{System.Transactions/index.d.ts → System.Transactions.d.ts} +32 -34
- package/System.Web.d.ts +16 -0
- package/{System.Windows.Input/index.d.ts → System.Windows.Input.d.ts} +3 -5
- package/{System.Windows.Markup/index.d.ts → System.Windows.Markup.d.ts} +4 -6
- package/System.Xml.Linq.d.ts +43 -0
- package/System.Xml.Resolvers.d.ts +18 -0
- package/System.Xml.Schema.d.ts +108 -0
- package/System.Xml.Serialization.d.ts +89 -0
- package/System.Xml.XPath.d.ts +34 -0
- package/System.Xml.Xsl.Runtime.d.ts +66 -0
- package/System.Xml.Xsl.d.ts +29 -0
- package/System.Xml.d.ts +105 -0
- package/System.d.ts +349 -0
- package/package.json +1 -1
- package/Internal/index.d.ts +0 -15
- package/Microsoft.CSharp.RuntimeBinder/index.d.ts +0 -25
- package/Microsoft.VisualBasic/index.d.ts +0 -50
- package/Microsoft.VisualBasic.CompilerServices/index.d.ts +0 -47
- package/Microsoft.VisualBasic.FileIO/index.d.ts +0 -29
- package/Microsoft.Win32/index.d.ts +0 -23
- package/Microsoft.Win32.SafeHandles/index.d.ts +0 -31
- package/System/index.d.ts +0 -428
- package/System.Buffers/index.d.ts +0 -48
- package/System.Buffers.Text/index.d.ts +0 -18
- package/System.CodeDom.Compiler/index.d.ts +0 -19
- package/System.Collections/index.d.ts +0 -41
- package/System.Collections.Concurrent/index.d.ts +0 -35
- package/System.Collections.Frozen/index.d.ts +0 -26
- package/System.Collections.Generic/index.d.ts +0 -129
- package/System.Collections.Immutable/index.d.ts +0 -64
- package/System.Collections.ObjectModel/index.d.ts +0 -34
- package/System.Collections.Specialized/index.d.ts +0 -34
- package/System.ComponentModel/index.d.ts +0 -210
- package/System.ComponentModel.DataAnnotations/index.d.ts +0 -57
- package/System.ComponentModel.DataAnnotations.Schema/index.d.ts +0 -21
- package/System.Data/index.d.ts +0 -139
- package/System.Data.Common/index.d.ts +0 -64
- package/System.Data.SqlTypes/index.d.ts +0 -45
- package/System.Diagnostics/index.d.ts +0 -123
- package/System.Diagnostics.CodeAnalysis/index.d.ts +0 -40
- package/System.Diagnostics.Contracts/index.d.ts +0 -32
- package/System.Diagnostics.Metrics/index.d.ts +0 -47
- package/System.Diagnostics.Tracing/index.d.ts +0 -49
- package/System.Drawing/index.d.ts +0 -32
- package/System.Dynamic/index.d.ts +0 -39
- package/System.Formats.Asn1/index.d.ts +0 -27
- package/System.Formats.Tar/index.d.ts +0 -29
- package/System.Globalization/index.d.ts +0 -59
- package/System.IO/index.d.ts +0 -81
- package/System.IO.Compression/index.d.ts +0 -39
- package/System.IO.Enumeration/index.d.ts +0 -27
- package/System.IO.IsolatedStorage/index.d.ts +0 -26
- package/System.IO.Pipelines/index.d.ts +0 -28
- package/System.IO.Pipes/index.d.ts +0 -37
- package/System.Linq/index.d.ts +0 -56
- package/System.Linq.Expressions/index.d.ts +0 -61
- package/System.Linq.Expressions.Interpreter/index.d.ts +0 -14
- package/System.Net/index.d.ts +0 -122
- package/System.Net.Cache/index.d.ts +0 -18
- package/System.Net.Http/index.d.ts +0 -61
- package/System.Net.Http.Headers/index.d.ts +0 -45
- package/System.Net.Http.Json/index.d.ts +0 -26
- package/System.Net.Http.Metrics/index.d.ts +0 -15
- package/System.Net.Mail/index.d.ts +0 -47
- package/System.Net.Mime/index.d.ts +0 -24
- package/System.Net.NetworkInformation/index.d.ts +0 -65
- package/System.Net.Quic/index.d.ts +0 -37
- package/System.Net.Security/index.d.ts +0 -49
- package/System.Net.ServerSentEvents/index.d.ts +0 -28
- package/System.Net.Sockets/index.d.ts +0 -57
- package/System.Net.WebSockets/index.d.ts +0 -43
- package/System.Numerics/index.d.ts +0 -94
- package/System.Reflection/index.d.ts +0 -126
- package/System.Reflection.Emit/index.d.ts +0 -51
- package/System.Reflection.Metadata/index.d.ts +0 -220
- package/System.Reflection.Metadata.Ecma335/index.d.ts +0 -65
- package/System.Reflection.PortableExecutable/index.d.ts +0 -45
- package/System.Resources/index.d.ts +0 -29
- package/System.Runtime/index.d.ts +0 -29
- package/System.Runtime.CompilerServices/index.d.ts +0 -219
- package/System.Runtime.InteropServices/index.d.ts +0 -161
- package/System.Runtime.InteropServices.ComTypes/index.d.ts +0 -72
- package/System.Runtime.InteropServices.Java/index.d.ts +0 -18
- package/System.Runtime.InteropServices.JavaScript/index.d.ts +0 -54
- package/System.Runtime.InteropServices.Marshalling/index.d.ts +0 -59
- package/System.Runtime.InteropServices.Swift/index.d.ts +0 -18
- package/System.Runtime.Intrinsics/index.d.ts +0 -26
- package/System.Runtime.Intrinsics.Arm/index.d.ts +0 -37
- package/System.Runtime.Intrinsics.Wasm/index.d.ts +0 -15
- package/System.Runtime.Intrinsics.X86/index.d.ts +0 -90
- package/System.Runtime.Loader/index.d.ts +0 -19
- package/System.Runtime.Remoting/index.d.ts +0 -14
- package/System.Runtime.Serialization/index.d.ts +0 -78
- package/System.Runtime.Serialization.DataContracts/index.d.ts +0 -23
- package/System.Runtime.Serialization.Formatters.Binary/index.d.ts +0 -17
- package/System.Runtime.Serialization.Json/index.d.ts +0 -25
- package/System.Runtime.Versioning/index.d.ts +0 -29
- package/System.Security/index.d.ts +0 -37
- package/System.Security.AccessControl/index.d.ts +0 -87
- package/System.Security.Authentication/index.d.ts +0 -22
- package/System.Security.Authentication.ExtendedProtection/index.d.ts +0 -25
- package/System.Security.Claims/index.d.ts +0 -21
- package/System.Security.Cryptography/index.d.ts +0 -193
- package/System.Security.Cryptography.X509Certificates/index.d.ts +0 -80
- package/System.Security.Permissions/index.d.ts +0 -20
- package/System.Security.Policy/index.d.ts +0 -16
- package/System.Security.Principal/index.d.ts +0 -38
- package/System.Text/index.d.ts +0 -56
- package/System.Text.Encodings.Web/index.d.ts +0 -22
- package/System.Text.Json/index.d.ts +0 -46
- package/System.Text.Json.Nodes/index.d.ts +0 -25
- package/System.Text.Json.Schema/index.d.ts +0 -19
- package/System.Text.Json.Serialization/index.d.ts +0 -59
- package/System.Text.Json.Serialization.Metadata/index.d.ts +0 -39
- package/System.Text.RegularExpressions/index.d.ts +0 -37
- package/System.Text.Unicode/index.d.ts +0 -18
- package/System.Threading/index.d.ts +0 -104
- package/System.Threading.Channels/index.d.ts +0 -34
- package/System.Threading.Tasks/index.d.ts +0 -50
- package/System.Threading.Tasks.Dataflow/index.d.ts +0 -52
- package/System.Web/index.d.ts +0 -18
- package/System.Xml/index.d.ts +0 -107
- package/System.Xml.Linq/index.d.ts +0 -45
- package/System.Xml.Resolvers/index.d.ts +0 -20
- package/System.Xml.Schema/index.d.ts +0 -110
- package/System.Xml.Serialization/index.d.ts +0 -91
- package/System.Xml.XPath/index.d.ts +0 -36
- package/System.Xml.Xsl/index.d.ts +0 -31
- package/System.Xml.Xsl.Runtime/index.d.ts +0 -69
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Security.AccessControl
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Security.AccessControl/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { ICollection, IDictionary, IEnumerable, IEnumerator, ReadOnlyCollectionBase } from './System.Collections/internal/index.js';
|
|
10
|
+
import type { MethodBase } from './System.Reflection/internal/index.js';
|
|
11
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
|
|
12
|
+
import type { IdentityReference, SecurityIdentifier } from './System.Security.Principal/internal/index.js';
|
|
13
|
+
import type { Array as ClrArray, Boolean as ClrBoolean, Byte, Enum, Exception, Guid, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode, UnauthorizedAccessException, ValueType, Void } from './System/internal/index.js';
|
|
14
|
+
|
|
15
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
16
|
+
export { RegistryAccessRule as RegistryAccessRule } from './System.Security.AccessControl/internal/index.js';
|
|
17
|
+
export { RegistryAuditRule as RegistryAuditRule } from './System.Security.AccessControl/internal/index.js';
|
|
18
|
+
export { RegistryRights as RegistryRights } from './System.Security.AccessControl/internal/index.js';
|
|
19
|
+
export { RegistrySecurity as RegistrySecurity } from './System.Security.AccessControl/internal/index.js';
|
|
20
|
+
export { DirectoryObjectSecurity as DirectoryObjectSecurity } from './System.Security.AccessControl/internal/index.js';
|
|
21
|
+
export { DirectorySecurity as DirectorySecurity } from './System.Security.AccessControl/internal/index.js';
|
|
22
|
+
export { FileSecurity as FileSecurity } from './System.Security.AccessControl/internal/index.js';
|
|
23
|
+
export { FileSystemAccessRule as FileSystemAccessRule } from './System.Security.AccessControl/internal/index.js';
|
|
24
|
+
export { FileSystemAuditRule as FileSystemAuditRule } from './System.Security.AccessControl/internal/index.js';
|
|
25
|
+
export { FileSystemRights as FileSystemRights } from './System.Security.AccessControl/internal/index.js';
|
|
26
|
+
export { FileSystemSecurity as FileSystemSecurity } from './System.Security.AccessControl/internal/index.js';
|
|
27
|
+
export { AccessControlActions as AccessControlActions } from './System.Security.AccessControl/internal/index.js';
|
|
28
|
+
export { AccessControlModification as AccessControlModification } from './System.Security.AccessControl/internal/index.js';
|
|
29
|
+
export { AccessControlSections as AccessControlSections } from './System.Security.AccessControl/internal/index.js';
|
|
30
|
+
export { AccessControlType as AccessControlType } from './System.Security.AccessControl/internal/index.js';
|
|
31
|
+
export { AccessRule as AccessRule_0 } from './System.Security.AccessControl/internal/index.js';
|
|
32
|
+
export { AccessRule_1 as AccessRule } from './System.Security.AccessControl/internal/index.js';
|
|
33
|
+
export { AceEnumerator as AceEnumerator } from './System.Security.AccessControl/internal/index.js';
|
|
34
|
+
export { AceFlags as AceFlags } from './System.Security.AccessControl/internal/index.js';
|
|
35
|
+
export { AceQualifier as AceQualifier } from './System.Security.AccessControl/internal/index.js';
|
|
36
|
+
export { AceType as AceType } from './System.Security.AccessControl/internal/index.js';
|
|
37
|
+
export { AuditFlags as AuditFlags } from './System.Security.AccessControl/internal/index.js';
|
|
38
|
+
export { AuditRule as AuditRule_0 } from './System.Security.AccessControl/internal/index.js';
|
|
39
|
+
export { AuditRule_1 as AuditRule } from './System.Security.AccessControl/internal/index.js';
|
|
40
|
+
export { AuthorizationRule as AuthorizationRule } from './System.Security.AccessControl/internal/index.js';
|
|
41
|
+
export { AuthorizationRuleCollection as AuthorizationRuleCollection } from './System.Security.AccessControl/internal/index.js';
|
|
42
|
+
export { CommonAce as CommonAce } from './System.Security.AccessControl/internal/index.js';
|
|
43
|
+
export { CommonAcl as CommonAcl } from './System.Security.AccessControl/internal/index.js';
|
|
44
|
+
export { CommonObjectSecurity as CommonObjectSecurity } from './System.Security.AccessControl/internal/index.js';
|
|
45
|
+
export { CommonSecurityDescriptor as CommonSecurityDescriptor } from './System.Security.AccessControl/internal/index.js';
|
|
46
|
+
export { CompoundAce as CompoundAce } from './System.Security.AccessControl/internal/index.js';
|
|
47
|
+
export { CompoundAceType as CompoundAceType } from './System.Security.AccessControl/internal/index.js';
|
|
48
|
+
export { ControlFlags as ControlFlags } from './System.Security.AccessControl/internal/index.js';
|
|
49
|
+
export { CustomAce as CustomAce } from './System.Security.AccessControl/internal/index.js';
|
|
50
|
+
export { DiscretionaryAcl as DiscretionaryAcl } from './System.Security.AccessControl/internal/index.js';
|
|
51
|
+
export { GenericAce as GenericAce } from './System.Security.AccessControl/internal/index.js';
|
|
52
|
+
export { GenericAcl as GenericAcl } from './System.Security.AccessControl/internal/index.js';
|
|
53
|
+
export { GenericSecurityDescriptor as GenericSecurityDescriptor } from './System.Security.AccessControl/internal/index.js';
|
|
54
|
+
export { InheritanceFlags as InheritanceFlags } from './System.Security.AccessControl/internal/index.js';
|
|
55
|
+
export { KnownAce as KnownAce } from './System.Security.AccessControl/internal/index.js';
|
|
56
|
+
export { NativeObjectSecurity as NativeObjectSecurity } from './System.Security.AccessControl/internal/index.js';
|
|
57
|
+
export { ObjectAccessRule as ObjectAccessRule } from './System.Security.AccessControl/internal/index.js';
|
|
58
|
+
export { ObjectAce as ObjectAce } from './System.Security.AccessControl/internal/index.js';
|
|
59
|
+
export { ObjectAceFlags as ObjectAceFlags } from './System.Security.AccessControl/internal/index.js';
|
|
60
|
+
export { ObjectAuditRule as ObjectAuditRule } from './System.Security.AccessControl/internal/index.js';
|
|
61
|
+
export { ObjectSecurity as ObjectSecurity_0 } from './System.Security.AccessControl/internal/index.js';
|
|
62
|
+
export { ObjectSecurity_1 as ObjectSecurity } from './System.Security.AccessControl/internal/index.js';
|
|
63
|
+
export { PrivilegeNotHeldException as PrivilegeNotHeldException } from './System.Security.AccessControl/internal/index.js';
|
|
64
|
+
export { PropagationFlags as PropagationFlags } from './System.Security.AccessControl/internal/index.js';
|
|
65
|
+
export { QualifiedAce as QualifiedAce } from './System.Security.AccessControl/internal/index.js';
|
|
66
|
+
export { RawAcl as RawAcl } from './System.Security.AccessControl/internal/index.js';
|
|
67
|
+
export { RawSecurityDescriptor as RawSecurityDescriptor } from './System.Security.AccessControl/internal/index.js';
|
|
68
|
+
export { ResourceType as ResourceType } from './System.Security.AccessControl/internal/index.js';
|
|
69
|
+
export { SecurityInfos as SecurityInfos } from './System.Security.AccessControl/internal/index.js';
|
|
70
|
+
export { SystemAcl as SystemAcl } from './System.Security.AccessControl/internal/index.js';
|
|
71
|
+
export { EventWaitHandleAccessRule as EventWaitHandleAccessRule } from './System.Security.AccessControl/internal/index.js';
|
|
72
|
+
export { EventWaitHandleAuditRule as EventWaitHandleAuditRule } from './System.Security.AccessControl/internal/index.js';
|
|
73
|
+
export { EventWaitHandleRights as EventWaitHandleRights } from './System.Security.AccessControl/internal/index.js';
|
|
74
|
+
export { EventWaitHandleSecurity as EventWaitHandleSecurity } from './System.Security.AccessControl/internal/index.js';
|
|
75
|
+
export { MutexAccessRule as MutexAccessRule } from './System.Security.AccessControl/internal/index.js';
|
|
76
|
+
export { MutexAuditRule as MutexAuditRule } from './System.Security.AccessControl/internal/index.js';
|
|
77
|
+
export { MutexRights as MutexRights } from './System.Security.AccessControl/internal/index.js';
|
|
78
|
+
export { MutexSecurity as MutexSecurity } from './System.Security.AccessControl/internal/index.js';
|
|
79
|
+
export { SemaphoreAccessRule as SemaphoreAccessRule } from './System.Security.AccessControl/internal/index.js';
|
|
80
|
+
export { SemaphoreAuditRule as SemaphoreAuditRule } from './System.Security.AccessControl/internal/index.js';
|
|
81
|
+
export { SemaphoreRights as SemaphoreRights } from './System.Security.AccessControl/internal/index.js';
|
|
82
|
+
export { SemaphoreSecurity as SemaphoreSecurity } from './System.Security.AccessControl/internal/index.js';
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Security.Authentication.ExtendedProtection
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Security.Authentication.ExtendedProtection/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { SafeHandleZeroOrMinusOneIsInvalid } from './Microsoft.Win32.SafeHandles/internal/index.js';
|
|
10
|
+
import type { ICollection, IDictionary, IEnumerable, IEnumerator, ReadOnlyCollectionBase } from './System.Collections/internal/index.js';
|
|
11
|
+
import type { ITypeDescriptorContext, PropertyDescriptorCollection, TypeConverter, TypeConverter_StandardValuesCollection } from './System.ComponentModel/internal/index.js';
|
|
12
|
+
import type { CultureInfo } from './System.Globalization/internal/index.js';
|
|
13
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
|
|
14
|
+
import type { Array as ClrArray, Attribute, Boolean as ClrBoolean, Enum, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, IntPtr, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode, Void } from './System/internal/index.js';
|
|
15
|
+
|
|
16
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
17
|
+
export { ExtendedProtectionPolicyTypeConverter as ExtendedProtectionPolicyTypeConverter } from './System.Security.Authentication.ExtendedProtection/internal/index.js';
|
|
18
|
+
export { ChannelBinding as ChannelBinding } from './System.Security.Authentication.ExtendedProtection/internal/index.js';
|
|
19
|
+
export { ChannelBindingKind as ChannelBindingKind } from './System.Security.Authentication.ExtendedProtection/internal/index.js';
|
|
20
|
+
export { ExtendedProtectionPolicy as ExtendedProtectionPolicy } from './System.Security.Authentication.ExtendedProtection/internal/index.js';
|
|
21
|
+
export { ServiceNameCollection as ServiceNameCollection } from './System.Security.Authentication.ExtendedProtection/internal/index.js';
|
|
22
|
+
export { PolicyEnforcement as PolicyEnforcement } from './System.Security.Authentication.ExtendedProtection/internal/index.js';
|
|
23
|
+
export { ProtectionScenario as ProtectionScenario } from './System.Security.Authentication.ExtendedProtection/internal/index.js';
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Security.Authentication
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Security.Authentication/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { IDictionary } from './System.Collections/internal/index.js';
|
|
10
|
+
import type { MethodBase } from './System.Reflection/internal/index.js';
|
|
11
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
|
|
12
|
+
import type { Boolean as ClrBoolean, Enum, Exception, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, SystemException, Type, TypeCode, Void } from './System/internal/index.js';
|
|
13
|
+
|
|
14
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
15
|
+
export { SslProtocols as SslProtocols } from './System.Security.Authentication/internal/index.js';
|
|
16
|
+
export { ExchangeAlgorithmType as ExchangeAlgorithmType } from './System.Security.Authentication/internal/index.js';
|
|
17
|
+
export { CipherAlgorithmType as CipherAlgorithmType } from './System.Security.Authentication/internal/index.js';
|
|
18
|
+
export { HashAlgorithmType as HashAlgorithmType } from './System.Security.Authentication/internal/index.js';
|
|
19
|
+
export { AuthenticationException as AuthenticationException } from './System.Security.Authentication/internal/index.js';
|
|
20
|
+
export { InvalidCredentialException as InvalidCredentialException } from './System.Security.Authentication/internal/index.js';
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Security.Claims
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Security.Claims/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { IDictionary_2, IEnumerable_1 } from './System.Collections.Generic/internal/index.js';
|
|
10
|
+
import type { BinaryReader, BinaryWriter } from './System.IO/internal/index.js';
|
|
11
|
+
import type { IIdentity, IPrincipal } from './System.Security.Principal/internal/index.js';
|
|
12
|
+
import type { Boolean as ClrBoolean, Func_1, Func_2, Int32, Object as ClrObject, Predicate_1, String as ClrString, StringComparison, Type, Void } from './System/internal/index.js';
|
|
13
|
+
|
|
14
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
15
|
+
export { Claim as Claim } from './System.Security.Claims/internal/index.js';
|
|
16
|
+
export { ClaimsIdentity as ClaimsIdentity } from './System.Security.Claims/internal/index.js';
|
|
17
|
+
export { ClaimsPrincipal as ClaimsPrincipal } from './System.Security.Claims/internal/index.js';
|
|
18
|
+
export { ClaimTypes$instance as ClaimTypes } from './System.Security.Claims/internal/index.js';
|
|
19
|
+
export { ClaimValueTypes$instance as ClaimValueTypes } from './System.Security.Claims/internal/index.js';
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Security.Cryptography.X509Certificates
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { SafeX509ChainHandle } from './Microsoft.Win32.SafeHandles/internal/index.js';
|
|
10
|
+
import type { IEnumerable_1, IEnumerator_1 } from './System.Collections.Generic/internal/index.js';
|
|
11
|
+
import type { Collection_1 } from './System.Collections.ObjectModel/internal/index.js';
|
|
12
|
+
import type { CollectionBase, ICollection, IDictionary, IEnumerable, IEnumerator, IList } from './System.Collections/internal/index.js';
|
|
13
|
+
import type { UniversalTagNumber } from './System.Formats.Asn1/internal/index.js';
|
|
14
|
+
import type { IPAddress } from './System.Net/internal/index.js';
|
|
15
|
+
import type { BigInteger } from './System.Numerics/internal/index.js';
|
|
16
|
+
import type { MethodBase } from './System.Reflection/internal/index.js';
|
|
17
|
+
import type { IDeserializationCallback, ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
|
|
18
|
+
import type { AsnEncodedData, AsymmetricAlgorithm, CompositeMLDsa, CryptographicException, DSA, ECDiffieHellman, ECDsa, HashAlgorithmName, MLDsa, MLKem, Oid, OidCollection, PbeParameters, RSA, RSASignaturePadding, SlhDsa } from './System.Security.Cryptography/internal/index.js';
|
|
19
|
+
import type { SecureString } from './System.Security/internal/index.js';
|
|
20
|
+
import type { Array as ClrArray, Boolean as ClrBoolean, Byte, Char, DateTime, DateTimeOffset, Enum, Exception, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, IntPtr, ISpanFormattable, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, Span_1, String as ClrString, TimeSpan, Type, TypeCode, Uri, ValueType, Void } from './System/internal/index.js';
|
|
21
|
+
|
|
22
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
23
|
+
export { Pkcs12LoaderLimits as Pkcs12LoaderLimits } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
24
|
+
export { Pkcs12LoadLimitExceededException as Pkcs12LoadLimitExceededException } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
25
|
+
export { X509CertificateLoader$instance as X509CertificateLoader } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
26
|
+
export { CertificateRequest as CertificateRequest } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
27
|
+
export { CertificateRequestLoadOptions as CertificateRequestLoadOptions } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
28
|
+
export { CertificateRevocationListBuilder as CertificateRevocationListBuilder } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
29
|
+
export { DSACertificateExtensions$instance as DSACertificateExtensions } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
30
|
+
export { ECDsaCertificateExtensions$instance as ECDsaCertificateExtensions } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
31
|
+
export { OpenFlags as OpenFlags } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
32
|
+
export { Pkcs12ExportPbeParameters as Pkcs12ExportPbeParameters } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
33
|
+
export { PublicKey as PublicKey } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
34
|
+
export { RSACertificateExtensions$instance as RSACertificateExtensions } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
35
|
+
export { StoreLocation as StoreLocation } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
36
|
+
export { StoreName as StoreName } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
37
|
+
export { SubjectAlternativeNameBuilder as SubjectAlternativeNameBuilder } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
38
|
+
export { X500DistinguishedName as X500DistinguishedName } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
39
|
+
export { X500DistinguishedNameBuilder as X500DistinguishedNameBuilder } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
40
|
+
export { X500DistinguishedNameFlags as X500DistinguishedNameFlags } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
41
|
+
export { X500RelativeDistinguishedName as X500RelativeDistinguishedName } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
42
|
+
export { X509AuthorityInformationAccessExtension as X509AuthorityInformationAccessExtension } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
43
|
+
export { X509AuthorityKeyIdentifierExtension as X509AuthorityKeyIdentifierExtension } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
44
|
+
export { X509BasicConstraintsExtension as X509BasicConstraintsExtension } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
45
|
+
export { X509Certificate as X509Certificate } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
46
|
+
export { X509Certificate2 as X509Certificate2 } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
47
|
+
export { X509Certificate2Collection as X509Certificate2Collection } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
48
|
+
export { X509Certificate2Enumerator as X509Certificate2Enumerator } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
49
|
+
export { X509CertificateCollection as X509CertificateCollection } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
50
|
+
export { X509CertificateCollection_X509CertificateEnumerator as X509CertificateCollection_X509CertificateEnumerator } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
51
|
+
export { X509Chain as X509Chain } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
52
|
+
export { X509ChainElement as X509ChainElement } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
53
|
+
export { X509ChainElementCollection as X509ChainElementCollection } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
54
|
+
export { X509ChainElementEnumerator as X509ChainElementEnumerator } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
55
|
+
export { X509ChainPolicy as X509ChainPolicy } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
56
|
+
export { X509ChainStatus as X509ChainStatus } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
57
|
+
export { X509ChainStatusFlags as X509ChainStatusFlags } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
58
|
+
export { X509ChainTrustMode as X509ChainTrustMode } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
59
|
+
export { X509ContentType as X509ContentType } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
60
|
+
export { X509EnhancedKeyUsageExtension as X509EnhancedKeyUsageExtension } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
61
|
+
export { X509Extension as X509Extension } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
62
|
+
export { X509ExtensionCollection as X509ExtensionCollection } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
63
|
+
export { X509ExtensionEnumerator as X509ExtensionEnumerator } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
64
|
+
export { X509FindType as X509FindType } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
65
|
+
export { X509IncludeOption as X509IncludeOption } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
66
|
+
export { X509KeyStorageFlags as X509KeyStorageFlags } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
67
|
+
export { X509KeyUsageExtension as X509KeyUsageExtension } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
68
|
+
export { X509KeyUsageFlags as X509KeyUsageFlags } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
69
|
+
export { X509NameType as X509NameType } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
70
|
+
export { X509RevocationFlag as X509RevocationFlag } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
71
|
+
export { X509RevocationMode as X509RevocationMode } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
72
|
+
export { X509RevocationReason as X509RevocationReason } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
73
|
+
export { X509SignatureGenerator as X509SignatureGenerator } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
74
|
+
export { X509Store as X509Store } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
75
|
+
export { X509SubjectAlternativeNameExtension as X509SubjectAlternativeNameExtension } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
76
|
+
export { X509SubjectKeyIdentifierExtension as X509SubjectKeyIdentifierExtension } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
77
|
+
export { X509SubjectKeyIdentifierHashAlgorithm as X509SubjectKeyIdentifierHashAlgorithm } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
78
|
+
export { X509VerificationFlags as X509VerificationFlags } from './System.Security.Cryptography.X509Certificates/internal/index.js';
|
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Security.Cryptography
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Security.Cryptography/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { SafeNCryptKeyHandle, SafeNCryptProviderHandle, SafeNCryptSecretHandle } from './Microsoft.Win32.SafeHandles/internal/index.js';
|
|
10
|
+
import type { ICollection_1, IEnumerable_1, IEnumerator_1, IList_1, IReadOnlyCollection_1, IReadOnlyList_1 } from './System.Collections.Generic/internal/index.js';
|
|
11
|
+
import type { Collection_1 } from './System.Collections.ObjectModel/internal/index.js';
|
|
12
|
+
import type { ICollection, IDictionary, IEnumerable, IEnumerator, IList } from './System.Collections/internal/index.js';
|
|
13
|
+
import type { SeekOrigin, Stream } from './System.IO/internal/index.js';
|
|
14
|
+
import type { MethodBase } from './System.Reflection/internal/index.js';
|
|
15
|
+
import type { SafeHandle } from './System.Runtime.InteropServices/internal/index.js';
|
|
16
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
|
|
17
|
+
import type { SecureString, SecurityElement } from './System.Security/internal/index.js';
|
|
18
|
+
import type { Task, Task_1, ValueTask, ValueTask_1 } from './System.Threading.Tasks/internal/index.js';
|
|
19
|
+
import type { CancellationToken } from './System.Threading/internal/index.js';
|
|
20
|
+
import type { Array as ClrArray, AsyncCallback, Boolean as ClrBoolean, Byte, Char, Enum, Exception, IAsyncDisposable, IAsyncResult, IComparable, IConvertible, IDisposable, IEquatable_1, IFormatProvider, IFormattable, Int32, Int64, IntPtr, ISpanFormattable, Memory_1, Nullable_1, Object as ClrObject, Range, ReadOnlyMemory_1, ReadOnlySpan_1, Span_1, String as ClrString, SystemException, Type, TypeCode, ValueType, Void } from './System/internal/index.js';
|
|
21
|
+
|
|
22
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
23
|
+
export { CryptographicException as CryptographicException } from './System.Security.Cryptography/internal/index.js';
|
|
24
|
+
export { AesGcm as AesGcm } from './System.Security.Cryptography/internal/index.js';
|
|
25
|
+
export { AuthenticationTagMismatchException as AuthenticationTagMismatchException } from './System.Security.Cryptography/internal/index.js';
|
|
26
|
+
export { CompositeMLDsa as CompositeMLDsa } from './System.Security.Cryptography/internal/index.js';
|
|
27
|
+
export { CompositeMLDsaAlgorithm as CompositeMLDsaAlgorithm } from './System.Security.Cryptography/internal/index.js';
|
|
28
|
+
export { CompositeMLDsaCng as CompositeMLDsaCng } from './System.Security.Cryptography/internal/index.js';
|
|
29
|
+
export { MLDsa as MLDsa } from './System.Security.Cryptography/internal/index.js';
|
|
30
|
+
export { MLDsaAlgorithm as MLDsaAlgorithm } from './System.Security.Cryptography/internal/index.js';
|
|
31
|
+
export { MLDsaCng as MLDsaCng } from './System.Security.Cryptography/internal/index.js';
|
|
32
|
+
export { MLKem as MLKem } from './System.Security.Cryptography/internal/index.js';
|
|
33
|
+
export { MLKemAlgorithm as MLKemAlgorithm } from './System.Security.Cryptography/internal/index.js';
|
|
34
|
+
export { MLKemCng as MLKemCng } from './System.Security.Cryptography/internal/index.js';
|
|
35
|
+
export { PbeEncryptionAlgorithm as PbeEncryptionAlgorithm } from './System.Security.Cryptography/internal/index.js';
|
|
36
|
+
export { PbeParameters as PbeParameters } from './System.Security.Cryptography/internal/index.js';
|
|
37
|
+
export { SlhDsa as SlhDsa } from './System.Security.Cryptography/internal/index.js';
|
|
38
|
+
export { SlhDsaAlgorithm as SlhDsaAlgorithm } from './System.Security.Cryptography/internal/index.js';
|
|
39
|
+
export { SlhDsaCng as SlhDsaCng } from './System.Security.Cryptography/internal/index.js';
|
|
40
|
+
export { SP800108HmacCounterKdf as SP800108HmacCounterKdf } from './System.Security.Cryptography/internal/index.js';
|
|
41
|
+
export { Aes as Aes } from './System.Security.Cryptography/internal/index.js';
|
|
42
|
+
export { AesCcm as AesCcm } from './System.Security.Cryptography/internal/index.js';
|
|
43
|
+
export { AesCryptoServiceProvider as AesCryptoServiceProvider } from './System.Security.Cryptography/internal/index.js';
|
|
44
|
+
export { AesManaged as AesManaged } from './System.Security.Cryptography/internal/index.js';
|
|
45
|
+
export { AsnEncodedData as AsnEncodedData } from './System.Security.Cryptography/internal/index.js';
|
|
46
|
+
export { AsnEncodedDataCollection as AsnEncodedDataCollection } from './System.Security.Cryptography/internal/index.js';
|
|
47
|
+
export { AsnEncodedDataEnumerator as AsnEncodedDataEnumerator } from './System.Security.Cryptography/internal/index.js';
|
|
48
|
+
export { AsymmetricAlgorithm as AsymmetricAlgorithm } from './System.Security.Cryptography/internal/index.js';
|
|
49
|
+
export { AsymmetricKeyExchangeDeformatter as AsymmetricKeyExchangeDeformatter } from './System.Security.Cryptography/internal/index.js';
|
|
50
|
+
export { AsymmetricKeyExchangeFormatter as AsymmetricKeyExchangeFormatter } from './System.Security.Cryptography/internal/index.js';
|
|
51
|
+
export { AsymmetricSignatureDeformatter as AsymmetricSignatureDeformatter } from './System.Security.Cryptography/internal/index.js';
|
|
52
|
+
export { AsymmetricSignatureFormatter as AsymmetricSignatureFormatter } from './System.Security.Cryptography/internal/index.js';
|
|
53
|
+
export { FromBase64TransformMode as FromBase64TransformMode } from './System.Security.Cryptography/internal/index.js';
|
|
54
|
+
export { ToBase64Transform as ToBase64Transform } from './System.Security.Cryptography/internal/index.js';
|
|
55
|
+
export { FromBase64Transform as FromBase64Transform } from './System.Security.Cryptography/internal/index.js';
|
|
56
|
+
export { ChaCha20Poly1305 as ChaCha20Poly1305 } from './System.Security.Cryptography/internal/index.js';
|
|
57
|
+
export { CipherMode as CipherMode } from './System.Security.Cryptography/internal/index.js';
|
|
58
|
+
export { CngAlgorithm as CngAlgorithm } from './System.Security.Cryptography/internal/index.js';
|
|
59
|
+
export { CngAlgorithmGroup as CngAlgorithmGroup } from './System.Security.Cryptography/internal/index.js';
|
|
60
|
+
export { CngExportPolicies as CngExportPolicies } from './System.Security.Cryptography/internal/index.js';
|
|
61
|
+
export { CngKeyBlobFormat as CngKeyBlobFormat } from './System.Security.Cryptography/internal/index.js';
|
|
62
|
+
export { CngKeyCreationOptions as CngKeyCreationOptions } from './System.Security.Cryptography/internal/index.js';
|
|
63
|
+
export { CngKeyCreationParameters as CngKeyCreationParameters } from './System.Security.Cryptography/internal/index.js';
|
|
64
|
+
export { CngKeyHandleOpenOptions as CngKeyHandleOpenOptions } from './System.Security.Cryptography/internal/index.js';
|
|
65
|
+
export { CngKeyOpenOptions as CngKeyOpenOptions } from './System.Security.Cryptography/internal/index.js';
|
|
66
|
+
export { CngKeyUsages as CngKeyUsages } from './System.Security.Cryptography/internal/index.js';
|
|
67
|
+
export { CngProperty as CngProperty } from './System.Security.Cryptography/internal/index.js';
|
|
68
|
+
export { CngPropertyCollection as CngPropertyCollection } from './System.Security.Cryptography/internal/index.js';
|
|
69
|
+
export { CngPropertyOptions as CngPropertyOptions } from './System.Security.Cryptography/internal/index.js';
|
|
70
|
+
export { CngProvider as CngProvider } from './System.Security.Cryptography/internal/index.js';
|
|
71
|
+
export { CngUIPolicy as CngUIPolicy } from './System.Security.Cryptography/internal/index.js';
|
|
72
|
+
export { CngUIProtectionLevels as CngUIProtectionLevels } from './System.Security.Cryptography/internal/index.js';
|
|
73
|
+
export { CryptoConfig as CryptoConfig } from './System.Security.Cryptography/internal/index.js';
|
|
74
|
+
export { CryptographicOperations$instance as CryptographicOperations } from './System.Security.Cryptography/internal/index.js';
|
|
75
|
+
export { CryptographicUnexpectedOperationException as CryptographicUnexpectedOperationException } from './System.Security.Cryptography/internal/index.js';
|
|
76
|
+
export { CryptoStream as CryptoStream } from './System.Security.Cryptography/internal/index.js';
|
|
77
|
+
export { CryptoStreamMode as CryptoStreamMode } from './System.Security.Cryptography/internal/index.js';
|
|
78
|
+
export { CspParameters as CspParameters } from './System.Security.Cryptography/internal/index.js';
|
|
79
|
+
export { CspProviderFlags as CspProviderFlags } from './System.Security.Cryptography/internal/index.js';
|
|
80
|
+
export { DeriveBytes as DeriveBytes } from './System.Security.Cryptography/internal/index.js';
|
|
81
|
+
export { DES as DES } from './System.Security.Cryptography/internal/index.js';
|
|
82
|
+
export { DSA as DSA } from './System.Security.Cryptography/internal/index.js';
|
|
83
|
+
export { DSAParameters as DSAParameters } from './System.Security.Cryptography/internal/index.js';
|
|
84
|
+
export { DSASignatureDeformatter as DSASignatureDeformatter } from './System.Security.Cryptography/internal/index.js';
|
|
85
|
+
export { DSASignatureFormat as DSASignatureFormat } from './System.Security.Cryptography/internal/index.js';
|
|
86
|
+
export { DSASignatureFormatter as DSASignatureFormatter } from './System.Security.Cryptography/internal/index.js';
|
|
87
|
+
export { ECAlgorithm as ECAlgorithm } from './System.Security.Cryptography/internal/index.js';
|
|
88
|
+
export { ECCurve as ECCurve } from './System.Security.Cryptography/internal/index.js';
|
|
89
|
+
export { ECCurve_ECCurveType as ECCurve_ECCurveType } from './System.Security.Cryptography/internal/index.js';
|
|
90
|
+
export { ECCurve_NamedCurves$instance as ECCurve_NamedCurves } from './System.Security.Cryptography/internal/index.js';
|
|
91
|
+
export { ECDiffieHellman as ECDiffieHellman } from './System.Security.Cryptography/internal/index.js';
|
|
92
|
+
export { ECDiffieHellmanKeyDerivationFunction as ECDiffieHellmanKeyDerivationFunction } from './System.Security.Cryptography/internal/index.js';
|
|
93
|
+
export { ECDiffieHellmanPublicKey as ECDiffieHellmanPublicKey } from './System.Security.Cryptography/internal/index.js';
|
|
94
|
+
export { ECDsa as ECDsa } from './System.Security.Cryptography/internal/index.js';
|
|
95
|
+
export { ECKeyXmlFormat as ECKeyXmlFormat } from './System.Security.Cryptography/internal/index.js';
|
|
96
|
+
export { ECParameters as ECParameters } from './System.Security.Cryptography/internal/index.js';
|
|
97
|
+
export { ECPoint as ECPoint } from './System.Security.Cryptography/internal/index.js';
|
|
98
|
+
export { HashAlgorithm as HashAlgorithm } from './System.Security.Cryptography/internal/index.js';
|
|
99
|
+
export { HashAlgorithmName as HashAlgorithmName } from './System.Security.Cryptography/internal/index.js';
|
|
100
|
+
export { HKDF$instance as HKDF } from './System.Security.Cryptography/internal/index.js';
|
|
101
|
+
export { HMAC as HMAC } from './System.Security.Cryptography/internal/index.js';
|
|
102
|
+
export { HMACMD5 as HMACMD5 } from './System.Security.Cryptography/internal/index.js';
|
|
103
|
+
export { HMACSHA1 as HMACSHA1 } from './System.Security.Cryptography/internal/index.js';
|
|
104
|
+
export { HMACSHA256 as HMACSHA256 } from './System.Security.Cryptography/internal/index.js';
|
|
105
|
+
export { HMACSHA384 as HMACSHA384 } from './System.Security.Cryptography/internal/index.js';
|
|
106
|
+
export { HMACSHA512 as HMACSHA512 } from './System.Security.Cryptography/internal/index.js';
|
|
107
|
+
export { HMACSHA3_256 as HMACSHA3_256 } from './System.Security.Cryptography/internal/index.js';
|
|
108
|
+
export { HMACSHA3_384 as HMACSHA3_384 } from './System.Security.Cryptography/internal/index.js';
|
|
109
|
+
export { HMACSHA3_512 as HMACSHA3_512 } from './System.Security.Cryptography/internal/index.js';
|
|
110
|
+
export type ICryptoTransform = Internal.ICryptoTransform;
|
|
111
|
+
export type ICspAsymmetricAlgorithm = Internal.ICspAsymmetricAlgorithm;
|
|
112
|
+
export { IncrementalHash as IncrementalHash } from './System.Security.Cryptography/internal/index.js';
|
|
113
|
+
export { KeyedHashAlgorithm as KeyedHashAlgorithm } from './System.Security.Cryptography/internal/index.js';
|
|
114
|
+
export { KeyNumber as KeyNumber } from './System.Security.Cryptography/internal/index.js';
|
|
115
|
+
export { KeySizes as KeySizes } from './System.Security.Cryptography/internal/index.js';
|
|
116
|
+
export { Kmac128 as Kmac128 } from './System.Security.Cryptography/internal/index.js';
|
|
117
|
+
export { Kmac256 as Kmac256 } from './System.Security.Cryptography/internal/index.js';
|
|
118
|
+
export { KmacXof128 as KmacXof128 } from './System.Security.Cryptography/internal/index.js';
|
|
119
|
+
export { KmacXof256 as KmacXof256 } from './System.Security.Cryptography/internal/index.js';
|
|
120
|
+
export { MaskGenerationMethod as MaskGenerationMethod } from './System.Security.Cryptography/internal/index.js';
|
|
121
|
+
export { MD5 as MD5 } from './System.Security.Cryptography/internal/index.js';
|
|
122
|
+
export { MD5CryptoServiceProvider as MD5CryptoServiceProvider } from './System.Security.Cryptography/internal/index.js';
|
|
123
|
+
export { MLDsaOpenSsl as MLDsaOpenSsl } from './System.Security.Cryptography/internal/index.js';
|
|
124
|
+
export { MLKemOpenSsl as MLKemOpenSsl } from './System.Security.Cryptography/internal/index.js';
|
|
125
|
+
export { Oid as Oid } from './System.Security.Cryptography/internal/index.js';
|
|
126
|
+
export { OidCollection as OidCollection } from './System.Security.Cryptography/internal/index.js';
|
|
127
|
+
export { OidEnumerator as OidEnumerator } from './System.Security.Cryptography/internal/index.js';
|
|
128
|
+
export { OidGroup as OidGroup } from './System.Security.Cryptography/internal/index.js';
|
|
129
|
+
export { PaddingMode as PaddingMode } from './System.Security.Cryptography/internal/index.js';
|
|
130
|
+
export { PasswordDeriveBytes as PasswordDeriveBytes } from './System.Security.Cryptography/internal/index.js';
|
|
131
|
+
export { PemEncoding$instance as PemEncoding } from './System.Security.Cryptography/internal/index.js';
|
|
132
|
+
export { PemFields as PemFields } from './System.Security.Cryptography/internal/index.js';
|
|
133
|
+
export { PKCS1MaskGenerationMethod as PKCS1MaskGenerationMethod } from './System.Security.Cryptography/internal/index.js';
|
|
134
|
+
export { RandomNumberGenerator as RandomNumberGenerator } from './System.Security.Cryptography/internal/index.js';
|
|
135
|
+
export { RC2 as RC2 } from './System.Security.Cryptography/internal/index.js';
|
|
136
|
+
export { Rijndael as Rijndael } from './System.Security.Cryptography/internal/index.js';
|
|
137
|
+
export { RijndaelManaged as RijndaelManaged } from './System.Security.Cryptography/internal/index.js';
|
|
138
|
+
export { Rfc2898DeriveBytes as Rfc2898DeriveBytes } from './System.Security.Cryptography/internal/index.js';
|
|
139
|
+
export { RNGCryptoServiceProvider as RNGCryptoServiceProvider } from './System.Security.Cryptography/internal/index.js';
|
|
140
|
+
export { RSA as RSA } from './System.Security.Cryptography/internal/index.js';
|
|
141
|
+
export { RSAEncryptionPadding as RSAEncryptionPadding } from './System.Security.Cryptography/internal/index.js';
|
|
142
|
+
export { RSAEncryptionPaddingMode as RSAEncryptionPaddingMode } from './System.Security.Cryptography/internal/index.js';
|
|
143
|
+
export { RSAOAEPKeyExchangeDeformatter as RSAOAEPKeyExchangeDeformatter } from './System.Security.Cryptography/internal/index.js';
|
|
144
|
+
export { RSAOAEPKeyExchangeFormatter as RSAOAEPKeyExchangeFormatter } from './System.Security.Cryptography/internal/index.js';
|
|
145
|
+
export { RSAParameters as RSAParameters } from './System.Security.Cryptography/internal/index.js';
|
|
146
|
+
export { RSAPKCS1KeyExchangeDeformatter as RSAPKCS1KeyExchangeDeformatter } from './System.Security.Cryptography/internal/index.js';
|
|
147
|
+
export { RSAPKCS1KeyExchangeFormatter as RSAPKCS1KeyExchangeFormatter } from './System.Security.Cryptography/internal/index.js';
|
|
148
|
+
export { RSAPKCS1SignatureDeformatter as RSAPKCS1SignatureDeformatter } from './System.Security.Cryptography/internal/index.js';
|
|
149
|
+
export { RSAPKCS1SignatureFormatter as RSAPKCS1SignatureFormatter } from './System.Security.Cryptography/internal/index.js';
|
|
150
|
+
export { RSASignaturePadding as RSASignaturePadding } from './System.Security.Cryptography/internal/index.js';
|
|
151
|
+
export { RSASignaturePaddingMode as RSASignaturePaddingMode } from './System.Security.Cryptography/internal/index.js';
|
|
152
|
+
export { SHA1 as SHA1 } from './System.Security.Cryptography/internal/index.js';
|
|
153
|
+
export { SHA1CryptoServiceProvider as SHA1CryptoServiceProvider } from './System.Security.Cryptography/internal/index.js';
|
|
154
|
+
export { SHA1Managed as SHA1Managed } from './System.Security.Cryptography/internal/index.js';
|
|
155
|
+
export { SHA256 as SHA256 } from './System.Security.Cryptography/internal/index.js';
|
|
156
|
+
export { SHA256CryptoServiceProvider as SHA256CryptoServiceProvider } from './System.Security.Cryptography/internal/index.js';
|
|
157
|
+
export { SHA256Managed as SHA256Managed } from './System.Security.Cryptography/internal/index.js';
|
|
158
|
+
export { SHA384 as SHA384 } from './System.Security.Cryptography/internal/index.js';
|
|
159
|
+
export { SHA384CryptoServiceProvider as SHA384CryptoServiceProvider } from './System.Security.Cryptography/internal/index.js';
|
|
160
|
+
export { SHA384Managed as SHA384Managed } from './System.Security.Cryptography/internal/index.js';
|
|
161
|
+
export { SHA512 as SHA512 } from './System.Security.Cryptography/internal/index.js';
|
|
162
|
+
export { SHA512CryptoServiceProvider as SHA512CryptoServiceProvider } from './System.Security.Cryptography/internal/index.js';
|
|
163
|
+
export { SHA512Managed as SHA512Managed } from './System.Security.Cryptography/internal/index.js';
|
|
164
|
+
export { SHA3_256 as SHA3_256 } from './System.Security.Cryptography/internal/index.js';
|
|
165
|
+
export { SHA3_384 as SHA3_384 } from './System.Security.Cryptography/internal/index.js';
|
|
166
|
+
export { SHA3_512 as SHA3_512 } from './System.Security.Cryptography/internal/index.js';
|
|
167
|
+
export { Shake128 as Shake128 } from './System.Security.Cryptography/internal/index.js';
|
|
168
|
+
export { Shake256 as Shake256 } from './System.Security.Cryptography/internal/index.js';
|
|
169
|
+
export { SignatureDescription as SignatureDescription } from './System.Security.Cryptography/internal/index.js';
|
|
170
|
+
export { SlhDsaOpenSsl as SlhDsaOpenSsl } from './System.Security.Cryptography/internal/index.js';
|
|
171
|
+
export { SymmetricAlgorithm as SymmetricAlgorithm } from './System.Security.Cryptography/internal/index.js';
|
|
172
|
+
export { TripleDES as TripleDES } from './System.Security.Cryptography/internal/index.js';
|
|
173
|
+
export { DSAOpenSsl as DSAOpenSsl } from './System.Security.Cryptography/internal/index.js';
|
|
174
|
+
export { ECDiffieHellmanOpenSsl as ECDiffieHellmanOpenSsl } from './System.Security.Cryptography/internal/index.js';
|
|
175
|
+
export { ECDsaOpenSsl as ECDsaOpenSsl } from './System.Security.Cryptography/internal/index.js';
|
|
176
|
+
export { RSAOpenSsl as RSAOpenSsl } from './System.Security.Cryptography/internal/index.js';
|
|
177
|
+
export { AesCng as AesCng } from './System.Security.Cryptography/internal/index.js';
|
|
178
|
+
export { CngKey as CngKey } from './System.Security.Cryptography/internal/index.js';
|
|
179
|
+
export { DSACng as DSACng } from './System.Security.Cryptography/internal/index.js';
|
|
180
|
+
export { ECDiffieHellmanCng as ECDiffieHellmanCng } from './System.Security.Cryptography/internal/index.js';
|
|
181
|
+
export { ECDiffieHellmanCngPublicKey as ECDiffieHellmanCngPublicKey } from './System.Security.Cryptography/internal/index.js';
|
|
182
|
+
export { ECDsaCng as ECDsaCng } from './System.Security.Cryptography/internal/index.js';
|
|
183
|
+
export { RSACng as RSACng } from './System.Security.Cryptography/internal/index.js';
|
|
184
|
+
export { TripleDESCng as TripleDESCng } from './System.Security.Cryptography/internal/index.js';
|
|
185
|
+
export { CspKeyContainerInfo as CspKeyContainerInfo } from './System.Security.Cryptography/internal/index.js';
|
|
186
|
+
export { DESCryptoServiceProvider as DESCryptoServiceProvider } from './System.Security.Cryptography/internal/index.js';
|
|
187
|
+
export { DSACryptoServiceProvider as DSACryptoServiceProvider } from './System.Security.Cryptography/internal/index.js';
|
|
188
|
+
export { RC2CryptoServiceProvider as RC2CryptoServiceProvider } from './System.Security.Cryptography/internal/index.js';
|
|
189
|
+
export { RSACryptoServiceProvider as RSACryptoServiceProvider } from './System.Security.Cryptography/internal/index.js';
|
|
190
|
+
export { SafeEvpPKeyHandle as SafeEvpPKeyHandle } from './System.Security.Cryptography/internal/index.js';
|
|
191
|
+
export { TripleDESCryptoServiceProvider as TripleDESCryptoServiceProvider } from './System.Security.Cryptography/internal/index.js';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Security.Permissions
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Security.Permissions/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { IPermission } from './System.Security/internal/index.js';
|
|
10
|
+
import type { Attribute, Boolean as ClrBoolean, Enum, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode } from './System/internal/index.js';
|
|
11
|
+
|
|
12
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
13
|
+
export { CodeAccessSecurityAttribute as CodeAccessSecurityAttribute } from './System.Security.Permissions/internal/index.js';
|
|
14
|
+
export { PermissionState as PermissionState } from './System.Security.Permissions/internal/index.js';
|
|
15
|
+
export { SecurityAction as SecurityAction } from './System.Security.Permissions/internal/index.js';
|
|
16
|
+
export { SecurityAttribute as SecurityAttribute } from './System.Security.Permissions/internal/index.js';
|
|
17
|
+
export { SecurityPermissionAttribute as SecurityPermissionAttribute } from './System.Security.Permissions/internal/index.js';
|
|
18
|
+
export { SecurityPermissionFlag as SecurityPermissionFlag } from './System.Security.Permissions/internal/index.js';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Security.Policy
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Security.Policy/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { ICollection, IEnumerable, IEnumerator } from './System.Collections/internal/index.js';
|
|
10
|
+
import type { Array as ClrArray, Boolean as ClrBoolean, Int32, Object as ClrObject, String as ClrString, Type, Void } from './System/internal/index.js';
|
|
11
|
+
|
|
12
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
13
|
+
export { Evidence as Evidence } from './System.Security.Policy/internal/index.js';
|
|
14
|
+
export { EvidenceBase as EvidenceBase } from './System.Security.Policy/internal/index.js';
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Security.Principal
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Security.Principal/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { SafeAccessTokenHandle } from './Microsoft.Win32.SafeHandles/internal/index.js';
|
|
10
|
+
import type { ICollection_1, IEnumerable_1, IEnumerator_1 } from './System.Collections.Generic/internal/index.js';
|
|
11
|
+
import type { IDictionary, IEnumerable, IEnumerator } from './System.Collections/internal/index.js';
|
|
12
|
+
import type { BinaryWriter } from './System.IO/internal/index.js';
|
|
13
|
+
import type { MethodBase } from './System.Reflection/internal/index.js';
|
|
14
|
+
import type { IDeserializationCallback, ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
|
|
15
|
+
import type { Claim, ClaimsIdentity, ClaimsPrincipal } from './System.Security.Claims/internal/index.js';
|
|
16
|
+
import type { Task, Task_1 } from './System.Threading.Tasks/internal/index.js';
|
|
17
|
+
import type { Action, Boolean as ClrBoolean, Byte, Enum, Exception, Func_1, IComparable, IComparable_1, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, IntPtr, ISpanFormattable, Object as ClrObject, Predicate_1, String as ClrString, SystemException, Type, TypeCode, Void } from './System/internal/index.js';
|
|
18
|
+
|
|
19
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
20
|
+
export type IIdentity = Internal.IIdentity;
|
|
21
|
+
export type IPrincipal = Internal.IPrincipal;
|
|
22
|
+
export { PrincipalPolicy as PrincipalPolicy } from './System.Security.Principal/internal/index.js';
|
|
23
|
+
export { TokenImpersonationLevel as TokenImpersonationLevel } from './System.Security.Principal/internal/index.js';
|
|
24
|
+
export { GenericIdentity as GenericIdentity } from './System.Security.Principal/internal/index.js';
|
|
25
|
+
export { GenericPrincipal as GenericPrincipal } from './System.Security.Principal/internal/index.js';
|
|
26
|
+
export { IdentityNotMappedException as IdentityNotMappedException } from './System.Security.Principal/internal/index.js';
|
|
27
|
+
export { IdentityReference as IdentityReference } from './System.Security.Principal/internal/index.js';
|
|
28
|
+
export { IdentityReferenceCollection as IdentityReferenceCollection } from './System.Security.Principal/internal/index.js';
|
|
29
|
+
export { NTAccount as NTAccount } from './System.Security.Principal/internal/index.js';
|
|
30
|
+
export { SecurityIdentifier as SecurityIdentifier } from './System.Security.Principal/internal/index.js';
|
|
31
|
+
export { TokenAccessLevels as TokenAccessLevels } from './System.Security.Principal/internal/index.js';
|
|
32
|
+
export { WellKnownSidType as WellKnownSidType } from './System.Security.Principal/internal/index.js';
|
|
33
|
+
export { WindowsAccountType as WindowsAccountType } from './System.Security.Principal/internal/index.js';
|
|
34
|
+
export { WindowsBuiltInRole as WindowsBuiltInRole } from './System.Security.Principal/internal/index.js';
|
|
35
|
+
export { WindowsIdentity as WindowsIdentity } from './System.Security.Principal/internal/index.js';
|
|
36
|
+
export { WindowsPrincipal as WindowsPrincipal } from './System.Security.Principal/internal/index.js';
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Security
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Security/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { ArrayList, Hashtable, ICollection, IDictionary, IEnumerable, IEnumerator } from './System.Collections/internal/index.js';
|
|
10
|
+
import type { AssemblyName, MethodBase, MethodInfo } from './System.Reflection/internal/index.js';
|
|
11
|
+
import type { IDeserializationCallback, ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
|
|
12
|
+
import type { PermissionState } from './System.Security.Permissions/internal/index.js';
|
|
13
|
+
import type { Array as ClrArray, Attribute, Boolean as ClrBoolean, Byte, Char, Enum, Exception, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, IntPtr, ISpanFormattable, Object as ClrObject, String as ClrString, SystemException, Type, TypeCode, Void } from './System/internal/index.js';
|
|
14
|
+
|
|
15
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
16
|
+
export { AllowPartiallyTrustedCallersAttribute as AllowPartiallyTrustedCallersAttribute } from './System.Security/internal/index.js';
|
|
17
|
+
export type IPermission = Internal.IPermission;
|
|
18
|
+
export type ISecurityEncodable = Internal.ISecurityEncodable;
|
|
19
|
+
export type IStackWalk = Internal.IStackWalk;
|
|
20
|
+
export { PartialTrustVisibilityLevel as PartialTrustVisibilityLevel } from './System.Security/internal/index.js';
|
|
21
|
+
export { PermissionSet as PermissionSet } from './System.Security/internal/index.js';
|
|
22
|
+
export { SecureString as SecureString } from './System.Security/internal/index.js';
|
|
23
|
+
export { SecurityCriticalAttribute as SecurityCriticalAttribute } from './System.Security/internal/index.js';
|
|
24
|
+
export { SecurityCriticalScope as SecurityCriticalScope } from './System.Security/internal/index.js';
|
|
25
|
+
export { SecurityElement as SecurityElement } from './System.Security/internal/index.js';
|
|
26
|
+
export { SecurityException as SecurityException } from './System.Security/internal/index.js';
|
|
27
|
+
export { SecurityRulesAttribute as SecurityRulesAttribute } from './System.Security/internal/index.js';
|
|
28
|
+
export { SecurityRuleSet as SecurityRuleSet } from './System.Security/internal/index.js';
|
|
29
|
+
export { SecuritySafeCriticalAttribute as SecuritySafeCriticalAttribute } from './System.Security/internal/index.js';
|
|
30
|
+
export { SecurityTransparentAttribute as SecurityTransparentAttribute } from './System.Security/internal/index.js';
|
|
31
|
+
export { SecurityTreatAsSafeAttribute as SecurityTreatAsSafeAttribute } from './System.Security/internal/index.js';
|
|
32
|
+
export { SuppressUnmanagedCodeSecurityAttribute as SuppressUnmanagedCodeSecurityAttribute } from './System.Security/internal/index.js';
|
|
33
|
+
export { UnverifiableCodeAttribute as UnverifiableCodeAttribute } from './System.Security/internal/index.js';
|
|
34
|
+
export { VerificationException as VerificationException } from './System.Security/internal/index.js';
|
|
35
|
+
export { SecureStringMarshal$instance as SecureStringMarshal } from './System.Security/internal/index.js';
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Text.Encodings.Web
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Text.Encodings.Web/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { OperationStatus } from './System.Buffers/internal/index.js';
|
|
10
|
+
import type { IEnumerable_1 } from './System.Collections.Generic/internal/index.js';
|
|
11
|
+
import type { TextWriter } from './System.IO/internal/index.js';
|
|
12
|
+
import type { UnicodeRange } from './System.Text.Unicode/internal/index.js';
|
|
13
|
+
import type { Boolean as ClrBoolean, Byte, Char, Int32, Object as ClrObject, ReadOnlySpan_1, Span_1, String as ClrString, Type, Void } from './System/internal/index.js';
|
|
14
|
+
|
|
15
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
16
|
+
export { HtmlEncoder as HtmlEncoder } from './System.Text.Encodings.Web/internal/index.js';
|
|
17
|
+
export { JavaScriptEncoder as JavaScriptEncoder } from './System.Text.Encodings.Web/internal/index.js';
|
|
18
|
+
export { TextEncoder as TextEncoder } from './System.Text.Encodings.Web/internal/index.js';
|
|
19
|
+
export { TextEncoderSettings as TextEncoderSettings } from './System.Text.Encodings.Web/internal/index.js';
|
|
20
|
+
export { UrlEncoder as UrlEncoder } from './System.Text.Encodings.Web/internal/index.js';
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Text.Json.Nodes
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Text.Json.Nodes/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { ICollection_1, IDictionary_2, IEnumerable_1, IEnumerator_1, IList_1, KeyValuePair_2 } from './System.Collections.Generic/internal/index.js';
|
|
10
|
+
import type { IEnumerable, IEnumerator } from './System.Collections/internal/index.js';
|
|
11
|
+
import type { Stream } from './System.IO/internal/index.js';
|
|
12
|
+
import type { JsonTypeInfo_1 } from './System.Text.Json.Serialization.Metadata/internal/index.js';
|
|
13
|
+
import type { JsonDocumentOptions, JsonElement, JsonSerializerOptions, JsonValueKind, Utf8JsonReader, Utf8JsonWriter } from './System.Text.Json/internal/index.js';
|
|
14
|
+
import type { Task_1 } from './System.Threading.Tasks/internal/index.js';
|
|
15
|
+
import type { CancellationToken } from './System.Threading/internal/index.js';
|
|
16
|
+
import type { Boolean as ClrBoolean, Byte, Char, DateTime, DateTimeOffset, Decimal, Double, Func_2, Guid, Int16, Int32, Int64, Nullable_1, Object as ClrObject, ReadOnlySpan_1, SByte, Single, String as ClrString, Type, UInt16, UInt32, UInt64, ValueType, Void } from './System/internal/index.js';
|
|
17
|
+
|
|
18
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
19
|
+
export { JsonArray as JsonArray } from './System.Text.Json.Nodes/internal/index.js';
|
|
20
|
+
export { JsonNode as JsonNode } from './System.Text.Json.Nodes/internal/index.js';
|
|
21
|
+
export { JsonNodeOptions as JsonNodeOptions } from './System.Text.Json.Nodes/internal/index.js';
|
|
22
|
+
export { JsonObject as JsonObject } from './System.Text.Json.Nodes/internal/index.js';
|
|
23
|
+
export { JsonValue as JsonValue } from './System.Text.Json.Nodes/internal/index.js';
|