DirectoryObjectSecurity::ModifyAccess Method (AccessControlModification, AccessRule^, Boolean%)
.NET Framework (current version)
Applies the specified modification to the Discretionary Access Control List (DACL) associated with this DirectoryObjectSecurity object.
Assembly: mscorlib (in mscorlib.dll)
protected: virtual bool ModifyAccess( AccessControlModification modification, AccessRule^ rule, [OutAttribute] bool% modified ) override
Parameters
- modification
-
Type:
System.Security.AccessControl::AccessControlModification
The modification to apply to the DACL.
- rule
-
Type:
System.Security.AccessControl::AccessRule^
The access rule to modify.
- modified
-
Type:
System::Boolean%
true if the DACL is successfully modified; otherwise, false.
.NET Framework
Available since 2.0
Available since 2.0
Show: