@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.
- package/Microsoft.Extensions.Caching.Distributed/internal/index.d.ts +21 -19
- package/Microsoft.Extensions.Caching.Hybrid/internal/index.d.ts +25 -21
- package/Microsoft.Extensions.Caching.Memory/internal/index.d.ts +39 -31
- package/Microsoft.Extensions.Configuration/internal/index.d.ts +92 -76
- package/Microsoft.Extensions.Configuration.CommandLine/internal/index.d.ts +13 -11
- package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/index.d.ts +9 -7
- package/Microsoft.Extensions.Configuration.Ini/internal/index.d.ts +16 -10
- package/Microsoft.Extensions.Configuration.Json/internal/index.d.ts +15 -9
- package/Microsoft.Extensions.Configuration.KeyPerFile/internal/index.d.ts +11 -11
- package/Microsoft.Extensions.Configuration.Memory/internal/index.d.ts +15 -15
- package/Microsoft.Extensions.Configuration.UserSecrets/internal/index.d.ts +6 -2
- package/Microsoft.Extensions.Configuration.Xml/internal/index.d.ts +19 -11
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +127 -115
- package/Microsoft.Extensions.DependencyInjection.Extensions/internal/index.d.ts +18 -18
- package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/index.d.ts +47 -31
- package/Microsoft.Extensions.Diagnostics.Metrics/internal/index.d.ts +25 -19
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.FileProviders/internal/index.d.ts +39 -39
- package/Microsoft.Extensions.FileProviders.Composite/internal/index.d.ts +12 -12
- package/Microsoft.Extensions.FileProviders.Embedded/internal/index.d.ts +7 -7
- package/Microsoft.Extensions.FileProviders.Internal/internal/index.d.ts +11 -11
- package/Microsoft.Extensions.FileProviders.Physical/internal/index.d.ts +21 -15
- package/Microsoft.Extensions.FileSystemGlobbing/internal/index.d.ts +21 -13
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/index.d.ts +16 -6
- package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/index.d.ts +14 -10
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/index.d.ts +20 -20
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.d.ts +33 -15
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/index.d.ts +4 -2
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +53 -39
- package/Microsoft.Extensions.Hosting.Internal/internal/index.d.ts +13 -13
- package/Microsoft.Extensions.Http/internal/index.d.ts +14 -10
- package/Microsoft.Extensions.Http.Logging/internal/index.d.ts +13 -9
- package/Microsoft.Extensions.Internal/internal/index.d.ts +5 -5
- package/Microsoft.Extensions.Localization/internal/index.d.ts +31 -19
- package/Microsoft.Extensions.Logging/internal/index.d.ts +80 -66
- package/Microsoft.Extensions.Logging.Abstractions/internal/index.d.ts +28 -22
- package/Microsoft.Extensions.Logging.Configuration/internal/index.d.ts +4 -2
- package/Microsoft.Extensions.Logging.Console/internal/index.d.ts +24 -10
- package/Microsoft.Extensions.Logging.Debug/internal/index.d.ts +5 -5
- package/Microsoft.Extensions.Logging.EventLog/internal/index.d.ts +9 -7
- package/Microsoft.Extensions.Logging.EventSource/internal/index.d.ts +9 -7
- package/Microsoft.Extensions.Logging.TraceSource/internal/index.d.ts +6 -6
- package/Microsoft.Extensions.ObjectPool/internal/index.d.ts +23 -7
- package/Microsoft.Extensions.Options/internal/index.d.ts +168 -128
- package/Microsoft.Extensions.Primitives/internal/index.d.ts +38 -22
- package/Microsoft.Extensions.Validation/internal/index.d.ts +31 -21
- package/Microsoft.Extensions.WebEncoders/internal/index.d.ts +5 -3
- package/Microsoft.Extensions.WebEncoders.Testing/internal/index.d.ts +10 -4
- package/System.Diagnostics/internal/index.d.ts +24 -10
- package/System.Diagnostics.Eventing.Reader/internal/index.d.ts +120 -70
- package/System.Net.Http/internal/index.d.ts +3 -3
- package/System.Security.Cryptography/internal/index.d.ts +11 -5
- package/System.Security.Cryptography.Pkcs/internal/index.d.ts +147 -69
- package/System.Security.Cryptography.Xml/internal/index.d.ts +98 -16
- package/__internal/extensions/index.d.ts +614 -505
- 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 {
|
|
14
|
-
import
|
|
15
|
-
import
|
|
16
|
-
import type {
|
|
17
|
-
import
|
|
18
|
-
import
|
|
19
|
-
import
|
|
20
|
-
import
|
|
21
|
-
import type {
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
272
|
+
SealWithMac(password: ReadOnlySpan_1<System_Internal.Char>, hashAlgorithm: HashAlgorithmName, iterationCount: int): void;
|
|
253
273
|
SealWithoutIntegrity(): void;
|
|
254
|
-
TryEncode(destination:
|
|
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
|
|
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:
|
|
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
|
-
|
|
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:
|
|
308
|
+
VerifyMac(password: ReadOnlySpan_1<System_Internal.Char>): boolean;
|
|
285
309
|
}
|
|
286
310
|
|
|
287
311
|
|
|
288
312
|
export const Pkcs12Info: {
|
|
289
|
-
Decode(encodedBytes:
|
|
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
|
|
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:
|
|
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:
|
|
337
|
+
readonly EncodedBagValue: ReadOnlyMemory_1<System_Internal.Byte>;
|
|
310
338
|
Encode(): byte[];
|
|
311
339
|
GetBagId(): Oid;
|
|
312
|
-
TryEncode(destination:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
363
|
+
AddShroudedKey(key: AsymmetricAlgorithm, password: ReadOnlySpan_1<System_Internal.Char>, pbeParameters: PbeParameters): Pkcs12ShroudedKeyBag;
|
|
334
364
|
Decrypt(passwordBytes: byte[]): void;
|
|
335
|
-
Decrypt(passwordBytes:
|
|
365
|
+
Decrypt(passwordBytes: ReadOnlySpan_1<System_Internal.Byte>): void;
|
|
336
366
|
Decrypt(password: string): void;
|
|
337
|
-
Decrypt(password:
|
|
338
|
-
GetBags():
|
|
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
|
|
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
|
|
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:
|
|
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:
|
|
425
|
+
readonly AlgorithmParameters: Nullable_1<ReadOnlyMemory_1<System_Internal.Byte>>;
|
|
388
426
|
readonly Attributes: CryptographicAttributeObjectCollection;
|
|
389
|
-
readonly PrivateKeyBytes:
|
|
427
|
+
readonly PrivateKeyBytes: ReadOnlyMemory_1<System_Internal.Byte>;
|
|
390
428
|
Encode(): byte[];
|
|
391
|
-
Encrypt(password:
|
|
392
|
-
Encrypt(passwordBytes:
|
|
393
|
-
TryEncode(destination:
|
|
394
|
-
TryEncrypt(password:
|
|
395
|
-
TryEncrypt(passwordBytes:
|
|
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:
|
|
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:
|
|
403
|
-
DecryptAndDecode(passwordBytes:
|
|
404
|
-
DecryptAndDecode(password:
|
|
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
|
|
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:
|
|
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():
|
|
583
|
-
GetNonce():
|
|
584
|
-
ProcessResponse(responseBytes:
|
|
585
|
-
TryEncode(destination:
|
|
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:
|
|
591
|
-
CreateFromHash(hash:
|
|
592
|
-
CreateFromHash(hash:
|
|
593
|
-
CreateFromSignerInfo(signerInfo: SignerInfo, hashAlgorithm: HashAlgorithmName, requestedPolicyId?: Oid, nonce?:
|
|
594
|
-
TryDecode(encodedBytes:
|
|
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:
|
|
604
|
-
VerifySignatureForHash(hash:
|
|
605
|
-
VerifySignatureForHash(hash:
|
|
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:
|
|
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
|
|
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():
|
|
628
|
-
GetNonce():
|
|
629
|
-
GetSerialNumber():
|
|
630
|
-
GetTimestampAuthorityName():
|
|
631
|
-
TryEncode(destination:
|
|
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:
|
|
637
|
-
TryDecode(encodedBytes:
|
|
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:
|
|
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
|
}
|