@tsonic/dotnet 0.8.0 → 0.8.1

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 (122) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +7 -7
  2. package/Microsoft.VisualBasic/internal/index.d.ts +23 -23
  3. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +29 -29
  4. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +15 -15
  5. package/Microsoft.Win32/internal/index.d.ts +1 -1
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +19 -19
  7. package/System/internal/index.d.ts +408 -408
  8. package/System.Buffers/internal/index.d.ts +11 -11
  9. package/System.CodeDom.Compiler/internal/index.d.ts +3 -3
  10. package/System.Collections/internal/index.d.ts +44 -44
  11. package/System.Collections.Concurrent/internal/index.d.ts +18 -18
  12. package/System.Collections.Frozen/internal/index.d.ts +4 -4
  13. package/System.Collections.Generic/internal/index.d.ts +98 -98
  14. package/System.Collections.Immutable/internal/index.d.ts +22 -22
  15. package/System.Collections.ObjectModel/internal/index.d.ts +11 -11
  16. package/System.Collections.Specialized/internal/index.d.ts +38 -38
  17. package/System.ComponentModel/internal/index.d.ts +222 -222
  18. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +54 -54
  19. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -8
  20. package/System.ComponentModel.Design/internal/index.d.ts +30 -30
  21. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +13 -13
  22. package/System.Data/internal/index.d.ts +110 -110
  23. package/System.Data.Common/internal/index.d.ts +17 -17
  24. package/System.Data.SqlTypes/internal/index.d.ts +62 -62
  25. package/System.Diagnostics/internal/index.d.ts +117 -117
  26. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +34 -34
  27. package/System.Diagnostics.Contracts/internal/index.d.ts +14 -14
  28. package/System.Diagnostics.Metrics/internal/index.d.ts +19 -19
  29. package/System.Diagnostics.SymbolStore/internal/index.d.ts +4 -4
  30. package/System.Diagnostics.Tracing/internal/index.d.ts +21 -21
  31. package/System.Drawing/internal/index.d.ts +22 -22
  32. package/System.Dynamic/internal/index.d.ts +6 -6
  33. package/System.Formats.Asn1/internal/index.d.ts +10 -10
  34. package/System.Formats.Tar/internal/index.d.ts +14 -14
  35. package/System.Globalization/internal/index.d.ts +40 -40
  36. package/System.IO/internal/index.d.ts +107 -107
  37. package/System.IO.Compression/internal/index.d.ts +32 -32
  38. package/System.IO.Enumeration/internal/index.d.ts +3 -3
  39. package/System.IO.IsolatedStorage/internal/index.d.ts +12 -12
  40. package/System.IO.MemoryMappedFiles/internal/index.d.ts +3 -3
  41. package/System.IO.Pipelines/internal/index.d.ts +8 -8
  42. package/System.IO.Pipes/internal/index.d.ts +28 -28
  43. package/System.Linq/internal/index.d.ts +7 -7
  44. package/System.Linq.Expressions/internal/index.d.ts +34 -34
  45. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +1 -1
  46. package/System.Net/internal/index.d.ts +84 -84
  47. package/System.Net.Cache/internal/index.d.ts +8 -8
  48. package/System.Net.Http/internal/index.d.ts +40 -40
  49. package/System.Net.Http.Headers/internal/index.d.ts +48 -48
  50. package/System.Net.Http.Json/internal/index.d.ts +1 -1
  51. package/System.Net.Http.Metrics/internal/index.d.ts +1 -1
  52. package/System.Net.Mail/internal/index.d.ts +47 -47
  53. package/System.Net.Mime/internal/index.d.ts +4 -4
  54. package/System.Net.NetworkInformation/internal/index.d.ts +17 -17
  55. package/System.Net.Quic/internal/index.d.ts +9 -9
  56. package/System.Net.Security/internal/index.d.ts +19 -19
  57. package/System.Net.ServerSentEvents/internal/index.d.ts +2 -2
  58. package/System.Net.Sockets/internal/index.d.ts +53 -53
  59. package/System.Net.WebSockets/internal/index.d.ts +23 -23
  60. package/System.Numerics/internal/index.d.ts +37 -37
  61. package/System.Reflection/internal/index.d.ts +69 -69
  62. package/System.Reflection.Emit/internal/index.d.ts +18 -18
  63. package/System.Reflection.Metadata/internal/index.d.ts +170 -170
  64. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +39 -39
  65. package/System.Reflection.PortableExecutable/internal/index.d.ts +23 -23
  66. package/System.Resources/internal/index.d.ts +20 -20
  67. package/System.Runtime/internal/index.d.ts +7 -7
  68. package/System.Runtime.CompilerServices/internal/index.d.ts +145 -145
  69. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +2 -2
  70. package/System.Runtime.ExceptionServices/internal/index.d.ts +3 -3
  71. package/System.Runtime.InteropServices/internal/index.d.ts +120 -120
  72. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +20 -20
  73. package/System.Runtime.InteropServices.Java/internal/index.d.ts +3 -3
  74. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +27 -27
  75. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +27 -27
  76. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +1 -1
  77. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -4
  78. package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
  79. package/System.Runtime.Loader/internal/index.d.ts +3 -3
  80. package/System.Runtime.Remoting/internal/index.d.ts +1 -1
  81. package/System.Runtime.Serialization/internal/index.d.ts +47 -47
  82. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +4 -4
  83. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +2 -2
  84. package/System.Runtime.Serialization.Json/internal/index.d.ts +8 -8
  85. package/System.Runtime.Versioning/internal/index.d.ts +18 -18
  86. package/System.Security/internal/index.d.ts +23 -23
  87. package/System.Security.AccessControl/internal/index.d.ts +65 -65
  88. package/System.Security.Authentication/internal/index.d.ts +6 -6
  89. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +6 -6
  90. package/System.Security.Claims/internal/index.d.ts +24 -24
  91. package/System.Security.Cryptography/internal/index.d.ts +220 -220
  92. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +120 -120
  93. package/System.Security.Permissions/internal/index.d.ts +1 -1
  94. package/System.Security.Policy/internal/index.d.ts +4 -4
  95. package/System.Security.Principal/internal/index.d.ts +21 -21
  96. package/System.Text/internal/index.d.ts +49 -49
  97. package/System.Text.Encodings.Web/internal/index.d.ts +3 -3
  98. package/System.Text.Json/internal/index.d.ts +24 -24
  99. package/System.Text.Json.Nodes/internal/index.d.ts +8 -8
  100. package/System.Text.Json.Schema/internal/index.d.ts +2 -2
  101. package/System.Text.Json.Serialization/internal/index.d.ts +25 -25
  102. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +10 -10
  103. package/System.Text.RegularExpressions/internal/index.d.ts +24 -24
  104. package/System.Text.Unicode/internal/index.d.ts +3 -3
  105. package/System.Threading/internal/index.d.ts +105 -105
  106. package/System.Threading.Channels/internal/index.d.ts +7 -7
  107. package/System.Threading.Tasks/internal/index.d.ts +56 -56
  108. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +29 -29
  109. package/System.Threading.Tasks.Sources/internal/index.d.ts +1 -1
  110. package/System.Timers/internal/index.d.ts +5 -5
  111. package/System.Transactions/internal/index.d.ts +41 -41
  112. package/System.Web/internal/index.d.ts +1 -1
  113. package/System.Windows.Markup/internal/index.d.ts +2 -2
  114. package/System.Xml/internal/index.d.ts +72 -72
  115. package/System.Xml.Linq/internal/index.d.ts +31 -31
  116. package/System.Xml.Resolvers/internal/index.d.ts +5 -5
  117. package/System.Xml.Schema/internal/index.d.ts +76 -76
  118. package/System.Xml.Serialization/internal/index.d.ts +96 -96
  119. package/System.Xml.XPath/internal/index.d.ts +9 -9
  120. package/System.Xml.Xsl/internal/index.d.ts +13 -13
  121. package/System.Xml.Xsl.Runtime/internal/index.d.ts +52 -52
  122. package/package.json +1 -1
