Click or drag to resize

BackupFileStreamSetAccessControl Method

Applies access control list (ACL) entries described by a FileSecurity object to the file described by the current BackupFileStream object.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public void SetAccessControl(
	ObjectSecurity fileSecurity
)

Parameters

fileSecurity
Type: System.Security.AccessControlObjectSecurity
A FileSecurity object that describes an ACL entry to apply to the current file.
See Also