Click or drag to resize
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.0
Syntax
public FileSecurity GetAccessControl()

Return Value

Type: FileSecurity
FileSecurityA FileSecurity object that encapsulates the access control rules for the current file.
See Also