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