5 references to DiscretionaryAclProtected
System.Security.AccessControl (5)
System\Security\AccessControl\NativeObjectSecurity.cs (1)
244
if ((_securityDescriptor.ControlFlags & ControlFlags.
DiscretionaryAclProtected
) != 0)
System\Security\AccessControl\ObjectSecurity.cs (2)
56
ControlFlags.
DiscretionaryAclProtected
;
454
return ((_securityDescriptor.ControlFlags & ControlFlags.
DiscretionaryAclProtected
) != 0);
System\Security\AccessControl\SecurityDescriptor.cs (2)
1158
RemoveControlFlags(ControlFlags.
DiscretionaryAclProtected
);
1167
AddControlFlags(ControlFlags.
DiscretionaryAclProtected
);