Commit d30369a
Avoid rooting X509Certificate2 in SslSessionCache (#101120)
* Avoid rooting X509Certificate2 in SslSessionCache
* Update src/libraries/System.Net.Security/src/System/Net/Security/SslStreamPal.Windows.cs
Co-authored-by: campersau <buchholz.bastian@googlemail.com>
---------
Co-authored-by: campersau <buchholz.bastian@googlemail.com>1 parent 8262020 commit d30369a
File tree
3 files changed
+3
-5
lines changed- src/libraries
- Common/src/Interop/Windows/SspiCli
- System.Net.Security/src/System/Net
- Security
3 files changed
+3
-5
lines changedLines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
335 | 335 | | |
336 | 336 | | |
337 | 337 | | |
338 | | - | |
| 338 | + | |
339 | 339 | | |
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
344 | | - | |
345 | 344 | | |
346 | 345 | | |
347 | 346 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
237 | | - | |
| 236 | + | |
238 | 237 | | |
239 | 238 | | |
240 | 239 | | |
| |||
0 commit comments