Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

AccessControlActions Enumeration

 

Specifies the actions that are permitted for securable objects.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:   System.Security.AccessControl
Assembly:  mscorlib (in mscorlib.dll)

[FlagsAttribute]
public enum class AccessControlActions

Member nameDescription
Change

Specifies write-only access.

None

Specifies no access.

View

Specifies read-only access.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft