System.Security.AccessControl.DiscretionaryAcl.RemoveAccessSpecific Method

Removes the specified Access Control Entry (ACE) from the current System.Security.AccessControl.DiscretionaryAcl object.

Syntax

public void RemoveAccessSpecific (AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, int accessMask, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags)

Parameters

accessType
The type of access control (allow or deny) to remove.
sid
The System.Security.Principal.SecurityIdentifier for which to remove an ACE.
accessMask
The access mask for the ACE to be removed.
inheritanceFlags
Flags that specify the inheritance properties of the ACE to be removed.
propagationFlags
Flags that specify the inheritance propagation properties for the ACE to be removed.

Remarks

Documentation for this section has not yet been entered.

Requirements

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