Skip to content

Commit

Permalink
[System]: Add missing System.Net.SecurityProtocolType enum values.
Browse files Browse the repository at this point in the history
(cherry picked from commit 0377d61)
  • Loading branch information
Martin Baulig committed Oct 12, 2015
1 parent 57e39c1 commit 2dc99a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mcs/class/System/System.Net/SecurityProtocolType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ namespace System.Net {
public
enum SecurityProtocolType {
Ssl3 = 48,
Tls = 192
Tls = 192,
Tls11 = 768,
Tls12 = 3072
}
}

0 comments on commit 2dc99a0

Please sign in to comment.