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