5 references to DiscretionaryAclProtected
System.Security.AccessControl (5)
System\Security\AccessControl\NativeObjectSecurity.cs (1)
218
if ((_securityDescriptor.ControlFlags & ControlFlags.
DiscretionaryAclProtected
) != 0)
System\Security\AccessControl\ObjectSecurity.cs (2)
44
ControlFlags.
DiscretionaryAclProtected
;
412
return ((_securityDescriptor.ControlFlags & ControlFlags.
DiscretionaryAclProtected
) != 0);
System\Security\AccessControl\SecurityDescriptor.cs (2)
899
RemoveControlFlags(ControlFlags.
DiscretionaryAclProtected
);
908
AddControlFlags(ControlFlags.
DiscretionaryAclProtected
);