System.Net.Security.AuthenticationLevel public enum AuthenticationLevel Documentation Code namespace System.Net.Security { public enum AuthenticationLevel { MutualAuthRequested = 1, MutualAuthRequired = 2, None = 0 } }