37 references to DirectoryType
System.Web (37)
Security\ADMembershipProvider.cs (37)
445
if (directoryInfo.DirectoryType ==
DirectoryType
.AD)
567
if (directoryInfo.DirectoryType ==
DirectoryType
.ADAM)
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)
918
if (directoryInfo.DirectoryType ==
DirectoryType
.ADAM)
929
if (directoryInfo.DirectoryType ==
DirectoryType
.ADAM)
972
else if ((errorCode == unchecked((int) 0x8000500d) && (directoryInfo.DirectoryType ==
DirectoryType
.ADAM)))
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);
1359
else if ((errorCode == unchecked((int) 0x8000500d) && (directoryInfo.DirectoryType ==
DirectoryType
.ADAM)))
1501
if ((errorCode == unchecked((int) 0x8000500d) && (directoryInfo.DirectoryType ==
DirectoryType
.ADAM)))
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)
3011
if (directoryInfo.DirectoryType ==
DirectoryType
.ADAM)
3164
if (directoryInfo.DirectoryType ==
DirectoryType
.AD)
3434
private
DirectoryType
directoryType =
DirectoryType
.Unknown;
3687
if ((directoryType ==
DirectoryType
.ADAM) && (this.connectionProtection == ActiveDirectoryConnectionProtection.SignAndSeal))
3693
if ((directoryType ==
DirectoryType
.AD) && ((port == GC_PORT) || (port == GC_SSL_PORT)))
3702
if (directoryType ==
DirectoryType
.AD)
3819
if (directoryType ==
DirectoryType
.ADAM)
3863
internal
DirectoryType
DirectoryType
4287
private
DirectoryType
GetDirectoryType()
4289
DirectoryType
directoryType =
DirectoryType
.Unknown;
4295
directoryType =
DirectoryType
.ADAM;
4300
directoryType =
DirectoryType
.AD;
4305
if (directoryType ==
DirectoryType
.Unknown)