Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

enum System.​Security.​AccessControl.​PropagationFlags

Assembly: System.Security.AccessControl

Specifies how Access Control Entries (ACEs) are propagated to child objects. These flags are significant only if inheritance flags are present.

Values

None
Specifies that no inheritance flags are set.
NoPropagateInherit
Specifies that the ACE is not propagated to child objects.
InheritOnly
Specifies that the ACE is propagated only to child objects. This includes both container and leaf child objects.