Base:
property
ControlFlags
System.Security.AccessControl.GenericSecurityDescriptor.ControlFlags
9 references to ControlFlags
System.Security.AccessControl (9)
System\Security\AccessControl\ObjectSecurity.cs (2)
114
_securityDescriptor.UpdateControlFlags(SACL_CONTROL_FLAGS, (ControlFlags)(newOne.
ControlFlags
& SACL_CONTROL_FLAGS));
134
(ControlFlags)((newOne.
ControlFlags
| daclFlag) & DACL_CONTROL_FLAGS));
System\Security\AccessControl\SecurityDescriptor.cs (7)
925
rawSecurityDescriptor.
ControlFlags
,
987
return _rawSd.
ControlFlags
;
1206
ControlFlags finalFlags = newFlags | (_rawSd.
ControlFlags
& (~flagsToUpdate));
1218
_rawSd.SetFlags(_rawSd.
ControlFlags
| flags);
1225
_rawSd.SetFlags(_rawSd.
ControlFlags
& ~flags);
1233
return (_rawSd.
ControlFlags
& ControlFlags.SystemAclPresent) != 0;
1241
return (_rawSd.
ControlFlags
& ControlFlags.DiscretionaryAclPresent) != 0;