Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

FileSecurity Constructor ()

 

Initializes a new instance of the FileSecurity class.

Namespace:   System.Security.AccessControl
Assembly:  mscorlib (in mscorlib.dll)

public:
FileSecurity()

Exception Condition
PlatformNotSupportedException

The current operating system is not Microsoft Windows 2000 or later.

Use this constructor when you want to create an empty FileSecurity object that is not based on an existing file. You can then populate the object with access control information and apply it to a file.

You can add access or audit rules to the FileSecurity object using the AddAccessRule method. You can remove access or audit rules using the RemoveAccessRule method.

To persist new or changed access or audit rules to a file, use the SetAccessControl or SetAccessControl method. To retrieve access or audit rules from an existing file, use the GetAccessControl or GetAccessControl method.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft