DirectoryObjectSecurity::ModifyAccess Method (AccessControlModification, AccessRule^, Boolean%)

 

Applies the specified modification to the Discretionary Access Control List (DACL) associated with this DirectoryObjectSecurity object.

Namespace:   System.Security.AccessControl
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.

Return Value

Type: System::Boolean

true if the DACL is successfully modified; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: