Click or drag to resize

DirectoryInfoSetAccessControl Method (DirectorySecurity, AccessControlSections)

Applies access control list (ACL) entries described by a DirectorySecurity object to the directory described by the current DirectoryInfo object.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public void SetAccessControl(
	DirectorySecurity directorySecurity,
	AccessControlSections includeSections
)

Parameters

directorySecurity
Type: System.Security.AccessControlDirectorySecurity
A DirectorySecurity object that describes an ACL entry to apply to the directory described by the path parameter.
includeSections
Type: System.Security.AccessControlAccessControlSections
One or more of the AccessControlSections values that specifies the type of access control list (ACL) information to set.
See Also