@tsonic/dotnet 0.5.2 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal/internal/index.d.ts +5 -5
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +14 -14
- package/Microsoft.VisualBasic/bindings.json +28 -28
- package/Microsoft.VisualBasic/internal/index.d.ts +265 -265
- package/Microsoft.VisualBasic/internal/metadata.json +14 -14
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +202 -202
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +68 -66
- package/Microsoft.Win32/internal/index.d.ts +16 -14
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +18 -18
- package/README.md +39 -0
- package/System/bindings.json +138 -138
- package/System/internal/index.d.ts +4165 -3967
- package/System/internal/metadata.json +81 -487
- package/System.Buffers/internal/index.d.ts +60 -50
- package/System.Buffers.Binary/internal/index.d.ts +126 -126
- package/System.Buffers.Text/internal/index.d.ts +67 -67
- package/System.CodeDom.Compiler/internal/index.d.ts +35 -35
- package/System.Collections/internal/index.d.ts +199 -179
- package/System.Collections.Concurrent/internal/index.d.ts +61 -59
- package/System.Collections.Frozen/internal/index.d.ts +29 -29
- package/System.Collections.Frozen/internal/metadata.json +2 -16
- package/System.Collections.Generic/index.d.ts +1 -1
- package/System.Collections.Generic/internal/index.d.ts +382 -354
- package/System.Collections.Generic/internal/metadata.json +5 -54
- package/System.Collections.Immutable/internal/index.d.ts +321 -319
- package/System.Collections.Immutable/internal/metadata.json +5 -40
- package/System.Collections.ObjectModel/internal/index.d.ts +83 -79
- package/System.Collections.ObjectModel/internal/metadata.json +1 -36
- package/System.Collections.Specialized/internal/index.d.ts +104 -96
- package/System.ComponentModel/internal/index.d.ts +661 -631
- package/System.ComponentModel/internal/metadata.json +0 -7
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +60 -58
- package/System.ComponentModel.Design/bindings.json +2 -2
- package/System.ComponentModel.Design/internal/index.d.ts +207 -193
- package/System.ComponentModel.Design/internal/metadata.json +1 -1
- package/System.ComponentModel.Design.Serialization/index.d.ts +2 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +103 -98
- package/System.Configuration.Assemblies/bindings.json +10 -10
- package/System.Configuration.Assemblies/internal/index.d.ts +5 -5
- package/System.Configuration.Assemblies/internal/metadata.json +5 -5
- package/System.Data/internal/index.d.ts +481 -453
- package/System.Data.Common/internal/index.d.ts +149 -121
- package/System.Data.SqlTypes/bindings.json +2 -2
- package/System.Data.SqlTypes/internal/index.d.ts +331 -299
- package/System.Data.SqlTypes/internal/metadata.json +1 -1
- package/System.Diagnostics/bindings.json +6 -6
- package/System.Diagnostics/internal/index.d.ts +333 -313
- package/System.Diagnostics/internal/metadata.json +3 -10
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +16 -16
- package/System.Diagnostics.Contracts/internal/index.d.ts +21 -21
- package/System.Diagnostics.Metrics/internal/index.d.ts +81 -75
- package/System.Diagnostics.SymbolStore/bindings.json +6 -6
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +72 -72
- package/System.Diagnostics.SymbolStore/internal/metadata.json +3 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +24 -18
- package/System.Drawing/bindings.json +24 -24
- package/System.Drawing/internal/index.d.ts +281 -281
- package/System.Drawing/internal/metadata.json +12 -12
- package/System.Dynamic/internal/index.d.ts +46 -42
- package/System.Formats.Asn1/bindings.json +12 -12
- package/System.Formats.Asn1/internal/index.d.ts +50 -48
- package/System.Formats.Asn1/internal/metadata.json +6 -6
- package/System.Formats.Tar/bindings.json +2 -2
- package/System.Formats.Tar/internal/index.d.ts +17 -13
- package/System.Formats.Tar/internal/metadata.json +1 -1
- package/System.Globalization/bindings.json +8 -8
- package/System.Globalization/internal/index.d.ts +177 -163
- package/System.Globalization/internal/metadata.json +4 -4
- package/System.IO/internal/index.d.ts +457 -439
- package/System.IO.Compression/internal/index.d.ts +78 -72
- package/System.IO.Enumeration/internal/index.d.ts +22 -22
- package/System.IO.IsolatedStorage/internal/index.d.ts +26 -24
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +22 -20
- package/System.IO.Pipelines/internal/index.d.ts +15 -13
- package/System.IO.Pipes/internal/index.d.ts +23 -23
- package/System.Linq/internal/index.d.ts +853 -845
- package/System.Linq/internal/metadata.json +0 -17
- package/System.Linq.Expressions/internal/index.d.ts +354 -340
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
- package/System.Net/bindings.json +2 -2
- package/System.Net/internal/index.d.ts +351 -317
- package/System.Net/internal/metadata.json +1 -1
- package/System.Net.Http/internal/index.d.ts +64 -54
- package/System.Net.Http.Headers/bindings.json +2 -2
- package/System.Net.Http.Headers/internal/index.d.ts +139 -99
- package/System.Net.Http.Headers/internal/metadata.json +1 -1
- package/System.Net.Http.Json/internal/index.d.ts +63 -63
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
- package/System.Net.Mail/bindings.json +2 -2
- package/System.Net.Mail/internal/index.d.ts +90 -78
- package/System.Net.Mail/internal/metadata.json +4 -32
- package/System.Net.Mime/internal/index.d.ts +51 -51
- package/System.Net.NetworkInformation/internal/index.d.ts +59 -57
- package/System.Net.Quic/internal/index.d.ts +15 -11
- package/System.Net.Security/bindings.json +674 -674
- package/System.Net.Security/internal/index.d.ts +396 -394
- package/System.Net.Security/internal/metadata.json +337 -337
- package/System.Net.ServerSentEvents/internal/index.d.ts +10 -10
- package/System.Net.Sockets/bindings.json +10 -10
- package/System.Net.Sockets/internal/index.d.ts +100 -90
- package/System.Net.Sockets/internal/metadata.json +5 -5
- package/System.Net.WebSockets/internal/index.d.ts +21 -19
- package/System.Numerics/bindings.json +110 -110
- package/System.Numerics/internal/index.d.ts +1057 -1039
- package/System.Numerics/internal/metadata.json +55 -89
- package/System.Reflection/bindings.json +25 -25
- package/System.Reflection/internal/index.d.ts +336 -316
- package/System.Reflection/internal/metadata.json +12 -12
- package/System.Reflection.Emit/bindings.json +307 -307
- package/System.Reflection.Emit/internal/index.d.ts +242 -236
- package/System.Reflection.Emit/internal/metadata.json +152 -152
- package/System.Reflection.Metadata/bindings.json +272 -272
- package/System.Reflection.Metadata/internal/index.d.ts +448 -438
- package/System.Reflection.Metadata/internal/metadata.json +164 -360
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +91 -91
- package/System.Reflection.PortableExecutable/bindings.json +26 -26
- package/System.Reflection.PortableExecutable/internal/index.d.ts +22 -20
- package/System.Reflection.PortableExecutable/internal/metadata.json +13 -13
- package/System.Resources/internal/index.d.ts +30 -24
- package/System.Runtime/internal/index.d.ts +20 -16
- package/System.Runtime.CompilerServices/bindings.json +4 -4
- package/System.Runtime.CompilerServices/internal/index.d.ts +233 -209
- package/System.Runtime.CompilerServices/internal/metadata.json +2 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -6
- package/System.Runtime.InteropServices/bindings.json +146 -146
- package/System.Runtime.InteropServices/internal/index.d.ts +604 -586
- package/System.Runtime.InteropServices/internal/metadata.json +73 -130
- package/System.Runtime.InteropServices.ComTypes/bindings.json +252 -252
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +296 -292
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +126 -126
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +12 -12
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +60 -58
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +102 -94
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +9 -9
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics/internal/index.d.ts +1252 -1244
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +9662 -9662
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -471
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +16033 -16033
- package/System.Runtime.Loader/internal/index.d.ts +9 -7
- package/System.Runtime.Remoting/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization/internal/index.d.ts +179 -171
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +5 -5
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +27 -27
- package/System.Runtime.Versioning/internal/index.d.ts +4 -4
- package/System.Security/internal/index.d.ts +45 -39
- package/System.Security.AccessControl/internal/index.d.ts +28 -26
- package/System.Security.Authentication/internal/index.d.ts +2 -2
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +11 -7
- package/System.Security.Claims/internal/index.d.ts +94 -90
- package/System.Security.Cryptography/bindings.json +111 -111
- package/System.Security.Cryptography/internal/index.d.ts +842 -794
- package/System.Security.Cryptography/internal/metadata.json +52 -59
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +121 -113
- package/System.Security.Policy/internal/index.d.ts +6 -6
- package/System.Security.Principal/internal/index.d.ts +36 -30
- package/System.Text/bindings.json +28 -28
- package/System.Text/internal/index.d.ts +325 -319
- package/System.Text/internal/metadata.json +4 -4
- package/System.Text.Encodings.Web/internal/index.d.ts +18 -18
- package/System.Text.Json/internal/index.d.ts +184 -180
- package/System.Text.Json.Nodes/internal/index.d.ts +54 -54
- package/System.Text.Json.Schema/internal/index.d.ts +3 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +12 -12
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +85 -83
- package/System.Text.RegularExpressions/internal/index.d.ts +91 -89
- package/System.Text.RegularExpressions/internal/metadata.json +5 -40
- package/System.Text.Unicode/internal/index.d.ts +171 -171
- package/System.Threading/bindings.json +4 -4
- package/System.Threading/internal/index.d.ts +411 -377
- package/System.Threading/internal/metadata.json +2 -2
- package/System.Threading.Channels/internal/index.d.ts +8 -8
- package/System.Threading.Tasks/internal/index.d.ts +209 -205
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +106 -102
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +0 -42
- package/System.Threading.Tasks.Sources/internal/index.d.ts +7 -7
- package/System.Timers/internal/index.d.ts +11 -9
- package/System.Transactions/internal/index.d.ts +83 -67
- package/System.Web/internal/index.d.ts +31 -31
- package/System.Windows.Input/internal/index.d.ts +2 -2
- package/System.Xml/bindings.json +35 -35
- package/System.Xml/internal/index.d.ts +343 -325
- package/System.Xml/internal/metadata.json +17 -17
- package/System.Xml.Linq/internal/index.d.ts +122 -110
- package/System.Xml.Resolvers/internal/index.d.ts +3 -3
- package/System.Xml.Schema/internal/index.d.ts +71 -71
- package/System.Xml.Serialization/internal/index.d.ts +120 -120
- package/System.Xml.XPath/internal/index.d.ts +40 -34
- package/System.Xml.Xsl/internal/index.d.ts +27 -27
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +99 -99
- package/__internal/extensions/index.d.ts +2294 -0
- package/package.json +1 -1
- package/internal/extensions/index.d.ts +0 -2280
|
@@ -102,343 +102,343 @@ export enum SslPolicyErrors {
|
|
|
102
102
|
|
|
103
103
|
|
|
104
104
|
export enum TlsCipherSuite {
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
105
|
+
TLS_NULL_WITH_NULL_NULL = 0,
|
|
106
|
+
TLS_RSA_WITH_NULL_MD5 = 1,
|
|
107
|
+
TLS_RSA_WITH_NULL_SHA = 2,
|
|
108
|
+
TLS_RSA_EXPORT_WITH_RC4_40_MD5 = 3,
|
|
109
|
+
TLS_RSA_WITH_RC4_128_MD5 = 4,
|
|
110
|
+
TLS_RSA_WITH_RC4_128_SHA = 5,
|
|
111
|
+
TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 = 6,
|
|
112
|
+
TLS_RSA_WITH_IDEA_CBC_SHA = 7,
|
|
113
|
+
TLS_RSA_EXPORT_WITH_DES40_CBC_SHA = 8,
|
|
114
|
+
TLS_RSA_WITH_DES_CBC_SHA = 9,
|
|
115
|
+
TLS_RSA_WITH_3DES_EDE_CBC_SHA = 10,
|
|
116
|
+
TLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHA = 11,
|
|
117
|
+
TLS_DH_DSS_WITH_DES_CBC_SHA = 12,
|
|
118
|
+
TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA = 13,
|
|
119
|
+
TLS_DH_RSA_EXPORT_WITH_DES40_CBC_SHA = 14,
|
|
120
|
+
TLS_DH_RSA_WITH_DES_CBC_SHA = 15,
|
|
121
|
+
TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA = 16,
|
|
122
|
+
TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA = 17,
|
|
123
|
+
TLS_DHE_DSS_WITH_DES_CBC_SHA = 18,
|
|
124
|
+
TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA = 19,
|
|
125
|
+
TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA = 20,
|
|
126
|
+
TLS_DHE_RSA_WITH_DES_CBC_SHA = 21,
|
|
127
|
+
TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA = 22,
|
|
128
|
+
TLS_DH_anon_EXPORT_WITH_RC4_40_MD5 = 23,
|
|
129
|
+
TLS_DH_anon_WITH_RC4_128_MD5 = 24,
|
|
130
|
+
TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA = 25,
|
|
131
|
+
TLS_DH_anon_WITH_DES_CBC_SHA = 26,
|
|
132
|
+
TLS_DH_anon_WITH_3DES_EDE_CBC_SHA = 27,
|
|
133
|
+
TLS_KRB5_WITH_DES_CBC_SHA = 30,
|
|
134
|
+
TLS_KRB5_WITH_3DES_EDE_CBC_SHA = 31,
|
|
135
|
+
TLS_KRB5_WITH_RC4_128_SHA = 32,
|
|
136
|
+
TLS_KRB5_WITH_IDEA_CBC_SHA = 33,
|
|
137
|
+
TLS_KRB5_WITH_DES_CBC_MD5 = 34,
|
|
138
|
+
TLS_KRB5_WITH_3DES_EDE_CBC_MD5 = 35,
|
|
139
|
+
TLS_KRB5_WITH_RC4_128_MD5 = 36,
|
|
140
|
+
TLS_KRB5_WITH_IDEA_CBC_MD5 = 37,
|
|
141
|
+
TLS_KRB5_EXPORT_WITH_DES_CBC_40_SHA = 38,
|
|
142
|
+
TLS_KRB5_EXPORT_WITH_RC2_CBC_40_SHA = 39,
|
|
143
|
+
TLS_KRB5_EXPORT_WITH_RC4_40_SHA = 40,
|
|
144
|
+
TLS_KRB5_EXPORT_WITH_DES_CBC_40_MD5 = 41,
|
|
145
|
+
TLS_KRB5_EXPORT_WITH_RC2_CBC_40_MD5 = 42,
|
|
146
|
+
TLS_KRB5_EXPORT_WITH_RC4_40_MD5 = 43,
|
|
147
|
+
TLS_PSK_WITH_NULL_SHA = 44,
|
|
148
|
+
TLS_DHE_PSK_WITH_NULL_SHA = 45,
|
|
149
|
+
TLS_RSA_PSK_WITH_NULL_SHA = 46,
|
|
150
|
+
TLS_RSA_WITH_AES_128_CBC_SHA = 47,
|
|
151
|
+
TLS_DH_DSS_WITH_AES_128_CBC_SHA = 48,
|
|
152
|
+
TLS_DH_RSA_WITH_AES_128_CBC_SHA = 49,
|
|
153
|
+
TLS_DHE_DSS_WITH_AES_128_CBC_SHA = 50,
|
|
154
|
+
TLS_DHE_RSA_WITH_AES_128_CBC_SHA = 51,
|
|
155
|
+
TLS_DH_anon_WITH_AES_128_CBC_SHA = 52,
|
|
156
|
+
TLS_RSA_WITH_AES_256_CBC_SHA = 53,
|
|
157
|
+
TLS_DH_DSS_WITH_AES_256_CBC_SHA = 54,
|
|
158
|
+
TLS_DH_RSA_WITH_AES_256_CBC_SHA = 55,
|
|
159
|
+
TLS_DHE_DSS_WITH_AES_256_CBC_SHA = 56,
|
|
160
|
+
TLS_DHE_RSA_WITH_AES_256_CBC_SHA = 57,
|
|
161
|
+
TLS_DH_anon_WITH_AES_256_CBC_SHA = 58,
|
|
162
|
+
TLS_RSA_WITH_NULL_SHA256 = 59,
|
|
163
|
+
TLS_RSA_WITH_AES_128_CBC_SHA256 = 60,
|
|
164
|
+
TLS_RSA_WITH_AES_256_CBC_SHA256 = 61,
|
|
165
|
+
TLS_DH_DSS_WITH_AES_128_CBC_SHA256 = 62,
|
|
166
|
+
TLS_DH_RSA_WITH_AES_128_CBC_SHA256 = 63,
|
|
167
|
+
TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 = 64,
|
|
168
|
+
TLS_RSA_WITH_CAMELLIA_128_CBC_SHA = 65,
|
|
169
|
+
TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA = 66,
|
|
170
|
+
TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA = 67,
|
|
171
|
+
TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA = 68,
|
|
172
|
+
TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA = 69,
|
|
173
|
+
TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA = 70,
|
|
174
|
+
TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 = 103,
|
|
175
|
+
TLS_DH_DSS_WITH_AES_256_CBC_SHA256 = 104,
|
|
176
|
+
TLS_DH_RSA_WITH_AES_256_CBC_SHA256 = 105,
|
|
177
|
+
TLS_DHE_DSS_WITH_AES_256_CBC_SHA256 = 106,
|
|
178
|
+
TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 = 107,
|
|
179
|
+
TLS_DH_anon_WITH_AES_128_CBC_SHA256 = 108,
|
|
180
|
+
TLS_DH_anon_WITH_AES_256_CBC_SHA256 = 109,
|
|
181
|
+
TLS_RSA_WITH_CAMELLIA_256_CBC_SHA = 132,
|
|
182
|
+
TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA = 133,
|
|
183
|
+
TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA = 134,
|
|
184
|
+
TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA = 135,
|
|
185
|
+
TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA = 136,
|
|
186
|
+
TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA = 137,
|
|
187
|
+
TLS_PSK_WITH_RC4_128_SHA = 138,
|
|
188
|
+
TLS_PSK_WITH_3DES_EDE_CBC_SHA = 139,
|
|
189
|
+
TLS_PSK_WITH_AES_128_CBC_SHA = 140,
|
|
190
|
+
TLS_PSK_WITH_AES_256_CBC_SHA = 141,
|
|
191
|
+
TLS_DHE_PSK_WITH_RC4_128_SHA = 142,
|
|
192
|
+
TLS_DHE_PSK_WITH_3DES_EDE_CBC_SHA = 143,
|
|
193
|
+
TLS_DHE_PSK_WITH_AES_128_CBC_SHA = 144,
|
|
194
|
+
TLS_DHE_PSK_WITH_AES_256_CBC_SHA = 145,
|
|
195
|
+
TLS_RSA_PSK_WITH_RC4_128_SHA = 146,
|
|
196
|
+
TLS_RSA_PSK_WITH_3DES_EDE_CBC_SHA = 147,
|
|
197
|
+
TLS_RSA_PSK_WITH_AES_128_CBC_SHA = 148,
|
|
198
|
+
TLS_RSA_PSK_WITH_AES_256_CBC_SHA = 149,
|
|
199
|
+
TLS_RSA_WITH_SEED_CBC_SHA = 150,
|
|
200
|
+
TLS_DH_DSS_WITH_SEED_CBC_SHA = 151,
|
|
201
|
+
TLS_DH_RSA_WITH_SEED_CBC_SHA = 152,
|
|
202
|
+
TLS_DHE_DSS_WITH_SEED_CBC_SHA = 153,
|
|
203
|
+
TLS_DHE_RSA_WITH_SEED_CBC_SHA = 154,
|
|
204
|
+
TLS_DH_anon_WITH_SEED_CBC_SHA = 155,
|
|
205
|
+
TLS_RSA_WITH_AES_128_GCM_SHA256 = 156,
|
|
206
|
+
TLS_RSA_WITH_AES_256_GCM_SHA384 = 157,
|
|
207
|
+
TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 = 158,
|
|
208
|
+
TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 = 159,
|
|
209
|
+
TLS_DH_RSA_WITH_AES_128_GCM_SHA256 = 160,
|
|
210
|
+
TLS_DH_RSA_WITH_AES_256_GCM_SHA384 = 161,
|
|
211
|
+
TLS_DHE_DSS_WITH_AES_128_GCM_SHA256 = 162,
|
|
212
|
+
TLS_DHE_DSS_WITH_AES_256_GCM_SHA384 = 163,
|
|
213
|
+
TLS_DH_DSS_WITH_AES_128_GCM_SHA256 = 164,
|
|
214
|
+
TLS_DH_DSS_WITH_AES_256_GCM_SHA384 = 165,
|
|
215
|
+
TLS_DH_anon_WITH_AES_128_GCM_SHA256 = 166,
|
|
216
|
+
TLS_DH_anon_WITH_AES_256_GCM_SHA384 = 167,
|
|
217
|
+
TLS_PSK_WITH_AES_128_GCM_SHA256 = 168,
|
|
218
|
+
TLS_PSK_WITH_AES_256_GCM_SHA384 = 169,
|
|
219
|
+
TLS_DHE_PSK_WITH_AES_128_GCM_SHA256 = 170,
|
|
220
|
+
TLS_DHE_PSK_WITH_AES_256_GCM_SHA384 = 171,
|
|
221
|
+
TLS_RSA_PSK_WITH_AES_128_GCM_SHA256 = 172,
|
|
222
|
+
TLS_RSA_PSK_WITH_AES_256_GCM_SHA384 = 173,
|
|
223
|
+
TLS_PSK_WITH_AES_128_CBC_SHA256 = 174,
|
|
224
|
+
TLS_PSK_WITH_AES_256_CBC_SHA384 = 175,
|
|
225
|
+
TLS_PSK_WITH_NULL_SHA256 = 176,
|
|
226
|
+
TLS_PSK_WITH_NULL_SHA384 = 177,
|
|
227
|
+
TLS_DHE_PSK_WITH_AES_128_CBC_SHA256 = 178,
|
|
228
|
+
TLS_DHE_PSK_WITH_AES_256_CBC_SHA384 = 179,
|
|
229
|
+
TLS_DHE_PSK_WITH_NULL_SHA256 = 180,
|
|
230
|
+
TLS_DHE_PSK_WITH_NULL_SHA384 = 181,
|
|
231
|
+
TLS_RSA_PSK_WITH_AES_128_CBC_SHA256 = 182,
|
|
232
|
+
TLS_RSA_PSK_WITH_AES_256_CBC_SHA384 = 183,
|
|
233
|
+
TLS_RSA_PSK_WITH_NULL_SHA256 = 184,
|
|
234
|
+
TLS_RSA_PSK_WITH_NULL_SHA384 = 185,
|
|
235
|
+
TLS_RSA_WITH_CAMELLIA_128_CBC_SHA256 = 186,
|
|
236
|
+
TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA256 = 187,
|
|
237
|
+
TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA256 = 188,
|
|
238
|
+
TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA256 = 189,
|
|
239
|
+
TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 = 190,
|
|
240
|
+
TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA256 = 191,
|
|
241
|
+
TLS_RSA_WITH_CAMELLIA_256_CBC_SHA256 = 192,
|
|
242
|
+
TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA256 = 193,
|
|
243
|
+
TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA256 = 194,
|
|
244
|
+
TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA256 = 195,
|
|
245
|
+
TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA256 = 196,
|
|
246
|
+
TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA256 = 197,
|
|
247
|
+
TLS_AES_128_GCM_SHA256 = 4865,
|
|
248
|
+
TLS_AES_256_GCM_SHA384 = 4866,
|
|
249
|
+
TLS_CHACHA20_POLY1305_SHA256 = 4867,
|
|
250
|
+
TLS_AES_128_CCM_SHA256 = 4868,
|
|
251
|
+
TLS_AES_128_CCM_8_SHA256 = 4869,
|
|
252
|
+
TLS_ECDH_ECDSA_WITH_NULL_SHA = 49153,
|
|
253
|
+
TLS_ECDH_ECDSA_WITH_RC4_128_SHA = 49154,
|
|
254
|
+
TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA = 49155,
|
|
255
|
+
TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA = 49156,
|
|
256
|
+
TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA = 49157,
|
|
257
|
+
TLS_ECDHE_ECDSA_WITH_NULL_SHA = 49158,
|
|
258
|
+
TLS_ECDHE_ECDSA_WITH_RC4_128_SHA = 49159,
|
|
259
|
+
TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA = 49160,
|
|
260
|
+
TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA = 49161,
|
|
261
|
+
TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA = 49162,
|
|
262
|
+
TLS_ECDH_RSA_WITH_NULL_SHA = 49163,
|
|
263
|
+
TLS_ECDH_RSA_WITH_RC4_128_SHA = 49164,
|
|
264
|
+
TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA = 49165,
|
|
265
|
+
TLS_ECDH_RSA_WITH_AES_128_CBC_SHA = 49166,
|
|
266
|
+
TLS_ECDH_RSA_WITH_AES_256_CBC_SHA = 49167,
|
|
267
|
+
TLS_ECDHE_RSA_WITH_NULL_SHA = 49168,
|
|
268
|
+
TLS_ECDHE_RSA_WITH_RC4_128_SHA = 49169,
|
|
269
|
+
TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA = 49170,
|
|
270
|
+
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA = 49171,
|
|
271
|
+
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA = 49172,
|
|
272
|
+
TLS_ECDH_anon_WITH_NULL_SHA = 49173,
|
|
273
|
+
TLS_ECDH_anon_WITH_RC4_128_SHA = 49174,
|
|
274
|
+
TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA = 49175,
|
|
275
|
+
TLS_ECDH_anon_WITH_AES_128_CBC_SHA = 49176,
|
|
276
|
+
TLS_ECDH_anon_WITH_AES_256_CBC_SHA = 49177,
|
|
277
|
+
TLS_SRP_SHA_WITH_3DES_EDE_CBC_SHA = 49178,
|
|
278
|
+
TLS_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA = 49179,
|
|
279
|
+
TLS_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA = 49180,
|
|
280
|
+
TLS_SRP_SHA_WITH_AES_128_CBC_SHA = 49181,
|
|
281
|
+
TLS_SRP_SHA_RSA_WITH_AES_128_CBC_SHA = 49182,
|
|
282
|
+
TLS_SRP_SHA_DSS_WITH_AES_128_CBC_SHA = 49183,
|
|
283
|
+
TLS_SRP_SHA_WITH_AES_256_CBC_SHA = 49184,
|
|
284
|
+
TLS_SRP_SHA_RSA_WITH_AES_256_CBC_SHA = 49185,
|
|
285
|
+
TLS_SRP_SHA_DSS_WITH_AES_256_CBC_SHA = 49186,
|
|
286
|
+
TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 = 49187,
|
|
287
|
+
TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 = 49188,
|
|
288
|
+
TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256 = 49189,
|
|
289
|
+
TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384 = 49190,
|
|
290
|
+
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 = 49191,
|
|
291
|
+
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 = 49192,
|
|
292
|
+
TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256 = 49193,
|
|
293
|
+
TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384 = 49194,
|
|
294
|
+
TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 = 49195,
|
|
295
|
+
TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 = 49196,
|
|
296
|
+
TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 = 49197,
|
|
297
|
+
TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384 = 49198,
|
|
298
|
+
TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 = 49199,
|
|
299
|
+
TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 = 49200,
|
|
300
|
+
TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256 = 49201,
|
|
301
|
+
TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384 = 49202,
|
|
302
|
+
TLS_ECDHE_PSK_WITH_RC4_128_SHA = 49203,
|
|
303
|
+
TLS_ECDHE_PSK_WITH_3DES_EDE_CBC_SHA = 49204,
|
|
304
|
+
TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA = 49205,
|
|
305
|
+
TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA = 49206,
|
|
306
|
+
TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256 = 49207,
|
|
307
|
+
TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA384 = 49208,
|
|
308
|
+
TLS_ECDHE_PSK_WITH_NULL_SHA = 49209,
|
|
309
|
+
TLS_ECDHE_PSK_WITH_NULL_SHA256 = 49210,
|
|
310
|
+
TLS_ECDHE_PSK_WITH_NULL_SHA384 = 49211,
|
|
311
|
+
TLS_RSA_WITH_ARIA_128_CBC_SHA256 = 49212,
|
|
312
|
+
TLS_RSA_WITH_ARIA_256_CBC_SHA384 = 49213,
|
|
313
|
+
TLS_DH_DSS_WITH_ARIA_128_CBC_SHA256 = 49214,
|
|
314
|
+
TLS_DH_DSS_WITH_ARIA_256_CBC_SHA384 = 49215,
|
|
315
|
+
TLS_DH_RSA_WITH_ARIA_128_CBC_SHA256 = 49216,
|
|
316
|
+
TLS_DH_RSA_WITH_ARIA_256_CBC_SHA384 = 49217,
|
|
317
|
+
TLS_DHE_DSS_WITH_ARIA_128_CBC_SHA256 = 49218,
|
|
318
|
+
TLS_DHE_DSS_WITH_ARIA_256_CBC_SHA384 = 49219,
|
|
319
|
+
TLS_DHE_RSA_WITH_ARIA_128_CBC_SHA256 = 49220,
|
|
320
|
+
TLS_DHE_RSA_WITH_ARIA_256_CBC_SHA384 = 49221,
|
|
321
|
+
TLS_DH_anon_WITH_ARIA_128_CBC_SHA256 = 49222,
|
|
322
|
+
TLS_DH_anon_WITH_ARIA_256_CBC_SHA384 = 49223,
|
|
323
|
+
TLS_ECDHE_ECDSA_WITH_ARIA_128_CBC_SHA256 = 49224,
|
|
324
|
+
TLS_ECDHE_ECDSA_WITH_ARIA_256_CBC_SHA384 = 49225,
|
|
325
|
+
TLS_ECDH_ECDSA_WITH_ARIA_128_CBC_SHA256 = 49226,
|
|
326
|
+
TLS_ECDH_ECDSA_WITH_ARIA_256_CBC_SHA384 = 49227,
|
|
327
|
+
TLS_ECDHE_RSA_WITH_ARIA_128_CBC_SHA256 = 49228,
|
|
328
|
+
TLS_ECDHE_RSA_WITH_ARIA_256_CBC_SHA384 = 49229,
|
|
329
|
+
TLS_ECDH_RSA_WITH_ARIA_128_CBC_SHA256 = 49230,
|
|
330
|
+
TLS_ECDH_RSA_WITH_ARIA_256_CBC_SHA384 = 49231,
|
|
331
|
+
TLS_RSA_WITH_ARIA_128_GCM_SHA256 = 49232,
|
|
332
|
+
TLS_RSA_WITH_ARIA_256_GCM_SHA384 = 49233,
|
|
333
|
+
TLS_DHE_RSA_WITH_ARIA_128_GCM_SHA256 = 49234,
|
|
334
|
+
TLS_DHE_RSA_WITH_ARIA_256_GCM_SHA384 = 49235,
|
|
335
|
+
TLS_DH_RSA_WITH_ARIA_128_GCM_SHA256 = 49236,
|
|
336
|
+
TLS_DH_RSA_WITH_ARIA_256_GCM_SHA384 = 49237,
|
|
337
|
+
TLS_DHE_DSS_WITH_ARIA_128_GCM_SHA256 = 49238,
|
|
338
|
+
TLS_DHE_DSS_WITH_ARIA_256_GCM_SHA384 = 49239,
|
|
339
|
+
TLS_DH_DSS_WITH_ARIA_128_GCM_SHA256 = 49240,
|
|
340
|
+
TLS_DH_DSS_WITH_ARIA_256_GCM_SHA384 = 49241,
|
|
341
|
+
TLS_DH_anon_WITH_ARIA_128_GCM_SHA256 = 49242,
|
|
342
|
+
TLS_DH_anon_WITH_ARIA_256_GCM_SHA384 = 49243,
|
|
343
|
+
TLS_ECDHE_ECDSA_WITH_ARIA_128_GCM_SHA256 = 49244,
|
|
344
|
+
TLS_ECDHE_ECDSA_WITH_ARIA_256_GCM_SHA384 = 49245,
|
|
345
|
+
TLS_ECDH_ECDSA_WITH_ARIA_128_GCM_SHA256 = 49246,
|
|
346
|
+
TLS_ECDH_ECDSA_WITH_ARIA_256_GCM_SHA384 = 49247,
|
|
347
|
+
TLS_ECDHE_RSA_WITH_ARIA_128_GCM_SHA256 = 49248,
|
|
348
|
+
TLS_ECDHE_RSA_WITH_ARIA_256_GCM_SHA384 = 49249,
|
|
349
|
+
TLS_ECDH_RSA_WITH_ARIA_128_GCM_SHA256 = 49250,
|
|
350
|
+
TLS_ECDH_RSA_WITH_ARIA_256_GCM_SHA384 = 49251,
|
|
351
|
+
TLS_PSK_WITH_ARIA_128_CBC_SHA256 = 49252,
|
|
352
|
+
TLS_PSK_WITH_ARIA_256_CBC_SHA384 = 49253,
|
|
353
|
+
TLS_DHE_PSK_WITH_ARIA_128_CBC_SHA256 = 49254,
|
|
354
|
+
TLS_DHE_PSK_WITH_ARIA_256_CBC_SHA384 = 49255,
|
|
355
|
+
TLS_RSA_PSK_WITH_ARIA_128_CBC_SHA256 = 49256,
|
|
356
|
+
TLS_RSA_PSK_WITH_ARIA_256_CBC_SHA384 = 49257,
|
|
357
|
+
TLS_PSK_WITH_ARIA_128_GCM_SHA256 = 49258,
|
|
358
|
+
TLS_PSK_WITH_ARIA_256_GCM_SHA384 = 49259,
|
|
359
|
+
TLS_DHE_PSK_WITH_ARIA_128_GCM_SHA256 = 49260,
|
|
360
|
+
TLS_DHE_PSK_WITH_ARIA_256_GCM_SHA384 = 49261,
|
|
361
|
+
TLS_RSA_PSK_WITH_ARIA_128_GCM_SHA256 = 49262,
|
|
362
|
+
TLS_RSA_PSK_WITH_ARIA_256_GCM_SHA384 = 49263,
|
|
363
|
+
TLS_ECDHE_PSK_WITH_ARIA_128_CBC_SHA256 = 49264,
|
|
364
|
+
TLS_ECDHE_PSK_WITH_ARIA_256_CBC_SHA384 = 49265,
|
|
365
|
+
TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 = 49266,
|
|
366
|
+
TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 = 49267,
|
|
367
|
+
TLS_ECDH_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 = 49268,
|
|
368
|
+
TLS_ECDH_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 = 49269,
|
|
369
|
+
TLS_ECDHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 = 49270,
|
|
370
|
+
TLS_ECDHE_RSA_WITH_CAMELLIA_256_CBC_SHA384 = 49271,
|
|
371
|
+
TLS_ECDH_RSA_WITH_CAMELLIA_128_CBC_SHA256 = 49272,
|
|
372
|
+
TLS_ECDH_RSA_WITH_CAMELLIA_256_CBC_SHA384 = 49273,
|
|
373
|
+
TLS_RSA_WITH_CAMELLIA_128_GCM_SHA256 = 49274,
|
|
374
|
+
TLS_RSA_WITH_CAMELLIA_256_GCM_SHA384 = 49275,
|
|
375
|
+
TLS_DHE_RSA_WITH_CAMELLIA_128_GCM_SHA256 = 49276,
|
|
376
|
+
TLS_DHE_RSA_WITH_CAMELLIA_256_GCM_SHA384 = 49277,
|
|
377
|
+
TLS_DH_RSA_WITH_CAMELLIA_128_GCM_SHA256 = 49278,
|
|
378
|
+
TLS_DH_RSA_WITH_CAMELLIA_256_GCM_SHA384 = 49279,
|
|
379
|
+
TLS_DHE_DSS_WITH_CAMELLIA_128_GCM_SHA256 = 49280,
|
|
380
|
+
TLS_DHE_DSS_WITH_CAMELLIA_256_GCM_SHA384 = 49281,
|
|
381
|
+
TLS_DH_DSS_WITH_CAMELLIA_128_GCM_SHA256 = 49282,
|
|
382
|
+
TLS_DH_DSS_WITH_CAMELLIA_256_GCM_SHA384 = 49283,
|
|
383
|
+
TLS_DH_anon_WITH_CAMELLIA_128_GCM_SHA256 = 49284,
|
|
384
|
+
TLS_DH_anon_WITH_CAMELLIA_256_GCM_SHA384 = 49285,
|
|
385
|
+
TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_GCM_SHA256 = 49286,
|
|
386
|
+
TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_GCM_SHA384 = 49287,
|
|
387
|
+
TLS_ECDH_ECDSA_WITH_CAMELLIA_128_GCM_SHA256 = 49288,
|
|
388
|
+
TLS_ECDH_ECDSA_WITH_CAMELLIA_256_GCM_SHA384 = 49289,
|
|
389
|
+
TLS_ECDHE_RSA_WITH_CAMELLIA_128_GCM_SHA256 = 49290,
|
|
390
|
+
TLS_ECDHE_RSA_WITH_CAMELLIA_256_GCM_SHA384 = 49291,
|
|
391
|
+
TLS_ECDH_RSA_WITH_CAMELLIA_128_GCM_SHA256 = 49292,
|
|
392
|
+
TLS_ECDH_RSA_WITH_CAMELLIA_256_GCM_SHA384 = 49293,
|
|
393
|
+
TLS_PSK_WITH_CAMELLIA_128_GCM_SHA256 = 49294,
|
|
394
|
+
TLS_PSK_WITH_CAMELLIA_256_GCM_SHA384 = 49295,
|
|
395
|
+
TLS_DHE_PSK_WITH_CAMELLIA_128_GCM_SHA256 = 49296,
|
|
396
|
+
TLS_DHE_PSK_WITH_CAMELLIA_256_GCM_SHA384 = 49297,
|
|
397
|
+
TLS_RSA_PSK_WITH_CAMELLIA_128_GCM_SHA256 = 49298,
|
|
398
|
+
TLS_RSA_PSK_WITH_CAMELLIA_256_GCM_SHA384 = 49299,
|
|
399
|
+
TLS_PSK_WITH_CAMELLIA_128_CBC_SHA256 = 49300,
|
|
400
|
+
TLS_PSK_WITH_CAMELLIA_256_CBC_SHA384 = 49301,
|
|
401
|
+
TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 = 49302,
|
|
402
|
+
TLS_DHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 = 49303,
|
|
403
|
+
TLS_RSA_PSK_WITH_CAMELLIA_128_CBC_SHA256 = 49304,
|
|
404
|
+
TLS_RSA_PSK_WITH_CAMELLIA_256_CBC_SHA384 = 49305,
|
|
405
|
+
TLS_ECDHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 = 49306,
|
|
406
|
+
TLS_ECDHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 = 49307,
|
|
407
|
+
TLS_RSA_WITH_AES_128_CCM = 49308,
|
|
408
|
+
TLS_RSA_WITH_AES_256_CCM = 49309,
|
|
409
|
+
TLS_DHE_RSA_WITH_AES_128_CCM = 49310,
|
|
410
|
+
TLS_DHE_RSA_WITH_AES_256_CCM = 49311,
|
|
411
|
+
TLS_RSA_WITH_AES_128_CCM_8 = 49312,
|
|
412
|
+
TLS_RSA_WITH_AES_256_CCM_8 = 49313,
|
|
413
|
+
TLS_DHE_RSA_WITH_AES_128_CCM_8 = 49314,
|
|
414
|
+
TLS_DHE_RSA_WITH_AES_256_CCM_8 = 49315,
|
|
415
|
+
TLS_PSK_WITH_AES_128_CCM = 49316,
|
|
416
|
+
TLS_PSK_WITH_AES_256_CCM = 49317,
|
|
417
|
+
TLS_DHE_PSK_WITH_AES_128_CCM = 49318,
|
|
418
|
+
TLS_DHE_PSK_WITH_AES_256_CCM = 49319,
|
|
419
|
+
TLS_PSK_WITH_AES_128_CCM_8 = 49320,
|
|
420
|
+
TLS_PSK_WITH_AES_256_CCM_8 = 49321,
|
|
421
|
+
TLS_PSK_DHE_WITH_AES_128_CCM_8 = 49322,
|
|
422
|
+
TLS_PSK_DHE_WITH_AES_256_CCM_8 = 49323,
|
|
423
|
+
TLS_ECDHE_ECDSA_WITH_AES_128_CCM = 49324,
|
|
424
|
+
TLS_ECDHE_ECDSA_WITH_AES_256_CCM = 49325,
|
|
425
|
+
TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8 = 49326,
|
|
426
|
+
TLS_ECDHE_ECDSA_WITH_AES_256_CCM_8 = 49327,
|
|
427
|
+
TLS_ECCPWD_WITH_AES_128_GCM_SHA256 = 49328,
|
|
428
|
+
TLS_ECCPWD_WITH_AES_256_GCM_SHA384 = 49329,
|
|
429
|
+
TLS_ECCPWD_WITH_AES_128_CCM_SHA256 = 49330,
|
|
430
|
+
TLS_ECCPWD_WITH_AES_256_CCM_SHA384 = 49331,
|
|
431
|
+
TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 = 52392,
|
|
432
|
+
TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 = 52393,
|
|
433
|
+
TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 = 52394,
|
|
434
|
+
TLS_PSK_WITH_CHACHA20_POLY1305_SHA256 = 52395,
|
|
435
|
+
TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256 = 52396,
|
|
436
|
+
TLS_DHE_PSK_WITH_CHACHA20_POLY1305_SHA256 = 52397,
|
|
437
|
+
TLS_RSA_PSK_WITH_CHACHA20_POLY1305_SHA256 = 52398,
|
|
438
|
+
TLS_ECDHE_PSK_WITH_AES_128_GCM_SHA256 = 53249,
|
|
439
|
+
TLS_ECDHE_PSK_WITH_AES_256_GCM_SHA384 = 53250,
|
|
440
|
+
TLS_ECDHE_PSK_WITH_AES_128_CCM_8_SHA256 = 53251,
|
|
441
|
+
TLS_ECDHE_PSK_WITH_AES_128_CCM_SHA256 = 53253
|
|
442
442
|
}
|
|
443
443
|
|
|
444
444
|
|
|
@@ -447,7 +447,7 @@ export class SslApplicationProtocol$instance {
|
|
|
447
447
|
constructor(protocol: string);
|
|
448
448
|
readonly protocol: ReadOnlyMemory_1<CLROf<byte>>;
|
|
449
449
|
equals(other: SslApplicationProtocol): boolean;
|
|
450
|
-
equals(obj:
|
|
450
|
+
equals(obj: unknown): boolean;
|
|
451
451
|
getHashCode(): int;
|
|
452
452
|
toString(): string;
|
|
453
453
|
static readonly http3: SslApplicationProtocol;
|
|
@@ -457,7 +457,7 @@ export class SslApplicationProtocol$instance {
|
|
|
457
457
|
|
|
458
458
|
|
|
459
459
|
export interface __SslApplicationProtocol$views {
|
|
460
|
-
|
|
460
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<SslApplicationProtocol>;
|
|
461
461
|
|
|
462
462
|
// Structural method bridges for numeric interface constraints
|
|
463
463
|
Equals(other: SslApplicationProtocol): boolean;
|
|
@@ -488,8 +488,8 @@ export abstract class AuthenticatedStream$instance extends System_IO_Internal.St
|
|
|
488
488
|
|
|
489
489
|
|
|
490
490
|
export interface __AuthenticatedStream$views {
|
|
491
|
-
|
|
492
|
-
|
|
491
|
+
As_IAsyncDisposable(): System_Internal.IAsyncDisposable$instance;
|
|
492
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
493
493
|
}
|
|
494
494
|
|
|
495
495
|
export type AuthenticatedStream = AuthenticatedStream$instance & __AuthenticatedStream$views;
|
|
@@ -504,18 +504,18 @@ export class CipherSuitesPolicy$instance {
|
|
|
504
504
|
export type CipherSuitesPolicy = CipherSuitesPolicy$instance;
|
|
505
505
|
|
|
506
506
|
export class LocalCertificateSelectionCallback$instance extends Function {
|
|
507
|
-
constructor(object_:
|
|
508
|
-
beginInvoke(sender:
|
|
509
|
-
clone():
|
|
507
|
+
constructor(object_: unknown, method: nint);
|
|
508
|
+
beginInvoke(sender: unknown, targetHost: string, localCertificates: X509CertificateCollection, remoteCertificate: X509Certificate, acceptableIssuers: string[], callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
509
|
+
clone(): unknown;
|
|
510
510
|
endInvoke(result: IAsyncResult): X509Certificate;
|
|
511
511
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
512
|
-
invoke(sender:
|
|
512
|
+
invoke(sender: unknown, targetHost: string, localCertificates: X509CertificateCollection, remoteCertificate: X509Certificate, acceptableIssuers: string[]): X509Certificate;
|
|
513
513
|
}
|
|
514
514
|
|
|
515
515
|
|
|
516
516
|
export interface __LocalCertificateSelectionCallback$views {
|
|
517
|
-
|
|
518
|
-
|
|
517
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
518
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
519
519
|
}
|
|
520
520
|
|
|
521
521
|
export type LocalCertificateSelectionCallback = LocalCertificateSelectionCallback$instance & __LocalCertificateSelectionCallback$views;
|
|
@@ -546,9 +546,11 @@ export class NegotiateAuthentication$instance {
|
|
|
546
546
|
|
|
547
547
|
|
|
548
548
|
export interface __NegotiateAuthentication$views {
|
|
549
|
-
|
|
549
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
550
550
|
}
|
|
551
551
|
|
|
552
|
+
export interface NegotiateAuthentication$instance extends System_Internal.IDisposable$instance {}
|
|
553
|
+
|
|
552
554
|
export type NegotiateAuthentication = NegotiateAuthentication$instance & __NegotiateAuthentication$views;
|
|
553
555
|
|
|
554
556
|
|
|
@@ -615,17 +617,17 @@ export class NegotiateStream$instance extends AuthenticatedStream$instance {
|
|
|
615
617
|
authenticateAsServerAsync(policy: ExtendedProtectionPolicy): Task;
|
|
616
618
|
authenticateAsServerAsync(credential: NetworkCredential, requiredProtectionLevel: ProtectionLevel, requiredImpersonationLevel: TokenImpersonationLevel): Task;
|
|
617
619
|
authenticateAsServerAsync(credential: NetworkCredential, policy: ExtendedProtectionPolicy, requiredProtectionLevel: ProtectionLevel, requiredImpersonationLevel: TokenImpersonationLevel): Task;
|
|
618
|
-
beginAuthenticateAsClient(asyncCallback: AsyncCallback, asyncState:
|
|
619
|
-
beginAuthenticateAsClient(credential: NetworkCredential, targetName: string, asyncCallback: AsyncCallback, asyncState:
|
|
620
|
-
beginAuthenticateAsClient(credential: NetworkCredential, binding: ChannelBinding, targetName: string, asyncCallback: AsyncCallback, asyncState:
|
|
621
|
-
beginAuthenticateAsClient(credential: NetworkCredential, targetName: string, requiredProtectionLevel: ProtectionLevel, allowedImpersonationLevel: TokenImpersonationLevel, asyncCallback: AsyncCallback, asyncState:
|
|
622
|
-
beginAuthenticateAsClient(credential: NetworkCredential, binding: ChannelBinding, targetName: string, requiredProtectionLevel: ProtectionLevel, allowedImpersonationLevel: TokenImpersonationLevel, asyncCallback: AsyncCallback, asyncState:
|
|
623
|
-
beginAuthenticateAsServer(asyncCallback: AsyncCallback, asyncState:
|
|
624
|
-
beginAuthenticateAsServer(policy: ExtendedProtectionPolicy, asyncCallback: AsyncCallback, asyncState:
|
|
625
|
-
beginAuthenticateAsServer(credential: NetworkCredential, requiredProtectionLevel: ProtectionLevel, requiredImpersonationLevel: TokenImpersonationLevel, asyncCallback: AsyncCallback, asyncState:
|
|
626
|
-
beginAuthenticateAsServer(credential: NetworkCredential, policy: ExtendedProtectionPolicy, requiredProtectionLevel: ProtectionLevel, requiredImpersonationLevel: TokenImpersonationLevel, asyncCallback: AsyncCallback, asyncState:
|
|
627
|
-
beginRead(buffer: byte[], offset: int, count: int, asyncCallback: AsyncCallback, asyncState:
|
|
628
|
-
beginWrite(buffer: byte[], offset: int, count: int, asyncCallback: AsyncCallback, asyncState:
|
|
620
|
+
beginAuthenticateAsClient(asyncCallback: AsyncCallback, asyncState: unknown): IAsyncResult;
|
|
621
|
+
beginAuthenticateAsClient(credential: NetworkCredential, targetName: string, asyncCallback: AsyncCallback, asyncState: unknown): IAsyncResult;
|
|
622
|
+
beginAuthenticateAsClient(credential: NetworkCredential, binding: ChannelBinding, targetName: string, asyncCallback: AsyncCallback, asyncState: unknown): IAsyncResult;
|
|
623
|
+
beginAuthenticateAsClient(credential: NetworkCredential, targetName: string, requiredProtectionLevel: ProtectionLevel, allowedImpersonationLevel: TokenImpersonationLevel, asyncCallback: AsyncCallback, asyncState: unknown): IAsyncResult;
|
|
624
|
+
beginAuthenticateAsClient(credential: NetworkCredential, binding: ChannelBinding, targetName: string, requiredProtectionLevel: ProtectionLevel, allowedImpersonationLevel: TokenImpersonationLevel, asyncCallback: AsyncCallback, asyncState: unknown): IAsyncResult;
|
|
625
|
+
beginAuthenticateAsServer(asyncCallback: AsyncCallback, asyncState: unknown): IAsyncResult;
|
|
626
|
+
beginAuthenticateAsServer(policy: ExtendedProtectionPolicy, asyncCallback: AsyncCallback, asyncState: unknown): IAsyncResult;
|
|
627
|
+
beginAuthenticateAsServer(credential: NetworkCredential, requiredProtectionLevel: ProtectionLevel, requiredImpersonationLevel: TokenImpersonationLevel, asyncCallback: AsyncCallback, asyncState: unknown): IAsyncResult;
|
|
628
|
+
beginAuthenticateAsServer(credential: NetworkCredential, policy: ExtendedProtectionPolicy, requiredProtectionLevel: ProtectionLevel, requiredImpersonationLevel: TokenImpersonationLevel, asyncCallback: AsyncCallback, asyncState: unknown): IAsyncResult;
|
|
629
|
+
beginRead(buffer: byte[], offset: int, count: int, asyncCallback: AsyncCallback, asyncState: unknown): IAsyncResult;
|
|
630
|
+
beginWrite(buffer: byte[], offset: int, count: int, asyncCallback: AsyncCallback, asyncState: unknown): IAsyncResult;
|
|
629
631
|
dispose(): void;
|
|
630
632
|
disposeAsync(): ValueTask;
|
|
631
633
|
endAuthenticateAsClient(asyncResult: IAsyncResult): void;
|
|
@@ -654,70 +656,70 @@ export class NegotiateStream$instance extends AuthenticatedStream$instance {
|
|
|
654
656
|
|
|
655
657
|
|
|
656
658
|
export interface __NegotiateStream$views {
|
|
657
|
-
|
|
658
|
-
|
|
659
|
+
As_IAsyncDisposable(): System_Internal.IAsyncDisposable$instance;
|
|
660
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
659
661
|
}
|
|
660
662
|
|
|
661
663
|
export type NegotiateStream = NegotiateStream$instance & __NegotiateStream$views;
|
|
662
664
|
|
|
663
665
|
|
|
664
666
|
export class RemoteCertificateValidationCallback$instance extends Function {
|
|
665
|
-
constructor(object_:
|
|
666
|
-
beginInvoke(sender:
|
|
667
|
-
clone():
|
|
667
|
+
constructor(object_: unknown, method: nint);
|
|
668
|
+
beginInvoke(sender: unknown, certificate: X509Certificate, chain: X509Chain, sslPolicyErrors: SslPolicyErrors, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
669
|
+
clone(): unknown;
|
|
668
670
|
endInvoke(result: IAsyncResult): boolean;
|
|
669
671
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
670
|
-
invoke(sender:
|
|
672
|
+
invoke(sender: unknown, certificate: X509Certificate, chain: X509Chain, sslPolicyErrors: SslPolicyErrors): boolean;
|
|
671
673
|
}
|
|
672
674
|
|
|
673
675
|
|
|
674
676
|
export interface __RemoteCertificateValidationCallback$views {
|
|
675
|
-
|
|
676
|
-
|
|
677
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
678
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
677
679
|
}
|
|
678
680
|
|
|
679
681
|
export type RemoteCertificateValidationCallback = RemoteCertificateValidationCallback$instance & __RemoteCertificateValidationCallback$views;
|
|
680
682
|
|
|
681
683
|
|
|
682
684
|
export class ServerCertificateSelectionCallback$instance extends Function {
|
|
683
|
-
constructor(object_:
|
|
684
|
-
beginInvoke(sender:
|
|
685
|
-
clone():
|
|
685
|
+
constructor(object_: unknown, method: nint);
|
|
686
|
+
beginInvoke(sender: unknown, hostName: string, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
687
|
+
clone(): unknown;
|
|
686
688
|
endInvoke(result: IAsyncResult): X509Certificate;
|
|
687
689
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
688
|
-
invoke(sender:
|
|
690
|
+
invoke(sender: unknown, hostName: string): X509Certificate;
|
|
689
691
|
}
|
|
690
692
|
|
|
691
693
|
|
|
692
694
|
export interface __ServerCertificateSelectionCallback$views {
|
|
693
|
-
|
|
694
|
-
|
|
695
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
696
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
695
697
|
}
|
|
696
698
|
|
|
697
699
|
export type ServerCertificateSelectionCallback = ServerCertificateSelectionCallback$instance & __ServerCertificateSelectionCallback$views;
|
|
698
700
|
|
|
699
701
|
|
|
700
702
|
export class ServerOptionsSelectionCallback$instance extends Function {
|
|
701
|
-
constructor(object_:
|
|
702
|
-
beginInvoke(stream: SslStream, clientHelloInfo: SslClientHelloInfo, state:
|
|
703
|
-
clone():
|
|
703
|
+
constructor(object_: unknown, method: nint);
|
|
704
|
+
beginInvoke(stream: SslStream, clientHelloInfo: SslClientHelloInfo, state: unknown, cancellationToken: CancellationToken, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
705
|
+
clone(): unknown;
|
|
704
706
|
endInvoke(result: IAsyncResult): ValueTask_1<SslServerAuthenticationOptions>;
|
|
705
707
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
706
|
-
invoke(stream: SslStream, clientHelloInfo: SslClientHelloInfo, state:
|
|
708
|
+
invoke(stream: SslStream, clientHelloInfo: SslClientHelloInfo, state: unknown, cancellationToken: CancellationToken): ValueTask_1<SslServerAuthenticationOptions>;
|
|
707
709
|
}
|
|
708
710
|
|
|
709
711
|
|
|
710
712
|
export interface __ServerOptionsSelectionCallback$views {
|
|
711
|
-
|
|
712
|
-
|
|
713
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
714
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
713
715
|
}
|
|
714
716
|
|
|
715
717
|
export type ServerOptionsSelectionCallback = ServerOptionsSelectionCallback$instance & __ServerOptionsSelectionCallback$views;
|
|
716
718
|
|
|
717
719
|
|
|
718
720
|
export class SslCertificateTrust$instance {
|
|
719
|
-
static
|
|
720
|
-
static
|
|
721
|
+
static createForX509Collection(trustList: X509Certificate2Collection, sendTrustInHandshake?: boolean): SslCertificateTrust;
|
|
722
|
+
static createForX509Store(store: X509Store, sendTrustInHandshake?: boolean): SslCertificateTrust;
|
|
721
723
|
}
|
|
722
724
|
|
|
723
725
|
|
|
@@ -816,15 +818,15 @@ export class SslStream$instance extends AuthenticatedStream$instance {
|
|
|
816
818
|
authenticateAsServerAsync(serverCertificate: X509Certificate, clientCertificateRequired: boolean, checkCertificateRevocation: boolean): Task;
|
|
817
819
|
authenticateAsServerAsync(serverCertificate: X509Certificate, clientCertificateRequired: boolean, enabledSslProtocols: SslProtocols, checkCertificateRevocation: boolean): Task;
|
|
818
820
|
authenticateAsServerAsync(sslServerAuthenticationOptions: SslServerAuthenticationOptions, cancellationToken?: CancellationToken): Task;
|
|
819
|
-
authenticateAsServerAsync(optionsCallback: ServerOptionsSelectionCallback, state:
|
|
820
|
-
beginAuthenticateAsClient(targetHost: string, asyncCallback: AsyncCallback, asyncState:
|
|
821
|
-
beginAuthenticateAsClient(targetHost: string, clientCertificates: X509CertificateCollection, checkCertificateRevocation: boolean, asyncCallback: AsyncCallback, asyncState:
|
|
822
|
-
beginAuthenticateAsClient(targetHost: string, clientCertificates: X509CertificateCollection, enabledSslProtocols: SslProtocols, checkCertificateRevocation: boolean, asyncCallback: AsyncCallback, asyncState:
|
|
823
|
-
beginAuthenticateAsServer(serverCertificate: X509Certificate, asyncCallback: AsyncCallback, asyncState:
|
|
824
|
-
beginAuthenticateAsServer(serverCertificate: X509Certificate, clientCertificateRequired: boolean, checkCertificateRevocation: boolean, asyncCallback: AsyncCallback, asyncState:
|
|
825
|
-
beginAuthenticateAsServer(serverCertificate: X509Certificate, clientCertificateRequired: boolean, enabledSslProtocols: SslProtocols, checkCertificateRevocation: boolean, asyncCallback: AsyncCallback, asyncState:
|
|
826
|
-
beginRead(buffer: byte[], offset: int, count: int, asyncCallback: AsyncCallback, asyncState:
|
|
827
|
-
beginWrite(buffer: byte[], offset: int, count: int, asyncCallback: AsyncCallback, asyncState:
|
|
821
|
+
authenticateAsServerAsync(optionsCallback: ServerOptionsSelectionCallback, state: unknown, cancellationToken?: CancellationToken): Task;
|
|
822
|
+
beginAuthenticateAsClient(targetHost: string, asyncCallback: AsyncCallback, asyncState: unknown): IAsyncResult;
|
|
823
|
+
beginAuthenticateAsClient(targetHost: string, clientCertificates: X509CertificateCollection, checkCertificateRevocation: boolean, asyncCallback: AsyncCallback, asyncState: unknown): IAsyncResult;
|
|
824
|
+
beginAuthenticateAsClient(targetHost: string, clientCertificates: X509CertificateCollection, enabledSslProtocols: SslProtocols, checkCertificateRevocation: boolean, asyncCallback: AsyncCallback, asyncState: unknown): IAsyncResult;
|
|
825
|
+
beginAuthenticateAsServer(serverCertificate: X509Certificate, asyncCallback: AsyncCallback, asyncState: unknown): IAsyncResult;
|
|
826
|
+
beginAuthenticateAsServer(serverCertificate: X509Certificate, clientCertificateRequired: boolean, checkCertificateRevocation: boolean, asyncCallback: AsyncCallback, asyncState: unknown): IAsyncResult;
|
|
827
|
+
beginAuthenticateAsServer(serverCertificate: X509Certificate, clientCertificateRequired: boolean, enabledSslProtocols: SslProtocols, checkCertificateRevocation: boolean, asyncCallback: AsyncCallback, asyncState: unknown): IAsyncResult;
|
|
828
|
+
beginRead(buffer: byte[], offset: int, count: int, asyncCallback: AsyncCallback, asyncState: unknown): IAsyncResult;
|
|
829
|
+
beginWrite(buffer: byte[], offset: int, count: int, asyncCallback: AsyncCallback, asyncState: unknown): IAsyncResult;
|
|
828
830
|
dispose(): void;
|
|
829
831
|
disposeAsync(): ValueTask;
|
|
830
832
|
endAuthenticateAsClient(asyncResult: IAsyncResult): void;
|
|
@@ -860,8 +862,8 @@ export class SslStream$instance extends AuthenticatedStream$instance {
|
|
|
860
862
|
|
|
861
863
|
|
|
862
864
|
export interface __SslStream$views {
|
|
863
|
-
|
|
864
|
-
|
|
865
|
+
As_IAsyncDisposable(): System_Internal.IAsyncDisposable$instance;
|
|
866
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
865
867
|
}
|
|
866
868
|
|
|
867
869
|
export type SslStream = SslStream$instance & __SslStream$views;
|
|
@@ -870,8 +872,8 @@ export type SslStream = SslStream$instance & __SslStream$views;
|
|
|
870
872
|
export class SslStreamCertificateContext$instance {
|
|
871
873
|
readonly intermediateCertificates: ReadOnlyCollection_1<X509Certificate2>;
|
|
872
874
|
readonly targetCertificate: X509Certificate2;
|
|
873
|
-
static
|
|
874
|
-
static
|
|
875
|
+
static create2(target: X509Certificate2, additionalCertificates: X509Certificate2Collection, offline?: boolean, trust?: SslCertificateTrust): SslStreamCertificateContext;
|
|
876
|
+
static create2(target: X509Certificate2, additionalCertificates: X509Certificate2Collection, offline: boolean): SslStreamCertificateContext;
|
|
875
877
|
}
|
|
876
878
|
|
|
877
879
|
|