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.​AccessControlType
Assembly: System.Security.AccessControl
Specifies whether an <see cref="T:System.Security.AccessControl.AccessRule" /> object is used to allow or deny access. These values are not flags, and they cannot be combined.
Values
Allow
The <see cref="T:System.Security.AccessControl.AccessRule" /> object is used to allow access to a secured object.
Deny
The <see cref="T:System.Security.AccessControl.AccessRule" /> object is used to deny access to a secured object.