Skip to content

Commit 07c63ef

Browse files
author
Ron Petrusha
authored
Changes for markdig migration in dotnet/docs (microsoft#893)
1 parent a94c17e commit 07c63ef

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Documentation/compatibility/sslstream-support-for-tls-alerts.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,11 @@ for .NET Framework 4.6 and later applications running on .NET Framework 4.7 or l
6363

6464
- Registry key (machine global):
6565

66-
Set the Value to `false` to enable the feature in .NET Framework 4.6 - 4.6.2.
66+
Set the Value to `false` to enable the feature in .NET Framework 4.6 - 4.6.2.
6767

68-
```
69-
Key = HKLM\SOFTWARE\[Wow6432Node\]Microsoft\.NETFramework\AppContext\Switch.System.Net.DontEnableTlsAlerts
70-
Type = String
71-
Value = "true"
72-
```
68+
- Key: HKLM\SOFTWARE\Wow6432Node\Microsoft\\.NETFramework\AppContext\Switch.System.Net.DontEnableTlsAlerts
69+
- Type: String
70+
- Value: "true"
7371

7472
### Affected APIs
7573
* `T:System.Net.Security.SslStream`

0 commit comments

Comments
 (0)