System.Security.Permissions.FileIOPermissionAttribute.ChangeAccessControl Property

Gets or sets the file or directory in which access control information can be changed.

Syntax

public string ChangeAccessControl { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

This property gets or sets access for a single file or directory. Use additional System.Security.Permissions.FileIOPermissionAttribute attributes to specify additional files and directories.

Note:

An access control list (ACL) describes individuals or groups who have, or do not have, rights to specific actions on the given file and its properties. The ability to change an ACL is an important permission and should be granted with caution.

Requirements

Namespace: System.Security.Permissions
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0