Changes for markdig migration in dotnet/docs (#893)

pull/895/head
Ron Petrusha 2018-10-18 16:03:24 -07:00 committed by GitHub
parent a94c17ec23
commit 07c63ef7cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 6 deletions

View File

@ -63,13 +63,11 @@ for .NET Framework 4.6 and later applications running on .NET Framework 4.7 or l
- Registry key (machine global):
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.
```
Key = HKLM\SOFTWARE\[Wow6432Node\]Microsoft\.NETFramework\AppContext\Switch.System.Net.DontEnableTlsAlerts
Type = String
Value = "true"
```
- Key: HKLM\SOFTWARE\Wow6432Node\Microsoft\\.NETFramework\AppContext\Switch.System.Net.DontEnableTlsAlerts
- Type: String
- Value: "true"
### Affected APIs
* `T:System.Net.Security.SslStream`