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. | |
SyncRoot | Gets an object that can be used to synchonize 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 | [To be supplied.] | |
Contains | Overloaded. | |
CopyTo | Copies the elements of a SecurityCollection to an array of type Security at the specified index. | |
Equals | (inherited from Object ) | |
GetEnumerator | Gets an System.Collections.IEnumerator that can iterate through the SecurityCollection . | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
Remove | Overloaded. | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
SecurityCollection Class
Microsoft.Web.Services2.Security Namespace