@tsonic/microsoft-extensions 10.0.5 → 10.0.7

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 (56) hide show
  1. package/Microsoft.Extensions.Caching.Distributed/internal/index.d.ts +21 -19
  2. package/Microsoft.Extensions.Caching.Hybrid/internal/index.d.ts +25 -21
  3. package/Microsoft.Extensions.Caching.Memory/internal/index.d.ts +39 -31
  4. package/Microsoft.Extensions.Configuration/internal/index.d.ts +92 -76
  5. package/Microsoft.Extensions.Configuration.CommandLine/internal/index.d.ts +13 -11
  6. package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/index.d.ts +9 -7
  7. package/Microsoft.Extensions.Configuration.Ini/internal/index.d.ts +16 -10
  8. package/Microsoft.Extensions.Configuration.Json/internal/index.d.ts +15 -9
  9. package/Microsoft.Extensions.Configuration.KeyPerFile/internal/index.d.ts +11 -11
  10. package/Microsoft.Extensions.Configuration.Memory/internal/index.d.ts +15 -15
  11. package/Microsoft.Extensions.Configuration.UserSecrets/internal/index.d.ts +6 -2
  12. package/Microsoft.Extensions.Configuration.Xml/internal/index.d.ts +19 -11
  13. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +127 -115
  14. package/Microsoft.Extensions.DependencyInjection.Extensions/internal/index.d.ts +18 -18
  15. package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/index.d.ts +47 -31
  16. package/Microsoft.Extensions.Diagnostics.Metrics/internal/index.d.ts +25 -19
  17. package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/index.d.ts +1 -1
  18. package/Microsoft.Extensions.FileProviders/internal/index.d.ts +39 -39
  19. package/Microsoft.Extensions.FileProviders.Composite/internal/index.d.ts +12 -12
  20. package/Microsoft.Extensions.FileProviders.Embedded/internal/index.d.ts +7 -7
  21. package/Microsoft.Extensions.FileProviders.Internal/internal/index.d.ts +11 -11
  22. package/Microsoft.Extensions.FileProviders.Physical/internal/index.d.ts +21 -15
  23. package/Microsoft.Extensions.FileSystemGlobbing/internal/index.d.ts +21 -13
  24. package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/index.d.ts +16 -6
  25. package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/index.d.ts +14 -10
  26. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/index.d.ts +20 -20
  27. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.d.ts +33 -15
  28. package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/index.d.ts +4 -2
  29. package/Microsoft.Extensions.Hosting/internal/index.d.ts +53 -39
  30. package/Microsoft.Extensions.Hosting.Internal/internal/index.d.ts +13 -13
  31. package/Microsoft.Extensions.Http/internal/index.d.ts +14 -10
  32. package/Microsoft.Extensions.Http.Logging/internal/index.d.ts +13 -9
  33. package/Microsoft.Extensions.Internal/internal/index.d.ts +5 -5
  34. package/Microsoft.Extensions.Localization/internal/index.d.ts +31 -19
  35. package/Microsoft.Extensions.Logging/internal/index.d.ts +80 -66
  36. package/Microsoft.Extensions.Logging.Abstractions/internal/index.d.ts +28 -22
  37. package/Microsoft.Extensions.Logging.Configuration/internal/index.d.ts +4 -2
  38. package/Microsoft.Extensions.Logging.Console/internal/index.d.ts +24 -10
  39. package/Microsoft.Extensions.Logging.Debug/internal/index.d.ts +5 -5
  40. package/Microsoft.Extensions.Logging.EventLog/internal/index.d.ts +9 -7
  41. package/Microsoft.Extensions.Logging.EventSource/internal/index.d.ts +9 -7
  42. package/Microsoft.Extensions.Logging.TraceSource/internal/index.d.ts +6 -6
  43. package/Microsoft.Extensions.ObjectPool/internal/index.d.ts +23 -7
  44. package/Microsoft.Extensions.Options/internal/index.d.ts +168 -128
  45. package/Microsoft.Extensions.Primitives/internal/index.d.ts +38 -22
  46. package/Microsoft.Extensions.Validation/internal/index.d.ts +31 -21
  47. package/Microsoft.Extensions.WebEncoders/internal/index.d.ts +5 -3
  48. package/Microsoft.Extensions.WebEncoders.Testing/internal/index.d.ts +10 -4
  49. package/System.Diagnostics/internal/index.d.ts +24 -10
  50. package/System.Diagnostics.Eventing.Reader/internal/index.d.ts +120 -70
  51. package/System.Net.Http/internal/index.d.ts +3 -3
  52. package/System.Security.Cryptography/internal/index.d.ts +11 -5
  53. package/System.Security.Cryptography.Pkcs/internal/index.d.ts +147 -69
  54. package/System.Security.Cryptography.Xml/internal/index.d.ts +98 -16
  55. package/__internal/extensions/index.d.ts +614 -505
  56. package/package.json +3 -3
@@ -10,15 +10,15 @@ import type { ptr } from "@tsonic/core/types.js";
10
10
 
11
11
  // Import types from other namespaces
12
12
  import type { CryptographicAttributeObject, CryptographicAttributeObjectCollection } from "../../System.Security.Cryptography/internal/index.js";
