@tsonic/dotnet 0.7.2 → 0.7.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal.d.ts +13 -0
- package/Microsoft.CSharp.RuntimeBinder.d.ts +23 -0
- package/Microsoft.VisualBasic/internal/index.d.ts +8 -8
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +2 -2
- package/Microsoft.VisualBasic.CompilerServices.d.ts +45 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +7 -7
- 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/internal/index.d.ts +79 -72
- package/System.Buffers/internal/index.d.ts +1 -1
- 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 +42 -0
- package/System.CodeDom.Compiler/internal/index.d.ts +2 -2
- package/System.CodeDom.Compiler.d.ts +17 -0
- package/System.Collections.Concurrent/internal/index.d.ts +1 -0
- package/System.Collections.Concurrent.d.ts +33 -0
- package/System.Collections.Frozen.d.ts +18 -0
- package/System.Collections.Generic/internal/index.d.ts +10 -0
- package/System.Collections.Generic.d.ts +61 -0
- package/System.Collections.Immutable/internal/index.d.ts +16 -11
- package/System.Collections.Immutable.d.ts +35 -0
- package/System.Collections.ObjectModel.d.ts +32 -0
- package/System.Collections.Specialized/internal/index.d.ts +3 -2
- package/System.Collections.Specialized.d.ts +32 -0
- package/System.Collections.d.ts +39 -0
- package/System.ComponentModel/internal/index.d.ts +11 -7
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +19 -0
- package/System.ComponentModel.DataAnnotations.d.ts +55 -0
- package/System.ComponentModel.Design/internal/index.d.ts +3 -0
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +3 -1
- 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/internal/index.d.ts +12 -7
- package/System.Data.Common.d.ts +62 -0
- package/System.Data.SqlTypes/internal/index.d.ts +26 -26
- package/System.Data.SqlTypes.d.ts +43 -0
- package/System.Data.d.ts +146 -0
- package/System.Diagnostics/internal/index.d.ts +19 -19
- package/System.Diagnostics.CodeAnalysis.d.ts +38 -0
- package/System.Diagnostics.Contracts.d.ts +30 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +4 -4
- package/System.Diagnostics.Metrics.d.ts +42 -0
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +1 -1
- 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/internal/index.d.ts +7 -7
- package/System.Drawing.d.ts +30 -0
- package/System.Dynamic/internal/index.d.ts +2 -2
- package/System.Dynamic.d.ts +37 -0
- package/System.Formats.Asn1/internal/index.d.ts +1 -1
- package/System.Formats.Asn1.d.ts +25 -0
- package/System.Formats.Tar.d.ts +27 -0
- package/System.Globalization/internal/index.d.ts +1 -1
- package/System.Globalization.d.ts +57 -0
- package/System.IO/internal/index.d.ts +9 -9
- 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/internal/index.d.ts +5 -0
- package/System.Linq.Expressions/internal/index.d.ts +47 -47
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
- package/System.Linq.Expressions.Interpreter.d.ts +12 -0
- package/System.Linq.Expressions.d.ts +67 -0
- package/System.Linq.d.ts +68 -0
- package/System.Net/internal/index.d.ts +6 -2
- package/System.Net.Cache.d.ts +16 -0
- package/System.Net.Http/internal/index.d.ts +1 -1
- 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/internal/index.d.ts +1 -1
- package/System.Net.Security.d.ts +47 -0
- package/System.Net.ServerSentEvents.d.ts +32 -0
- package/System.Net.Sockets/internal/index.d.ts +2 -2
- 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/internal/index.d.ts +61 -21
- package/System.Numerics.d.ts +67 -0
- package/System.Reflection/internal/index.d.ts +3 -3
- package/System.Reflection.Emit/internal/index.d.ts +7 -7
- package/System.Reflection.Emit.d.ts +49 -0
- package/System.Reflection.Metadata/internal/index.d.ts +46 -43
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +2 -2
- 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/internal/index.d.ts +2 -0
- package/System.Resources.d.ts +27 -0
- package/System.Runtime.CompilerServices/internal/index.d.ts +2 -1
- package/System.Runtime.CompilerServices.d.ts +214 -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/internal/index.d.ts +19 -18
- 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 +58 -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 +24 -0
- package/System.Runtime.InteropServices.d.ts +162 -0
- package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
- 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 +41 -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/internal/index.d.ts +1 -1
- package/System.Runtime.Versioning.d.ts +27 -0
- package/System.Runtime.d.ts +27 -0
- package/System.Security.AccessControl.d.ts +99 -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/internal/index.d.ts +15 -15
- 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/internal/index.d.ts +1 -1
- package/System.Security.Principal.d.ts +36 -0
- package/System.Security.d.ts +35 -0
- package/System.Text/internal/index.d.ts +10 -9
- package/System.Text.Encodings.Web/internal/index.d.ts +7 -7
- package/System.Text.Encodings.Web.d.ts +20 -0
- package/System.Text.Json/internal/index.d.ts +1 -1
- package/System.Text.Json.Nodes.d.ts +23 -0
- package/System.Text.Json.Schema.d.ts +17 -0
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +1 -1
- package/System.Text.Json.Serialization.Metadata.d.ts +42 -0
- package/System.Text.Json.Serialization.d.ts +70 -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/internal/index.d.ts +5 -5
- package/System.Threading.Channels.d.ts +38 -0
- package/System.Threading.Tasks/internal/index.d.ts +12 -12
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +1 -1
- package/System.Threading.Tasks.Dataflow.d.ts +54 -0
- package/System.Threading.Tasks.Sources.d.ts +25 -0
- package/System.Threading.Tasks.d.ts +65 -0
- package/System.Threading.d.ts +99 -0
- package/{System.Timers/index.d.ts → System.Timers.d.ts} +9 -11
- package/System.Transactions/internal/index.d.ts +1 -1
- 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/internal/index.d.ts +10 -10
- 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 +410 -0
- package/families.json +359 -0
- package/package.json +1 -1
- package/tsconfig.json +2 -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.Threading.Tasks.Sources/index.d.ts +0 -20
- 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,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';
|
|
@@ -374,7 +374,7 @@ export interface __SecurityIdentifier$views {
|
|
|
374
374
|
As_IComparable_1(): System_Internal.IComparable_1$instance<SecurityIdentifier>;
|
|
375
375
|
|
|
376
376
|
// Structural method bridges for numeric interface constraints
|
|
377
|
-
|
|
377
|
+
compareTo(obj: unknown): int;
|
|
378
378
|
}
|
|
379
379
|
|
|
380
380
|
export interface SecurityIdentifier$instance extends System_Internal.IComparable_1$instance<SecurityIdentifier> {}
|
|
@@ -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';
|
|
@@ -122,8 +122,9 @@ export interface __Rune$views {
|
|
|
122
122
|
As_IUtf8SpanParsable_1(): System_Internal.IUtf8SpanParsable_1$instance<Rune>;
|
|
123
123
|
|
|
124
124
|
// Structural method bridges for numeric interface constraints
|
|
125
|
-
|
|
126
|
-
|
|
125
|
+
equals(other: Rune): boolean;
|
|
126
|
+
compareTo(obj: unknown): int;
|
|
127
|
+
tryFormat(utf8Destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<byte>>, bytesWritten: { value: ref<int> }, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").CLROf<char>>, provider: import("../../System/internal/index").IFormatProvider): boolean;
|
|
127
128
|
}
|
|
128
129
|
|
|
129
130
|
export interface Rune$instance extends System_Internal.IComparable_1$instance<Rune>, System_Internal.IUtf8SpanFormattable$instance, System_Internal.IUtf8SpanParsable_1$instance<Rune> {}
|
|
@@ -758,27 +759,27 @@ export interface StringBuilder$instance {
|
|
|
758
759
|
appendFormat(format: string, arg0: unknown): StringBuilder;
|
|
759
760
|
appendFormat(format: string, arg0: unknown, arg1: unknown): StringBuilder;
|
|
760
761
|
appendFormat(format: string, arg0: unknown, arg1: unknown, arg2: unknown): StringBuilder;
|
|
761
|
-
appendFormat(format: string, args: unknown[]): StringBuilder;
|
|
762
|
+
appendFormat(format: string, ...args: unknown[]): StringBuilder;
|
|
762
763
|
appendFormat(format: string, args: ReadOnlySpan_1<unknown>): StringBuilder;
|
|
763
764
|
appendFormat(provider: IFormatProvider, format: string, arg0: unknown): StringBuilder;
|
|
764
765
|
appendFormat(provider: IFormatProvider, format: string, arg0: unknown, arg1: unknown): StringBuilder;
|
|
765
766
|
appendFormat(provider: IFormatProvider, format: string, arg0: unknown, arg1: unknown, arg2: unknown): StringBuilder;
|
|
766
|
-
appendFormat(provider: IFormatProvider, format: string, args: unknown[]): StringBuilder;
|
|
767
|
+
appendFormat(provider: IFormatProvider, format: string, ...args: unknown[]): StringBuilder;
|
|
767
768
|
appendFormat(provider: IFormatProvider, format: string, args: ReadOnlySpan_1<unknown>): StringBuilder;
|
|
768
769
|
appendFormat<TArg0>(provider: IFormatProvider, format: CompositeFormat, arg0: TArg0): StringBuilder;
|
|
769
770
|
appendFormat<TArg0, TArg1>(provider: IFormatProvider, format: CompositeFormat, arg0: TArg0, arg1: TArg1): StringBuilder;
|
|
770
771
|
appendFormat<TArg0, TArg1, TArg2>(provider: IFormatProvider, format: CompositeFormat, arg0: TArg0, arg1: TArg1, arg2: TArg2): StringBuilder;
|
|
771
|
-
appendFormat(provider: IFormatProvider, format: CompositeFormat, args: unknown[]): StringBuilder;
|
|
772
|
+
appendFormat(provider: IFormatProvider, format: CompositeFormat, ...args: unknown[]): StringBuilder;
|
|
772
773
|
appendFormat(provider: IFormatProvider, format: CompositeFormat, args: ReadOnlySpan_1<unknown>): StringBuilder;
|
|
773
|
-
appendJoin(separator: string, values: unknown[]): StringBuilder;
|
|
774
|
+
appendJoin(separator: string, ...values: unknown[]): StringBuilder;
|
|
774
775
|
appendJoin(separator: string, values: ReadOnlySpan_1<unknown>): StringBuilder;
|
|
775
776
|
appendJoin<T>(separator: string, values: IEnumerable_1<T>): StringBuilder;
|
|
776
|
-
appendJoin(separator: string, values: string[]): StringBuilder;
|
|
777
|
+
appendJoin(separator: string, ...values: string[]): StringBuilder;
|
|
777
778
|
appendJoin(separator: string, values: ReadOnlySpan_1<CLROf<string>>): StringBuilder;
|
|
778
|
-
appendJoin(separator: char, values: unknown[]): StringBuilder;
|
|
779
|
+
appendJoin(separator: char, ...values: unknown[]): StringBuilder;
|
|
779
780
|
appendJoin(separator: char, values: ReadOnlySpan_1<unknown>): StringBuilder;
|
|
780
781
|
appendJoin<T>(separator: char, values: IEnumerable_1<T>): StringBuilder;
|
|
781
|
-
appendJoin(separator: char, values: string[]): StringBuilder;
|
|
782
|
+
appendJoin(separator: char, ...values: string[]): StringBuilder;
|
|
782
783
|
appendJoin(separator: char, values: ReadOnlySpan_1<CLROf<string>>): StringBuilder;
|
|
783
784
|
appendLine(): StringBuilder;
|
|
784
785
|
appendLine(value: string): StringBuilder;
|
|
@@ -48,7 +48,7 @@ export interface HtmlEncoder$instance extends TextEncoder {
|
|
|
48
48
|
export const HtmlEncoder: {
|
|
49
49
|
readonly default_: HtmlEncoder;
|
|
50
50
|
create(settings: TextEncoderSettings): HtmlEncoder;
|
|
51
|
-
create(allowedRanges: UnicodeRange[]): HtmlEncoder;
|
|
51
|
+
create(...allowedRanges: UnicodeRange[]): HtmlEncoder;
|
|
52
52
|
};
|
|
53
53
|
|
|
54
54
|
|
|
@@ -62,7 +62,7 @@ export const JavaScriptEncoder: {
|
|
|
62
62
|
readonly default_: JavaScriptEncoder;
|
|
63
63
|
readonly unsafeRelaxedJsonEscaping: JavaScriptEncoder;
|
|
64
64
|
create(settings: TextEncoderSettings): JavaScriptEncoder;
|
|
65
|
-
create(allowedRanges: UnicodeRange[]): JavaScriptEncoder;
|
|
65
|
+
create(...allowedRanges: UnicodeRange[]): JavaScriptEncoder;
|
|
66
66
|
};
|
|
67
67
|
|
|
68
68
|
|
|
@@ -91,15 +91,15 @@ export type TextEncoder = TextEncoder$instance;
|
|
|
91
91
|
|
|
92
92
|
export interface TextEncoderSettings$instance {
|
|
93
93
|
allowCharacter(character: char): void;
|
|
94
|
-
allowCharacters(characters: char[]): void;
|
|
94
|
+
allowCharacters(...characters: char[]): void;
|
|
95
95
|
allowCodePoints(codePoints: IEnumerable_1<CLROf<int>>): void;
|
|
96
96
|
allowRange(range: UnicodeRange): void;
|
|
97
|
-
allowRanges(ranges: UnicodeRange[]): void;
|
|
97
|
+
allowRanges(...ranges: UnicodeRange[]): void;
|
|
98
98
|
clear(): void;
|
|
99
99
|
forbidCharacter(character: char): void;
|
|
100
|
-
forbidCharacters(characters: char[]): void;
|
|
100
|
+
forbidCharacters(...characters: char[]): void;
|
|
101
101
|
forbidRange(range: UnicodeRange): void;
|
|
102
|
-
forbidRanges(ranges: UnicodeRange[]): void;
|
|
102
|
+
forbidRanges(...ranges: UnicodeRange[]): void;
|
|
103
103
|
getAllowedCodePoints(): IEnumerable_1<CLROf<int>>;
|
|
104
104
|
}
|
|
105
105
|
|
|
@@ -120,7 +120,7 @@ export interface UrlEncoder$instance extends TextEncoder {
|
|
|
120
120
|
export const UrlEncoder: {
|
|
121
121
|
readonly default_: UrlEncoder;
|
|
122
122
|
create(settings: TextEncoderSettings): UrlEncoder;
|
|
123
|
-
create(allowedRanges: UnicodeRange[]): UrlEncoder;
|
|
123
|
+
create(...allowedRanges: UnicodeRange[]): UrlEncoder;
|
|
124
124
|
};
|
|
125
125
|
|
|
126
126
|
|
|
@@ -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';
|
|
@@ -248,7 +248,7 @@ export interface __JsonEncodedText$views {
|
|
|
248
248
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<JsonEncodedText>;
|
|
249
249
|
|
|
250
250
|
// Structural method bridges for numeric interface constraints
|
|
251
|
-
|
|
251
|
+
equals(other: JsonEncodedText): boolean;
|
|
252
252
|
}
|
|
253
253
|
|
|
254
254
|
export type JsonEncodedText = JsonEncodedText$instance & __JsonEncodedText$views;
|
|
@@ -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';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Text.Json.Schema
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Text.Json.Schema/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { JsonNode } from './System.Text.Json.Nodes/internal/index.js';
|
|
10
|
+
import type { JsonPropertyInfo, JsonTypeInfo } from './System.Text.Json.Serialization.Metadata/internal/index.js';
|
|
11
|
+
import type { JsonSerializerOptions } from './System.Text.Json/internal/index.js';
|
|
12
|
+
import type { Boolean as ClrBoolean, Func_3, Int32, Object as ClrObject, ReadOnlySpan_1, String as ClrString, Type, ValueType } from './System/internal/index.js';
|
|
13
|
+
|
|
14
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
15
|
+
export { JsonSchemaExporter$instance as JsonSchemaExporter } from './System.Text.Json.Schema/internal/index.js';
|
|
16
|
+
export { JsonSchemaExporterOptions as JsonSchemaExporterOptions } from './System.Text.Json.Schema/internal/index.js';
|
|
17
|
+
export { JsonSchemaExporterContext as JsonSchemaExporterContext } from './System.Text.Json.Schema/internal/index.js';
|
|
@@ -346,7 +346,7 @@ export type JsonMetadataServices = JsonMetadataServices$instance;
|
|
|
346
346
|
|
|
347
347
|
export abstract class JsonTypeInfoResolver$instance {
|
|
348
348
|
static combine(resolvers: ReadOnlySpan_1<IJsonTypeInfoResolver>): IJsonTypeInfoResolver;
|
|
349
|
-
static combine(resolvers: IJsonTypeInfoResolver[]): IJsonTypeInfoResolver;
|
|
349
|
+
static combine(...resolvers: IJsonTypeInfoResolver[]): IJsonTypeInfoResolver;
|
|
350
350
|
static withAddedModifier(resolver: IJsonTypeInfoResolver, modifier: Action_1<JsonTypeInfo>): IJsonTypeInfoResolver;
|
|
351
351
|
}
|
|
352
352
|
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Text.Json.Serialization.Metadata
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Text.Json.Serialization.Metadata/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { ConcurrentQueue_1, ConcurrentStack_1 } from './System.Collections.Concurrent/internal/index.js';
|
|
10
|
+
import type { Dictionary_2, IAsyncEnumerable_1, ICollection_1, IDictionary_2, IEnumerable_1, IList_1, IReadOnlyDictionary_2, ISet_1, KeyValuePair_2, List_1, Queue_1, Stack_1 } from './System.Collections.Generic/internal/index.js';
|
|
11
|
+
import type { IEnumerable, IList } from './System.Collections/internal/index.js';
|
|
12
|
+
import type { ICustomAttributeProvider } from './System.Reflection/internal/index.js';
|
|
13
|
+
import type { JsonArray, JsonNode, JsonObject, JsonValue } from './System.Text.Json.Nodes/internal/index.js';
|
|
14
|
+
import type { JsonConverter, JsonConverter_1, JsonIgnoreCondition, JsonNumberHandling, JsonObjectCreationHandling, JsonSerializerContext, JsonUnknownDerivedTypeHandling, JsonUnmappedMemberHandling } from './System.Text.Json.Serialization/internal/index.js';
|
|
15
|
+
import type { JsonDocument, JsonElement, JsonSerializerOptions, Utf8JsonWriter } from './System.Text.Json/internal/index.js';
|
|
16
|
+
import type { Action_1, Action_2, Boolean as ClrBoolean, Byte, Char, DateOnly, DateTime, DateTimeOffset, Decimal, Double, Enum, Func_1, Func_2, Func_3, Guid, Half, IComparable, IConvertible, IFormatProvider, IFormattable, Int128, Int16, Int32, Int64, ISpanFormattable, Memory_1, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, SByte, Single, String as ClrString, TimeOnly, TimeSpan, Type, TypeCode, UInt128, UInt16, UInt32, UInt64, Uri, ValueType, Version, Void } from './System/internal/index.js';
|
|
17
|
+
|
|
18
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
19
|
+
export { DefaultJsonTypeInfoResolver as DefaultJsonTypeInfoResolver } from './System.Text.Json.Serialization.Metadata/internal/index.js';
|
|
20
|
+
export type IJsonTypeInfoResolver = Internal.IJsonTypeInfoResolver;
|
|
21
|
+
export { JsonDerivedType as JsonDerivedType } from './System.Text.Json.Serialization.Metadata/internal/index.js';
|
|
22
|
+
export { JsonPolymorphismOptions as JsonPolymorphismOptions } from './System.Text.Json.Serialization.Metadata/internal/index.js';
|
|
23
|
+
export { JsonTypeInfoResolver$instance as JsonTypeInfoResolver } from './System.Text.Json.Serialization.Metadata/internal/index.js';
|
|
24
|
+
export { JsonTypeInfoKind as JsonTypeInfoKind } from './System.Text.Json.Serialization.Metadata/internal/index.js';
|
|
25
|
+
export { JsonCollectionInfoValues_1 as JsonCollectionInfoValues } from './System.Text.Json.Serialization.Metadata/internal/index.js';
|
|
26
|
+
export { JsonMetadataServices$instance as JsonMetadataServices } from './System.Text.Json.Serialization.Metadata/internal/index.js';
|
|
27
|
+
export { JsonObjectInfoValues_1 as JsonObjectInfoValues } from './System.Text.Json.Serialization.Metadata/internal/index.js';
|
|
28
|
+
export { JsonParameterInfoValues as JsonParameterInfoValues } from './System.Text.Json.Serialization.Metadata/internal/index.js';
|
|
29
|
+
export { JsonParameterInfo as JsonParameterInfo } from './System.Text.Json.Serialization.Metadata/internal/index.js';
|
|
30
|
+
export { JsonPropertyInfo as JsonPropertyInfo } from './System.Text.Json.Serialization.Metadata/internal/index.js';
|
|
31
|
+
export { JsonPropertyInfoValues_1 as JsonPropertyInfoValues } from './System.Text.Json.Serialization.Metadata/internal/index.js';
|
|
32
|
+
|
|
33
|
+
// Multi-arity family sentinel (detects unspecified type parameters)
|
|
34
|
+
declare const __unspecified: unique symbol;
|
|
35
|
+
export type __ = typeof __unspecified;
|
|
36
|
+
|
|
37
|
+
export type JsonTypeInfo<
|
|
38
|
+
T1 = __,
|
|
39
|
+
> =
|
|
40
|
+
[T1] extends [__] ? Internal.JsonTypeInfo :
|
|
41
|
+
Internal.JsonTypeInfo_1<T1>;
|
|
42
|
+
|