@tsonic/dotnet 0.4.0 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (130) hide show
  1. package/Internal/index.d.ts +2 -2
  2. package/Microsoft.CSharp.RuntimeBinder/index.d.ts +6 -6
  3. package/Microsoft.VisualBasic/index.d.ts +36 -36
  4. package/Microsoft.VisualBasic.CompilerServices/index.d.ts +29 -29
  5. package/Microsoft.VisualBasic.FileIO/index.d.ts +10 -10
  6. package/Microsoft.Win32/index.d.ts +8 -8
  7. package/Microsoft.Win32.SafeHandles/index.d.ts +17 -17
  8. package/System/index.d.ts +291 -291
  9. package/System.Buffers/index.d.ts +27 -27
  10. package/System.Buffers.Binary/index.d.ts +1 -1
  11. package/System.Buffers.Text/index.d.ts +4 -4
  12. package/System.CodeDom.Compiler/index.d.ts +2 -2
  13. package/System.Collections/index.d.ts +15 -15
  14. package/System.Collections.Concurrent/index.d.ts +17 -17
  15. package/System.Collections.Frozen/index.d.ts +10 -10
  16. package/System.Collections.Generic/index.d.ts +80 -80
  17. package/System.Collections.Immutable/index.d.ts +39 -39
  18. package/System.Collections.ObjectModel/index.d.ts +17 -17
  19. package/System.Collections.Specialized/index.d.ts +16 -16
  20. package/System.ComponentModel/index.d.ts +160 -160
  21. package/System.ComponentModel.DataAnnotations/index.d.ts +38 -38
  22. package/System.ComponentModel.DataAnnotations.Schema/index.d.ts +8 -8
  23. package/System.ComponentModel.Design/index.d.ts +35 -35
  24. package/System.ComponentModel.Design.Serialization/index.d.ts +12 -12
  25. package/System.Configuration.Assemblies/index.d.ts +2 -2
  26. package/System.Data/index.d.ts +98 -98
  27. package/System.Data.Common/index.d.ts +37 -37
  28. package/System.Data.SqlTypes/index.d.ts +23 -23
  29. package/System.Diagnostics/index.d.ts +97 -97
  30. package/System.Diagnostics.CodeAnalysis/index.d.ts +27 -27
  31. package/System.Diagnostics.Contracts/index.d.ts +15 -15
  32. package/System.Diagnostics.Metrics/index.d.ts +29 -29
  33. package/System.Diagnostics.SymbolStore/index.d.ts +5 -5
  34. package/System.Diagnostics.Tracing/index.d.ts +31 -31
  35. package/System.Drawing/index.d.ts +15 -15
  36. package/System.Dynamic/index.d.ts +18 -18
  37. package/System.Formats.Asn1/index.d.ts +10 -10
  38. package/System.Formats.Tar/index.d.ts +12 -12
  39. package/System.Globalization/index.d.ts +42 -42
  40. package/System.IO/index.d.ts +56 -56
  41. package/System.IO.Compression/index.d.ts +17 -17
  42. package/System.IO.Enumeration/index.d.ts +8 -8
  43. package/System.IO.IsolatedStorage/index.d.ts +5 -5
  44. package/System.IO.MemoryMappedFiles/index.d.ts +6 -6
  45. package/System.IO.Pipelines/index.d.ts +10 -10
  46. package/System.IO.Pipes/index.d.ts +16 -16
  47. package/System.Linq/index.d.ts +20 -20
  48. package/System.Linq.Expressions/index.d.ts +42 -42
  49. package/System.Linq.Expressions.Interpreter/index.d.ts +1 -1
  50. package/System.Net/index.d.ts +83 -83
  51. package/System.Net.Cache/index.d.ts +5 -5
  52. package/System.Net.Http/index.d.ts +33 -33
  53. package/System.Net.Http.Headers/index.d.ts +30 -30
  54. package/System.Net.Http.Json/index.d.ts +3 -3
  55. package/System.Net.Http.Metrics/index.d.ts +1 -1
  56. package/System.Net.Mail/index.d.ts +20 -20
  57. package/System.Net.Mime/index.d.ts +10 -10
  58. package/System.Net.NetworkInformation/index.d.ts +44 -44
  59. package/System.Net.Quic/index.d.ts +13 -13
  60. package/System.Net.Security/index.d.ts +23 -23
  61. package/System.Net.ServerSentEvents/index.d.ts +8 -8
  62. package/System.Net.Sockets/index.d.ts +34 -34
  63. package/System.Net.WebSockets/index.d.ts +16 -16
  64. package/System.Numerics/index.d.ts +15 -15
  65. package/System.Reflection/index.d.ts +101 -101
  66. package/System.Reflection.Emit/index.d.ts +28 -28
  67. package/System.Reflection.Metadata/index.d.ts +189 -189
  68. package/System.Reflection.Metadata.Ecma335/index.d.ts +48 -48
  69. package/System.Reflection.PortableExecutable/index.d.ts +27 -27
  70. package/System.Resources/index.d.ts +9 -9
  71. package/System.Runtime/index.d.ts +11 -11
  72. package/System.Runtime.CompilerServices/index.d.ts +189 -189
  73. package/System.Runtime.ConstrainedExecution/index.d.ts +5 -5
  74. package/System.Runtime.ExceptionServices/index.d.ts +4 -4
  75. package/System.Runtime.InteropServices/index.d.ts +130 -130
  76. package/System.Runtime.InteropServices.ComTypes/index.d.ts +38 -38
  77. package/System.Runtime.InteropServices.Java/index.d.ts +4 -4
  78. package/System.Runtime.InteropServices.JavaScript/index.d.ts +36 -36
  79. package/System.Runtime.InteropServices.Marshalling/index.d.ts +36 -36
  80. package/System.Runtime.InteropServices.ObjectiveC/index.d.ts +4 -4
  81. package/System.Runtime.InteropServices.Swift/index.d.ts +5 -5
  82. package/System.Runtime.Intrinsics/index.d.ts +12 -12
  83. package/System.Runtime.Intrinsics.Arm/index.d.ts +22 -22
  84. package/System.Runtime.Intrinsics.Wasm/index.d.ts +1 -1
  85. package/System.Runtime.Intrinsics.X86/index.d.ts +76 -76
  86. package/System.Runtime.Loader/index.d.ts +3 -3
  87. package/System.Runtime.Remoting/index.d.ts +1 -1
  88. package/System.Runtime.Serialization/index.d.ts +44 -44
  89. package/System.Runtime.Serialization.DataContracts/index.d.ts +4 -4
  90. package/System.Runtime.Serialization.Formatters/index.d.ts +3 -3
  91. package/System.Runtime.Serialization.Formatters.Binary/index.d.ts +1 -1
  92. package/System.Runtime.Serialization.Json/index.d.ts +4 -4
  93. package/System.Runtime.Versioning/index.d.ts +16 -16
  94. package/System.Security/index.d.ts +17 -17
  95. package/System.Security.AccessControl/index.d.ts +70 -70
  96. package/System.Security.Authentication/index.d.ts +6 -6
  97. package/System.Security.Authentication.ExtendedProtection/index.d.ts +7 -7
  98. package/System.Security.Claims/index.d.ts +5 -5
  99. package/System.Security.Cryptography/index.d.ts +167 -167
  100. package/System.Security.Cryptography.X509Certificates/index.d.ts +56 -56
  101. package/System.Security.Permissions/index.d.ts +6 -6
  102. package/System.Security.Policy/index.d.ts +2 -2
  103. package/System.Security.Principal/index.d.ts +15 -15
  104. package/System.Text/index.d.ts +36 -36
  105. package/System.Text.Encodings.Web/index.d.ts +5 -5
  106. package/System.Text.Json/index.d.ts +20 -20
  107. package/System.Text.Json.Nodes/index.d.ts +5 -5
  108. package/System.Text.Json.Schema/index.d.ts +3 -3
  109. package/System.Text.Json.Serialization/index.d.ts +40 -40
  110. package/System.Text.Json.Serialization.Metadata/index.d.ts +18 -18
  111. package/System.Text.RegularExpressions/index.d.ts +19 -19
  112. package/System.Text.Unicode/index.d.ts +4 -4
  113. package/System.Threading/index.d.ts +78 -78
  114. package/System.Threading.Channels/index.d.ts +15 -15
  115. package/System.Threading.Tasks/index.d.ts +28 -28
  116. package/System.Threading.Tasks.Dataflow/index.d.ts +27 -27
  117. package/System.Threading.Tasks.Sources/index.d.ts +4 -4
  118. package/System.Timers/index.d.ts +4 -4
  119. package/System.Transactions/index.d.ts +28 -28
  120. package/System.Web/index.d.ts +1 -1
  121. package/System.Windows.Markup/index.d.ts +1 -1
  122. package/System.Xml/index.d.ts +71 -71
  123. package/System.Xml.Linq/index.d.ts +23 -23
  124. package/System.Xml.Resolvers/index.d.ts +2 -2
  125. package/System.Xml.Schema/index.d.ts +88 -88
  126. package/System.Xml.Serialization/index.d.ts +68 -68
  127. package/System.Xml.XPath/index.d.ts +14 -14
  128. package/System.Xml.Xsl/index.d.ts +9 -9
  129. package/System.Xml.Xsl.Runtime/index.d.ts +50 -50
  130. package/package.json +1 -1
