System.Messaging Reference (Document! X Sample)
System.Messaging Namespace / AccessControlList Class
Properties Methods


In This Topic
    AccessControlList Class Members
    In This Topic

    The following tables list the members exposed by AccessControlList.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the AccessControlList class.  
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from System.Collections.CollectionBase)
    Public Property (Inherited from System.Collections.CollectionBase)
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.Collections.CollectionBase)
    Protected Property (Inherited from System.Collections.CollectionBase)
    Top
    Public Methods
     NameDescription
    Public MethodAppends an access control entry to the access control list.  
    Public Method (Inherited from System.Collections.CollectionBase)
    Public MethodDetermines whether the access control list contains a specific access control entry.  
    Public MethodCopies the entire access control list to a compatible one-dimensional array of access control entries, starting at the specified index of the target array.  
    Public Method (Inherited from System.Collections.CollectionBase)
    Public MethodDetermines the specific index of an access control entry in the access control list.  
    Public MethodInserts an access control entry into the access control list at the specified position.  
    Public MethodRemoves the first occurrence of a specific access control entry from the access control list.  
    Public Method (Inherited from System.Collections.CollectionBase)
    Top
    See Also