20 references to AD
System.Web (20)
Security\ADMembershipProvider.cs (20)
445if (directoryInfo.DirectoryType == DirectoryType.AD) 572if (directoryInfo.DirectoryType == DirectoryType.AD) 785if (directoryInfo.DirectoryType == DirectoryType.AD) 817if (directoryInfo.DirectoryType == DirectoryType.AD && !IsUpnUnique(username)) 896if (directoryInfo.DirectoryType == DirectoryType.AD) 1074if ((directoryInfo.DirectoryType == DirectoryType.AD) && (usernameIsUPN) && (username.IndexOf('@') == -1)) 1104if ((directoryInfo.DirectoryType == DirectoryType.AD) && (usernameIsUPN) && (username.IndexOf('@') == -1)) 1270if ((directoryInfo.DirectoryType == DirectoryType.AD) && (usernameIsUPN) && (username.IndexOf('@') == -1)) 1299if ((directoryInfo.DirectoryType == DirectoryType.AD) && (usernameIsUPN) && (username.IndexOf('@') == -1)) 1323userEntry.AuthenticationType = directoryInfo.GetAuthenticationTypes(directoryInfo.ConnectionProtection, (directoryInfo.DirectoryType == DirectoryType.AD) ? CredentialsType.Windows : CredentialsType.NonWindows); 1703if (directoryInfo.DirectoryType == DirectoryType.AD) 1814if ((directoryInfo.DirectoryType == DirectoryType.AD) && (usernameIsUPN) && (username.IndexOf('@') == -1)) 1843if ((directoryInfo.DirectoryType == DirectoryType.AD) && (usernameIsUPN) && (username.IndexOf('@') == -1)) 2440if (directoryInfo.DirectoryType == DirectoryType.AD) 2507if (directoryInfo.DirectoryType == DirectoryType.AD) 2712if (directoryInfo.DirectoryType == DirectoryType.AD) 3164if (directoryInfo.DirectoryType == DirectoryType.AD) 3693if ((directoryType == DirectoryType.AD) && ((port == GC_PORT) || (port == GC_SSL_PORT))) 3702if (directoryType == DirectoryType.AD) 4300directoryType = DirectoryType.AD;