Click or drag to resize

DirectoryGetAccessControl Method

Overload List
  NameDescription
Public methodStatic memberGetAccessControl(SafeFileHandle)
[AlphaFS] Gets a DirectorySecurity object that encapsulates the access control list (ACL) entries for the specified directory handle.
Public methodStatic memberGetAccessControl(String)
Gets a DirectorySecurity object that encapsulates the access control list (ACL) entries for the specified directory.
Public methodStatic memberGetAccessControl(SafeFileHandle, AccessControlSections)
[AlphaFS] Gets a DirectorySecurity object that encapsulates the specified type of access control list (ACL) entries for a particular directory handle.
Public methodStatic memberGetAccessControl(String, PathFormat)
[AlphaFS] Gets a DirectorySecurity object that encapsulates the access control list (ACL) entries for the specified directory.
Public methodStatic memberGetAccessControl(String, AccessControlSections)
Gets a DirectorySecurity object that encapsulates the specified type of access control list (ACL) entries for a particular directory.
Public methodStatic memberGetAccessControl(String, AccessControlSections, PathFormat)
[AlphaFS] Gets a DirectorySecurity object that encapsulates the specified type of access control list (ACL) entries for a particular directory.
Top
See Also