System.Net.Security.ProtectionLevel public enum ProtectionLevel Documentation Code namespace System.Net.Security { public enum ProtectionLevel { EncryptAndSign = 2, None = 0, Sign = 1 } }