@tsonic/efcore-sqlserver 10.0.2 → 10.0.5

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 (66) hide show
  1. package/Azure/internal/index.d.ts +33 -41
  2. package/Azure.Core/internal/index.d.ts +55 -48
  3. package/Azure.Core.Cryptography/internal/index.d.ts +4 -0
  4. package/Azure.Core.Diagnostics/internal/index.d.ts +4 -6
  5. package/Azure.Core.Extensions/internal/index.d.ts +8 -0
  6. package/Azure.Core.GeoJson/internal/index.d.ts +43 -7
  7. package/Azure.Core.Pipeline/internal/index.d.ts +22 -30
  8. package/Azure.Core.Serialization/internal/index.d.ts +8 -3
  9. package/Azure.Identity/internal/index.d.ts +69 -28
  10. package/Azure.Messaging/internal/index.d.ts +7 -11
  11. package/Microsoft.Data/internal/index.d.ts +2 -1
  12. package/Microsoft.Data.SqlClient/internal/index.d.ts +133 -123
  13. package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +90 -15
  14. package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +2 -0
  15. package/Microsoft.Data.SqlTypes/internal/index.d.ts +8 -1
  16. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +4 -6
  17. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +11 -2
  18. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +2 -0
  19. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +86 -73
  20. package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +3 -0
  21. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +47 -49
  22. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +9 -1
  23. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +3 -0
  24. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +8 -8
  25. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +3 -0
  26. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +24 -22
  27. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +2 -0
  28. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +10 -6
  29. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +189 -194
  30. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +4 -5
  31. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +4 -0
  32. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +3 -0
  33. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +115 -191
  34. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +31 -32
  35. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +19 -12
  36. package/Microsoft.EntityFrameworkCore.d.ts +3 -0
  37. package/Microsoft.Extensions.DependencyInjection.d.ts +3 -0
  38. package/Microsoft.Identity.Client/internal/index.d.ts +108 -108
  39. package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +0 -1
  40. package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +2 -0
  41. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +2 -0
  42. package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +3 -2
  43. package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +4 -4
  44. package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +1 -1
  45. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +1 -2
  46. package/Microsoft.Identity.Client.Utils/internal/index.d.ts +0 -1
  47. package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +13 -7
  48. package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +8 -10
  49. package/Microsoft.IdentityModel.Logging/internal/index.d.ts +7 -6
  50. package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +17 -2
  51. package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +2 -1
  52. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +19 -18
  53. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +2 -0
  54. package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +119 -118
  55. package/Microsoft.IdentityModel.Tokens.d.ts +3 -0
  56. package/Microsoft.SqlServer.Server/internal/index.d.ts +4 -1
  57. package/System.ClientModel/internal/index.d.ts +19 -26
  58. package/System.ClientModel.Primitives/internal/index.d.ts +99 -124
  59. package/System.ClientModel.Primitives.d.ts +3 -0
  60. package/System.Configuration/internal/index.d.ts +293 -332
  61. package/System.Configuration.Internal/internal/index.d.ts +23 -2
  62. package/System.Configuration.Provider/internal/index.d.ts +7 -4
  63. package/System.Drawing.Configuration/internal/index.d.ts +2 -6
  64. package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +38 -16
  65. package/__internal/extensions/index.d.ts +915 -14
  66. package/package.json +1 -1