@@ -259,7 +259,7 @@ export interface X509ChainStatus$instance {
259
259
 
260
260
 
261
261
  export const X509ChainStatus: {
262
- new(): X509ChainStatus$instance;
262
+ new(): X509ChainStatus;
263
263
  };
264
264
 
265
265
 
@@ -284,18 +284,18 @@ export interface CertificateRequest$instance {
284
284
 
285
285
 
286
286
  export const CertificateRequest: {
287
- new(subjectName: string, key: ECDsa, hashAlgorithm: HashAlgorithmName): CertificateRequest$instance;
288
- new(subjectName: X500DistinguishedName, key: ECDsa, hashAlgorithm: HashAlgorithmName): CertificateRequest$instance;
289
- new(subjectName: string, key: RSA, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): CertificateRequest$instance;
290
- new(subjectName: X500DistinguishedName, key: RSA, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): CertificateRequest$instance;
291
- new(subjectName: string, key: MLDsa): CertificateRequest$instance;
292
- new(subjectName: X500DistinguishedName, key: MLDsa): CertificateRequest$instance;
293
- new(subjectName: string, key: SlhDsa): CertificateRequest$instance;
294
- new(subjectName: X500DistinguishedName, key: SlhDsa): CertificateRequest$instance;
295
- new(subjectName: string, key: CompositeMLDsa): CertificateRequest$instance;
296
- new(subjectName: X500DistinguishedName, key: CompositeMLDsa): CertificateRequest$instance;
297
- new(subjectName: X500DistinguishedName, publicKey: PublicKey, hashAlgorithm: HashAlgorithmName): CertificateRequest$instance;
298
- new(subjectName: X500DistinguishedName, publicKey: PublicKey, hashAlgorithm: HashAlgorithmName, rsaSignaturePadding: RSASignaturePadding): CertificateRequest$instance;
287
+ new(subjectName: string, key: ECDsa, hashAlgorithm: HashAlgorithmName): CertificateRequest;
288
+ new(subjectName: X500DistinguishedName, key: ECDsa, hashAlgorithm: HashAlgorithmName): CertificateRequest;
289
+ new(subjectName: string, key: RSA, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): CertificateRequest;
290
+ new(subjectName: X500DistinguishedName, key: RSA, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): CertificateRequest;
291
+ new(subjectName: string, key: MLDsa): CertificateRequest;
292
+ new(subjectName: X500DistinguishedName, key: MLDsa): CertificateRequest;
293
+ new(subjectName: string, key: SlhDsa): CertificateRequest;
294
+ new(subjectName: X500DistinguishedName, key: SlhDsa): CertificateRequest;
295
+ new(subjectName: string, key: CompositeMLDsa): CertificateRequest;
296
+ new(subjectName: X500DistinguishedName, key: CompositeMLDsa): CertificateRequest;
297
+ new(subjectName: X500DistinguishedName, publicKey: PublicKey, hashAlgorithm: HashAlgorithmName): CertificateRequest;
298
+ new(subjectName: X500DistinguishedName, publicKey: PublicKey, hashAlgorithm: HashAlgorithmName, rsaSignaturePadding: RSASignaturePadding): CertificateRequest;
299
299
  loadSigningRequest(pkcs10: byte[], signerHashAlgorithm: HashAlgorithmName, options?: CertificateRequestLoadOptions, signerSignaturePadding?: RSASignaturePadding): CertificateRequest;
300
300
  loadSigningRequest(pkcs10: ReadOnlySpan_1<System_Internal.Byte>, signerHashAlgorithm: HashAlgorithmName, bytesConsumed: int, options?: CertificateRequestLoadOptions, signerSignaturePadding?: RSASignaturePadding): CertificateRequest;
301
301
  loadSigningRequestPem(pkcs10Pem: ReadOnlySpan_1<System_Internal.Char>, signerHashAlgorithm: HashAlgorithmName, options?: CertificateRequestLoadOptions, signerSignaturePadding?: RSASignaturePadding): CertificateRequest;
@@ -317,7 +317,7 @@ export interface CertificateRevocationListBuilder$instance {
317
317
 
318
318
 
319
319
  export const CertificateRevocationListBuilder: {
320
- new(): CertificateRevocationListBuilder$instance;
320
+ new(): CertificateRevocationListBuilder;
321
321
  buildCrlDistributionPointExtension(uris: IEnumerable_1<System_Internal.String>, critical?: boolean): X509Extension;
322
322
  load(currentCrl: byte[], currentCrlNumber: BigInteger): CertificateRevocationListBuilder;
323
323
  load(currentCrl: ReadOnlySpan_1<System_Internal.Byte>, currentCrlNumber: BigInteger, bytesConsumed: int): CertificateRevocationListBuilder;
@@ -347,8 +347,8 @@ export interface Pkcs12LoaderLimits$instance {
347
347
 
348
348
 
349
349
  export const Pkcs12LoaderLimits: {
350
- new(): Pkcs12LoaderLimits$instance;
351
- new(copyFrom: Pkcs12LoaderLimits): Pkcs12LoaderLimits$instance;
350
+ new(): Pkcs12LoaderLimits;
351
+ new(copyFrom: Pkcs12LoaderLimits): Pkcs12LoaderLimits;
352
352
  readonly defaults: Pkcs12LoaderLimits;
353
353
  readonly dangerousNoLimits: Pkcs12LoaderLimits;
354
354
  };
@@ -362,7 +362,7 @@ export interface Pkcs12LoadLimitExceededException$instance extends Cryptographic
362
362
 
363
363
 
364
364
  export const Pkcs12LoadLimitExceededException: {
365
- new(propertyName: string): Pkcs12LoadLimitExceededException$instance;
365
+ new(propertyName: string): Pkcs12LoadLimitExceededException;
366
366
  };
367
367
 
368
368
 
@@ -392,12 +392,12 @@ export interface PublicKey$instance {
392
392
 
393
393
 
394
394
  export const PublicKey: {
395
- new(oid: Oid, parameters: AsnEncodedData, keyValue: AsnEncodedData): PublicKey$instance;
396
- new(key: AsymmetricAlgorithm): PublicKey$instance;
397
- new(key: MLKem): PublicKey$instance;
398
- new(key: MLDsa): PublicKey$instance;
399
- new(key: SlhDsa): PublicKey$instance;
400
- new(key: CompositeMLDsa): PublicKey$instance;
395
+ new(oid: Oid, parameters: AsnEncodedData, keyValue: AsnEncodedData): PublicKey;
396
+ new(key: AsymmetricAlgorithm): PublicKey;
397
+ new(key: MLKem): PublicKey;
398
+ new(key: MLDsa): PublicKey;
399
+ new(key: SlhDsa): PublicKey;
400
+ new(key: CompositeMLDsa): PublicKey;
401
401
  createFromSubjectPublicKeyInfo(source: ReadOnlySpan_1<System_Internal.Byte>, bytesRead: int): PublicKey;
402
402
  };
403
403
 
@@ -415,7 +415,7 @@ export interface SubjectAlternativeNameBuilder$instance {
415
415
 
416
416
 
417
417
  export const SubjectAlternativeNameBuilder: {
418
- new(): SubjectAlternativeNameBuilder$instance;
418
+ new(): SubjectAlternativeNameBuilder;
419
419
  };
420
420
 
421
421
 
@@ -430,12 +430,12 @@ export interface X500DistinguishedName$instance extends AsnEncodedData {
430
430
 
431
431
 
432
432
  export const X500DistinguishedName: {
433
- new(encodedDistinguishedName: byte[]): X500DistinguishedName$instance;
434
- new(encodedDistinguishedName: ReadOnlySpan_1<System_Internal.Byte>): X500DistinguishedName$instance;
435
- new(encodedDistinguishedName: AsnEncodedData): X500DistinguishedName$instance;
436
- new(distinguishedName: X500DistinguishedName): X500DistinguishedName$instance;
437
- new(distinguishedName: string): X500DistinguishedName$instance;
438
- new(distinguishedName: string, flag: X500DistinguishedNameFlags): X500DistinguishedName$instance;
433
+ new(encodedDistinguishedName: byte[]): X500DistinguishedName;
434
+ new(encodedDistinguishedName: ReadOnlySpan_1<System_Internal.Byte>): X500DistinguishedName;
435
+ new(encodedDistinguishedName: AsnEncodedData): X500DistinguishedName;
436
+ new(distinguishedName: X500DistinguishedName): X500DistinguishedName;
437
+ new(distinguishedName: string): X500DistinguishedName;
438
+ new(distinguishedName: string, flag: X500DistinguishedNameFlags): X500DistinguishedName;
439
439
  };
440
440
 
441
441
 
@@ -457,7 +457,7 @@ export interface X500DistinguishedNameBuilder$instance {
457
457
 
458
458
 
459
459
  export const X500DistinguishedNameBuilder: {
460
- new(): X500DistinguishedNameBuilder$instance;
460
+ new(): X500DistinguishedNameBuilder;
461
461
  };
462
462
 
463
463
 
@@ -472,7 +472,7 @@ export interface X500RelativeDistinguishedName$instance {
472
472
 
473
473
 
474
474
  export const X500RelativeDistinguishedName: {
475
- new(): X500RelativeDistinguishedName$instance;
475
+ new(): X500RelativeDistinguishedName;
476
476
  };
477
477
 
478
478
 
@@ -488,10 +488,10 @@ export interface X509AuthorityInformationAccessExtension$instance extends X509Ex
488
488
 
489
489
 
490
490
  export const X509AuthorityInformationAccessExtension: {
491
- new(): X509AuthorityInformationAccessExtension$instance;
492
- new(rawData: byte[], critical: boolean): X509AuthorityInformationAccessExtension$instance;
493
- new(rawData: ReadOnlySpan_1<System_Internal.Byte>, critical: boolean): X509AuthorityInformationAccessExtension$instance;
494
- new(ocspUris: IEnumerable_1<System_Internal.String>, caIssuersUris: IEnumerable_1<System_Internal.String>, critical: boolean): X509AuthorityInformationAccessExtension$instance;
491
+ new(): X509AuthorityInformationAccessExtension;
492
+ new(rawData: byte[], critical: boolean): X509AuthorityInformationAccessExtension;
493
+ new(rawData: ReadOnlySpan_1<System_Internal.Byte>, critical: boolean): X509AuthorityInformationAccessExtension;
494
+ new(ocspUris: IEnumerable_1<System_Internal.String>, caIssuersUris: IEnumerable_1<System_Internal.String>, critical: boolean): X509AuthorityInformationAccessExtension;
495
495
  };
496
496
 
497
497
 
@@ -507,9 +507,9 @@ export interface X509AuthorityKeyIdentifierExtension$instance extends X509Extens
507
507
 
508
508
 
509
509
  export const X509AuthorityKeyIdentifierExtension: {
510
- new(): X509AuthorityKeyIdentifierExtension$instance;
511
- new(rawData: byte[], critical: boolean): X509AuthorityKeyIdentifierExtension$instance;
512
- new(rawData: ReadOnlySpan_1<System_Internal.Byte>, critical: boolean): X509AuthorityKeyIdentifierExtension$instance;
510
+ new(): X509AuthorityKeyIdentifierExtension;
511
+ new(rawData: byte[], critical: boolean): X509AuthorityKeyIdentifierExtension;
512
+ new(rawData: ReadOnlySpan_1<System_Internal.Byte>, critical: boolean): X509AuthorityKeyIdentifierExtension;
513
513
  create(keyIdentifier: byte[], issuerName: X500DistinguishedName, serialNumber: byte[]): X509AuthorityKeyIdentifierExtension;
514
514
  create(keyIdentifier: ReadOnlySpan_1<System_Internal.Byte>, issuerName: X500DistinguishedName, serialNumber: ReadOnlySpan_1<System_Internal.Byte>): X509AuthorityKeyIdentifierExtension;
515
515
  createFromCertificate(certificate: X509Certificate2, includeKeyIdentifier: boolean, includeIssuerAndSerial: boolean): X509AuthorityKeyIdentifierExtension;
@@ -532,9 +532,9 @@ export interface X509BasicConstraintsExtension$instance extends X509Extension {
532
532
 
533
533
 
534
534
  export const X509BasicConstraintsExtension: {
535
- new(): X509BasicConstraintsExtension$instance;
536
- new(certificateAuthority: boolean, hasPathLengthConstraint: boolean, pathLengthConstraint: int, critical: boolean): X509BasicConstraintsExtension$instance;
537
- new(encodedBasicConstraints: AsnEncodedData, critical: boolean): X509BasicConstraintsExtension$instance;
535
+ new(): X509BasicConstraintsExtension;
536
+ new(certificateAuthority: boolean, hasPathLengthConstraint: boolean, pathLengthConstraint: int, critical: boolean): X509BasicConstraintsExtension;
537
+ new(encodedBasicConstraints: AsnEncodedData, critical: boolean): X509BasicConstraintsExtension;
538
538
  createForCertificateAuthority(pathLengthConstraint?: Nullable_1<System_Internal.Int32>): X509BasicConstraintsExtension;
539
539
  createForEndEntity(critical?: boolean): X509BasicConstraintsExtension;
540
540
  };
@@ -588,20 +588,20 @@ export interface X509Certificate$instance {
588
588
 
589
589
 
590
590
  export const X509Certificate: {
591
- new(): X509Certificate$instance;
592
- new(data: byte[]): X509Certificate$instance;
593
- new(rawData: byte[], password: string): X509Certificate$instance;
594
- new(rawData: byte[], password: SecureString): X509Certificate$instance;
595
- new(rawData: byte[], password: string, keyStorageFlags: X509KeyStorageFlags): X509Certificate$instance;
596
- new(rawData: byte[], password: SecureString, keyStorageFlags: X509KeyStorageFlags): X509Certificate$instance;
597
- new(handle: nint): X509Certificate$instance;
598
- new(fileName: string): X509Certificate$instance;
599
- new(fileName: string, password: string): X509Certificate$instance;
600
- new(fileName: string, password: SecureString): X509Certificate$instance;
601
- new(fileName: string, password: string, keyStorageFlags: X509KeyStorageFlags): X509Certificate$instance;
602
- new(fileName: string, password: SecureString, keyStorageFlags: X509KeyStorageFlags): X509Certificate$instance;
603
- new(cert: X509Certificate): X509Certificate$instance;
604
- new(info: SerializationInfo, context: StreamingContext): X509Certificate$instance;
591
+ new(): X509Certificate;
592
+ new(data: byte[]): X509Certificate;
593
+ new(rawData: byte[], password: string): X509Certificate;
594
+ new(rawData: byte[], password: SecureString): X509Certificate;
595
+ new(rawData: byte[], password: string, keyStorageFlags: X509KeyStorageFlags): X509Certificate;
596
+ new(rawData: byte[], password: SecureString, keyStorageFlags: X509KeyStorageFlags): X509Certificate;
597
+ new(handle: nint): X509Certificate;
598
+ new(fileName: string): X509Certificate;
599
+ new(fileName: string, password: string): X509Certificate;
600
+ new(fileName: string, password: SecureString): X509Certificate;
601
+ new(fileName: string, password: string, keyStorageFlags: X509KeyStorageFlags): X509Certificate;
602
+ new(fileName: string, password: SecureString, keyStorageFlags: X509KeyStorageFlags): X509Certificate;
603
+ new(cert: X509Certificate): X509Certificate;
604
+ new(info: SerializationInfo, context: StreamingContext): X509Certificate;
605
605
  createFromCertFile(filename: string): X509Certificate;
606
606
  createFromSignedFile(filename: string): X509Certificate;
607
607
  };
@@ -671,22 +671,22 @@ export interface X509Certificate2$instance extends X509Certificate$instance {
671
671
 
672
672
 
673
673
  export const X509Certificate2: {
674
- new(): X509Certificate2$instance;
675
- new(rawData: byte[]): X509Certificate2$instance;
676
- new(rawData: byte[], password: string): X509Certificate2$instance;
677
- new(rawData: byte[], password: SecureString): X509Certificate2$instance;
678
- new(rawData: byte[], password: string, keyStorageFlags: X509KeyStorageFlags): X509Certificate2$instance;
679
- new(rawData: byte[], password: SecureString, keyStorageFlags: X509KeyStorageFlags): X509Certificate2$instance;
680
- new(rawData: ReadOnlySpan_1<System_Internal.Byte>): X509Certificate2$instance;
681
- new(rawData: ReadOnlySpan_1<System_Internal.Byte>, password: ReadOnlySpan_1<System_Internal.Char>, keyStorageFlags: X509KeyStorageFlags): X509Certificate2$instance;
682
- new(handle: nint): X509Certificate2$instance;
683
- new(fileName: string): X509Certificate2$instance;
684
- new(fileName: string, password: string): X509Certificate2$instance;
685
- new(fileName: string, password: SecureString): X509Certificate2$instance;
686
- new(fileName: string, password: string, keyStorageFlags: X509KeyStorageFlags): X509Certificate2$instance;
687
- new(fileName: string, password: SecureString, keyStorageFlags: X509KeyStorageFlags): X509Certificate2$instance;
688
- new(fileName: string, password: ReadOnlySpan_1<System_Internal.Char>, keyStorageFlags: X509KeyStorageFlags): X509Certificate2$instance;
689
- new(certificate: X509Certificate): X509Certificate2$instance;
674
+ new(): X509Certificate2;
675
+ new(rawData: byte[]): X509Certificate2;
676
+ new(rawData: byte[], password: string): X509Certificate2;
677
+ new(rawData: byte[], password: SecureString): X509Certificate2;
678
+ new(rawData: byte[], password: string, keyStorageFlags: X509KeyStorageFlags): X509Certificate2;
679
+ new(rawData: byte[], password: SecureString, keyStorageFlags: X509KeyStorageFlags): X509Certificate2;
680
+ new(rawData: ReadOnlySpan_1<System_Internal.Byte>): X509Certificate2;
681
+ new(rawData: ReadOnlySpan_1<System_Internal.Byte>, password: ReadOnlySpan_1<System_Internal.Char>, keyStorageFlags: X509KeyStorageFlags): X509Certificate2;
682
+ new(handle: nint): X509Certificate2;
683
+ new(fileName: string): X509Certificate2;
684
+ new(fileName: string, password: string): X509Certificate2;
685
+ new(fileName: string, password: SecureString): X509Certificate2;
686
+ new(fileName: string, password: string, keyStorageFlags: X509KeyStorageFlags): X509Certificate2;
687
+ new(fileName: string, password: SecureString, keyStorageFlags: X509KeyStorageFlags): X509Certificate2;
688
+ new(fileName: string, password: ReadOnlySpan_1<System_Internal.Char>, keyStorageFlags: X509KeyStorageFlags): X509Certificate2;
689
+ new(certificate: X509Certificate): X509Certificate2;
690
690
  createFromEncryptedPem(certPem: ReadOnlySpan_1<System_Internal.Char>, keyPem: ReadOnlySpan_1<System_Internal.Char>, password: ReadOnlySpan_1<System_Internal.Char>): X509Certificate2;
691
691
  createFromEncryptedPemFile(certPemFilePath: string, password: ReadOnlySpan_1<System_Internal.Char>, keyPemFilePath?: string): X509Certificate2;
692
692
  createFromPem(certPem: ReadOnlySpan_1<System_Internal.Char>, keyPem: ReadOnlySpan_1<System_Internal.Char>): X509Certificate2;
@@ -756,10 +756,10 @@ export interface X509Certificate2Collection$instance extends X509CertificateColl
756
756
 
757
757
 
758
758
  export const X509Certificate2Collection: {
759
- new(): X509Certificate2Collection$instance;
760
- new(certificate: X509Certificate2): X509Certificate2Collection$instance;
761
- new(certificates: X509Certificate2[]): X509Certificate2Collection$instance;
762
- new(certificates: X509Certificate2Collection): X509Certificate2Collection$instance;
759
+ new(): X509Certificate2Collection;
760
+ new(certificate: X509Certificate2): X509Certificate2Collection;
761
+ new(certificates: X509Certificate2[]): X509Certificate2Collection;
762
+ new(certificates: X509Certificate2Collection): X509Certificate2Collection;
763
763
  };
764
764
 
765
765
 
@@ -781,7 +781,7 @@ export interface X509Certificate2Enumerator$instance {
781
781
 
782
782
 
783
783
  export const X509Certificate2Enumerator: {
784
- new(): X509Certificate2Enumerator$instance;
784
+ new(): X509Certificate2Enumerator;
785
785
  };
786
786
 
787
787
 
@@ -812,9 +812,9 @@ export interface X509CertificateCollection$instance extends CollectionBase {
812
812
 
813
813
 
814
814
  export const X509CertificateCollection: {
815
- new(): X509CertificateCollection$instance;
816
- new(value: X509Certificate[]): X509CertificateCollection$instance;
817
- new(value: X509CertificateCollection): X509CertificateCollection$instance;
815
+ new(): X509CertificateCollection;
816
+ new(value: X509Certificate[]): X509CertificateCollection;
817
+ new(value: X509CertificateCollection): X509CertificateCollection;
818
818
  };
819
819
 
820
820
 
@@ -835,7 +835,7 @@ export interface X509CertificateCollection_X509CertificateEnumerator$instance {
835
835
 
836
836
 
837
837
  export const X509CertificateCollection_X509CertificateEnumerator: {
838
- new(mappings: X509CertificateCollection): X509CertificateCollection_X509CertificateEnumerator$instance;
838
+ new(mappings: X509CertificateCollection): X509CertificateCollection_X509CertificateEnumerator;
839
839
  };
840
840
 
841
841
 
@@ -859,9 +859,9 @@ export interface X509Chain$instance {
859
859
 
860
860
 
861
861
  export const X509Chain: {
862
- new(): X509Chain$instance;
863
- new(useMachineContext: boolean): X509Chain$instance;
864
- new(chainContext: nint): X509Chain$instance;
862
+ new(): X509Chain;
863
+ new(useMachineContext: boolean): X509Chain;
864
+ new(chainContext: nint): X509Chain;
865
865
  create(): X509Chain;
866
866
  };
867
867
 
@@ -883,7 +883,7 @@ export interface X509ChainElement$instance {
883
883
 
884
884
 
885
885
  export const X509ChainElement: {
886
- new(): X509ChainElement$instance;
886
+ new(): X509ChainElement;
887
887
  };
888
888
 
889
889
 
@@ -900,7 +900,7 @@ export interface X509ChainElementCollection$instance {
900
900
 
901
901
 
902
902
  export const X509ChainElementCollection: {
903
- new(): X509ChainElementCollection$instance;
903
+ new(): X509ChainElementCollection;
904
904
  };
905
905
 
906
906
 
@@ -921,7 +921,7 @@ export interface X509ChainElementEnumerator$instance {
921
921
 
922
922
 
923
923
  export const X509ChainElementEnumerator: {
924
- new(): X509ChainElementEnumerator$instance;
924
+ new(): X509ChainElementEnumerator;
925
925
  };
926
926
 
927
927
 
@@ -953,7 +953,7 @@ export interface X509ChainPolicy$instance {
953
953
 
954
954
 
955
955
  export const X509ChainPolicy: {
956
- new(): X509ChainPolicy$instance;
956
+ new(): X509ChainPolicy;
957
957
  };
958
958
 
959
959
 
@@ -966,9 +966,9 @@ export interface X509EnhancedKeyUsageExtension$instance extends X509Extension {
966
966
 
967
967
 
968
968
  export const X509EnhancedKeyUsageExtension: {
969
- new(): X509EnhancedKeyUsageExtension$instance;
970
- new(encodedEnhancedKeyUsages: AsnEncodedData, critical: boolean): X509EnhancedKeyUsageExtension$instance;
971
- new(enhancedKeyUsages: OidCollection, critical: boolean): X509EnhancedKeyUsageExtension$instance;
969
+ new(): X509EnhancedKeyUsageExtension;
970
+ new(encodedEnhancedKeyUsages: AsnEncodedData, critical: boolean): X509EnhancedKeyUsageExtension;
971
+ new(enhancedKeyUsages: OidCollection, critical: boolean): X509EnhancedKeyUsageExtension;
972
972
  };
973
973
 
974
974
 
@@ -981,11 +981,11 @@ export interface X509Extension$instance extends AsnEncodedData {
981
981
 
982
982
 
983
983
  export const X509Extension: {
984
- new(encodedExtension: AsnEncodedData, critical: boolean): X509Extension$instance;
985
- new(oid: Oid, rawData: byte[], critical: boolean): X509Extension$instance;
986
- new(oid: Oid, rawData: ReadOnlySpan_1<System_Internal.Byte>, critical: boolean): X509Extension$instance;
987
- new(oid: string, rawData: byte[], critical: boolean): X509Extension$instance;
988
- new(oid: string, rawData: ReadOnlySpan_1<System_Internal.Byte>, critical: boolean): X509Extension$instance;
984
+ new(encodedExtension: AsnEncodedData, critical: boolean): X509Extension;
985
+ new(oid: Oid, rawData: byte[], critical: boolean): X509Extension;
986
+ new(oid: Oid, rawData: ReadOnlySpan_1<System_Internal.Byte>, critical: boolean): X509Extension;
987
+ new(oid: string, rawData: byte[], critical: boolean): X509Extension;
988
+ new(oid: string, rawData: ReadOnlySpan_1<System_Internal.Byte>, critical: boolean): X509Extension;
989
989
  };
990
990
 
991
991
 
@@ -1004,7 +1004,7 @@ export interface X509ExtensionCollection$instance {
1004
1004
 
1005
1005
 
1006
1006
  export const X509ExtensionCollection: {
1007
- new(): X509ExtensionCollection$instance;
1007
+ new(): X509ExtensionCollection;
1008
1008
  };
1009
1009
 
1010
1010
 
@@ -1025,7 +1025,7 @@ export interface X509ExtensionEnumerator$instance {
1025
1025
 
1026
1026
 
1027
1027
  export const X509ExtensionEnumerator: {
1028
- new(): X509ExtensionEnumerator$instance;
1028
+ new(): X509ExtensionEnumerator;
1029
1029
  };
1030
1030
 
1031
1031
 
@@ -1045,9 +1045,9 @@ export interface X509KeyUsageExtension$instance extends X509Extension {
1045
1045
 
1046
1046
 
1047
1047
  export const X509KeyUsageExtension: {
1048
- new(): X509KeyUsageExtension$instance;
1049
- new(encodedKeyUsage: AsnEncodedData, critical: boolean): X509KeyUsageExtension$instance;
1050
- new(keyUsages: X509KeyUsageFlags, critical: boolean): X509KeyUsageExtension$instance;
1048
+ new(): X509KeyUsageExtension;
1049
+ new(encodedKeyUsage: AsnEncodedData, critical: boolean): X509KeyUsageExtension;
1050
+ new(keyUsages: X509KeyUsageFlags, critical: boolean): X509KeyUsageExtension;
1051
1051
  };
1052
1052
 
1053
1053
 
@@ -1088,15 +1088,15 @@ export interface X509Store$instance {
1088
1088
 
1089
1089
 
1090
1090
  export const X509Store: {
1091
- new(): X509Store$instance;
1092
- new(storeName: string): X509Store$instance;
1093
- new(storeName: StoreName): X509Store$instance;
1094
- new(storeLocation: StoreLocation): X509Store$instance;
1095
- new(storeName: StoreName, storeLocation: StoreLocation): X509Store$instance;
1096
- new(storeName: StoreName, storeLocation: StoreLocation, flags: OpenFlags): X509Store$instance;
1097
- new(storeName: string, storeLocation: StoreLocation): X509Store$instance;
1098
- new(storeName: string, storeLocation: StoreLocation, flags: OpenFlags): X509Store$instance;
1099
- new(storeHandle: nint): X509Store$instance;
1091
+ new(): X509Store;
1092
+ new(storeName: string): X509Store;
1093
+ new(storeName: StoreName): X509Store;
1094
+ new(storeLocation: StoreLocation): X509Store;
1095
+ new(storeName: StoreName, storeLocation: StoreLocation): X509Store;
1096
+ new(storeName: StoreName, storeLocation: StoreLocation, flags: OpenFlags): X509Store;
1097
+ new(storeName: string, storeLocation: StoreLocation): X509Store;
1098
+ new(storeName: string, storeLocation: StoreLocation, flags: OpenFlags): X509Store;
1099
+ new(storeHandle: nint): X509Store;
1100
1100
  };
1101
1101
 
1102
1102
 
@@ -1117,9 +1117,9 @@ export interface X509SubjectAlternativeNameExtension$instance extends X509Extens
1117
1117
 
1118
1118
 
1119
1119
  export const X509SubjectAlternativeNameExtension: {
1120
- new(): X509SubjectAlternativeNameExtension$instance;
1121
- new(rawData: byte[], critical: boolean): X509SubjectAlternativeNameExtension$instance;
1122
- new(rawData: ReadOnlySpan_1<System_Internal.Byte>, critical: boolean): X509SubjectAlternativeNameExtension$instance;
1120
+ new(): X509SubjectAlternativeNameExtension;
1121
+ new(rawData: byte[], critical: boolean): X509SubjectAlternativeNameExtension;
1122
+ new(rawData: ReadOnlySpan_1<System_Internal.Byte>, critical: boolean): X509SubjectAlternativeNameExtension;
1123
1123
  };
1124
1124
 
1125
1125
 
@@ -1133,13 +1133,13 @@ export interface X509SubjectKeyIdentifierExtension$instance extends X509Extensio
1133
1133
 
1134
1134
 
1135
1135
  export const X509SubjectKeyIdentifierExtension: {
1136
- new(): X509SubjectKeyIdentifierExtension$instance;
1137
- new(encodedSubjectKeyIdentifier: AsnEncodedData, critical: boolean): X509SubjectKeyIdentifierExtension$instance;
1138
- new(subjectKeyIdentifier: byte[], critical: boolean): X509SubjectKeyIdentifierExtension$instance;
1139
- new(subjectKeyIdentifier: ReadOnlySpan_1<System_Internal.Byte>, critical: boolean): X509SubjectKeyIdentifierExtension$instance;
1140
- new(key: PublicKey, critical: boolean): X509SubjectKeyIdentifierExtension$instance;
1141
- new(key: PublicKey, algorithm: X509SubjectKeyIdentifierHashAlgorithm, critical: boolean): X509SubjectKeyIdentifierExtension$instance;
1142
- new(subjectKeyIdentifier: string, critical: boolean): X509SubjectKeyIdentifierExtension$instance;
1136
+ new(): X509SubjectKeyIdentifierExtension;
1137
+ new(encodedSubjectKeyIdentifier: AsnEncodedData, critical: boolean): X509SubjectKeyIdentifierExtension;
1138
+ new(subjectKeyIdentifier: byte[], critical: boolean): X509SubjectKeyIdentifierExtension;
1139
+ new(subjectKeyIdentifier: ReadOnlySpan_1<System_Internal.Byte>, critical: boolean): X509SubjectKeyIdentifierExtension;
1140
+ new(key: PublicKey, critical: boolean): X509SubjectKeyIdentifierExtension;
1141
+ new(key: PublicKey, algorithm: X509SubjectKeyIdentifierHashAlgorithm, critical: boolean): X509SubjectKeyIdentifierExtension;
1142
+ new(subjectKeyIdentifier: string, critical: boolean): X509SubjectKeyIdentifierExtension;
1143
1143
  };
1144
1144
 
1145
1145
 
@@ -93,7 +93,7 @@ export interface SecurityPermissionAttribute$instance extends CodeAccessSecurity
93
93
 
94
94
 
95
95
  export const SecurityPermissionAttribute: {
96
- new(action: SecurityAction): SecurityPermissionAttribute$instance;
96
+ new(action: SecurityAction): SecurityPermissionAttribute;
97
97
  };
98
98
 
99
99
 
@@ -35,10 +35,10 @@ export interface Evidence$instance {
35
35
 
36
36
 
37
37
  export const Evidence: {
38
- new(): Evidence$instance;
39
- new(hostEvidence: unknown[], assemblyEvidence: unknown[]): Evidence$instance;
40
- new(evidence: Evidence): Evidence$instance;
41
- new(hostEvidence: EvidenceBase[], assemblyEvidence: EvidenceBase[]): Evidence$instance;
38
+ new(): Evidence;
39
+ new(hostEvidence: unknown[], assemblyEvidence: unknown[]): Evidence;
40
+ new(evidence: Evidence): Evidence;
41
+ new(hostEvidence: EvidenceBase[], assemblyEvidence: EvidenceBase[]): Evidence;
42
42
  };
43
43
 
44
44
 
@@ -202,8 +202,8 @@ export interface GenericIdentity$instance extends ClaimsIdentity {
202
202
 
203
203
 
204
204
  export const GenericIdentity: {
205
- new(name: string): GenericIdentity$instance;
206
- new(name: string, type_: string): GenericIdentity$instance;
205
+ new(name: string): GenericIdentity;
206
+ new(name: string, type_: string): GenericIdentity;
207
207
  };
208
208
 
209
209
 
@@ -223,7 +223,7 @@ export interface GenericPrincipal$instance extends ClaimsPrincipal {
223
223
 
224
224
 
225
225
  export const GenericPrincipal: {
226
- new(identity: IIdentity, roles: string[]): GenericPrincipal$instance;
226
+ new(identity: IIdentity, roles: string[]): GenericPrincipal;
227
227
  };
228
228
 
229
229
 
@@ -241,9 +241,9 @@ export interface IdentityNotMappedException$instance extends SystemException {
241
241
 
242
242
 
243
243
  export const IdentityNotMappedException: {
244
- new(): IdentityNotMappedException$instance;
245
- new(message: string): IdentityNotMappedException$instance;
246
- new(message: string, inner: Exception): IdentityNotMappedException$instance;
244
+ new(): IdentityNotMappedException;
245
+ new(message: string): IdentityNotMappedException;
246
+ new(message: string, inner: Exception): IdentityNotMappedException;
247
247
  };
248
248
 
249
249
 
@@ -285,8 +285,8 @@ export interface IdentityReferenceCollection$instance {
285
285
 
286
286
 
287
287
  export const IdentityReferenceCollection: {
288
- new(): IdentityReferenceCollection$instance;
289
- new(capacity: int): IdentityReferenceCollection$instance;
288
+ new(): IdentityReferenceCollection;
289
+ new(capacity: int): IdentityReferenceCollection;
290
290
  };
291
291
 
292
292
 
@@ -310,8 +310,8 @@ export interface NTAccount$instance extends IdentityReference {
310
310
 
311
311
 
312
312
  export const NTAccount: {
313
- new(name: string): NTAccount$instance;
314
- new(domainName: string, accountName: string): NTAccount$instance;
313
+ new(name: string): NTAccount;
314
+ new(domainName: string, accountName: string): NTAccount;
315
315
  };
316
316
 
317
317
 
@@ -336,10 +336,10 @@ export interface SecurityIdentifier$instance extends IdentityReference {
336
336
 
337
337
 
338
338
  export const SecurityIdentifier: {
339
- new(binaryForm: byte[], offset: int): SecurityIdentifier$instance;
340
- new(binaryForm: nint): SecurityIdentifier$instance;
341
- new(sidType: WellKnownSidType, domainSid: SecurityIdentifier): SecurityIdentifier$instance;
342
- new(sddlForm: string): SecurityIdentifier$instance;
339
+ new(binaryForm: byte[], offset: int): SecurityIdentifier;
340
+ new(binaryForm: nint): SecurityIdentifier;
341
+ new(sidType: WellKnownSidType, domainSid: SecurityIdentifier): SecurityIdentifier;
342
+ new(sddlForm: string): SecurityIdentifier;
343
343
  readonly maxBinaryLength: int;
344
344
  readonly minBinaryLength: int;
345
345
  };
@@ -379,12 +379,12 @@ export interface WindowsIdentity$instance extends ClaimsIdentity {
379
379
 
380
380
 
381
381
  export const WindowsIdentity: {
382
- new(userToken: nint): WindowsIdentity$instance;
383
- new(userToken: nint, type_: string): WindowsIdentity$instance;
384
- new(userToken: nint, type_: string, acctType: WindowsAccountType): WindowsIdentity$instance;
385
- new(userToken: nint, type_: string, acctType: WindowsAccountType, isAuthenticated: boolean): WindowsIdentity$instance;
386
- new(info: SerializationInfo, context: StreamingContext): WindowsIdentity$instance;
387
- new(sUserPrincipalName: string): WindowsIdentity$instance;
382
+ new(userToken: nint): WindowsIdentity;
383
+ new(userToken: nint, type_: string): WindowsIdentity;
384
+ new(userToken: nint, type_: string, acctType: WindowsAccountType): WindowsIdentity;
385
+ new(userToken: nint, type_: string, acctType: WindowsAccountType, isAuthenticated: boolean): WindowsIdentity;
386
+ new(info: SerializationInfo, context: StreamingContext): WindowsIdentity;
387
+ new(sUserPrincipalName: string): WindowsIdentity;
388
388
  readonly defaultIssuer: string;
389
389
  getAnonymous(): WindowsIdentity;
390
390
  getCurrent(): WindowsIdentity;
@@ -420,7 +420,7 @@ export interface WindowsPrincipal$instance extends ClaimsPrincipal {
420
420
 
421
421
 
422
422
  export const WindowsPrincipal: {
423
- new(ntIdentity: WindowsIdentity): WindowsPrincipal$instance;
423
+ new(ntIdentity: WindowsIdentity): WindowsPrincipal;
424
424
  };
425
425
 
426
426