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.
DirectorySecurity Constructor ()
.NET Framework (current version)
Initializes a new instance of the DirectorySecurity class.
Assembly: mscorlib (in mscorlib.dll)
| Exception | Condition |
|---|---|
| PlatformNotSupportedException | The current operating system is not Microsoft Windows 2000 or later. |
Use this constructor when you want to create an empty DirectorySecurity object that is not based on an existing directory. You can then populate the object with access control information and apply it to a directory.
.NET Framework
Available since 2.0
Available since 2.0
Show: