File.GetAccessControl Method
.NET Framework 4.5
Gets a FileSecurity object that encapsulates the access control list (ACL) entries for a specified file.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
GetAccessControl(String) | Gets a FileSecurity object that encapsulates the access control list (ACL) entries for a specified file. |
|
GetAccessControl(String, AccessControlSections) | Gets a FileSecurity object that encapsulates the specified type of access control list (ACL) entries for a particular file. |
Use the GetAccessControl methods to retrieve the access control list (ACL) entries for a specified file.