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. Gets a Security object with a specific SOAP actor from the current SecurityCollection.
public property SyncRoot Gets an object that can be used to synchronize 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 Returns a new SecurityCollection with the same property values as the current one.
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  Overloaded. (Inherited from Object )
public method GetEnumerator Gets an IEnumerator that can iterate through the SecurityCollection.
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method static ReferenceEquals  (Inherited from Object )
public method Remove Overloaded. Removes a Security object with a specific SOAP actor from the current SecurityCollection.
public method ToString  (Inherited from Object )

Top

Protected Methods

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

Top

Explicit Interface Implementations

  Name Description
System.Collections.ICollection.CopyTo  

Top

See Also

Reference

SecurityCollection Class
Microsoft.Web.Services3.Security Namespace