SecurityElementCollection Members
A strongly-typed collection of objects that implement the ISecurityElement interface. These are typically Signature and Encryption elements.
The following tables list the members exposed by the SecurityElementCollection type.
Public Constructors
Name | Description | |
---|---|---|
SecurityElementCollection | Initializes a new instance of the SecurityElementCollection class. |
Top
Public Properties
Name | Description | |
---|---|---|
Count | Gets the number of security elements in a SecurityElementCollection. | |
IsSynchronized | Gets a value indicating whether access to SecurityElementCollection is synchronized (thread-safe). | |
Item | Gets the item at the specified index in the collection. | |
SyncRoot | Gets an object that can be used to synchronize access to the SecurityElementCollection. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Add | Appends a security element object to the end of a SecurityElementCollection . | |
Clear | Removes all the security elements from a SecurityElementCollection. | |
CopyTo | Copies the elements of a SecurityElementCollection to an array of type ISecurityElement at the specified index. | |
Equals | Overloaded. (Inherited from Object ) | |
GetEnumerator | Gets an IEnumerator that can iterate through the SecurityElementCollection. | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
ReferenceEquals | (Inherited from Object ) | |
Remove | Removes the specific security element from a SecurityElementCollection. | |
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
SecurityElementCollection Class
Microsoft.Web.Services3.Security Namespace