3 writes to serverName
System.Web (3)
Security\ADMembershipProvider.cs (3)
3519
serverName
= pathCracker.Retrieve(NativeComInterfaces.ADS_FORMAT_SERVER);
3540
serverName
= tempStr.Substring(0, index);
3956
serverName
= GetPdcIfDomain(serverName);
10 references to serverName
System.Web (10)
Security\ADMembershipProvider.cs (10)
3528
Debug.Assert(
serverName
!= null);
3535
int index =
serverName
.IndexOf(':');
3538
string tempStr =
serverName
;
3758
LdapConnection tempConnection = new LdapConnection(new LdapDirectoryIdentifier(
serverName
+ ":" + port), GetCredentialsWithDomain(credentials), ldapAuthType);
3917
DirectoryContext context = new DirectoryContext(DirectoryContextType.Domain,
serverName
, GetUsername(), GetPassword());
3933
DirectoryContext context = new DirectoryContext(DirectoryContextType.DirectoryServer,
serverName
, GetUsername(), GetPassword());
3956
serverName = GetPdcIfDomain(
serverName
);
3969
newConnection = new LdapConnection(new LdapDirectoryIdentifier(
serverName
+ ":" + port));
3987
Debug.Assert(
serverName
!= null);
3988
path = "LDAP://" +
serverName
;