2 overrides of ControlFlags
System.Security.AccessControl (2)
System\Security\AccessControl\SecurityDescriptor.cs (2)
684
public override ControlFlags
ControlFlags
983
public override ControlFlags
ControlFlags
6 references to ControlFlags
System.Security.AccessControl (6)
System\Security\AccessControl\SecurityDescriptor.cs (6)
181
if ((
ControlFlags
& ControlFlags.SystemAclPresent) != 0 &&
187
if ((
ControlFlags
& ControlFlags.DiscretionaryAclPresent) != 0 &&
287
((
ControlFlags
& ControlFlags.RMControlValid) != 0)) ? (rsd.ResourceManagerControl) : (byte)0;
290
int materializedControlFlags = (int)
ControlFlags
;
356
if ((
ControlFlags
& ControlFlags.SystemAclPresent) != 0 &&
376
if ((
ControlFlags
& ControlFlags.DiscretionaryAclPresent) != 0 &&