2 overrides of ControlFlags
mscorlib (2)
system\security\accesscontrol\securitydescriptor.cs (2)
716
public override ControlFlags
ControlFlags
1023
public override ControlFlags
ControlFlags
6 references to ControlFlags
mscorlib (6)
system\security\accesscontrol\securitydescriptor.cs (6)
181
if ((
ControlFlags
& ControlFlags.SystemAclPresent ) != 0 &&
187
if ((
ControlFlags
& ControlFlags.DiscretionaryAclPresent ) != 0 &&
298
((
ControlFlags
& ControlFlags.RMControlValid ) != 0 )) ? (( this as RawSecurityDescriptor ).ResourceManagerControl ) : ( byte )0;
301
int materializedControlFlags = ( int )
ControlFlags
;
367
if ((
ControlFlags
& ControlFlags.SystemAclPresent ) != 0 &&
387
if ((
ControlFlags
& ControlFlags.DiscretionaryAclPresent ) != 0 &&