3 references to None
System.Web (3)
Security\ADMembershipProvider.cs (3)
3021else if ((directoryInfo.ConnectionProtection == ActiveDirectoryConnectionProtection.SignAndSeal) || (directoryInfo.ConnectionProtection == ActiveDirectoryConnectionProtection.None)) 3435private ActiveDirectoryConnectionProtection connectionProtection = ActiveDirectoryConnectionProtection.None; 3805if ((connectionProtection == ActiveDirectoryConnectionProtection.None) || (connectionProtection == ActiveDirectoryConnectionProtection.Ssl))