<PackageReference Include="System.Security.AccessControl" Version="4.7.0" />

ControlFlags

public enum ControlFlags
These flags affect the security descriptor behavior.

Specifies that the Discretionary Access Control List (DACL) has been automatically inherited from the parent. Set by resource managers only.

Ignored.

Specifies that the DACL was obtained by a defaulting mechanism. Set by resource managers only.

Specifies that the DACL is not null. Set by resource managers or users.

Specifies that the resource manager prevents auto-inheritance. Set by resource managers or users.

Ignored.

Specifies that the group SecurityIdentifier was obtained by a defaulting mechanism. Set by resource managers only; should not be set by callers.

None = 0

No control flags.

Specifies that the owner SecurityIdentifier was obtained by a defaulting mechanism. Set by resource managers only; should not be set by callers.

Specifies that the contents of the Reserved field are valid.

SelfRelative = 32768

Specifies that the security descriptor binary representation is in the self-relative format. This flag is always set.

Ignored.

Specifies that the System Access Control List (SACL) has been automatically inherited from the parent. Set by resource managers only.

Ignored.

Specifies that the SACL was obtained by a defaulting mechanism. Set by resource managers only.

Specifies that the SACL is not null. Set by resource managers or users.

Specifies that the resource manager prevents auto-inheritance. Set by resource managers or users.