4 references to SecurityDescriptorProperty
System.DirectoryServices (4)
System\DirectoryServices\DirectoryEntry.cs (4)
1003
if (string.Equals(propertyNames[i],
SecurityDescriptorProperty
, StringComparison.OrdinalIgnoreCase))
1076
RefreshCache(new string[] {
SecurityDescriptorProperty
});
1087
UnsafeNativeMethods.IAdsPropertyEntry propertyEntry = (UnsafeNativeMethods.IAdsPropertyEntry)list.GetPropertyItem(
SecurityDescriptorProperty
, (int)AdsType.ADSTYPE_OCTET_STRING);
1145
newSDEntry.Name =
SecurityDescriptorProperty
;