13
- import type { IEnumerable as IEnumerable__System_Collections_Generic } from "@tsonic/dotnet/System.Collections.Generic.js";
14
- import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections.js";
15
- import type { ICollection, IEnumerable, IEnumerator } from "@tsonic/dotnet/System.Collections.js";
16
- import type { ReadOnlyCollection } from "@tsonic/dotnet/System.Collections.ObjectModel.js";
17
- import * as System_Internal from "@tsonic/dotnet/System.js";
18
- import type { Array as ClrArray, Boolean as ClrBoolean, Byte, Char, DateTime, DateTimeOffset, Enum, IComparable, IConvertible, IFormattable, Int32, Int64, ISpanFormattable, Nullable, Object as ClrObject, ReadOnlyMemory, ReadOnlySpan, Span, String as ClrString, Void } from "@tsonic/dotnet/System.js";
19
- import * as System_Security_Cryptography_Lib from "@tsonic/dotnet/System.Security.Cryptography.js";
20
- import type { AsnEncodedData, AsymmetricAlgorithm, CompositeMLDsa, CspParameters, HashAlgorithmName, MLDsa, Oid, PbeParameters, RSA, RSAEncryptionPadding, RSASignaturePadding, SlhDsa } from "@tsonic/dotnet/System.Security.Cryptography.js";
21
- import type { X509Certificate2, X509Certificate2Collection, X509ExtensionCollection, X509IncludeOption } from "@tsonic/dotnet/System.Security.Cryptography.X509Certificates.js";
13
+ import type { IEnumerable_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
14
+ import type { ReadOnlyCollection_1 } from "@tsonic/dotnet/System.Collections.ObjectModel/internal/index.js";
15
+ import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections/internal/index.js";
16
+ import type { ICollection, IEnumerable, IEnumerator } from "@tsonic/dotnet/System.Collections/internal/index.js";
17
+ import type { X509Certificate2, X509Certificate2Collection, X509ExtensionCollection, X509IncludeOption } from "@tsonic/dotnet/System.Security.Cryptography.X509Certificates/internal/index.js";
18
+ import * as System_Security_Cryptography_Lib from "@tsonic/dotnet/System.Security.Cryptography/internal/index.js";
19
+ import type { AsnEncodedData, AsymmetricAlgorithm, CompositeMLDsa, CspParameters, HashAlgorithmName, MLDsa, Oid, PbeParameters, RSA, RSAEncryptionPadding, RSASignaturePadding, SlhDsa } from "@tsonic/dotnet/System.Security.Cryptography/internal/index.js";
20
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
21
+ import type { Array as ClrArray, Boolean as ClrBoolean, Byte, Char, DateTime, DateTimeOffset, Enum, IComparable, IConvertible, IFormattable, Int32, Int64, ISpanFormattable, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, Span_1, String as ClrString, Void } from "@tsonic/dotnet/System/internal/index.js";
22
22
 
23
23
  export enum Pkcs12ConfidentialityMode {
24
24
  Unknown = 0,
@@ -60,6 +60,8 @@ export enum SubjectIdentifierType {
60
60
 
61
61
 
62
62
  export interface AlgorithmIdentifier$instance {
63
+ readonly __tsonic_type_System_Security_Cryptography_Pkcs_AlgorithmIdentifier: never;
64
+
63
65
  KeyLength: int;
64
66
  Oid: Oid;
65
67
  Parameters: byte[];
@@ -76,6 +78,8 @@ export const AlgorithmIdentifier: {
76
78
  export type AlgorithmIdentifier = AlgorithmIdentifier$instance;
77
79
 
78
80
  export interface CmsRecipient$instance {
81
+ readonly __tsonic_type_System_Security_Cryptography_Pkcs_CmsRecipient: never;
82
+
79
83
  readonly Certificate: X509Certificate2;
80
84
  readonly RecipientIdentifierType: SubjectIdentifierType;
81
85
  readonly RSAEncryptionPadding: RSAEncryptionPadding | undefined;
@@ -93,6 +97,8 @@ export const CmsRecipient: {
93
97
  export type CmsRecipient = CmsRecipient$instance;
94
98
 
95
99
  export interface CmsRecipientCollection$instance {
100
+ readonly __tsonic_type_System_Security_Cryptography_Pkcs_CmsRecipientCollection: never;
101
+
96
102
  readonly __tsonic_iface_System_Collections_ICollection: never;
97
103
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
98
104
 
@@ -118,6 +124,8 @@ export const CmsRecipientCollection: {
118
124
  export type CmsRecipientCollection = CmsRecipientCollection$instance;
119
125
 
120
126
  export interface CmsRecipientEnumerator$instance {
127
+ readonly __tsonic_type_System_Security_Cryptography_Pkcs_CmsRecipientEnumerator: never;
128
+
121
129
  readonly __tsonic_iface_System_Collections_IEnumerator: never;
122
130
 
123
131
  readonly Current: CmsRecipient;
@@ -133,6 +141,8 @@ export const CmsRecipientEnumerator: {
133
141
  export type CmsRecipientEnumerator = CmsRecipientEnumerator$instance;
134
142
 
135
143
  export interface CmsSigner$instance {
144
+ readonly __tsonic_type_System_Security_Cryptography_Pkcs_CmsSigner: never;
145
+
136
146
  get Certificate(): X509Certificate2 | undefined;
137
147
  set Certificate(value: X509Certificate2 | undefined);
138
148
  readonly Certificates: X509Certificate2Collection;
@@ -165,6 +175,8 @@ export const CmsSigner: {
165
175
  export type CmsSigner = CmsSigner$instance;
166
176
 
167
177
  export interface ContentInfo$instance {
178
+ readonly __tsonic_type_System_Security_Cryptography_Pkcs_ContentInfo: never;
179
+
168
180
  readonly Content: byte[];
169
181
  readonly ContentType: Oid;
170
182
  }
@@ -174,13 +186,15 @@ export const ContentInfo: {
174
186
  new(content: byte[]): ContentInfo;
175
187
  new(contentType: Oid, content: byte[]): ContentInfo;
176
188
  GetContentType(encodedMessage: byte[]): Oid;
177
- GetContentType(encodedMessage: ReadOnlySpan<System_Internal.Byte>): Oid;
189
+ GetContentType(encodedMessage: ReadOnlySpan_1<System_Internal.Byte>): Oid;
178
190
  };
179
191
 
180
192
 
181
193
  export type ContentInfo = ContentInfo$instance;
182
194
 
183
195
  export interface EnvelopedCms$instance {
196
+ readonly __tsonic_type_System_Security_Cryptography_Pkcs_EnvelopedCms: never;
197
+
184
198
  Certificates: X509Certificate2Collection;
185
199
  ContentEncryptionAlgorithm: AlgorithmIdentifier;
186
200
  ContentInfo: ContentInfo;
@@ -188,7 +202,7 @@ export interface EnvelopedCms$instance {
188
202
  UnprotectedAttributes: CryptographicAttributeObjectCollection;
189
203
  Version: int;
190
204
  Decode(encodedMessage: byte[]): void;
191
- Decode(encodedMessage: ReadOnlySpan<System_Internal.Byte>): void;
205
+ Decode(encodedMessage: ReadOnlySpan_1<System_Internal.Byte>): void;
192
206
  Decrypt(): void;
193
207
  Decrypt(recipientInfo: RecipientInfo): void;
194
208
  Decrypt(recipientInfo: RecipientInfo, extraStore: X509Certificate2Collection): void;
@@ -210,6 +224,8 @@ export const EnvelopedCms: {
210
224
  export type EnvelopedCms = EnvelopedCms$instance;
211
225
 
212
226
  export interface KeyAgreeRecipientInfo$instance extends RecipientInfo {
227
+ readonly __tsonic_type_System_Security_Cryptography_Pkcs_KeyAgreeRecipientInfo: never;
228
+
213
229
  readonly Date: DateTime;
214
230
  readonly EncryptedKey: byte[];
215
231
  readonly KeyEncryptionAlgorithm: AlgorithmIdentifier;
@@ -227,6 +243,8 @@ export const KeyAgreeRecipientInfo: {
227
243
  export type KeyAgreeRecipientInfo = KeyAgreeRecipientInfo$instance;
228
244
 
229
245
  export interface KeyTransRecipientInfo$instance extends RecipientInfo {
246
+ readonly __tsonic_type_System_Security_Cryptography_Pkcs_KeyTransRecipientInfo: never;
247
+
230
248
  readonly EncryptedKey: byte[];
231
249
  readonly KeyEncryptionAlgorithm: AlgorithmIdentifier;
232
250
  readonly RecipientIdentifier: SubjectIdentifier;
@@ -241,17 +259,19 @@ export const KeyTransRecipientInfo: {
241
259
  export type KeyTransRecipientInfo = KeyTransRecipientInfo$instance;
242
260
 
243
261
  export interface Pkcs12Builder$instance {
262
+ readonly __tsonic_type_System_Security_Cryptography_Pkcs_Pkcs12Builder: never;
263
+
244
264
  readonly IsSealed: boolean;
245
265
  AddSafeContentsEncrypted(safeContents: Pkcs12SafeContents, passwordBytes: byte[], pbeParameters: PbeParameters): void;
246
- AddSafeContentsEncrypted(safeContents: Pkcs12SafeContents, passwordBytes: ReadOnlySpan<System_Internal.Byte>, pbeParameters: PbeParameters): void;
266
+ AddSafeContentsEncrypted(safeContents: Pkcs12SafeContents, passwordBytes: ReadOnlySpan_1<System_Internal.Byte>, pbeParameters: PbeParameters): void;
247
267
  AddSafeContentsEncrypted(safeContents: Pkcs12SafeContents, password: string, pbeParameters: PbeParameters): void;
248
- AddSafeContentsEncrypted(safeContents: Pkcs12SafeContents, password: ReadOnlySpan<System_Internal.Char>, pbeParameters: PbeParameters): void;
268
+ AddSafeContentsEncrypted(safeContents: Pkcs12SafeContents, password: ReadOnlySpan_1<System_Internal.Char>, pbeParameters: PbeParameters): void;
249
269
  AddSafeContentsUnencrypted(safeContents: Pkcs12SafeContents): void;
250
270
  Encode(): byte[];
251
271
  SealWithMac(password: string, hashAlgorithm: HashAlgorithmName, iterationCount: int): void;
252
- SealWithMac(password: ReadOnlySpan<System_Internal.Char>, hashAlgorithm: HashAlgorithmName, iterationCount: int): void;
272
+ SealWithMac(password: ReadOnlySpan_1<System_Internal.Char>, hashAlgorithm: HashAlgorithmName, iterationCount: int): void;
253
273
  SealWithoutIntegrity(): void;
254
- TryEncode(destination: Span<System_Internal.Byte>, bytesWritten: int): boolean;
274
+ TryEncode(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
255
275
  }
256
276
 
257
277
 
@@ -263,7 +283,9 @@ export const Pkcs12Builder: {
263
283
  export type Pkcs12Builder = Pkcs12Builder$instance;
264
284
 
265
285
  export interface Pkcs12CertBag$instance extends Pkcs12SafeBag {
266
- readonly EncodedCertificate: ReadOnlyMemory<System_Internal.Byte>;
286
+ readonly __tsonic_type_System_Security_Cryptography_Pkcs_Pkcs12CertBag: never;
287
+
288
+ readonly EncodedCertificate: ReadOnlyMemory_1<System_Internal.Byte>;
267
289
  readonly IsX509Certificate: boolean;
268
290
  GetCertificate(): X509Certificate2;
269
291
  GetCertificateType(): Oid;
@@ -271,71 +293,79 @@ export interface Pkcs12CertBag$instance extends Pkcs12SafeBag {
271
293
 
272
294
 
273
295
  export const Pkcs12CertBag: {
274
- new(certificateType: Oid, encodedCertificate: ReadOnlyMemory<System_Internal.Byte>): Pkcs12CertBag;
296
+ new(certificateType: Oid, encodedCertificate: ReadOnlyMemory_1<System_Internal.Byte>): Pkcs12CertBag;
275
297
  };
276
298
 
277
299
 
278
300
  export type Pkcs12CertBag = Pkcs12CertBag$instance;
279
301
 
280
302
  export interface Pkcs12Info$instance {
281
- AuthenticatedSafe: ReadOnlyCollection<Pkcs12SafeContents>;
303
+ readonly __tsonic_type_System_Security_Cryptography_Pkcs_Pkcs12Info: never;
304
+
305
+ AuthenticatedSafe: ReadOnlyCollection_1<Pkcs12SafeContents>;
282
306
  IntegrityMode: Pkcs12IntegrityMode;
283
307
  VerifyMac(password: string): boolean;
284
- VerifyMac(password: ReadOnlySpan<System_Internal.Char>): boolean;
308
+ VerifyMac(password: ReadOnlySpan_1<System_Internal.Char>): boolean;
285
309
  }
286
310
 
287
311
 
288
312
  export const Pkcs12Info: {
289
- Decode(encodedBytes: ReadOnlyMemory<System_Internal.Byte>, bytesConsumed: int, skipCopy?: boolean): Pkcs12Info;
313
+ Decode(encodedBytes: ReadOnlyMemory_1<System_Internal.Byte>, bytesConsumed: int, skipCopy?: boolean): Pkcs12Info;
290
314
  };
291
315
 
292
316
 
293
317
  export type Pkcs12Info = Pkcs12Info$instance;
294
318
 
295
319
  export interface Pkcs12KeyBag$instance extends Pkcs12SafeBag {
296
- readonly Pkcs8PrivateKey: ReadOnlyMemory<System_Internal.Byte>;
320
+ readonly __tsonic_type_System_Security_Cryptography_Pkcs_Pkcs12KeyBag: never;
321
+
322
+ readonly Pkcs8PrivateKey: ReadOnlyMemory_1<System_Internal.Byte>;
297
323
  }
298
324
 
299
325
 
300
326
  export const Pkcs12KeyBag: {
301
- new(pkcs8PrivateKey: ReadOnlyMemory<System_Internal.Byte>, skipCopy: boolean): Pkcs12KeyBag;
327
+ new(pkcs8PrivateKey: ReadOnlyMemory_1<System_Internal.Byte>, skipCopy: boolean): Pkcs12KeyBag;
302
328
  };
303
329
 
304
330
 
305
331
  export type Pkcs12KeyBag = Pkcs12KeyBag$instance;
306
332
 
307
333
  export interface Pkcs12SafeBag$instance {
334
+ readonly __tsonic_type_System_Security_Cryptography_Pkcs_Pkcs12SafeBag: never;
335
+
308
336
  Attributes: CryptographicAttributeObjectCollection;
309
- readonly EncodedBagValue: ReadOnlyMemory<System_Internal.Byte>;
337
+ readonly EncodedBagValue: ReadOnlyMemory_1<System_Internal.Byte>;
310
338
  Encode(): byte[];
311
339
  GetBagId(): Oid;
312
- TryEncode(destination: Span<System_Internal.Byte>, bytesWritten: int): boolean;
340
+ TryEncode(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
313
341
  }
314
342
 
315
343
 
316
- export const Pkcs12SafeBag: (abstract new(bagIdValue: string, encodedBagValue: ReadOnlyMemory<System_Internal.Byte>, skipCopy: boolean) => Pkcs12SafeBag) & {
344
+ export const Pkcs12SafeBag: (abstract new(bagIdValue: string, encodedBagValue: ReadOnlyMemory_1<System_Internal.Byte>, skipCopy: boolean) => Pkcs12SafeBag) & {
317
345
  };
318
346
 
319
347
 
320
348
  export type Pkcs12SafeBag = Pkcs12SafeBag$instance;
321
349
 
322
350
  export interface Pkcs12SafeContents$instance {
351
+ readonly __tsonic_type_System_Security_Cryptography_Pkcs_Pkcs12SafeContents: never;
352
+
323
353
  ConfidentialityMode: Pkcs12ConfidentialityMode;
324
354
  readonly IsReadOnly: boolean;
325
355
  AddCertificate(certificate: X509Certificate2): Pkcs12CertBag;
326
356
  AddKeyUnencrypted(key: AsymmetricAlgorithm): Pkcs12KeyBag;
327
357
  AddNestedContents(safeContents: Pkcs12SafeContents): Pkcs12SafeContentsBag;
328
358
  AddSafeBag(safeBag: Pkcs12SafeBag): void;
329
- AddSecret(secretType: Oid, secretValue: ReadOnlyMemory<System_Internal.Byte>): Pkcs12SecretBag;
359
+ AddSecret(secretType: Oid, secretValue: ReadOnlyMemory_1<System_Internal.Byte>): Pkcs12SecretBag;
330
360
  AddShroudedKey(key: AsymmetricAlgorithm, passwordBytes: byte[], pbeParameters: PbeParameters): Pkcs12ShroudedKeyBag;
331
- AddShroudedKey(key: AsymmetricAlgorithm, passwordBytes: ReadOnlySpan<System_Internal.Byte>, pbeParameters: PbeParameters): Pkcs12ShroudedKeyBag;
361
+ AddShroudedKey(key: AsymmetricAlgorithm, passwordBytes: ReadOnlySpan_1<System_Internal.Byte>, pbeParameters: PbeParameters): Pkcs12ShroudedKeyBag;
332
362
  AddShroudedKey(key: AsymmetricAlgorithm, password: string, pbeParameters: PbeParameters): Pkcs12ShroudedKeyBag;
333
- AddShroudedKey(key: AsymmetricAlgorithm, password: ReadOnlySpan<System_Internal.Char>, pbeParameters: PbeParameters): Pkcs12ShroudedKeyBag;
363
+ AddShroudedKey(key: AsymmetricAlgorithm, password: ReadOnlySpan_1<System_Internal.Char>, pbeParameters: PbeParameters): Pkcs12ShroudedKeyBag;
334
364
  Decrypt(passwordBytes: byte[]): void;
335
- Decrypt(passwordBytes: ReadOnlySpan<System_Internal.Byte>): void;
365
+ Decrypt(passwordBytes: ReadOnlySpan_1<System_Internal.Byte>): void;
336
366
  Decrypt(password: string): void;
337
- Decrypt(password: ReadOnlySpan<System_Internal.Char>): void;
338
- GetBags(): IEnumerable__System_Collections_Generic<Pkcs12SafeBag>;
367
+ Decrypt(password: ReadOnlySpan_1<System_Internal.Char>): void;
368
+ GetBags(): IEnumerable_1<Pkcs12SafeBag>;
339
369
  }
340
370
 
341
371
 
@@ -347,6 +377,8 @@ export const Pkcs12SafeContents: {
347
377
  export type Pkcs12SafeContents = Pkcs12SafeContents$instance;
348
378
 
349
379
  export interface Pkcs12SafeContentsBag$instance extends Pkcs12SafeBag {
380
+ readonly __tsonic_type_System_Security_Cryptography_Pkcs_Pkcs12SafeContentsBag: never;
381
+
350
382
  get SafeContents(): Pkcs12SafeContents | undefined;
351
383
  set SafeContents(value: Pkcs12SafeContents | undefined);
352
384
  }
@@ -359,7 +391,9 @@ export const Pkcs12SafeContentsBag: {
359
391
  export type Pkcs12SafeContentsBag = Pkcs12SafeContentsBag$instance;
360
392
 
361
393
  export interface Pkcs12SecretBag$instance extends Pkcs12SafeBag {
362
- readonly SecretValue: ReadOnlyMemory<System_Internal.Byte>;
394
+ readonly __tsonic_type_System_Security_Cryptography_Pkcs_Pkcs12SecretBag: never;
395
+
396
+ readonly SecretValue: ReadOnlyMemory_1<System_Internal.Byte>;
363
397
  GetSecretType(): Oid;
364
398
  }
365
399
 
@@ -371,43 +405,49 @@ export const Pkcs12SecretBag: {
371
405
  export type Pkcs12SecretBag = Pkcs12SecretBag$instance;
372
406
 
373
407
  export interface Pkcs12ShroudedKeyBag$instance extends Pkcs12SafeBag {
374
- readonly EncryptedPkcs8PrivateKey: ReadOnlyMemory<System_Internal.Byte>;
408
+ readonly __tsonic_type_System_Security_Cryptography_Pkcs_Pkcs12ShroudedKeyBag: never;
409
+
410
+ readonly EncryptedPkcs8PrivateKey: ReadOnlyMemory_1<System_Internal.Byte>;
375
411
  }
376
412
 
377
413
 
378
414
  export const Pkcs12ShroudedKeyBag: {
379
- new(encryptedPkcs8PrivateKey: ReadOnlyMemory<System_Internal.Byte>, skipCopy: boolean): Pkcs12ShroudedKeyBag;
415
+ new(encryptedPkcs8PrivateKey: ReadOnlyMemory_1<System_Internal.Byte>, skipCopy: boolean): Pkcs12ShroudedKeyBag;
380
416
  };
381
417
 
382
418
 
383
419
  export type Pkcs12ShroudedKeyBag = Pkcs12ShroudedKeyBag$instance;
384
420
 
385
421
  export interface Pkcs8PrivateKeyInfo$instance {
422
+ readonly __tsonic_type_System_Security_Cryptography_Pkcs_Pkcs8PrivateKeyInfo: never;
423
+
386
424
  readonly AlgorithmId: Oid;
387
- readonly AlgorithmParameters: Nullable<ReadOnlyMemory<System_Internal.Byte>>;
425
+ readonly AlgorithmParameters: Nullable_1<ReadOnlyMemory_1<System_Internal.Byte>>;
388
426
  readonly Attributes: CryptographicAttributeObjectCollection;
389
- readonly PrivateKeyBytes: ReadOnlyMemory<System_Internal.Byte>;
427
+ readonly PrivateKeyBytes: ReadOnlyMemory_1<System_Internal.Byte>;
390
428
  Encode(): byte[];
391
- Encrypt(password: ReadOnlySpan<System_Internal.Char>, pbeParameters: PbeParameters): byte[];
392
- Encrypt(passwordBytes: ReadOnlySpan<System_Internal.Byte>, pbeParameters: PbeParameters): byte[];
393
- TryEncode(destination: Span<System_Internal.Byte>, bytesWritten: int): boolean;
394
- TryEncrypt(password: ReadOnlySpan<System_Internal.Char>, pbeParameters: PbeParameters, destination: Span<System_Internal.Byte>, bytesWritten: int): boolean;
395
- TryEncrypt(passwordBytes: ReadOnlySpan<System_Internal.Byte>, pbeParameters: PbeParameters, destination: Span<System_Internal.Byte>, bytesWritten: int): boolean;
429
+ Encrypt(password: ReadOnlySpan_1<System_Internal.Char>, pbeParameters: PbeParameters): byte[];
430
+ Encrypt(passwordBytes: ReadOnlySpan_1<System_Internal.Byte>, pbeParameters: PbeParameters): byte[];
431
+ TryEncode(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
432
+ TryEncrypt(password: ReadOnlySpan_1<System_Internal.Char>, pbeParameters: PbeParameters, destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
433
+ TryEncrypt(passwordBytes: ReadOnlySpan_1<System_Internal.Byte>, pbeParameters: PbeParameters, destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
396
434
  }
397
435
 
398
436
 
399
437
  export const Pkcs8PrivateKeyInfo: {
400
- new(algorithmId: Oid, algorithmParameters: Nullable<ReadOnlyMemory<System_Internal.Byte>>, privateKey: ReadOnlyMemory<System_Internal.Byte>, skipCopies: boolean): Pkcs8PrivateKeyInfo;
438
+ new(algorithmId: Oid, algorithmParameters: Nullable_1<ReadOnlyMemory_1<System_Internal.Byte>>, privateKey: ReadOnlyMemory_1<System_Internal.Byte>, skipCopies: boolean): Pkcs8PrivateKeyInfo;
401
439
  Create(privateKey: AsymmetricAlgorithm): Pkcs8PrivateKeyInfo;
402
- Decode(source: ReadOnlyMemory<System_Internal.Byte>, bytesRead: int, skipCopy?: boolean): Pkcs8PrivateKeyInfo;
403
- DecryptAndDecode(passwordBytes: ReadOnlySpan<System_Internal.Byte>, source: ReadOnlyMemory<System_Internal.Byte>, bytesRead: int): Pkcs8PrivateKeyInfo;
404
- DecryptAndDecode(password: ReadOnlySpan<System_Internal.Char>, source: ReadOnlyMemory<System_Internal.Byte>, bytesRead: int): Pkcs8PrivateKeyInfo;
440
+ Decode(source: ReadOnlyMemory_1<System_Internal.Byte>, bytesRead: int, skipCopy?: boolean): Pkcs8PrivateKeyInfo;
441
+ DecryptAndDecode(passwordBytes: ReadOnlySpan_1<System_Internal.Byte>, source: ReadOnlyMemory_1<System_Internal.Byte>, bytesRead: int): Pkcs8PrivateKeyInfo;
442
+ DecryptAndDecode(password: ReadOnlySpan_1<System_Internal.Char>, source: ReadOnlyMemory_1<System_Internal.Byte>, bytesRead: int): Pkcs8PrivateKeyInfo;
405
443
  };
406
444
 
407
445
 
408
446
  export type Pkcs8PrivateKeyInfo = Pkcs8PrivateKeyInfo$instance;
409
447
 
410
448
  export interface Pkcs9AttributeObject$instance extends AsnEncodedData {
449
+ readonly __tsonic_type_System_Security_Cryptography_Pkcs_Pkcs9AttributeObject: never;
450
+
411
451
  readonly Oid: Oid | undefined;
412
452
  CopyFrom(asnEncodedData: AsnEncodedData): void;
413
453
  }
@@ -424,6 +464,8 @@ export const Pkcs9AttributeObject: {
424
464
  export type Pkcs9AttributeObject = Pkcs9AttributeObject$instance;
425
465
 
426
466
  export interface Pkcs9ContentType$instance extends Pkcs9AttributeObject {
467
+ readonly __tsonic_type_System_Security_Cryptography_Pkcs_Pkcs9ContentType: never;
468
+
427
469
  readonly ContentType: Oid;
428
470
  CopyFrom(asnEncodedData: AsnEncodedData): void;
429
471
  }
@@ -437,6 +479,8 @@ export const Pkcs9ContentType: {
437
479
  export type Pkcs9ContentType = Pkcs9ContentType$instance;
438
480
 
439
481
  export interface Pkcs9DocumentDescription$instance extends Pkcs9AttributeObject {
482
+ readonly __tsonic_type_System_Security_Cryptography_Pkcs_Pkcs9DocumentDescription: never;
483
+
440
484
  readonly DocumentDescription: string;
441
485
  CopyFrom(asnEncodedData: AsnEncodedData): void;
442
486
  }
@@ -452,6 +496,8 @@ export const Pkcs9DocumentDescription: {
452
496
  export type Pkcs9DocumentDescription = Pkcs9DocumentDescription$instance;
453
497
 
454
498
  export interface Pkcs9DocumentName$instance extends Pkcs9AttributeObject {
499
+ readonly __tsonic_type_System_Security_Cryptography_Pkcs_Pkcs9DocumentName: never;
500
+
455
501
  readonly DocumentName: string;
456
502
  CopyFrom(asnEncodedData: AsnEncodedData): void;
457
503
  }
@@ -467,7 +513,9 @@ export const Pkcs9DocumentName: {
467
513
  export type Pkcs9DocumentName = Pkcs9DocumentName$instance;
468
514
 
469
515
  export interface Pkcs9LocalKeyId$instance extends Pkcs9AttributeObject {
470
- readonly KeyId: ReadOnlyMemory<System_Internal.Byte>;
516
+ readonly __tsonic_type_System_Security_Cryptography_Pkcs_Pkcs9LocalKeyId: never;
517
+
518
+ readonly KeyId: ReadOnlyMemory_1<System_Internal.Byte>;
471
519
  CopyFrom(asnEncodedData: AsnEncodedData): void;
472
520
  }
473
521
 
@@ -475,13 +523,15 @@ export interface Pkcs9LocalKeyId$instance extends Pkcs9AttributeObject {
475
523
  export const Pkcs9LocalKeyId: {
476
524
  new(): Pkcs9LocalKeyId;
477
525
  new(keyId: byte[]): Pkcs9LocalKeyId;
478
- new(keyId: ReadOnlySpan<System_Internal.Byte>): Pkcs9LocalKeyId;
526
+ new(keyId: ReadOnlySpan_1<System_Internal.Byte>): Pkcs9LocalKeyId;
479
527
  };
480
528
 
481
529
 
482
530
  export type Pkcs9LocalKeyId = Pkcs9LocalKeyId$instance;
483
531
 
484
532
  export interface Pkcs9MessageDigest$instance extends Pkcs9AttributeObject {
533
+ readonly __tsonic_type_System_Security_Cryptography_Pkcs_Pkcs9MessageDigest: never;
534
+
485
535
  readonly MessageDigest: byte[];
486
536
  CopyFrom(asnEncodedData: AsnEncodedData): void;
487
537
  }
@@ -495,6 +545,8 @@ export const Pkcs9MessageDigest: {
495
545
  export type Pkcs9MessageDigest = Pkcs9MessageDigest$instance;
496
546
 
497
547
  export interface Pkcs9SigningTime$instance extends Pkcs9AttributeObject {
548
+ readonly __tsonic_type_System_Security_Cryptography_Pkcs_Pkcs9SigningTime: never;
549
+
498
550
  readonly SigningTime: DateTime;
499
551
  CopyFrom(asnEncodedData: AsnEncodedData): void;
500
552
  }
@@ -510,6 +562,8 @@ export const Pkcs9SigningTime: {
510
562
  export type Pkcs9SigningTime = Pkcs9SigningTime$instance;
511
563
 
512
564
  export interface PublicKeyInfo$instance {
565
+ readonly __tsonic_type_System_Security_Cryptography_Pkcs_PublicKeyInfo: never;
566
+
513
567
  readonly Algorithm: AlgorithmIdentifier;
514
568
  readonly KeyValue: byte[];
515
569
  }
@@ -522,6 +576,8 @@ export const PublicKeyInfo: {
522
576
  export type PublicKeyInfo = PublicKeyInfo$instance;
523
577
 
524
578
  export interface RecipientInfo$instance {
579
+ readonly __tsonic_type_System_Security_Cryptography_Pkcs_RecipientInfo: never;
580
+
525
581
  readonly EncryptedKey: byte[];
526
582
  readonly KeyEncryptionAlgorithm: AlgorithmIdentifier;
527
583
  readonly RecipientIdentifier: SubjectIdentifier;
@@ -537,6 +593,8 @@ export const RecipientInfo: {
537
593
  export type RecipientInfo = RecipientInfo$instance;
538
594
 
539
595
  export interface RecipientInfoCollection$instance {
596
+ readonly __tsonic_type_System_Security_Cryptography_Pkcs_RecipientInfoCollection: never;
597
+
540
598
  readonly __tsonic_iface_System_Collections_ICollection: never;
541
599
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
542
600
 
@@ -557,6 +615,8 @@ export const RecipientInfoCollection: {
557
615
  export type RecipientInfoCollection = RecipientInfoCollection$instance;
558
616
 
559
617
  export interface RecipientInfoEnumerator$instance {
618
+ readonly __tsonic_type_System_Security_Cryptography_Pkcs_RecipientInfoEnumerator: never;
619
+
560
620
  readonly __tsonic_iface_System_Collections_IEnumerator: never;
561
621
 
562
622
  readonly Current: RecipientInfo;
@@ -572,6 +632,8 @@ export const RecipientInfoEnumerator: {
572
632
  export type RecipientInfoEnumerator = RecipientInfoEnumerator$instance;
573
633
 
574
634
  export interface Rfc3161TimestampRequest$instance {
635
+ readonly __tsonic_type_System_Security_Cryptography_Pkcs_Rfc3161TimestampRequest: never;
636
+
575
637
  readonly HasExtensions: boolean;
576
638
  readonly HashAlgorithmId: Oid;
577
639
  readonly RequestedPolicyId: Oid | undefined;
@@ -579,43 +641,47 @@ export interface Rfc3161TimestampRequest$instance {
579
641
  readonly Version: int;
580
642
  Encode(): byte[];
581
643
  GetExtensions(): X509ExtensionCollection;
582
- GetMessageHash(): ReadOnlyMemory<System_Internal.Byte>;
583
- GetNonce(): Nullable<ReadOnlyMemory<System_Internal.Byte>>;
584
- ProcessResponse(responseBytes: ReadOnlyMemory<System_Internal.Byte>, bytesConsumed: int): Rfc3161TimestampToken;
585
- TryEncode(destination: Span<System_Internal.Byte>, bytesWritten: int): boolean;
644
+ GetMessageHash(): ReadOnlyMemory_1<System_Internal.Byte>;
645
+ GetNonce(): Nullable_1<ReadOnlyMemory_1<System_Internal.Byte>>;
646
+ ProcessResponse(responseBytes: ReadOnlyMemory_1<System_Internal.Byte>, bytesConsumed: int): Rfc3161TimestampToken;
647
+ TryEncode(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
586
648
  }
587
649
 
588
650
 
589
651
  export const Rfc3161TimestampRequest: {
590
- CreateFromData(data: ReadOnlySpan<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, requestedPolicyId?: Oid, nonce?: Nullable<ReadOnlyMemory<System_Internal.Byte>>, requestSignerCertificates?: boolean, extensions?: X509ExtensionCollection): Rfc3161TimestampRequest;
591
- CreateFromHash(hash: ReadOnlyMemory<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, requestedPolicyId?: Oid, nonce?: Nullable<ReadOnlyMemory<System_Internal.Byte>>, requestSignerCertificates?: boolean, extensions?: X509ExtensionCollection): Rfc3161TimestampRequest;
592
- CreateFromHash(hash: ReadOnlyMemory<System_Internal.Byte>, hashAlgorithmId: Oid, requestedPolicyId?: Oid, nonce?: Nullable<ReadOnlyMemory<System_Internal.Byte>>, requestSignerCertificates?: boolean, extensions?: X509ExtensionCollection): Rfc3161TimestampRequest;
593
- CreateFromSignerInfo(signerInfo: SignerInfo, hashAlgorithm: HashAlgorithmName, requestedPolicyId?: Oid, nonce?: Nullable<ReadOnlyMemory<System_Internal.Byte>>, requestSignerCertificates?: boolean, extensions?: X509ExtensionCollection): Rfc3161TimestampRequest;
594
- TryDecode(encodedBytes: ReadOnlyMemory<System_Internal.Byte>, request: Rfc3161TimestampRequest, bytesConsumed: int): boolean;
652
+ CreateFromData(data: ReadOnlySpan_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, requestedPolicyId?: Oid, nonce?: Nullable_1<ReadOnlyMemory_1<System_Internal.Byte>>, requestSignerCertificates?: boolean, extensions?: X509ExtensionCollection): Rfc3161TimestampRequest;
653
+ CreateFromHash(hash: ReadOnlyMemory_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, requestedPolicyId?: Oid, nonce?: Nullable_1<ReadOnlyMemory_1<System_Internal.Byte>>, requestSignerCertificates?: boolean, extensions?: X509ExtensionCollection): Rfc3161TimestampRequest;
654
+ CreateFromHash(hash: ReadOnlyMemory_1<System_Internal.Byte>, hashAlgorithmId: Oid, requestedPolicyId?: Oid, nonce?: Nullable_1<ReadOnlyMemory_1<System_Internal.Byte>>, requestSignerCertificates?: boolean, extensions?: X509ExtensionCollection): Rfc3161TimestampRequest;
655
+ CreateFromSignerInfo(signerInfo: SignerInfo, hashAlgorithm: HashAlgorithmName, requestedPolicyId?: Oid, nonce?: Nullable_1<ReadOnlyMemory_1<System_Internal.Byte>>, requestSignerCertificates?: boolean, extensions?: X509ExtensionCollection): Rfc3161TimestampRequest;
656
+ TryDecode(encodedBytes: ReadOnlyMemory_1<System_Internal.Byte>, request: Rfc3161TimestampRequest, bytesConsumed: int): boolean;
595
657
  };
596
658
 
597
659
 
598
660
  export type Rfc3161TimestampRequest = Rfc3161TimestampRequest$instance;
599
661
 
600
662
  export interface Rfc3161TimestampToken$instance {
663
+ readonly __tsonic_type_System_Security_Cryptography_Pkcs_Rfc3161TimestampToken: never;
664
+
601
665
  TokenInfo: Rfc3161TimestampTokenInfo;
602
666
  AsSignedCms(): SignedCms;
603
- VerifySignatureForData(data: ReadOnlySpan<System_Internal.Byte>, signerCertificate: X509Certificate2, extraCandidates?: X509Certificate2Collection): boolean;
604
- VerifySignatureForHash(hash: ReadOnlySpan<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, signerCertificate: X509Certificate2, extraCandidates?: X509Certificate2Collection): boolean;
605
- VerifySignatureForHash(hash: ReadOnlySpan<System_Internal.Byte>, hashAlgorithmId: Oid, signerCertificate: X509Certificate2, extraCandidates?: X509Certificate2Collection): boolean;
667
+ VerifySignatureForData(data: ReadOnlySpan_1<System_Internal.Byte>, signerCertificate: X509Certificate2, extraCandidates?: X509Certificate2Collection): boolean;
668
+ VerifySignatureForHash(hash: ReadOnlySpan_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, signerCertificate: X509Certificate2, extraCandidates?: X509Certificate2Collection): boolean;
669
+ VerifySignatureForHash(hash: ReadOnlySpan_1<System_Internal.Byte>, hashAlgorithmId: Oid, signerCertificate: X509Certificate2, extraCandidates?: X509Certificate2Collection): boolean;
606
670
  VerifySignatureForSignerInfo(signerInfo: SignerInfo, signerCertificate: X509Certificate2, extraCandidates?: X509Certificate2Collection): boolean;
607
671
  }
608
672
 
609
673
 
610
674
  export const Rfc3161TimestampToken: {
611
- TryDecode(encodedBytes: ReadOnlyMemory<System_Internal.Byte>, token: Rfc3161TimestampToken, bytesConsumed: int): boolean;
675
+ TryDecode(encodedBytes: ReadOnlyMemory_1<System_Internal.Byte>, token: Rfc3161TimestampToken, bytesConsumed: int): boolean;
612
676
  };
613
677
 
614
678
 
615
679
  export type Rfc3161TimestampToken = Rfc3161TimestampToken$instance;
616
680
 
617
681
  export interface Rfc3161TimestampTokenInfo$instance {
618
- readonly AccuracyInMicroseconds: Nullable<System_Internal.Int64>;
682
+ readonly __tsonic_type_System_Security_Cryptography_Pkcs_Rfc3161TimestampTokenInfo: never;
683
+
684
+ readonly AccuracyInMicroseconds: Nullable_1<System_Internal.Int64>;
619
685
  readonly HasExtensions: boolean;
620
686
  readonly HashAlgorithmId: Oid;
621
687
  readonly IsOrdering: boolean;
@@ -624,23 +690,25 @@ export interface Rfc3161TimestampTokenInfo$instance {
624
690
  readonly Version: int;
625
691
  Encode(): byte[];
626
692
  GetExtensions(): X509ExtensionCollection;
627
- GetMessageHash(): ReadOnlyMemory<System_Internal.Byte>;
628
- GetNonce(): Nullable<ReadOnlyMemory<System_Internal.Byte>>;
629
- GetSerialNumber(): ReadOnlyMemory<System_Internal.Byte>;
630
- GetTimestampAuthorityName(): Nullable<ReadOnlyMemory<System_Internal.Byte>>;
631
- TryEncode(destination: Span<System_Internal.Byte>, bytesWritten: int): boolean;
693
+ GetMessageHash(): ReadOnlyMemory_1<System_Internal.Byte>;
694
+ GetNonce(): Nullable_1<ReadOnlyMemory_1<System_Internal.Byte>>;
695
+ GetSerialNumber(): ReadOnlyMemory_1<System_Internal.Byte>;
696
+ GetTimestampAuthorityName(): Nullable_1<ReadOnlyMemory_1<System_Internal.Byte>>;
697
+ TryEncode(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
632
698
  }
633
699
 
634
700
 
635
701
  export const Rfc3161TimestampTokenInfo: {
636
- new(policyId: Oid, hashAlgorithmId: Oid, messageHash: ReadOnlyMemory<System_Internal.Byte>, serialNumber: ReadOnlyMemory<System_Internal.Byte>, timestamp: DateTimeOffset, accuracyInMicroseconds: Nullable<System_Internal.Int64>, isOrdering: boolean, nonce: Nullable<ReadOnlyMemory<System_Internal.Byte>>, timestampAuthorityName: Nullable<ReadOnlyMemory<System_Internal.Byte>>, extensions: X509ExtensionCollection): Rfc3161TimestampTokenInfo;
637
- TryDecode(encodedBytes: ReadOnlyMemory<System_Internal.Byte>, timestampTokenInfo: Rfc3161TimestampTokenInfo, bytesConsumed: int): boolean;
702
+ new(policyId: Oid, hashAlgorithmId: Oid, messageHash: ReadOnlyMemory_1<System_Internal.Byte>, serialNumber: ReadOnlyMemory_1<System_Internal.Byte>, timestamp: DateTimeOffset, accuracyInMicroseconds: Nullable_1<System_Internal.Int64>, isOrdering: boolean, nonce: Nullable_1<ReadOnlyMemory_1<System_Internal.Byte>>, timestampAuthorityName: Nullable_1<ReadOnlyMemory_1<System_Internal.Byte>>, extensions: X509ExtensionCollection): Rfc3161TimestampTokenInfo;
703
+ TryDecode(encodedBytes: ReadOnlyMemory_1<System_Internal.Byte>, timestampTokenInfo: Rfc3161TimestampTokenInfo, bytesConsumed: int): boolean;
638
704
  };
639
705
 
640
706
 
641
707
  export type Rfc3161TimestampTokenInfo = Rfc3161TimestampTokenInfo$instance;
642
708
 
643
709
  export interface SignedCms$instance {
710
+ readonly __tsonic_type_System_Security_Cryptography_Pkcs_SignedCms: never;
711
+
644
712
  readonly Certificates: X509Certificate2Collection;
645
713
  ContentInfo: ContentInfo;
646
714
  Detached: boolean;
@@ -654,7 +722,7 @@ export interface SignedCms$instance {
654
722
  ComputeSignature(signer: CmsSigner): void;
655
723
  ComputeSignature(signer: CmsSigner, silent: boolean): void;
656
724
  Decode(encodedMessage: byte[]): void;
657
- Decode(encodedMessage: ReadOnlySpan<System_Internal.Byte>): void;
725
+ Decode(encodedMessage: ReadOnlySpan_1<System_Internal.Byte>): void;
658
726
  Encode(): byte[];
659
727
  RemoveCertificate(certificate: X509Certificate2): void;
660
728
  RemoveSignature(index: int): void;
@@ -675,6 +743,8 @@ export const SignedCms: {
675
743
  export type SignedCms = SignedCms$instance;
676
744
 
677
745
  export interface SignerInfo$instance {
746
+ readonly __tsonic_type_System_Security_Cryptography_Pkcs_SignerInfo: never;
747
+
678
748
  readonly Certificate: X509Certificate2 | undefined;
679
749
  readonly CounterSignerInfos: SignerInfoCollection;
680
750
  readonly DigestAlgorithm: Oid;
@@ -703,6 +773,8 @@ export const SignerInfo: {
703
773
  export type SignerInfo = SignerInfo$instance;
704
774
 
705
775
  export interface SignerInfoCollection$instance {
776
+ readonly __tsonic_type_System_Security_Cryptography_Pkcs_SignerInfoCollection: never;
777
+
706
778
  readonly __tsonic_iface_System_Collections_ICollection: never;
707
779
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
708
780
 
@@ -723,6 +795,8 @@ export const SignerInfoCollection: {
723
795
  export type SignerInfoCollection = SignerInfoCollection$instance;
724
796
 
725
797
  export interface SignerInfoEnumerator$instance {
798
+ readonly __tsonic_type_System_Security_Cryptography_Pkcs_SignerInfoEnumerator: never;
799
+
726
800
  readonly __tsonic_iface_System_Collections_IEnumerator: never;
727
801
 
728
802
  readonly Current: SignerInfo;
@@ -738,6 +812,8 @@ export const SignerInfoEnumerator: {
738
812
  export type SignerInfoEnumerator = SignerInfoEnumerator$instance;
739
813
 
740
814
  export interface SubjectIdentifier$instance {
815
+ readonly __tsonic_type_System_Security_Cryptography_Pkcs_SubjectIdentifier: never;
816
+
741
817
  readonly Type: SubjectIdentifierType;
742
818
  readonly Value: unknown | undefined;
743
819
  MatchesCertificate(certificate: X509Certificate2): boolean;
@@ -751,6 +827,8 @@ export const SubjectIdentifier: {
751
827
  export type SubjectIdentifier = SubjectIdentifier$instance;
752
828
 
753
829
  export interface SubjectIdentifierOrKey$instance {
830
+ readonly __tsonic_type_System_Security_Cryptography_Pkcs_SubjectIdentifierOrKey: never;
831
+
754
832
  readonly Type: SubjectIdentifierOrKeyType;
755
833
  readonly Value: unknown;
756
834
  }