13 references to Options
System.DirectoryServices (13)
System\DirectoryServices\ActiveDirectory\DomainController.cs (5)
268if (serverNtdsaEntry.Properties[PropertyManager.Options].Value != null) 270options = (int)serverNtdsaEntry.Properties[PropertyManager.Options].Value!; 272serverNtdsaEntry.Properties[PropertyManager.Options].Value = options | 1; 294if (serverNtdsaEntry.Properties[PropertyManager.Options].Value != null) 296options = (int)serverNtdsaEntry.Properties[PropertyManager.Options].Value!;
System\DirectoryServices\ActiveDirectory\GlobalCatalog.cs (3)
192if (serverNtdsaEntry.Properties[PropertyManager.Options].Value != null) 194options = (int)serverNtdsaEntry.Properties[PropertyManager.Options].Value!; 197serverNtdsaEntry.Properties[PropertyManager.Options].Value = options & (~1);
System\DirectoryServices\ActiveDirectory\Utils.cs (5)
1398PropertyManager.Options + ":1.2.840.113556.1.4.804:=1))(&(" + 1400PropertyManager.Options + ":1.2.840.113556.1.4.804:=1))(" + 1422filter2 = "(|(&(" + PropertyManager.ObjectCategory + "=nTDSDSA)(" + PropertyManager.Options + 1424")(|" + ntdsaFilter.ToString() + "))" + "(&(" + PropertyManager.ObjectCategory + "=nTDSDSARO)(" + PropertyManager.Options + 1431filter2 = "(|(&(" + PropertyManager.ObjectCategory + "=nTDSDSA)(" + PropertyManager.Options +