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