FileInfoGetAccessControl Method |
Gets a
FileSecurity object that encapsulates the access control list (ACL) entries for the file described by the current
FileInfo object.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public FileSecurity GetAccessControl()
Public Function GetAccessControl As FileSecurity
public:
FileSecurity^ GetAccessControl()
member GetAccessControl : unit -> FileSecurity
Return Value
Type:
FileSecurityFileSecurityA FileSecurity object that encapsulates the access control rules for the current file.
See Also