8 writes to AceFlags
System.Security.AccessControl (8)
System\Security\AccessControl\ACL.cs (8)
1085
unchecked { ace.
AceFlags
&= ~InheritFlags; }
1110
unchecked { ace.
AceFlags
&= ~AceFlags.NoPropagateInherit; }
1122
unchecked { ace.
AceFlags
&= ~AuditFlags; }
1571
ace.
AceFlags
|= (newAce.AceFlags & AceFlags.AuditFlags);
1577
ace.
AceFlags
|= (newAce.AceFlags & AceFlags.AuditFlags);
1606
ace.
AceFlags
= (merged | (ace.AceFlags & AceFlags.AuditFlags));
1615
ace.
AceFlags
= (merged | (ace.AceFlags & AceFlags.AuditFlags));
2483
ace.
AceFlags
= ps_AceFlags;
58 references to AceFlags
System.IO.FileSystem.AccessControl (2)
System\Security\AccessControl\DirectoryObjectSecurity.cs (2)
188
if ((includeExplicit && ((ace.
AceFlags
& AceFlags.Inherited) == 0)) || (includeInherited && ((ace.
AceFlags
& AceFlags.Inherited) != 0)))
System.Security.AccessControl (56)
System\Security\AccessControl\ACE.cs (10)
143
binaryForm[offset + 1] = (byte)
AceFlags
;
424
return ((this.
AceFlags
& AceFlags.Inherited) != 0);
434
if ((this.
AceFlags
& AceFlags.ContainerInherit) != 0)
439
if ((this.
AceFlags
& AceFlags.ObjectInherit) != 0)
454
if ((this.
AceFlags
& AceFlags.InheritOnly) != 0)
459
if ((this.
AceFlags
& AceFlags.NoPropagateInherit) != 0)
474
if ((this.
AceFlags
& AceFlags.SuccessfulAccess) != 0)
479
if ((this.
AceFlags
& AceFlags.FailedAccess) != 0)
536
this.
AceFlags
!= ace.
AceFlags
)
System\Security\AccessControl\ACL.cs (44)
861
if ((ace.
AceFlags
& AceFlags.Inherited) != 0)
918
if ((ace.
AceFlags
& AceFlags.Inherited) != 0)
1078
if ((ace.
AceFlags
& AceFlags.InheritOnly) != 0)
1083
if ((ace.
AceFlags
& InheritFlags) != 0)
1095
if (((ace.
AceFlags
& AceFlags.InheritOnly) != 0) &&
1096
((ace.
AceFlags
& AceFlags.ContainerInherit) == 0) &&
1097
((ace.
AceFlags
& AceFlags.ObjectInherit) == 0))
1106
if (((ace.
AceFlags
& AceFlags.NoPropagateInherit) != 0) &&
1107
((ace.
AceFlags
& AceFlags.ContainerInherit) == 0) &&
1108
((ace.
AceFlags
& AceFlags.ObjectInherit) == 0))
1144
if ((ace.
AceFlags
& AuditFlags) == 0)
1393
if (((ace.
AceFlags
& AceFlags.ContainerInherit) != 0) && ((aceFlags & AceFlags.ContainerInherit) != 0))
1472
if ((ace.
AceFlags
& AceFlags.Inherited) != 0)
1477
if ((newAce.
AceFlags
& AceFlags.Inherited) != 0)
1533
if (ace.
AceFlags
== newAce.
AceFlags
)
1562
if (((ace.
AceFlags
& AceFlags.InheritanceFlags) == (newAce.
AceFlags
& AceFlags.InheritanceFlags)) &&
1571
ace.AceFlags |= (newAce.
AceFlags
& AceFlags.AuditFlags);
1577
ace.AceFlags |= (newAce.
AceFlags
& AceFlags.AuditFlags);
1588
if (((ace.
AceFlags
& AceFlags.AuditFlags) == (newAce.
AceFlags
& AceFlags.AuditFlags)) &&
1604
if (MergeInheritanceBits(ace.
AceFlags
, newAce.
AceFlags
, IsDS, out merged))
1606
ace.AceFlags = (merged | (ace.
AceFlags
& AceFlags.AuditFlags));
1613
if (MergeInheritanceBits(ace.
AceFlags
, newAce.
AceFlags
, IsDS, out merged))
1615
ace.AceFlags = (merged | (ace.
AceFlags
& AceFlags.AuditFlags));
1656
if ((ace.
AceFlags
& AceFlags.Inherited) != 0)
1737
if ((ace.
AceFlags
& AceFlags.Inherited) != 0)
2080
if ((ace.
AceFlags
& AceFlags.Inherited) != 0)
2200
if ((ace.
AceFlags
& AceFlags.Inherited) != 0)
2258
if ((((ace.
AceFlags
& AceFlags.ContainerInherit) == 0) && ((flags & AceFlags.ContainerInherit) != 0) && ((flags & AceFlags.InheritOnly) != 0)) ||
2259
(((flags & AceFlags.ContainerInherit) == 0) && ((ace.
AceFlags
& AceFlags.ContainerInherit) != 0) && ((ace.
AceFlags
& AceFlags.InheritOnly) != 0)))
2298
((ace.
AceFlags
& flags & AceFlags.AuditFlags) == 0))
2374
ps_AceFlags = ace.
AceFlags
;
2397
unchecked { as_AceFlags = ace.
AceFlags
& ~(flags & AceFlags.AuditFlags); }
2419
ms_AceFlags = (ace.
AceFlags
& AceFlags.InheritanceFlags) | (flags & ace.
AceFlags
& AceFlags.AuditFlags);
2608
if ((ace.
AceFlags
& AceFlags.Inherited) != 0)
2635
if (ace.
AceFlags
!= flags)
2793
if ((ace.
AceFlags
& AceFlags.Inherited) != 0)
2824
if ((ace.
AceFlags
& AceFlags.Inherited) != 0)
System\Security\AccessControl\CommonObjectSecurity.cs (2)
212
((ace.
AceFlags
& AceFlags.Inherited) == 0)) ||
214
((ace.
AceFlags
& AceFlags.Inherited) != 0)))