PathAccessControlExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for RolePermissions.
public static class PathAccessControlExtensions
type PathAccessControlExtensions = class
Public Module PathAccessControlExtensions
- Inheritance
-
PathAccessControlExtensions
Methods
ParseAccessControlList(String) |
Deseralizes an access control list string into a list of PathAccessControlEntries. |
ParseOctalRolePermissions(Char) |
Parses octal char to RolePermissions. |
ParseSymbolicRolePermissions(String, Boolean) |
Parses symbolic permissions string to RolePermissions. |
ToAccessControlListString(IList<PathAccessControlItem>) |
Converts the Access Control List to a String. |
ToOctalRolePermissions(RolePermissions) |
Returns the octal string representation of this RolePermissions. |
ToSymbolicRolePermissions(RolePermissions, Boolean) |
Returns the octal string respentation of this RolePermissions. |
ToSymbolicRolePermissions(RolePermissions) |
Returns the octal string respentation of this RolePermissions. |
Applies to
Azure SDK for .NET