mscorlib(4.0.0.0) API with additions
EncryptionPolicy.cs
1 namespace System.Net.Security
2 {
4  public enum EncryptionPolicy
5  {
12  }
13 }
EncryptionPolicy
The EncryptionPolicy to use.
Require encryption and never allow a NULL cipher.
Prefer that full encryption be used, but allow a NULL cipher (no encryption) if the server agrees.
Allow no encryption and request that a NULL cipher be used if the other endpoint can handle a NULL ci...