@@ -91,6 +91,8 @@ export type TypeValidator = (type: string, securityToken: SecurityToken, validat
91
91
 
92
92
 
93
93
  export interface ICompressionProvider$instance {
94
+ readonly __tsonic_iface_Microsoft_IdentityModel_Tokens_ICompressionProvider: never;
95
+
94
96
  readonly Algorithm: string;
95
97
  Decompress(value: byte[]): byte[];
96
98
  IsSupportedAlgorithm(algorithm: string): boolean;
@@ -100,6 +102,8 @@ export interface ICompressionProvider$instance {
100
102
  export type ICompressionProvider = ICompressionProvider$instance;
101
103
 
102
104
  export interface ICryptoProvider$instance {
105
+ readonly __tsonic_iface_Microsoft_IdentityModel_Tokens_ICryptoProvider: never;
106
+
103
107
  Create(algorithm: string, ...args: unknown[]): unknown;
104
108
  IsSupportedAlgorithm(algorithm: string, ...args: unknown[]): boolean;
105
109
  Release(cryptoInstance: unknown): void;
@@ -109,6 +113,8 @@ export interface ICryptoProvider$instance {
109
113
  export type ICryptoProvider = ICryptoProvider$instance;
110
114
 
111
115
  export interface ISecurityTokenValidator$instance {
116
+ readonly __tsonic_iface_Microsoft_IdentityModel_Tokens_ISecurityTokenValidator: never;
117
+
112
118
  readonly CanValidateToken: boolean;
113
119
  MaximumTokenSizeInBytes: int;
114
120
  CanReadToken(securityToken: string): boolean;
@@ -119,6 +125,8 @@ export interface ISecurityTokenValidator$instance {
119
125
  export type ISecurityTokenValidator = ISecurityTokenValidator$instance;
120
126
 
121
127
  export interface ITokenReplayCache$instance {
128
+ readonly __tsonic_iface_Microsoft_IdentityModel_Tokens_ITokenReplayCache: never;
129
+
122
130
  TryAdd(securityToken: string, expiresOn: DateTime): boolean;
123
131
  TryFind(securityToken: string): boolean;
124
132
  }
@@ -132,23 +140,20 @@ export interface AsymmetricSecurityKey$instance extends SecurityKey {
132
140
  }
133
141
 
134
142
 
135
- export const AsymmetricSecurityKey: {
136
- new(): AsymmetricSecurityKey;
143
+ export const AsymmetricSecurityKey: (abstract new() => AsymmetricSecurityKey) & {
137
144
  };
138
145
 
139
146
 
140
147
  export type AsymmetricSecurityKey = AsymmetricSecurityKey$instance;
141
148
 
142
- export abstract class AsymmetricSignatureProvider$protected {
143
- protected Dispose2(disposing: boolean): void;
144
- protected GetHashAlgorithmName(algorithm: string): HashAlgorithmName;
145
- }
146
-
149
+ export interface AsymmetricSignatureProvider$instance extends SignatureProvider {
150
+ readonly __tsonic_iface_System_IDisposable: never;
147
151
 
148
- export interface AsymmetricSignatureProvider$instance extends AsymmetricSignatureProvider$protected, SignatureProvider {
149
152
  readonly MinimumAsymmetricKeySizeInBitsForSigningMap: IReadOnlyDictionary<System_Internal.String, System_Internal.Int32>;
150
153
  readonly MinimumAsymmetricKeySizeInBitsForVerifyingMap: IReadOnlyDictionary<System_Internal.String, System_Internal.Int32>;
154
+ Dispose(disposing: boolean): void;
151
155
  Dispose(): void;
156
+ GetHashAlgorithmName(algorithm: string): HashAlgorithmName;
152
157
  Sign(input: ReadOnlySpan<System_Internal.Byte>, signature: Span<System_Internal.Byte>, bytesWritten: int): boolean;
153
158
  Sign(input: byte[]): byte[];
154
159
  Sign(input: byte[], offset: int, count: int): byte[];
@@ -169,22 +174,20 @@ export const AsymmetricSignatureProvider: {
169
174
 
170
175
  export type AsymmetricSignatureProvider = AsymmetricSignatureProvider$instance;
171
176
 
172
- export abstract class AuthenticatedEncryptionProvider$protected {
173
- protected Dispose(disposing: boolean): void;
174
- protected GetKeyBytes(key: SecurityKey): byte[];
175
- protected IsSupportedAlgorithm(key: SecurityKey, algorithm: string): boolean;
176
- protected ValidateKeySize(key: SecurityKey, algorithm: string): void;
177
- }
177
+ export interface AuthenticatedEncryptionProvider$instance {
178
+ readonly __tsonic_iface_System_IDisposable: never;
178
179
 
179
-
180
- export interface AuthenticatedEncryptionProvider$instance extends AuthenticatedEncryptionProvider$protected {
181
180
  readonly Algorithm: string;
182
181
  Context: string;
183
182
  readonly Key: SecurityKey;
184
183
  Decrypt(ciphertext: byte[], authenticatedData: byte[], iv: byte[], authenticationTag: byte[]): byte[];
185
184
  Dispose(): void;
185
+ Dispose(disposing: boolean): void;
186
186
  Encrypt(plaintext: byte[], authenticatedData: byte[]): AuthenticatedEncryptionResult;
187
187
  Encrypt(plaintext: byte[], authenticatedData: byte[], iv: byte[]): AuthenticatedEncryptionResult;
188
+ GetKeyBytes(key: SecurityKey): byte[];
189
+ IsSupportedAlgorithm(key: SecurityKey, algorithm: string): boolean;
190
+ ValidateKeySize(key: SecurityKey, algorithm: string): void;
188
191
  }
189
192
 
190
193
 
@@ -219,8 +222,7 @@ export interface BaseConfiguration$instance {
219
222
  }
220
223
 
221
224
 
222
- export const BaseConfiguration: {
223
- new(): BaseConfiguration;
225
+ export const BaseConfiguration: (abstract new() => BaseConfiguration) & {
224
226
  };
225
227
 
226
228
 
@@ -239,9 +241,7 @@ export interface BaseConfigurationManager$instance {
239
241
  }
240
242
 
241
243
 
242
- export const BaseConfigurationManager: {
243
- new(): BaseConfigurationManager;
244
- new(options: LKGConfigurationCacheOptions): BaseConfigurationManager;
244
+ export const BaseConfigurationManager: (abstract new() => BaseConfigurationManager) & (abstract new(options: LKGConfigurationCacheOptions) => BaseConfigurationManager) & {
245
245
  readonly DefaultAutomaticRefreshInterval: TimeSpan;
246
246
  readonly DefaultLastKnownGoodConfigurationLifetime: TimeSpan;
247
247
  readonly DefaultRefreshInterval: TimeSpan;
@@ -265,6 +265,8 @@ export const CallContext: {
265
265
  export type CallContext = CallContext$instance;
266
266
 
267
267
  export interface CaseSensitiveClaimsIdentity$instance extends ClaimsIdentity {
268
+ readonly __tsonic_iface_System_Security_Principal_IIdentity: never;
269
+
268
270
  SecurityToken: SecurityToken;
269
271
  FindAll(type: string): IEnumerable<Claim>;
270
272
  FindFirst(type: string): Claim;
@@ -314,21 +316,16 @@ export const CompressionProviderFactory: {
314
316
 
315
317
  export type CompressionProviderFactory = CompressionProviderFactory$instance;
316
318
 
317
- export abstract class CryptoProviderCache$protected {
318
- protected abstract GetCacheKey(signatureProvider: SignatureProvider): string;
319
- protected abstract GetCacheKey(securityKey: SecurityKey, algorithm: string, typeofProvider: string): string;
320
- }
321
-
322
-
323
- export interface CryptoProviderCache$instance extends CryptoProviderCache$protected {
319
+ export interface CryptoProviderCache$instance {
320
+ GetCacheKey(signatureProvider: SignatureProvider): string;
321
+ GetCacheKey(securityKey: SecurityKey, algorithm: string, typeofProvider: string): string;
324
322
  TryAdd(signatureProvider: SignatureProvider): boolean;
325
323
  TryGetSignatureProvider(securityKey: SecurityKey, algorithm: string, typeofProvider: string, willCreateSignatures: boolean, signatureProvider: SignatureProvider): boolean;
326
324
  TryRemove(signatureProvider: SignatureProvider): boolean;
327
325
  }
328
326
 
329
327
 
330
- export const CryptoProviderCache: {
331
- new(): CryptoProviderCache;
328
+ export const CryptoProviderCache: (abstract new() => CryptoProviderCache) & {
332
329
  };
333
330
 
334
331
 
@@ -384,6 +381,8 @@ export const CryptoProviderFactory: {
384
381
  export type CryptoProviderFactory = CryptoProviderFactory$instance;
385
382
 
386
383
  export interface DeflateCompressionProvider$instance {
384
+ readonly __tsonic_iface_Microsoft_IdentityModel_Tokens_ICompressionProvider: never;
385
+
387
386
  readonly Algorithm: string;
388
387
  CompressionLevel: CompressionLevel;
389
388
  MaximumDeflateSize: int;
@@ -449,7 +448,6 @@ export interface EncryptingCredentials$instance {
449
448
 
450
449
 
451
450
  export const EncryptingCredentials: {
452
- new(certificate: X509Certificate2, alg: string, enc: string): EncryptingCredentials;
453
451
  new(key: SecurityKey, alg: string, enc: string): EncryptingCredentials;
454
452
  new(key: SymmetricSecurityKey, enc: string): EncryptingCredentials;
455
453
  };
@@ -457,15 +455,13 @@ export const EncryptingCredentials: {
457
455
 
458
456
  export type EncryptingCredentials = EncryptingCredentials$instance;
459
457
 
460
- export abstract class InMemoryCryptoProviderCache$protected {
461
- protected Dispose(disposing: boolean): void;
462
- protected GetCacheKey(signatureProvider: SignatureProvider): string;
463
- protected GetCacheKey(securityKey: SecurityKey, algorithm: string, typeofProvider: string): string;
464
- }
465
-
458
+ export interface InMemoryCryptoProviderCache$instance extends CryptoProviderCache {
459
+ readonly __tsonic_iface_System_IDisposable: never;
466
460
 
467
- export interface InMemoryCryptoProviderCache$instance extends InMemoryCryptoProviderCache$protected, CryptoProviderCache {
468
461
  Dispose(): void;
462
+ Dispose(disposing: boolean): void;
463
+ GetCacheKey(signatureProvider: SignatureProvider): string;
464
+ GetCacheKey(securityKey: SecurityKey, algorithm: string, typeofProvider: string): string;
469
465
  TryAdd(signatureProvider: SignatureProvider): boolean;
470
466
  TryGetSignatureProvider(securityKey: SecurityKey, algorithm: string, typeofProvider: string, willCreateSignatures: boolean, signatureProvider: SignatureProvider): boolean;
471
467
  TryRemove(signatureProvider: SignatureProvider): boolean;
@@ -509,7 +505,7 @@ export interface JsonWebKey$instance extends SecurityKey {
509
505
  Y: string;
510
506
  CanComputeJwkThumbprint(): boolean;
511
507
  ComputeJwkThumbprint(): byte[];
512
- ToString(): string | undefined;
508
+ ToString(): string;
513
509
  }
514
510
 
515
511
 
@@ -557,39 +553,34 @@ export const JsonWebKeySet: {
557
553
 
558
554
  export type JsonWebKeySet = JsonWebKeySet$instance;
559
555
 
560
- export abstract class KeyWrapProvider$protected {
561
- protected abstract Dispose(disposing: boolean): void;
562
- }
563
-
556
+ export interface KeyWrapProvider$instance {
557
+ readonly __tsonic_iface_System_IDisposable: never;
564
558
 
565
- export interface KeyWrapProvider$instance extends KeyWrapProvider$protected {
566
559
  readonly Algorithm: string;
567
560
  Context: string;
568
561
  readonly Key: SecurityKey;
569
562
  Dispose(): void;
563
+ Dispose(disposing: boolean): void;
570
564
  UnwrapKey(keyBytes: byte[]): byte[];
571
565
  WrapKey(keyBytes: byte[]): byte[];
572
566
  }
573
567
 
574
568
 
575
- export const KeyWrapProvider: {
576
- new(): KeyWrapProvider;
569
+ export const KeyWrapProvider: (abstract new() => KeyWrapProvider) & {
577
570
  };
578
571
 
579
572
 
580
573
  export type KeyWrapProvider = KeyWrapProvider$instance;
581
574
 
582
- export abstract class RsaKeyWrapProvider$protected {
583
- protected Dispose2(disposing: boolean): void;
584
- protected IsSupportedAlgorithm(key: SecurityKey, algorithm: string): boolean;
585
- }
586
-
575
+ export interface RsaKeyWrapProvider$instance extends KeyWrapProvider {
576
+ readonly __tsonic_iface_System_IDisposable: never;
587
577
 
588
- export interface RsaKeyWrapProvider$instance extends RsaKeyWrapProvider$protected, KeyWrapProvider {
589
578
  readonly Algorithm: string;
590
579
  Context: string;
591
580
  readonly Key: SecurityKey;
581
+ Dispose(disposing: boolean): void;
592
582
  Dispose(): void;
583
+ IsSupportedAlgorithm(key: SecurityKey, algorithm: string): boolean;
593
584
  UnwrapKey(keyBytes: byte[]): byte[];
594
585
  WrapKey(keyBytes: byte[]): byte[];
595
586
  }
@@ -628,12 +619,11 @@ export interface SecurityKey$instance {
628
619
  CanComputeJwkThumbprint(): boolean;
629
620
  ComputeJwkThumbprint(): byte[];
630
621
  IsSupportedAlgorithm(algorithm: string): boolean;
631
- ToString(): string | undefined;
622
+ ToString(): string;
632
623
  }
633
624
 
634
625
 
635
- export const SecurityKey: {
636
- new(): SecurityKey;
626
+ export const SecurityKey: (abstract new() => SecurityKey) & {
637
627
  };
638
628
 
639
629
 
@@ -651,6 +641,8 @@ export const SecurityKeyIdentifierClause: {
651
641
  export type SecurityKeyIdentifierClause = SecurityKeyIdentifierClause$instance;
652
642
 
653
643
  export interface SecurityToken$instance {
644
+ readonly __tsonic_iface_Microsoft_IdentityModel_Logging_ISafeLogSecurityArtifact: never;
645
+
654
646
  readonly Id: string;
655
647
  readonly Issuer: string;
656
648
  readonly SecurityKey: SecurityKey;
@@ -661,8 +653,7 @@ export interface SecurityToken$instance {
661
653
  }
662
654
 
663
655
 
664
- export const SecurityToken: {
665
- new(): SecurityToken;
656
+ export const SecurityToken: (abstract new() => SecurityToken) & {
666
657
  };
667
658
 
668
659
 
@@ -676,6 +667,8 @@ export type SecurityToken = SecurityToken$instance & __SecurityToken$views;
676
667
 
677
668
 
678
669
  export interface SecurityTokenArgumentException$instance extends ArgumentException {
670
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
671
+
679
672
  }
680
673
 
681
674
 
@@ -683,13 +676,14 @@ export const SecurityTokenArgumentException: {
683
676
  new(): SecurityTokenArgumentException;
684
677
  new(message: string): SecurityTokenArgumentException;
685
678
  new(message: string, innerException: Exception): SecurityTokenArgumentException;
686
- new(info: SerializationInfo, context: StreamingContext): SecurityTokenArgumentException;
687
679
  };
688
680
 
689
681
 
690
682
  export type SecurityTokenArgumentException = SecurityTokenArgumentException$instance;
691
683
 
692
684
  export interface SecurityTokenCompressionFailedException$instance extends SecurityTokenException {
685
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
686
+
693
687
  }
694
688
 
695
689
 
@@ -697,13 +691,14 @@ export const SecurityTokenCompressionFailedException: {
697
691
  new(): SecurityTokenCompressionFailedException;
698
692
  new(message: string): SecurityTokenCompressionFailedException;
699
693
  new(message: string, inner: Exception): SecurityTokenCompressionFailedException;
700
- new(info: SerializationInfo, context: StreamingContext): SecurityTokenCompressionFailedException;
701
694
  };
702
695
 
703
696
 
704
697
  export type SecurityTokenCompressionFailedException = SecurityTokenCompressionFailedException$instance;
705
698
 
706
699
  export interface SecurityTokenDecompressionFailedException$instance extends SecurityTokenException {
700
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
701
+
707
702
  }
708
703
 
709
704
 
@@ -711,13 +706,14 @@ export const SecurityTokenDecompressionFailedException: {
711
706
  new(): SecurityTokenDecompressionFailedException;
712
707
  new(message: string): SecurityTokenDecompressionFailedException;
713
708
  new(message: string, inner: Exception): SecurityTokenDecompressionFailedException;
714
- new(info: SerializationInfo, context: StreamingContext): SecurityTokenDecompressionFailedException;
715
709
  };
716
710
 
717
711
 
718
712
  export type SecurityTokenDecompressionFailedException = SecurityTokenDecompressionFailedException$instance;
719
713
 
720
714
  export interface SecurityTokenDecryptionFailedException$instance extends SecurityTokenException {
715
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
716
+
721
717
  }
722
718
 
723
719
 
@@ -725,7 +721,6 @@ export const SecurityTokenDecryptionFailedException: {
725
721
  new(): SecurityTokenDecryptionFailedException;
726
722
  new(message: string): SecurityTokenDecryptionFailedException;
727
723
  new(message: string, innerException: Exception): SecurityTokenDecryptionFailedException;
728
- new(info: SerializationInfo, context: StreamingContext): SecurityTokenDecryptionFailedException;
729
724
  };
730
725
 
731
726
 
@@ -743,8 +738,7 @@ export interface SecurityTokenDescriptor$instance {
743
738
  Issuer: string;
744
739
  NotBefore: Nullable<DateTime>;
745
740
  SigningCredentials: SigningCredentials;
746
- get Subject(): ClaimsIdentity | undefined;
747
- set Subject(value: ClaimsIdentity);
741
+ Subject: ClaimsIdentity;
748
742
  TokenType: string;
749
743
  }
750
744
 
@@ -757,6 +751,8 @@ export const SecurityTokenDescriptor: {
757
751
  export type SecurityTokenDescriptor = SecurityTokenDescriptor$instance;
758
752
 
759
753
  export interface SecurityTokenEncryptionFailedException$instance extends SecurityTokenException {
754
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
755
+
760
756
  }
761
757
 
762
758
 
@@ -764,13 +760,14 @@ export const SecurityTokenEncryptionFailedException: {
764
760
  new(): SecurityTokenEncryptionFailedException;
765
761
  new(message: string): SecurityTokenEncryptionFailedException;
766
762
  new(message: string, innerException: Exception): SecurityTokenEncryptionFailedException;
767
- new(info: SerializationInfo, context: StreamingContext): SecurityTokenEncryptionFailedException;
768
763
  };
769
764
 
770
765
 
771
766
  export type SecurityTokenEncryptionFailedException = SecurityTokenEncryptionFailedException$instance;
772
767
 
773
768
  export interface SecurityTokenEncryptionKeyNotFoundException$instance extends SecurityTokenDecryptionFailedException {
769
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
770
+
774
771
  }
775
772
 
776
773
 
@@ -778,13 +775,14 @@ export const SecurityTokenEncryptionKeyNotFoundException: {
778
775
  new(): SecurityTokenEncryptionKeyNotFoundException;
779
776
  new(message: string): SecurityTokenEncryptionKeyNotFoundException;
780
777
  new(message: string, innerException: Exception): SecurityTokenEncryptionKeyNotFoundException;
781
- new(info: SerializationInfo, context: StreamingContext): SecurityTokenEncryptionKeyNotFoundException;
782
778
  };
783
779
 
784
780
 
785
781
  export type SecurityTokenEncryptionKeyNotFoundException = SecurityTokenEncryptionKeyNotFoundException$instance;
786
782
 
787
783
  export interface SecurityTokenException$instance extends Exception {
784
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
785
+
788
786
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
789
787
  }
790
788
 
@@ -793,13 +791,14 @@ export const SecurityTokenException: {
793
791
  new(): SecurityTokenException;
794
792
  new(message: string): SecurityTokenException;
795
793
  new(message: string, innerException: Exception): SecurityTokenException;
796
- new(info: SerializationInfo, context: StreamingContext): SecurityTokenException;
797
794
  };
798
795
 
799
796
 
800
797
  export type SecurityTokenException = SecurityTokenException$instance;
801
798
 
802
799
  export interface SecurityTokenExpiredException$instance extends SecurityTokenValidationException {
800
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
801
+
803
802
  Expires: DateTime;
804
803
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
805
804
  }
@@ -809,13 +808,14 @@ export const SecurityTokenExpiredException: {
809
808
  new(): SecurityTokenExpiredException;
810
809
  new(message: string): SecurityTokenExpiredException;
811
810
  new(message: string, inner: Exception): SecurityTokenExpiredException;
812
- new(info: SerializationInfo, context: StreamingContext): SecurityTokenExpiredException;
813
811
  };
814
812
 
815
813
 
816
814
  export type SecurityTokenExpiredException = SecurityTokenExpiredException$instance;
817
815
 
818
816
  export interface SecurityTokenHandler$instance extends TokenHandler {
817
+ readonly __tsonic_iface_Microsoft_IdentityModel_Tokens_ISecurityTokenValidator: never;
818
+
819
819
  readonly CanValidateToken: boolean;
820
820
  readonly CanWriteToken: boolean;
821
821
  readonly TokenType: Type;
@@ -831,8 +831,7 @@ export interface SecurityTokenHandler$instance extends TokenHandler {
831
831
  }
832
832
 
833
833
 
834
- export const SecurityTokenHandler: {
835
- new(): SecurityTokenHandler;
834
+ export const SecurityTokenHandler: (abstract new() => SecurityTokenHandler) & {
836
835
  };
837
836
 
838
837
 
@@ -846,6 +845,8 @@ export type SecurityTokenHandler = SecurityTokenHandler$instance & __SecurityTok
846
845
 
847
846
 
848
847
  export interface SecurityTokenInvalidAlgorithmException$instance extends SecurityTokenValidationException {
848
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
849
+
849
850
  InvalidAlgorithm: string;
850
851
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
851
852
  }
@@ -855,13 +856,14 @@ export const SecurityTokenInvalidAlgorithmException: {
855
856
  new(): SecurityTokenInvalidAlgorithmException;
856
857
  new(message: string): SecurityTokenInvalidAlgorithmException;
857
858
  new(message: string, innerException: Exception): SecurityTokenInvalidAlgorithmException;
858
- new(info: SerializationInfo, context: StreamingContext): SecurityTokenInvalidAlgorithmException;
859
859
  };
860
860
 
861
861
 
862
862
  export type SecurityTokenInvalidAlgorithmException = SecurityTokenInvalidAlgorithmException$instance;
863
863
 
864
864
  export interface SecurityTokenInvalidAudienceException$instance extends SecurityTokenValidationException {
865
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
866
+
865
867
  InvalidAudience: string;
866
868
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
867
869
  }
@@ -871,13 +873,14 @@ export const SecurityTokenInvalidAudienceException: {
871
873
  new(): SecurityTokenInvalidAudienceException;
872
874
  new(message: string): SecurityTokenInvalidAudienceException;
873
875
  new(message: string, innerException: Exception): SecurityTokenInvalidAudienceException;
874
- new(info: SerializationInfo, context: StreamingContext): SecurityTokenInvalidAudienceException;
875
876
  };
876
877
 
877
878
 
878
879
  export type SecurityTokenInvalidAudienceException = SecurityTokenInvalidAudienceException$instance;
879
880
 
880
881
  export interface SecurityTokenInvalidIssuerException$instance extends SecurityTokenValidationException {
882
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
883
+
881
884
  InvalidIssuer: string;
882
885
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
883
886
  }
@@ -887,13 +890,14 @@ export const SecurityTokenInvalidIssuerException: {
887
890
  new(): SecurityTokenInvalidIssuerException;
888
891
  new(message: string): SecurityTokenInvalidIssuerException;
889
892
  new(message: string, innerException: Exception): SecurityTokenInvalidIssuerException;
890
- new(info: SerializationInfo, context: StreamingContext): SecurityTokenInvalidIssuerException;
891
893
  };
892
894
 
893
895
 
894
896
  export type SecurityTokenInvalidIssuerException = SecurityTokenInvalidIssuerException$instance;
895
897
 
896
898
  export interface SecurityTokenInvalidLifetimeException$instance extends SecurityTokenValidationException {
899
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
900
+
897
901
  Expires: Nullable<DateTime>;
898
902
  NotBefore: Nullable<DateTime>;
899
903
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
@@ -904,13 +908,14 @@ export const SecurityTokenInvalidLifetimeException: {
904
908
  new(): SecurityTokenInvalidLifetimeException;
905
909
  new(message: string): SecurityTokenInvalidLifetimeException;
906
910
  new(message: string, innerException: Exception): SecurityTokenInvalidLifetimeException;
907
- new(info: SerializationInfo, context: StreamingContext): SecurityTokenInvalidLifetimeException;
908
911
  };
909
912
 
910
913
 
911
914
  export type SecurityTokenInvalidLifetimeException = SecurityTokenInvalidLifetimeException$instance;
912
915
 
913
916
  export interface SecurityTokenInvalidSignatureException$instance extends SecurityTokenValidationException {
917
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
918
+
914
919
  }
915
920
 
916
921
 
@@ -918,13 +923,14 @@ export const SecurityTokenInvalidSignatureException: {
918
923
  new(): SecurityTokenInvalidSignatureException;
919
924
  new(message: string): SecurityTokenInvalidSignatureException;
920
925
  new(message: string, innerException: Exception): SecurityTokenInvalidSignatureException;
921
- new(info: SerializationInfo, context: StreamingContext): SecurityTokenInvalidSignatureException;
922
926
  };
923
927
 
924
928
 
925
929
  export type SecurityTokenInvalidSignatureException = SecurityTokenInvalidSignatureException$instance;
926
930
 
927
931
  export interface SecurityTokenInvalidSigningKeyException$instance extends SecurityTokenValidationException {
932
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
933
+
928
934
  SigningKey: SecurityKey;
929
935
  }
930
936
 
@@ -933,13 +939,14 @@ export const SecurityTokenInvalidSigningKeyException: {
933
939
  new(): SecurityTokenInvalidSigningKeyException;
934
940
  new(message: string): SecurityTokenInvalidSigningKeyException;
935
941
  new(message: string, inner: Exception): SecurityTokenInvalidSigningKeyException;
936
- new(info: SerializationInfo, context: StreamingContext): SecurityTokenInvalidSigningKeyException;
937
942
  };
938
943
 
939
944
 
940
945
  export type SecurityTokenInvalidSigningKeyException = SecurityTokenInvalidSigningKeyException$instance;
941
946
 
942
947
  export interface SecurityTokenInvalidTypeException$instance extends SecurityTokenValidationException {
948
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
949
+
943
950
  InvalidType: string;
944
951
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
945
952
  }
@@ -949,13 +956,14 @@ export const SecurityTokenInvalidTypeException: {
949
956
  new(): SecurityTokenInvalidTypeException;
950
957
  new(message: string): SecurityTokenInvalidTypeException;
951
958
  new(message: string, innerException: Exception): SecurityTokenInvalidTypeException;
952
- new(info: SerializationInfo, context: StreamingContext): SecurityTokenInvalidTypeException;
953
959
  };
954
960
 
955
961
 
956
962
  export type SecurityTokenInvalidTypeException = SecurityTokenInvalidTypeException$instance;
957
963
 
958
964
  export interface SecurityTokenKeyWrapException$instance extends SecurityTokenException {
965
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
966
+
959
967
  }
960
968
 
961
969
 
@@ -963,13 +971,14 @@ export const SecurityTokenKeyWrapException: {
963
971
  new(): SecurityTokenKeyWrapException;
964
972
  new(message: string): SecurityTokenKeyWrapException;
965
973
  new(message: string, innerException: Exception): SecurityTokenKeyWrapException;
966
- new(info: SerializationInfo, context: StreamingContext): SecurityTokenKeyWrapException;
967
974
  };
968
975
 
969
976
 
970
977
  export type SecurityTokenKeyWrapException = SecurityTokenKeyWrapException$instance;
971
978
 
972
979
  export interface SecurityTokenMalformedException$instance extends SecurityTokenArgumentException {
980
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
981
+
973
982
  }
974
983
 
975
984
 
@@ -977,13 +986,14 @@ export const SecurityTokenMalformedException: {
977
986
  new(): SecurityTokenMalformedException;
978
987
  new(message: string): SecurityTokenMalformedException;
979
988
  new(message: string, innerException: Exception): SecurityTokenMalformedException;
980
- new(info: SerializationInfo, context: StreamingContext): SecurityTokenMalformedException;
981
989
  };
982
990
 
983
991
 
984
992
  export type SecurityTokenMalformedException = SecurityTokenMalformedException$instance;
985
993
 
986
994
  export interface SecurityTokenNoExpirationException$instance extends SecurityTokenValidationException {
995
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
996
+
987
997
  }
988
998
 
989
999
 
@@ -991,13 +1001,14 @@ export const SecurityTokenNoExpirationException: {
991
1001
  new(): SecurityTokenNoExpirationException;
992
1002
  new(message: string): SecurityTokenNoExpirationException;
993
1003
  new(message: string, innerException: Exception): SecurityTokenNoExpirationException;
994
- new(info: SerializationInfo, context: StreamingContext): SecurityTokenNoExpirationException;
995
1004
  };
996
1005
 
997
1006
 
998
1007
  export type SecurityTokenNoExpirationException = SecurityTokenNoExpirationException$instance;
999
1008
 
1000
1009
  export interface SecurityTokenNotYetValidException$instance extends SecurityTokenValidationException {
1010
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1011
+
1001
1012
  NotBefore: DateTime;
1002
1013
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1003
1014
  }
@@ -1007,13 +1018,14 @@ export const SecurityTokenNotYetValidException: {
1007
1018
  new(): SecurityTokenNotYetValidException;
1008
1019
  new(message: string): SecurityTokenNotYetValidException;
1009
1020
  new(message: string, inner: Exception): SecurityTokenNotYetValidException;
1010
- new(info: SerializationInfo, context: StreamingContext): SecurityTokenNotYetValidException;
1011
1021
  };
1012
1022
 
1013
1023
 
1014
1024
  export type SecurityTokenNotYetValidException = SecurityTokenNotYetValidException$instance;
1015
1025
 
1016
1026
  export interface SecurityTokenReplayAddFailedException$instance extends SecurityTokenValidationException {
1027
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1028
+
1017
1029
  }
1018
1030
 
1019
1031
 
@@ -1021,13 +1033,14 @@ export const SecurityTokenReplayAddFailedException: {
1021
1033
  new(): SecurityTokenReplayAddFailedException;
1022
1034
  new(message: string): SecurityTokenReplayAddFailedException;
1023
1035
  new(message: string, innerException: Exception): SecurityTokenReplayAddFailedException;
1024
- new(info: SerializationInfo, context: StreamingContext): SecurityTokenReplayAddFailedException;
1025
1036
  };
1026
1037
 
1027
1038
 
1028
1039
  export type SecurityTokenReplayAddFailedException = SecurityTokenReplayAddFailedException$instance;
1029
1040
 
1030
1041
  export interface SecurityTokenReplayDetectedException$instance extends SecurityTokenValidationException {
1042
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1043
+
1031
1044
  }
1032
1045
 
1033
1046
 
@@ -1035,13 +1048,14 @@ export const SecurityTokenReplayDetectedException: {
1035
1048
  new(): SecurityTokenReplayDetectedException;
1036
1049
  new(message: string): SecurityTokenReplayDetectedException;
1037
1050
  new(message: string, inner: Exception): SecurityTokenReplayDetectedException;
1038
- new(info: SerializationInfo, context: StreamingContext): SecurityTokenReplayDetectedException;
1039
1051
  };
1040
1052
 
1041
1053
 
1042
1054
  export type SecurityTokenReplayDetectedException = SecurityTokenReplayDetectedException$instance;
1043
1055
 
1044
1056
  export interface SecurityTokenSignatureKeyNotFoundException$instance extends SecurityTokenInvalidSignatureException {
1057
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1058
+
1045
1059
  }
1046
1060
 
1047
1061
 
@@ -1049,13 +1063,14 @@ export const SecurityTokenSignatureKeyNotFoundException: {
1049
1063
  new(): SecurityTokenSignatureKeyNotFoundException;
1050
1064
  new(message: string): SecurityTokenSignatureKeyNotFoundException;
1051
1065
  new(message: string, innerException: Exception): SecurityTokenSignatureKeyNotFoundException;
1052
- new(info: SerializationInfo, context: StreamingContext): SecurityTokenSignatureKeyNotFoundException;
1053
1066
  };
1054
1067
 
1055
1068
 
1056
1069
  export type SecurityTokenSignatureKeyNotFoundException = SecurityTokenSignatureKeyNotFoundException$instance;
1057
1070
 
1058
1071
  export interface SecurityTokenUnableToValidateException$instance extends SecurityTokenInvalidSignatureException {
1072
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1073
+
1059
1074
  ValidationFailure: ValidationFailure;
1060
1075
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1061
1076
  }
@@ -1066,13 +1081,14 @@ export const SecurityTokenUnableToValidateException: {
1066
1081
  new(validationFailure: ValidationFailure, message: string): SecurityTokenUnableToValidateException;
1067
1082
  new(message: string): SecurityTokenUnableToValidateException;
1068
1083
  new(message: string, innerException: Exception): SecurityTokenUnableToValidateException;
1069
- new(info: SerializationInfo, context: StreamingContext): SecurityTokenUnableToValidateException;
1070
1084
  };
1071
1085
 
1072
1086
 
1073
1087
  export type SecurityTokenUnableToValidateException = SecurityTokenUnableToValidateException$instance;
1074
1088
 
1075
1089
  export interface SecurityTokenValidationException$instance extends SecurityTokenException {
1090
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1091
+
1076
1092
  }
1077
1093
 
1078
1094
 
@@ -1080,24 +1096,21 @@ export const SecurityTokenValidationException: {
1080
1096
  new(): SecurityTokenValidationException;
1081
1097
  new(message: string): SecurityTokenValidationException;
1082
1098
  new(message: string, innerException: Exception): SecurityTokenValidationException;
1083
- new(info: SerializationInfo, context: StreamingContext): SecurityTokenValidationException;
1084
1099
  };
1085
1100
 
1086
1101
 
1087
1102
  export type SecurityTokenValidationException = SecurityTokenValidationException$instance;
1088
1103
 
1089
- export abstract class SignatureProvider$protected {
1090
- protected abstract Dispose(disposing: boolean): void;
1091
- }
1092
-
1104
+ export interface SignatureProvider$instance {
1105
+ readonly __tsonic_iface_System_IDisposable: never;
1093
1106
 
1094
- export interface SignatureProvider$instance extends SignatureProvider$protected {
1095
1107
  Algorithm: string;
1096
1108
  Context: string;
1097
1109
  CryptoProviderCache: CryptoProviderCache;
1098
1110
  Key: SecurityKey;
1099
1111
  WillCreateSignatures: boolean;
1100
1112
  Dispose(): void;
1113
+ Dispose(disposing: boolean): void;
1101
1114
  Sign(input: byte[]): byte[];
1102
1115
  Sign(input: byte[], offset: int, count: int): byte[];
1103
1116
  Sign(data: ReadOnlySpan<System_Internal.Byte>, destination: Span<System_Internal.Byte>, bytesWritten: int): boolean;
@@ -1106,8 +1119,7 @@ export interface SignatureProvider$instance extends SignatureProvider$protected
1106
1119
  }
1107
1120
 
1108
1121
 
1109
- export const SignatureProvider: {
1110
- new(key: SecurityKey, algorithm: string): SignatureProvider;
1122
+ export const SignatureProvider: (abstract new(key: SecurityKey, algorithm: string) => SignatureProvider) & {
1111
1123
  };
1112
1124
 
1113
1125
 
@@ -1123,8 +1135,6 @@ export interface SigningCredentials$instance {
1123
1135
 
1124
1136
 
1125
1137
  export const SigningCredentials: {
1126
- new(certificate: X509Certificate2): SigningCredentials;
1127
- new(certificate: X509Certificate2, algorithm: string): SigningCredentials;
1128
1138
  new(key: SecurityKey, algorithm: string): SigningCredentials;
1129
1139
  new(key: SecurityKey, algorithm: string, digest: string): SigningCredentials;
1130
1140
  };
@@ -1132,18 +1142,16 @@ export const SigningCredentials: {
1132
1142
 
1133
1143
  export type SigningCredentials = SigningCredentials$instance;
1134
1144
 
1135
- export abstract class SymmetricKeyWrapProvider$protected {
1136
- protected Dispose2(disposing: boolean): void;
1137
- protected GetSymmetricAlgorithm(key: SecurityKey, algorithm: string): SymmetricAlgorithm;
1138
- protected IsSupportedAlgorithm(key: SecurityKey, algorithm: string): boolean;
1139
- }
1140
-
1145
+ export interface SymmetricKeyWrapProvider$instance extends KeyWrapProvider {
1146
+ readonly __tsonic_iface_System_IDisposable: never;
1141
1147
 
1142
- export interface SymmetricKeyWrapProvider$instance extends SymmetricKeyWrapProvider$protected, KeyWrapProvider {
1143
1148
  readonly Algorithm: string;
1144
1149
  Context: string;
1145
1150
  readonly Key: SecurityKey;
1151
+ Dispose(disposing: boolean): void;
1146
1152
  Dispose(): void;
1153
+ GetSymmetricAlgorithm(key: SecurityKey, algorithm: string): SymmetricAlgorithm;
1154
+ IsSupportedAlgorithm(key: SecurityKey, algorithm: string): boolean;
1147
1155
  UnwrapKey(keyBytes: byte[]): byte[];
1148
1156
  WrapKey(keyBytes: byte[]): byte[];
1149
1157
  }
@@ -1171,17 +1179,15 @@ export const SymmetricSecurityKey: {
1171
1179
 
1172
1180
  export type SymmetricSecurityKey = SymmetricSecurityKey$instance;
1173
1181
 
1174
- export abstract class SymmetricSignatureProvider$protected {
1175
- protected Dispose2(disposing: boolean): void;
1176
- protected GetKeyBytes(key: SecurityKey): byte[];
1177
- protected GetKeyedHashAlgorithm(keyBytes: byte[], algorithm: string): KeyedHashAlgorithm;
1178
- protected ReleaseKeyedHashAlgorithm(keyedHashAlgorithm: KeyedHashAlgorithm): void;
1179
- }
1180
-
1182
+ export interface SymmetricSignatureProvider$instance extends SignatureProvider {
1183
+ readonly __tsonic_iface_System_IDisposable: never;
1181
1184
 
1182
- export interface SymmetricSignatureProvider$instance extends SymmetricSignatureProvider$protected, SignatureProvider {
1183
1185
  MinimumSymmetricKeySizeInBits: int;
1186
+ Dispose(disposing: boolean): void;
1184
1187
  Dispose(): void;
1188
+ GetKeyBytes(key: SecurityKey): byte[];
1189
+ GetKeyedHashAlgorithm(keyBytes: byte[], algorithm: string): KeyedHashAlgorithm;
1190
+ ReleaseKeyedHashAlgorithm(keyedHashAlgorithm: KeyedHashAlgorithm): void;
1185
1191
  Sign(input: byte[]): byte[];
1186
1192
  Sign(input: ReadOnlySpan<System_Internal.Byte>, signature: Span<System_Internal.Byte>, bytesWritten: int): boolean;
1187
1193
  Sign(input: byte[], offset: int, count: int): byte[];
@@ -1223,8 +1229,7 @@ export interface TokenHandler$instance {
1223
1229
  }
1224
1230
 
1225
1231
 
1226
- export const TokenHandler: {
1227
- new(): TokenHandler;
1232
+ export const TokenHandler: (abstract new() => TokenHandler) & {
1228
1233
  readonly DefaultTokenLifetimeInMinutes: int;
1229
1234
  };
1230
1235
 
@@ -1296,7 +1301,6 @@ export interface TokenValidationParameters$instance {
1296
1301
 
1297
1302
 
1298
1303
  export const TokenValidationParameters: {
1299
- new(other: TokenValidationParameters): TokenValidationParameters;
1300
1304
  new(): TokenValidationParameters;
1301
1305
  readonly DefaultAuthenticationType: string;
1302
1306
  readonly DefaultClockSkew: TimeSpan;
@@ -1328,8 +1332,7 @@ export const TokenValidationResult: {
1328
1332
  export type TokenValidationResult = TokenValidationResult$instance;
1329
1333
 
1330
1334
  export interface X509EncryptingCredentials$instance extends EncryptingCredentials {
1331
- get Certificate(): X509Certificate2 | undefined;
1332
- set Certificate(value: X509Certificate2);
1335
+ Certificate: X509Certificate2;
1333
1336
  }
1334
1337
 
1335
1338
 
@@ -1342,8 +1345,7 @@ export const X509EncryptingCredentials: {
1342
1345
  export type X509EncryptingCredentials = X509EncryptingCredentials$instance;
1343
1346
 
1344
1347
  export interface X509SecurityKey$instance extends AsymmetricSecurityKey {
1345
- get Certificate(): X509Certificate2 | undefined;
1346
- set Certificate(value: X509Certificate2);
1348
+ Certificate: X509Certificate2;
1347
1349
  readonly HasPrivateKey: boolean;
1348
1350
  readonly KeySize: int;
1349
1351
  readonly PrivateKey: AsymmetricAlgorithm;
@@ -1366,8 +1368,7 @@ export const X509SecurityKey: {
1366
1368
  export type X509SecurityKey = X509SecurityKey$instance;
1367
1369
 
1368
1370
  export interface X509SigningCredentials$instance extends SigningCredentials {
1369
- get Certificate(): X509Certificate2 | undefined;
1370
- set Certificate(value: X509Certificate2);
1371
+ Certificate: X509Certificate2;
1371
1372
  }
1372
1373
 
1373
1374