메소드 |
설명 |
|
BuildAcl ( SnAccessControlList acl ) : SnAccessControlList |
|
|
GetAllEntries ( ) : IEnumerable |
|
|
GetEffectedPrincipals ( ) : List |
|
|
GetEffectiveEntries ( bool withLevelOnly ) : IEnumerable |
|
|
GetExplicitEntries ( ) : IEnumerable |
|
|
GetExplicitEntry ( int identity ) : SecurityEntry |
|
|
Parse ( string src ) : PermissionInfo |
Format: [inheritedbit] path space* (| permSet)* inheritedbit: '+' (inherited) or '-' (breaked). path: lowercase string permSet: see PermissionSet.Parse Head info and PermissionSets are separated by '|' For example: "+/root/folder|+1345__+__|+0450__+__" |
|
SearchFirstPath ( string aclPath, PermissionInfo basePermInfo, PermissionSet permSet, int mask, bool deny ) : string |
|
|