Share via


SecurityCollection Members

Represents an ordered set of Security objects.

The following tables list the members exposed by the SecurityCollection type.

Public Constructors

  Name Description
SecurityCollection Initializes a new instance of the SecurityCollection class.

Top

Public Properties

  Name Description
public property Count Gets the number of Security objects in a SecurityCollection.
public property IsSynchronized Gets a value indicating whether access to SecurityCollection is synchronized (thread-safe).
public property Item Overloaded.  
public property SyncRoot Gets an object that can be used to synchonize access to the SecurityCollection .

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Add Appends a Security object to the end of a SecurityCollection.
public method Clear Removes all the Security object from the current SecurityCollection.
public method Clone [To be supplied.]
public method Contains Overloaded.  
public method CopyTo Copies the elements of a SecurityCollection to an array of type Security at the specified index.
public method Equals  (inherited from Object )
public method GetEnumerator Gets an System.Collections.IEnumerator that can iterate through the SecurityCollection .
public method GetHashCode  (inherited from Object )
public method GetType  (inherited from Object )
public method Remove Overloaded.  
public method ToString  (inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object )
protected method MemberwiseClone  (inherited from Object )

Top

See Also

Reference

SecurityCollection Class
Microsoft.Web.Services2.Security Namespace