Base:
property
ControlFlags
System.Security.AccessControl.GenericSecurityDescriptor.ControlFlags
9 references to ControlFlags
System.Security.AccessControl (9)
System\Security\AccessControl\ObjectSecurity.cs (2)
94
_securityDescriptor.UpdateControlFlags(SACL_CONTROL_FLAGS, (ControlFlags)(newOne.
ControlFlags
& SACL_CONTROL_FLAGS));
114
(ControlFlags)((newOne.
ControlFlags
| daclFlag) & DACL_CONTROL_FLAGS));
System\Security\AccessControl\SecurityDescriptor.cs (7)
701
rawSecurityDescriptor.
ControlFlags
,
745
return _rawSd.
ControlFlags
;
944
ControlFlags finalFlags = newFlags | (_rawSd.
ControlFlags
& (~flagsToUpdate));
953
_rawSd.SetFlags(_rawSd.
ControlFlags
| flags);
960
_rawSd.SetFlags(_rawSd.
ControlFlags
& ~flags);
968
return (_rawSd.
ControlFlags
& ControlFlags.SystemAclPresent) != 0;
976
return (_rawSd.
ControlFlags
& ControlFlags.DiscretionaryAclPresent) != 0;