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 | |
---|---|---|
Count | Gets the number of Security objects in a SecurityCollection . | |
IsSynchronized | Gets a value indicating whether access to SecurityCollection is synchronized (thread-safe). | |
Item | Overloaded. Gets a Security object with a specific SOAP actor from the current SecurityCollection. | |
SyncRoot | Gets an object that can be used to synchronize access to the SecurityCollection. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Add | Appends a Security object to the end of a SecurityCollection. | |
Clear | Removes all the Security object from the current SecurityCollection . | |
Clone | Returns a new SecurityCollection with the same property values as the current one. | |
Contains | Overloaded. | |
CopyTo | Copies the elements of a SecurityCollection to an array of type Security at the specified index. | |
Equals | Overloaded. (Inherited from Object ) | |
GetEnumerator | Gets an IEnumerator that can iterate through the SecurityCollection. | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
ReferenceEquals | (Inherited from Object ) | |
Remove | Overloaded. Removes a Security object with a specific SOAP actor from the current SecurityCollection. | |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
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