Click or drag to resize

FileGetAccessControl Method

Overload List
  NameDescription
Public methodStatic memberGetAccessControl(SafeFileHandle)
[AlphaFS] Gets a FileSecurity object that encapsulates the access control list (ACL) entries for a specified file handle.
Public methodStatic memberGetAccessControl(String)
Gets a FileSecurity object that encapsulates the access control list (ACL) entries for a specified file.
Public methodStatic memberGetAccessControl(SafeFileHandle, AccessControlSections)
[AlphaFS] Gets a FileSecurity object that encapsulates the access control list (ACL) entries for a specified file handle.
Public methodStatic memberGetAccessControl(String, PathFormat)
[AlphaFS] Gets a FileSecurity object that encapsulates the access control list (ACL) entries for a specified file.
Public methodStatic memberGetAccessControl(String, AccessControlSections)
Gets a FileSecurity object that encapsulates the access control list (ACL) entries for a specified file.
Public methodStatic memberGetAccessControl(String, AccessControlSections, PathFormat)
[AlphaFS] Gets a FileSecurity object that encapsulates the access control list (ACL) entries for a specified file.
Top
See Also