Copies the permission objects of the set to the indicated location in an Array.
Type Reason ArgumentException array has more than one dimension. IndexOutOfRangeException index is outside the range of allowable values for array. ArgumentNullException array is null.
The default implementation uses the Array.SetValue(object, int)(object, int) method to add the value to the array.