mscorlib(4.0.0.0) API with additions
ProtectionLevel.cs
1 namespace System.Net.Security
2 {
4  public enum ProtectionLevel
5  {
7  None,
9  Sign,
12  }
13 }
Sign data to help ensure the integrity of transmitted data.
Encrypt and sign data to help ensure the confidentiality and integrity of transmitted data.
ProtectionLevel
Indicates the security services requested for an authenticated stream.