你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PathAccessControlExtensions Class

Definition

Extension methods for RolePermissions.

public static class PathAccessControlExtensions
type PathAccessControlExtensions = class
Public Module PathAccessControlExtensions
Inheritance
PathAccessControlExtensions

Methods

Name Description
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