2 overrides of ControlFlags
System.Security.AccessControl (2)
System\Security\AccessControl\SecurityDescriptor.cs (2)
510
public override ControlFlags
ControlFlags
741
public override ControlFlags
ControlFlags
6 references to ControlFlags
System.Security.AccessControl (6)
System\Security\AccessControl\SecurityDescriptor.cs (6)
131
if ((
ControlFlags
& ControlFlags.SystemAclPresent) != 0 &&
137
if ((
ControlFlags
& ControlFlags.DiscretionaryAclPresent) != 0 &&
218
((
ControlFlags
& ControlFlags.RMControlValid) != 0)) ? (rsd.ResourceManagerControl) : (byte)0;
221
int materializedControlFlags = (int)
ControlFlags
;
269
if ((
ControlFlags
& ControlFlags.SystemAclPresent) != 0 &&
283
if ((
ControlFlags
& ControlFlags.DiscretionaryAclPresent) != 0 &&