3 references to Owner
System.DirectoryServices (3)
System\DirectoryServices\ActiveDirectorySecurity.cs (1)
52private readonly SecurityMasks _securityMaskUsedInRetrieval = SecurityMasks.Owner | SecurityMasks.Group | SecurityMasks.Dacl | SecurityMasks.Sacl;
System\DirectoryServices\DirectoryEntryConfiguration.cs (1)
44if (value > (SecurityMasks.None | SecurityMasks.Owner | SecurityMasks.Group | SecurityMasks.Dacl | SecurityMasks.Sacl))
System\DirectoryServices\DirectorySearcher.cs (1)
458if (value > (SecurityMasks.None | SecurityMasks.Owner | SecurityMasks.Group | SecurityMasks.Dacl | SecurityMasks.Sacl))