Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class System.​Security.​AccessControl.​AuthorizationRuleCollection
Assembly: System.Security.AccessControl
Inheritance: object → Collections.​ReadOnlyCollectionBase → AuthorizationRuleCollection
Implemented Interfaces
- Collections.​ICollection (Inherits: IEnumerable) Implemented by: ReadOnlyCollectionBase
Represents a collection of <see cref="T:System.Security.AccessControl.AuthorizationRule" /> objects.
Properties
public
AuthorizationRule
Item
public
int
Count
protected
Collections.​ArrayList
InnerList
Methods
public
void
AddRule​(AuthorizationRule rule)
Adds an <see cref="T:System.Security.AccessControl.AuthorizationRule" /> object to the collection.
rule
The <see cref="T:System.Security.AccessControl.AuthorizationRule" /> object to add to the collection.
public
void
CopyTo​(AuthorizationRule[] rules,
int index)
Copies the contents of the collection to an array.
rules
An array to which to copy the contents of the collection.
index
The zero-based index from which to begin copying.
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object