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