Click or drag to resize
BackupFileStreamGetAccessControl Method
Gets a FileSecurity object that encapsulates the access control list (ACL) entries for the file described by the current BackupFileStream object.

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public FileSecurity GetAccessControl()

Return Value

Type: FileSecurity
A FileSecurity object that encapsulates the access control list (ACL) entries for the file described by the current BackupFileStream object.
Exceptions
ExceptionCondition
IOExceptionThrown when an IO failure occurred.
See Also