@@ -22,172 +22,172 @@ import type { Array as ClrArray, AsyncCallback, Boolean as ClrBoolean, Byte, Cha
22
22
  export * from './internal/index.js';
23
23
 
24
24
  // Individual type exports for convenience
25
- export type CryptographicException = Internal.CryptographicException;
26
- export type AesGcm = Internal.AesGcm;
27
- export type AuthenticationTagMismatchException = Internal.AuthenticationTagMismatchException;
28
- export type CompositeMLDsa = Internal.CompositeMLDsa;
29
- export type CompositeMLDsaAlgorithm = Internal.CompositeMLDsaAlgorithm;
30
- export type CompositeMLDsaCng = Internal.CompositeMLDsaCng;
31
- export type MLDsa = Internal.MLDsa;
32
- export type MLDsaAlgorithm = Internal.MLDsaAlgorithm;
33
- export type MLDsaCng = Internal.MLDsaCng;
34
- export type MLKem = Internal.MLKem;
35
- export type MLKemAlgorithm = Internal.MLKemAlgorithm;
36
- export type MLKemCng = Internal.MLKemCng;
37
- export type PbeEncryptionAlgorithm = Internal.PbeEncryptionAlgorithm;
38
- export type PbeParameters = Internal.PbeParameters;
39
- export type SlhDsa = Internal.SlhDsa;
40
- export type SlhDsaAlgorithm = Internal.SlhDsaAlgorithm;
41
- export type SlhDsaCng = Internal.SlhDsaCng;
42
- export type SP800108HmacCounterKdf = Internal.SP800108HmacCounterKdf;
43
- export type Aes = Internal.Aes;
44
- export type AesCcm = Internal.AesCcm;
45
- export type AesCryptoServiceProvider = Internal.AesCryptoServiceProvider;
46
- export type AesManaged = Internal.AesManaged;
47
- export type AsnEncodedData = Internal.AsnEncodedData;
48
- export type AsnEncodedDataCollection = Internal.AsnEncodedDataCollection;
49
- export type AsnEncodedDataEnumerator = Internal.AsnEncodedDataEnumerator;
50
- export type AsymmetricAlgorithm = Internal.AsymmetricAlgorithm;
51
- export type AsymmetricKeyExchangeDeformatter = Internal.AsymmetricKeyExchangeDeformatter;
52
- export type AsymmetricKeyExchangeFormatter = Internal.AsymmetricKeyExchangeFormatter;
53
- export type AsymmetricSignatureDeformatter = Internal.AsymmetricSignatureDeformatter;
54
- export type AsymmetricSignatureFormatter = Internal.AsymmetricSignatureFormatter;
55
- export type FromBase64TransformMode = Internal.FromBase64TransformMode;
56
- export type ToBase64Transform = Internal.ToBase64Transform;
57
- export type FromBase64Transform = Internal.FromBase64Transform;
58
- export type ChaCha20Poly1305 = Internal.ChaCha20Poly1305;
59
- export type CipherMode = Internal.CipherMode;
60
- export type CngAlgorithm = Internal.CngAlgorithm;
61
- export type CngAlgorithmGroup = Internal.CngAlgorithmGroup;
62
- export type CngExportPolicies = Internal.CngExportPolicies;
63
- export type CngKeyBlobFormat = Internal.CngKeyBlobFormat;
64
- export type CngKeyCreationOptions = Internal.CngKeyCreationOptions;
65
- export type CngKeyCreationParameters = Internal.CngKeyCreationParameters;
66
- export type CngKeyHandleOpenOptions = Internal.CngKeyHandleOpenOptions;
67
- export type CngKeyOpenOptions = Internal.CngKeyOpenOptions;
68
- export type CngKeyUsages = Internal.CngKeyUsages;
69
- export type CngProperty = Internal.CngProperty;
70
- export type CngPropertyCollection = Internal.CngPropertyCollection;
71
- export type CngPropertyOptions = Internal.CngPropertyOptions;
72
- export type CngProvider = Internal.CngProvider;
73
- export type CngUIPolicy = Internal.CngUIPolicy;
74
- export type CngUIProtectionLevels = Internal.CngUIProtectionLevels;
75
- export type CryptoConfig = Internal.CryptoConfig;
76
- export type CryptographicOperations = Internal.CryptographicOperations;
77
- export type CryptographicUnexpectedOperationException = Internal.CryptographicUnexpectedOperationException;
78
- export type CryptoStream = Internal.CryptoStream;
79
- export type CryptoStreamMode = Internal.CryptoStreamMode;
80
- export type CspParameters = Internal.CspParameters;
81
- export type CspProviderFlags = Internal.CspProviderFlags;
82
- export type DeriveBytes = Internal.DeriveBytes;
83
- export type DES = Internal.DES;
84
- export type DSA = Internal.DSA;
85
- export type DSAParameters = Internal.DSAParameters;
86
- export type DSASignatureDeformatter = Internal.DSASignatureDeformatter;
87
- export type DSASignatureFormat = Internal.DSASignatureFormat;
88
- export type DSASignatureFormatter = Internal.DSASignatureFormatter;
89
- export type ECAlgorithm = Internal.ECAlgorithm;
90
- export type ECCurve = Internal.ECCurve;
91
- export type ECCurve_ECCurveType = Internal.ECCurve_ECCurveType;
92
- export type ECCurve_NamedCurves = Internal.ECCurve_NamedCurves;
93
- export type ECDiffieHellman = Internal.ECDiffieHellman;
94
- export type ECDiffieHellmanKeyDerivationFunction = Internal.ECDiffieHellmanKeyDerivationFunction;
95
- export type ECDiffieHellmanPublicKey = Internal.ECDiffieHellmanPublicKey;
96
- export type ECDsa = Internal.ECDsa;
97
- export type ECKeyXmlFormat = Internal.ECKeyXmlFormat;
98
- export type ECParameters = Internal.ECParameters;
99
- export type ECPoint = Internal.ECPoint;
100
- export type HashAlgorithm = Internal.HashAlgorithm;
101
- export type HashAlgorithmName = Internal.HashAlgorithmName;
102
- export type HKDF = Internal.HKDF;
103
- export type HMAC = Internal.HMAC;
104
- export type HMACMD5 = Internal.HMACMD5;
105
- export type HMACSHA1 = Internal.HMACSHA1;
106
- export type HMACSHA256 = Internal.HMACSHA256;
107
- export type HMACSHA384 = Internal.HMACSHA384;
108
- export type HMACSHA512 = Internal.HMACSHA512;
109
- export type HMACSHA3_256 = Internal.HMACSHA3_256;
110
- export type HMACSHA3_384 = Internal.HMACSHA3_384;
111
- export type HMACSHA3_512 = Internal.HMACSHA3_512;
25
+ export { CryptographicException$instance as CryptographicException } from './internal/index.js';
26
+ export { AesGcm$instance as AesGcm } from './internal/index.js';
27
+ export { AuthenticationTagMismatchException$instance as AuthenticationTagMismatchException } from './internal/index.js';
28
+ export { CompositeMLDsa$instance as CompositeMLDsa } from './internal/index.js';
29
+ export { CompositeMLDsaAlgorithm$instance as CompositeMLDsaAlgorithm } from './internal/index.js';
30
+ export { CompositeMLDsaCng$instance as CompositeMLDsaCng } from './internal/index.js';
31
+ export { MLDsa$instance as MLDsa } from './internal/index.js';
32
+ export { MLDsaAlgorithm$instance as MLDsaAlgorithm } from './internal/index.js';
33
+ export { MLDsaCng$instance as MLDsaCng } from './internal/index.js';
34
+ export { MLKem$instance as MLKem } from './internal/index.js';
35
+ export { MLKemAlgorithm$instance as MLKemAlgorithm } from './internal/index.js';
36
+ export { MLKemCng$instance as MLKemCng } from './internal/index.js';
37
+ export { PbeEncryptionAlgorithm as PbeEncryptionAlgorithm } from './internal/index.js';
38
+ export { PbeParameters$instance as PbeParameters } from './internal/index.js';
39
+ export { SlhDsa$instance as SlhDsa } from './internal/index.js';
40
+ export { SlhDsaAlgorithm$instance as SlhDsaAlgorithm } from './internal/index.js';
41
+ export { SlhDsaCng$instance as SlhDsaCng } from './internal/index.js';
42
+ export { SP800108HmacCounterKdf$instance as SP800108HmacCounterKdf } from './internal/index.js';
43
+ export { Aes$instance as Aes } from './internal/index.js';
44
+ export { AesCcm$instance as AesCcm } from './internal/index.js';
45
+ export { AesCryptoServiceProvider$instance as AesCryptoServiceProvider } from './internal/index.js';
46
+ export { AesManaged$instance as AesManaged } from './internal/index.js';
47
+ export { AsnEncodedData$instance as AsnEncodedData } from './internal/index.js';
48
+ export { AsnEncodedDataCollection$instance as AsnEncodedDataCollection } from './internal/index.js';
49
+ export { AsnEncodedDataEnumerator$instance as AsnEncodedDataEnumerator } from './internal/index.js';
50
+ export { AsymmetricAlgorithm$instance as AsymmetricAlgorithm } from './internal/index.js';
51
+ export { AsymmetricKeyExchangeDeformatter$instance as AsymmetricKeyExchangeDeformatter } from './internal/index.js';
52
+ export { AsymmetricKeyExchangeFormatter$instance as AsymmetricKeyExchangeFormatter } from './internal/index.js';
53
+ export { AsymmetricSignatureDeformatter$instance as AsymmetricSignatureDeformatter } from './internal/index.js';
54
+ export { AsymmetricSignatureFormatter$instance as AsymmetricSignatureFormatter } from './internal/index.js';
55
+ export { FromBase64TransformMode as FromBase64TransformMode } from './internal/index.js';
56
+ export { ToBase64Transform$instance as ToBase64Transform } from './internal/index.js';
57
+ export { FromBase64Transform$instance as FromBase64Transform } from './internal/index.js';
58
+ export { ChaCha20Poly1305$instance as ChaCha20Poly1305 } from './internal/index.js';
59
+ export { CipherMode as CipherMode } from './internal/index.js';
60
+ export { CngAlgorithm$instance as CngAlgorithm } from './internal/index.js';
61
+ export { CngAlgorithmGroup$instance as CngAlgorithmGroup } from './internal/index.js';
62
+ export { CngExportPolicies as CngExportPolicies } from './internal/index.js';
63
+ export { CngKeyBlobFormat$instance as CngKeyBlobFormat } from './internal/index.js';
64
+ export { CngKeyCreationOptions as CngKeyCreationOptions } from './internal/index.js';
65
+ export { CngKeyCreationParameters$instance as CngKeyCreationParameters } from './internal/index.js';
66
+ export { CngKeyHandleOpenOptions as CngKeyHandleOpenOptions } from './internal/index.js';
67
+ export { CngKeyOpenOptions as CngKeyOpenOptions } from './internal/index.js';
68
+ export { CngKeyUsages as CngKeyUsages } from './internal/index.js';
69
+ export { CngProperty$instance as CngProperty } from './internal/index.js';
70
+ export { CngPropertyCollection$instance as CngPropertyCollection } from './internal/index.js';
71
+ export { CngPropertyOptions as CngPropertyOptions } from './internal/index.js';
72
+ export { CngProvider$instance as CngProvider } from './internal/index.js';
73
+ export { CngUIPolicy$instance as CngUIPolicy } from './internal/index.js';
74
+ export { CngUIProtectionLevels as CngUIProtectionLevels } from './internal/index.js';
75
+ export { CryptoConfig$instance as CryptoConfig } from './internal/index.js';
76
+ export { CryptographicOperations$instance as CryptographicOperations } from './internal/index.js';
77
+ export { CryptographicUnexpectedOperationException$instance as CryptographicUnexpectedOperationException } from './internal/index.js';
78
+ export { CryptoStream$instance as CryptoStream } from './internal/index.js';
79
+ export { CryptoStreamMode as CryptoStreamMode } from './internal/index.js';
80
+ export { CspParameters$instance as CspParameters } from './internal/index.js';
81
+ export { CspProviderFlags as CspProviderFlags } from './internal/index.js';
82
+ export { DeriveBytes$instance as DeriveBytes } from './internal/index.js';
83
+ export { DES$instance as DES } from './internal/index.js';
84
+ export { DSA$instance as DSA } from './internal/index.js';
85
+ export { DSAParameters$instance as DSAParameters } from './internal/index.js';
86
+ export { DSASignatureDeformatter$instance as DSASignatureDeformatter } from './internal/index.js';
87
+ export { DSASignatureFormat as DSASignatureFormat } from './internal/index.js';
88
+ export { DSASignatureFormatter$instance as DSASignatureFormatter } from './internal/index.js';
89
+ export { ECAlgorithm$instance as ECAlgorithm } from './internal/index.js';
90
+ export { ECCurve$instance as ECCurve } from './internal/index.js';
91
+ export { ECCurve_ECCurveType as ECCurve_ECCurveType } from './internal/index.js';
92
+ export { ECCurve_NamedCurves$instance as ECCurve_NamedCurves } from './internal/index.js';
93
+ export { ECDiffieHellman$instance as ECDiffieHellman } from './internal/index.js';
94
+ export { ECDiffieHellmanKeyDerivationFunction as ECDiffieHellmanKeyDerivationFunction } from './internal/index.js';
95
+ export { ECDiffieHellmanPublicKey$instance as ECDiffieHellmanPublicKey } from './internal/index.js';
96
+ export { ECDsa$instance as ECDsa } from './internal/index.js';
97
+ export { ECKeyXmlFormat as ECKeyXmlFormat } from './internal/index.js';
98
+ export { ECParameters$instance as ECParameters } from './internal/index.js';
99
+ export { ECPoint$instance as ECPoint } from './internal/index.js';
100
+ export { HashAlgorithm$instance as HashAlgorithm } from './internal/index.js';
101
+ export { HashAlgorithmName$instance as HashAlgorithmName } from './internal/index.js';
102
+ export { HKDF$instance as HKDF } from './internal/index.js';
103
+ export { HMAC$instance as HMAC } from './internal/index.js';
104
+ export { HMACMD5$instance as HMACMD5 } from './internal/index.js';
105
+ export { HMACSHA1$instance as HMACSHA1 } from './internal/index.js';
106
+ export { HMACSHA256$instance as HMACSHA256 } from './internal/index.js';
107
+ export { HMACSHA384$instance as HMACSHA384 } from './internal/index.js';
108
+ export { HMACSHA512$instance as HMACSHA512 } from './internal/index.js';
109
+ export { HMACSHA3_256$instance as HMACSHA3_256 } from './internal/index.js';
110
+ export { HMACSHA3_384$instance as HMACSHA3_384 } from './internal/index.js';
111
+ export { HMACSHA3_512$instance as HMACSHA3_512 } from './internal/index.js';
112
112
  export type ICryptoTransform = Internal.ICryptoTransform;
113
113
  export type ICspAsymmetricAlgorithm = Internal.ICspAsymmetricAlgorithm;
114
- export type IncrementalHash = Internal.IncrementalHash;
115
- export type KeyedHashAlgorithm = Internal.KeyedHashAlgorithm;
116
- export type KeyNumber = Internal.KeyNumber;
117
- export type KeySizes = Internal.KeySizes;
118
- export type Kmac128 = Internal.Kmac128;
119
- export type Kmac256 = Internal.Kmac256;
120
- export type KmacXof128 = Internal.KmacXof128;
121
- export type KmacXof256 = Internal.KmacXof256;
122
- export type MaskGenerationMethod = Internal.MaskGenerationMethod;
123
- export type MD5 = Internal.MD5;
124
- export type MD5CryptoServiceProvider = Internal.MD5CryptoServiceProvider;
125
- export type MLDsaOpenSsl = Internal.MLDsaOpenSsl;
126
- export type MLKemOpenSsl = Internal.MLKemOpenSsl;
127
- export type Oid = Internal.Oid;
128
- export type OidCollection = Internal.OidCollection;
129
- export type OidEnumerator = Internal.OidEnumerator;
130
- export type OidGroup = Internal.OidGroup;
131
- export type PaddingMode = Internal.PaddingMode;
132
- export type PasswordDeriveBytes = Internal.PasswordDeriveBytes;
133
- export type PemEncoding = Internal.PemEncoding;
134
- export type PemFields = Internal.PemFields;
135
- export type PKCS1MaskGenerationMethod = Internal.PKCS1MaskGenerationMethod;
136
- export type RandomNumberGenerator = Internal.RandomNumberGenerator;
137
- export type RC2 = Internal.RC2;
138
- export type Rijndael = Internal.Rijndael;
139
- export type RijndaelManaged = Internal.RijndaelManaged;
140
- export type Rfc2898DeriveBytes = Internal.Rfc2898DeriveBytes;
141
- export type RNGCryptoServiceProvider = Internal.RNGCryptoServiceProvider;
142
- export type RSA = Internal.RSA;
143
- export type RSAEncryptionPadding = Internal.RSAEncryptionPadding;
144
- export type RSAEncryptionPaddingMode = Internal.RSAEncryptionPaddingMode;
145
- export type RSAOAEPKeyExchangeDeformatter = Internal.RSAOAEPKeyExchangeDeformatter;
146
- export type RSAOAEPKeyExchangeFormatter = Internal.RSAOAEPKeyExchangeFormatter;
147
- export type RSAParameters = Internal.RSAParameters;
148
- export type RSAPKCS1KeyExchangeDeformatter = Internal.RSAPKCS1KeyExchangeDeformatter;
149
- export type RSAPKCS1KeyExchangeFormatter = Internal.RSAPKCS1KeyExchangeFormatter;
150
- export type RSAPKCS1SignatureDeformatter = Internal.RSAPKCS1SignatureDeformatter;
151
- export type RSAPKCS1SignatureFormatter = Internal.RSAPKCS1SignatureFormatter;
152
- export type RSASignaturePadding = Internal.RSASignaturePadding;
153
- export type RSASignaturePaddingMode = Internal.RSASignaturePaddingMode;
154
- export type SHA1 = Internal.SHA1;
155
- export type SHA1CryptoServiceProvider = Internal.SHA1CryptoServiceProvider;
156
- export type SHA1Managed = Internal.SHA1Managed;
157
- export type SHA256 = Internal.SHA256;
158
- export type SHA256CryptoServiceProvider = Internal.SHA256CryptoServiceProvider;
159
- export type SHA256Managed = Internal.SHA256Managed;
160
- export type SHA384 = Internal.SHA384;
161
- export type SHA384CryptoServiceProvider = Internal.SHA384CryptoServiceProvider;
162
- export type SHA384Managed = Internal.SHA384Managed;
163
- export type SHA512 = Internal.SHA512;
164
- export type SHA512CryptoServiceProvider = Internal.SHA512CryptoServiceProvider;
165
- export type SHA512Managed = Internal.SHA512Managed;
166
- export type SHA3_256 = Internal.SHA3_256;
167
- export type SHA3_384 = Internal.SHA3_384;
168
- export type SHA3_512 = Internal.SHA3_512;
169
- export type Shake128 = Internal.Shake128;
170
- export type Shake256 = Internal.Shake256;
171
- export type SignatureDescription = Internal.SignatureDescription;
172
- export type SlhDsaOpenSsl = Internal.SlhDsaOpenSsl;
173
- export type SymmetricAlgorithm = Internal.SymmetricAlgorithm;
174
- export type TripleDES = Internal.TripleDES;
175
- export type DSAOpenSsl = Internal.DSAOpenSsl;
176
- export type ECDiffieHellmanOpenSsl = Internal.ECDiffieHellmanOpenSsl;
177
- export type ECDsaOpenSsl = Internal.ECDsaOpenSsl;
178
- export type RSAOpenSsl = Internal.RSAOpenSsl;
179
- export type AesCng = Internal.AesCng;
180
- export type CngKey = Internal.CngKey;
181
- export type DSACng = Internal.DSACng;
182
- export type ECDiffieHellmanCng = Internal.ECDiffieHellmanCng;
183
- export type ECDiffieHellmanCngPublicKey = Internal.ECDiffieHellmanCngPublicKey;
184
- export type ECDsaCng = Internal.ECDsaCng;
185
- export type RSACng = Internal.RSACng;
186
- export type TripleDESCng = Internal.TripleDESCng;
187
- export type CspKeyContainerInfo = Internal.CspKeyContainerInfo;
188
- export type DESCryptoServiceProvider = Internal.DESCryptoServiceProvider;
189
- export type DSACryptoServiceProvider = Internal.DSACryptoServiceProvider;
190
- export type RC2CryptoServiceProvider = Internal.RC2CryptoServiceProvider;
191
- export type RSACryptoServiceProvider = Internal.RSACryptoServiceProvider;
192
- export type SafeEvpPKeyHandle = Internal.SafeEvpPKeyHandle;
193
- export type TripleDESCryptoServiceProvider = Internal.TripleDESCryptoServiceProvider;
114
+ export { IncrementalHash$instance as IncrementalHash } from './internal/index.js';
115
+ export { KeyedHashAlgorithm$instance as KeyedHashAlgorithm } from './internal/index.js';
116
+ export { KeyNumber as KeyNumber } from './internal/index.js';
117
+ export { KeySizes$instance as KeySizes } from './internal/index.js';
118
+ export { Kmac128$instance as Kmac128 } from './internal/index.js';
119
+ export { Kmac256$instance as Kmac256 } from './internal/index.js';
120
+ export { KmacXof128$instance as KmacXof128 } from './internal/index.js';
121
+ export { KmacXof256$instance as KmacXof256 } from './internal/index.js';
122
+ export { MaskGenerationMethod$instance as MaskGenerationMethod } from './internal/index.js';
123
+ export { MD5$instance as MD5 } from './internal/index.js';
124
+ export { MD5CryptoServiceProvider$instance as MD5CryptoServiceProvider } from './internal/index.js';
125
+ export { MLDsaOpenSsl$instance as MLDsaOpenSsl } from './internal/index.js';
126
+ export { MLKemOpenSsl$instance as MLKemOpenSsl } from './internal/index.js';
127
+ export { Oid$instance as Oid } from './internal/index.js';
128
+ export { OidCollection$instance as OidCollection } from './internal/index.js';
129
+ export { OidEnumerator$instance as OidEnumerator } from './internal/index.js';
130
+ export { OidGroup as OidGroup } from './internal/index.js';
131
+ export { PaddingMode as PaddingMode } from './internal/index.js';
132
+ export { PasswordDeriveBytes$instance as PasswordDeriveBytes } from './internal/index.js';
133
+ export { PemEncoding$instance as PemEncoding } from './internal/index.js';
134
+ export { PemFields$instance as PemFields } from './internal/index.js';
135
+ export { PKCS1MaskGenerationMethod$instance as PKCS1MaskGenerationMethod } from './internal/index.js';
136
+ export { RandomNumberGenerator$instance as RandomNumberGenerator } from './internal/index.js';
137
+ export { RC2$instance as RC2 } from './internal/index.js';
138
+ export { Rijndael$instance as Rijndael } from './internal/index.js';
139
+ export { RijndaelManaged$instance as RijndaelManaged } from './internal/index.js';
140
+ export { Rfc2898DeriveBytes$instance as Rfc2898DeriveBytes } from './internal/index.js';
141
+ export { RNGCryptoServiceProvider$instance as RNGCryptoServiceProvider } from './internal/index.js';
142
+ export { RSA$instance as RSA } from './internal/index.js';
143
+ export { RSAEncryptionPadding$instance as RSAEncryptionPadding } from './internal/index.js';
144
+ export { RSAEncryptionPaddingMode as RSAEncryptionPaddingMode } from './internal/index.js';
145
+ export { RSAOAEPKeyExchangeDeformatter$instance as RSAOAEPKeyExchangeDeformatter } from './internal/index.js';
146
+ export { RSAOAEPKeyExchangeFormatter$instance as RSAOAEPKeyExchangeFormatter } from './internal/index.js';
147
+ export { RSAParameters$instance as RSAParameters } from './internal/index.js';
148
+ export { RSAPKCS1KeyExchangeDeformatter$instance as RSAPKCS1KeyExchangeDeformatter } from './internal/index.js';
149
+ export { RSAPKCS1KeyExchangeFormatter$instance as RSAPKCS1KeyExchangeFormatter } from './internal/index.js';
150
+ export { RSAPKCS1SignatureDeformatter$instance as RSAPKCS1SignatureDeformatter } from './internal/index.js';
151
+ export { RSAPKCS1SignatureFormatter$instance as RSAPKCS1SignatureFormatter } from './internal/index.js';
152
+ export { RSASignaturePadding$instance as RSASignaturePadding } from './internal/index.js';
153
+ export { RSASignaturePaddingMode as RSASignaturePaddingMode } from './internal/index.js';
154
+ export { SHA1$instance as SHA1 } from './internal/index.js';
155
+ export { SHA1CryptoServiceProvider$instance as SHA1CryptoServiceProvider } from './internal/index.js';
156
+ export { SHA1Managed$instance as SHA1Managed } from './internal/index.js';
157
+ export { SHA256$instance as SHA256 } from './internal/index.js';
158
+ export { SHA256CryptoServiceProvider$instance as SHA256CryptoServiceProvider } from './internal/index.js';
159
+ export { SHA256Managed$instance as SHA256Managed } from './internal/index.js';
160
+ export { SHA384$instance as SHA384 } from './internal/index.js';
161
+ export { SHA384CryptoServiceProvider$instance as SHA384CryptoServiceProvider } from './internal/index.js';
162
+ export { SHA384Managed$instance as SHA384Managed } from './internal/index.js';
163
+ export { SHA512$instance as SHA512 } from './internal/index.js';
164
+ export { SHA512CryptoServiceProvider$instance as SHA512CryptoServiceProvider } from './internal/index.js';
165
+ export { SHA512Managed$instance as SHA512Managed } from './internal/index.js';
166
+ export { SHA3_256$instance as SHA3_256 } from './internal/index.js';
167
+ export { SHA3_384$instance as SHA3_384 } from './internal/index.js';
168
+ export { SHA3_512$instance as SHA3_512 } from './internal/index.js';
169
+ export { Shake128$instance as Shake128 } from './internal/index.js';
170
+ export { Shake256$instance as Shake256 } from './internal/index.js';
171
+ export { SignatureDescription$instance as SignatureDescription } from './internal/index.js';
172
+ export { SlhDsaOpenSsl$instance as SlhDsaOpenSsl } from './internal/index.js';
173
+ export { SymmetricAlgorithm$instance as SymmetricAlgorithm } from './internal/index.js';
174
+ export { TripleDES$instance as TripleDES } from './internal/index.js';
175
+ export { DSAOpenSsl$instance as DSAOpenSsl } from './internal/index.js';
176
+ export { ECDiffieHellmanOpenSsl$instance as ECDiffieHellmanOpenSsl } from './internal/index.js';
177
+ export { ECDsaOpenSsl$instance as ECDsaOpenSsl } from './internal/index.js';
178
+ export { RSAOpenSsl$instance as RSAOpenSsl } from './internal/index.js';
179
+ export { AesCng$instance as AesCng } from './internal/index.js';
180
+ export { CngKey$instance as CngKey } from './internal/index.js';
181
+ export { DSACng$instance as DSACng } from './internal/index.js';
182
+ export { ECDiffieHellmanCng$instance as ECDiffieHellmanCng } from './internal/index.js';
183
+ export { ECDiffieHellmanCngPublicKey$instance as ECDiffieHellmanCngPublicKey } from './internal/index.js';
184
+ export { ECDsaCng$instance as ECDsaCng } from './internal/index.js';
185
+ export { RSACng$instance as RSACng } from './internal/index.js';
186
+ export { TripleDESCng$instance as TripleDESCng } from './internal/index.js';
187
+ export { CspKeyContainerInfo$instance as CspKeyContainerInfo } from './internal/index.js';
188
+ export { DESCryptoServiceProvider$instance as DESCryptoServiceProvider } from './internal/index.js';
189
+ export { DSACryptoServiceProvider$instance as DSACryptoServiceProvider } from './internal/index.js';
190
+ export { RC2CryptoServiceProvider$instance as RC2CryptoServiceProvider } from './internal/index.js';
191
+ export { RSACryptoServiceProvider$instance as RSACryptoServiceProvider } from './internal/index.js';
192
+ export { SafeEvpPKeyHandle$instance as SafeEvpPKeyHandle } from './internal/index.js';
193
+ export { TripleDESCryptoServiceProvider$instance as TripleDESCryptoServiceProvider } from './internal/index.js';
@@ -22,59 +22,59 @@ import type { Array as ClrArray, Boolean as ClrBoolean, Byte, Char, DateTime, Da
22
22
  export * from './internal/index.js';
23
23
 
24
24
  // Individual type exports for convenience
25
- export type Pkcs12LoaderLimits = Internal.Pkcs12LoaderLimits;
26
- export type Pkcs12LoadLimitExceededException = Internal.Pkcs12LoadLimitExceededException;
27
- export type X509CertificateLoader = Internal.X509CertificateLoader;
28
- export type CertificateRequest = Internal.CertificateRequest;
29
- export type CertificateRequestLoadOptions = Internal.CertificateRequestLoadOptions;
30
- export type CertificateRevocationListBuilder = Internal.CertificateRevocationListBuilder;
31
- export type DSACertificateExtensions = Internal.DSACertificateExtensions;
32
- export type ECDsaCertificateExtensions = Internal.ECDsaCertificateExtensions;
33
- export type OpenFlags = Internal.OpenFlags;
34
- export type Pkcs12ExportPbeParameters = Internal.Pkcs12ExportPbeParameters;
35
- export type PublicKey = Internal.PublicKey;
36
- export type RSACertificateExtensions = Internal.RSACertificateExtensions;
37
- export type StoreLocation = Internal.StoreLocation;
38
- export type StoreName = Internal.StoreName;
39
- export type SubjectAlternativeNameBuilder = Internal.SubjectAlternativeNameBuilder;
40
- export type X500DistinguishedName = Internal.X500DistinguishedName;
41
- export type X500DistinguishedNameBuilder = Internal.X500DistinguishedNameBuilder;
42
- export type X500DistinguishedNameFlags = Internal.X500DistinguishedNameFlags;
43
- export type X500RelativeDistinguishedName = Internal.X500RelativeDistinguishedName;
44
- export type X509AuthorityInformationAccessExtension = Internal.X509AuthorityInformationAccessExtension;
45
- export type X509AuthorityKeyIdentifierExtension = Internal.X509AuthorityKeyIdentifierExtension;
46
- export type X509BasicConstraintsExtension = Internal.X509BasicConstraintsExtension;
47
- export type X509Certificate = Internal.X509Certificate;
48
- export type X509Certificate2 = Internal.X509Certificate2;
49
- export type X509Certificate2Collection = Internal.X509Certificate2Collection;
50
- export type X509Certificate2Enumerator = Internal.X509Certificate2Enumerator;
51
- export type X509CertificateCollection = Internal.X509CertificateCollection;
52
- export type X509CertificateCollection_X509CertificateEnumerator = Internal.X509CertificateCollection_X509CertificateEnumerator;
53
- export type X509Chain = Internal.X509Chain;
54
- export type X509ChainElement = Internal.X509ChainElement;
55
- export type X509ChainElementCollection = Internal.X509ChainElementCollection;
56
- export type X509ChainElementEnumerator = Internal.X509ChainElementEnumerator;
57
- export type X509ChainPolicy = Internal.X509ChainPolicy;
58
- export type X509ChainStatus = Internal.X509ChainStatus;
59
- export type X509ChainStatusFlags = Internal.X509ChainStatusFlags;
60
- export type X509ChainTrustMode = Internal.X509ChainTrustMode;
61
- export type X509ContentType = Internal.X509ContentType;
62
- export type X509EnhancedKeyUsageExtension = Internal.X509EnhancedKeyUsageExtension;
63
- export type X509Extension = Internal.X509Extension;
64
- export type X509ExtensionCollection = Internal.X509ExtensionCollection;
65
- export type X509ExtensionEnumerator = Internal.X509ExtensionEnumerator;
66
- export type X509FindType = Internal.X509FindType;
67
- export type X509IncludeOption = Internal.X509IncludeOption;
68
- export type X509KeyStorageFlags = Internal.X509KeyStorageFlags;
69
- export type X509KeyUsageExtension = Internal.X509KeyUsageExtension;
70
- export type X509KeyUsageFlags = Internal.X509KeyUsageFlags;
71
- export type X509NameType = Internal.X509NameType;
72
- export type X509RevocationFlag = Internal.X509RevocationFlag;
73
- export type X509RevocationMode = Internal.X509RevocationMode;
74
- export type X509RevocationReason = Internal.X509RevocationReason;
75
- export type X509SignatureGenerator = Internal.X509SignatureGenerator;
76
- export type X509Store = Internal.X509Store;
77
- export type X509SubjectAlternativeNameExtension = Internal.X509SubjectAlternativeNameExtension;
78
- export type X509SubjectKeyIdentifierExtension = Internal.X509SubjectKeyIdentifierExtension;
79
- export type X509SubjectKeyIdentifierHashAlgorithm = Internal.X509SubjectKeyIdentifierHashAlgorithm;
80
- export type X509VerificationFlags = Internal.X509VerificationFlags;
25
+ export { Pkcs12LoaderLimits$instance as Pkcs12LoaderLimits } from './internal/index.js';
26
+ export { Pkcs12LoadLimitExceededException$instance as Pkcs12LoadLimitExceededException } from './internal/index.js';
27
+ export { X509CertificateLoader$instance as X509CertificateLoader } from './internal/index.js';
28
+ export { CertificateRequest$instance as CertificateRequest } from './internal/index.js';
29
+ export { CertificateRequestLoadOptions as CertificateRequestLoadOptions } from './internal/index.js';
30
+ export { CertificateRevocationListBuilder$instance as CertificateRevocationListBuilder } from './internal/index.js';
31
+ export { DSACertificateExtensions$instance as DSACertificateExtensions } from './internal/index.js';
32
+ export { ECDsaCertificateExtensions$instance as ECDsaCertificateExtensions } from './internal/index.js';
33
+ export { OpenFlags as OpenFlags } from './internal/index.js';
34
+ export { Pkcs12ExportPbeParameters as Pkcs12ExportPbeParameters } from './internal/index.js';
35
+ export { PublicKey$instance as PublicKey } from './internal/index.js';
36
+ export { RSACertificateExtensions$instance as RSACertificateExtensions } from './internal/index.js';
37
+ export { StoreLocation as StoreLocation } from './internal/index.js';
38
+ export { StoreName as StoreName } from './internal/index.js';
39
+ export { SubjectAlternativeNameBuilder$instance as SubjectAlternativeNameBuilder } from './internal/index.js';
40
+ export { X500DistinguishedName$instance as X500DistinguishedName } from './internal/index.js';
41
+ export { X500DistinguishedNameBuilder$instance as X500DistinguishedNameBuilder } from './internal/index.js';
42
+ export { X500DistinguishedNameFlags as X500DistinguishedNameFlags } from './internal/index.js';
43
+ export { X500RelativeDistinguishedName$instance as X500RelativeDistinguishedName } from './internal/index.js';
44
+ export { X509AuthorityInformationAccessExtension$instance as X509AuthorityInformationAccessExtension } from './internal/index.js';
45
+ export { X509AuthorityKeyIdentifierExtension$instance as X509AuthorityKeyIdentifierExtension } from './internal/index.js';
46
+ export { X509BasicConstraintsExtension$instance as X509BasicConstraintsExtension } from './internal/index.js';
47
+ export { X509Certificate$instance as X509Certificate } from './internal/index.js';
48
+ export { X509Certificate2$instance as X509Certificate2 } from './internal/index.js';
49
+ export { X509Certificate2Collection$instance as X509Certificate2Collection } from './internal/index.js';
50
+ export { X509Certificate2Enumerator$instance as X509Certificate2Enumerator } from './internal/index.js';
51
+ export { X509CertificateCollection$instance as X509CertificateCollection } from './internal/index.js';
52
+ export { X509CertificateCollection_X509CertificateEnumerator$instance as X509CertificateCollection_X509CertificateEnumerator } from './internal/index.js';
53
+ export { X509Chain$instance as X509Chain } from './internal/index.js';
54
+ export { X509ChainElement$instance as X509ChainElement } from './internal/index.js';
55
+ export { X509ChainElementCollection$instance as X509ChainElementCollection } from './internal/index.js';
56
+ export { X509ChainElementEnumerator$instance as X509ChainElementEnumerator } from './internal/index.js';
57
+ export { X509ChainPolicy$instance as X509ChainPolicy } from './internal/index.js';
58
+ export { X509ChainStatus$instance as X509ChainStatus } from './internal/index.js';
59
+ export { X509ChainStatusFlags as X509ChainStatusFlags } from './internal/index.js';
60
+ export { X509ChainTrustMode as X509ChainTrustMode } from './internal/index.js';
61
+ export { X509ContentType as X509ContentType } from './internal/index.js';
62
+ export { X509EnhancedKeyUsageExtension$instance as X509EnhancedKeyUsageExtension } from './internal/index.js';
63
+ export { X509Extension$instance as X509Extension } from './internal/index.js';
64
+ export { X509ExtensionCollection$instance as X509ExtensionCollection } from './internal/index.js';
65
+ export { X509ExtensionEnumerator$instance as X509ExtensionEnumerator } from './internal/index.js';
66
+ export { X509FindType as X509FindType } from './internal/index.js';
67
+ export { X509IncludeOption as X509IncludeOption } from './internal/index.js';
68
+ export { X509KeyStorageFlags as X509KeyStorageFlags } from './internal/index.js';
69
+ export { X509KeyUsageExtension$instance as X509KeyUsageExtension } from './internal/index.js';
70
+ export { X509KeyUsageFlags as X509KeyUsageFlags } from './internal/index.js';
71
+ export { X509NameType as X509NameType } from './internal/index.js';
72
+ export { X509RevocationFlag as X509RevocationFlag } from './internal/index.js';
73
+ export { X509RevocationMode as X509RevocationMode } from './internal/index.js';
74
+ export { X509RevocationReason as X509RevocationReason } from './internal/index.js';
75
+ export { X509SignatureGenerator$instance as X509SignatureGenerator } from './internal/index.js';
76
+ export { X509Store$instance as X509Store } from './internal/index.js';
77
+ export { X509SubjectAlternativeNameExtension$instance as X509SubjectAlternativeNameExtension } from './internal/index.js';
78
+ export { X509SubjectKeyIdentifierExtension$instance as X509SubjectKeyIdentifierExtension } from './internal/index.js';
79
+ export { X509SubjectKeyIdentifierHashAlgorithm as X509SubjectKeyIdentifierHashAlgorithm } from './internal/index.js';
80
+ export { X509VerificationFlags as X509VerificationFlags } from './internal/index.js';
@@ -12,9 +12,9 @@ import type { Attribute, Boolean as ClrBoolean, Enum, IComparable, IConvertible,
12
12
  export * from './internal/index.js';
13
13
 
14
14
  // Individual type exports for convenience
15
- export type CodeAccessSecurityAttribute = Internal.CodeAccessSecurityAttribute;
16
- export type PermissionState = Internal.PermissionState;
17
- export type SecurityAction = Internal.SecurityAction;
18
- export type SecurityAttribute = Internal.SecurityAttribute;
19
- export type SecurityPermissionAttribute = Internal.SecurityPermissionAttribute;
20
- export type SecurityPermissionFlag = Internal.SecurityPermissionFlag;
15
+ export { CodeAccessSecurityAttribute$instance as CodeAccessSecurityAttribute } from './internal/index.js';
16
+ export { PermissionState as PermissionState } from './internal/index.js';
17
+ export { SecurityAction as SecurityAction } from './internal/index.js';
18
+ export { SecurityAttribute$instance as SecurityAttribute } from './internal/index.js';
19
+ export { SecurityPermissionAttribute$instance as SecurityPermissionAttribute } from './internal/index.js';
20
+ export { SecurityPermissionFlag as SecurityPermissionFlag } from './internal/index.js';
@@ -12,5 +12,5 @@ import type { Array as ClrArray, Boolean as ClrBoolean, Int32, Object as ClrObje
12
12
  export * from './internal/index.js';
13
13
 
14
14
  // Individual type exports for convenience
15
- export type Evidence = Internal.Evidence;
16
- export type EvidenceBase = Internal.EvidenceBase;
15
+ export { Evidence$instance as Evidence } from './internal/index.js';
16
+ export { EvidenceBase$instance as EvidenceBase } from './internal/index.js';
@@ -21,18 +21,18 @@ export * from './internal/index.js';
21
21
  // Individual type exports for convenience
22
22
  export type IIdentity = Internal.IIdentity;
23
23
  export type IPrincipal = Internal.IPrincipal;
24
- export type PrincipalPolicy = Internal.PrincipalPolicy;
25
- export type TokenImpersonationLevel = Internal.TokenImpersonationLevel;
26
- export type GenericIdentity = Internal.GenericIdentity;
27
- export type GenericPrincipal = Internal.GenericPrincipal;
28
- export type IdentityNotMappedException = Internal.IdentityNotMappedException;
29
- export type IdentityReference = Internal.IdentityReference;
30
- export type IdentityReferenceCollection = Internal.IdentityReferenceCollection;
31
- export type NTAccount = Internal.NTAccount;
32
- export type SecurityIdentifier = Internal.SecurityIdentifier;
33
- export type TokenAccessLevels = Internal.TokenAccessLevels;
34
- export type WellKnownSidType = Internal.WellKnownSidType;
35
- export type WindowsAccountType = Internal.WindowsAccountType;
36
- export type WindowsBuiltInRole = Internal.WindowsBuiltInRole;
37
- export type WindowsIdentity = Internal.WindowsIdentity;
38
- export type WindowsPrincipal = Internal.WindowsPrincipal;
24
+ export { PrincipalPolicy as PrincipalPolicy } from './internal/index.js';
25
+ export { TokenImpersonationLevel as TokenImpersonationLevel } from './internal/index.js';
26
+ export { GenericIdentity$instance as GenericIdentity } from './internal/index.js';
27
+ export { GenericPrincipal$instance as GenericPrincipal } from './internal/index.js';
28
+ export { IdentityNotMappedException$instance as IdentityNotMappedException } from './internal/index.js';
29
+ export { IdentityReference$instance as IdentityReference } from './internal/index.js';
30
+ export { IdentityReferenceCollection$instance as IdentityReferenceCollection } from './internal/index.js';
31
+ export { NTAccount$instance as NTAccount } from './internal/index.js';
32
+ export { SecurityIdentifier$instance as SecurityIdentifier } from './internal/index.js';
33
+ export { TokenAccessLevels as TokenAccessLevels } from './internal/index.js';
34
+ export { WellKnownSidType as WellKnownSidType } from './internal/index.js';
35
+ export { WindowsAccountType as WindowsAccountType } from './internal/index.js';
36
+ export { WindowsBuiltInRole as WindowsBuiltInRole } from './internal/index.js';
37
+ export { WindowsIdentity$instance as WindowsIdentity } from './internal/index.js';
38
+ export { WindowsPrincipal$instance as WindowsPrincipal } from './internal/index.js';