Click or drag to resize

DirectoryInfoGetAccessControl Method

Gets a DirectorySecurity object that encapsulates the access control list (ACL) entries for the directory described by the current DirectoryInfo object.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public DirectorySecurity GetAccessControl()

Return Value

Type: DirectorySecurity
A DirectorySecurity object that encapsulates the access control rules for the directory.
See Also