5 writes to rootdse
System.Web (5)
Security\ADMembershipProvider.cs (5)
3568rootdse = new DirectoryEntry(GetADsPath("rootdse"), GetUsername(), GetPassword(), authenticationType); 3611rootdse = new DirectoryEntry(GetADsPath("rootdse"), GetUsername(), GetPassword(), authenticationType); 3642rootdse = new DirectoryEntry(GetADsPath("rootdse"), GetUsername(), GetPassword(), authenticationType); 3670rootdse = new DirectoryEntry(GetADsPath("rootdse"), GetUsername(), GetPassword(), authenticationType); 3679rootdse = new DirectoryEntry(GetADsPath("RootDSE"), GetUsername(), GetPassword(), authenticationType);
10 references to rootdse
System.Web (10)
Security\ADMembershipProvider.cs (10)
3570rootdse.RefreshCache(); 3613rootdse.RefreshCache(); 3643rootdse.RefreshCache(); 3678if (rootdse == null) 3704containerDN = (string)rootdse.Properties["defaultNamingContext"].Value; 3828DirectoryEntry de = new DirectoryEntry(GetADsPath((string) PropertyManager.GetPropertyValue(rootdse, "defaultNamingContext")), GetUsername(), GetPassword(), AuthenticationTypes); 4173foreach(string namingContext in rootdse.Properties["namingContexts"]) 4243DirectoryEntry schemaNC = new DirectoryEntry(GetADsPath((string) rootdse.Properties["schemaNamingContext"].Value), GetUsername(), GetPassword(), AuthenticationTypes); 4291foreach (string supportedCapability in rootdse.Properties["supportedCapabilities"]) 4366DirectoryEntry partitionsEntry = new DirectoryEntry(GetADsPath("CN=Partitions," + (string) PropertyManager.GetPropertyValue(rootdse, "configurationNamingContext")), GetUsername(), GetPassword());