RawAcl.RemoveAce(Int32) Method

Definition

Removes the Access Control Entry (ACE) at the specified location.

public:
 void RemoveAce(int index);
public void RemoveAce (int index);
member this.RemoveAce : int -> unit
Public Sub RemoveAce (index As Integer)

Parameters

index
Int32

The zero-based index of the ACE to remove.

Exceptions

The value of the index parameter is higher than the value of the Count property minus one or is negative.

Applies to