We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a94c17e commit 07c63efCopy full SHA for 07c63ef
Documentation/compatibility/sslstream-support-for-tls-alerts.md
@@ -63,13 +63,11 @@ for .NET Framework 4.6 and later applications running on .NET Framework 4.7 or l
63
64
- Registry key (machine global):
65
66
- Set the Value to `false` to enable the feature in .NET Framework 4.6 - 4.6.2.
+ Set the Value to `false` to enable the feature in .NET Framework 4.6 - 4.6.2.
67
68
- ```
69
- Key = HKLM\SOFTWARE\[Wow6432Node\]Microsoft\.NETFramework\AppContext\Switch.System.Net.DontEnableTlsAlerts
70
- Type = String
71
- Value = "true"
72
+ - Key: HKLM\SOFTWARE\Wow6432Node\Microsoft\\.NETFramework\AppContext\Switch.System.Net.DontEnableTlsAlerts
+ - Type: String
+ - Value: "true"
73
74
### Affected APIs
75
* `T:System.Net.Security.SslStream`
0 commit comments