mscorlib(4.0.0.0) API with additions
SslProtocols.cs
2 {
4  [Flags]
5  [global::__DynamicallyInvokable]
6  public enum SslProtocols
7  {
9  [global::__DynamicallyInvokable]
10  None = 0x0,
12  [global::__DynamicallyInvokable]
13  Ssl2 = 0xC,
15  [global::__DynamicallyInvokable]
16  Ssl3 = 0x30,
18  [global::__DynamicallyInvokable]
19  Tls = 0xC0,
21  [global::__DynamicallyInvokable]
22  Tls11 = 0x300,
24  [global::__DynamicallyInvokable]
25  Tls12 = 0xC00,
27  Default = 0xF0
28  }
29 }
SslProtocols
Defines the possible versions of T:System.Security.Authentication.SslProtocols.
Definition: SslProtocols.cs:6
The default setting for this enumeration, which is currently F:System.GCCollectionMode....