SignatureConfirmationCollection Members
A strongly typed collection of SignatureConfirmation.
The following tables list the members exposed by the SignatureConfirmationCollection type.
Public Constructors
Name | Description | |
---|---|---|
SignatureConfirmationCollection | Overloaded. Initializes a new instance of the SignatureConfirmationCollection class. |
Top
Public Properties
Name | Description | |
---|---|---|
Count | Gets the number of signature confirmations in the SignatureConfirmationCollection collection. | |
IsSynchronized | Gets a value indicating whether access to SignatureConfirmationCollection 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 SignatureConfirmationCollection. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Add | Adds a signature confirmation to the SignatureConfirmationCollection. | |
Clear | Removes all the security elements from a SignatureConfirmationCollection. | |
ContainsReference | Gets a value indicating whether SignatureConfirmationCollection contains a signature confirmation with an Id property that matches the specified Id attribute. | |
ContainsSignatureValue | Gets a value indicating whether SignatureConfirmationCollection contains a signature confirmation with a SignatureValue that matches the specified signature value. | |
CopyTo | Copies the elements of a SignatureConfirmationCollection to an array of type SignatureConfirmation at the specified index. | |
Equals | Overloaded. (Inherited from Object ) | |
GetEnumerator | Gets a System.Collections.IEnumerator that can iterate through the SignatureConfirmationCollection. | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
ReferenceEquals | (Inherited from Object ) | |
Remove | Removes the specific signature confirmation from a SignatureConfirmationCollection. | |
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 | Copies the elements of a SignatureConfirmationCollection to an array at the specified index. |
Top
See Also
Reference
SignatureConfirmationCollection Class
Microsoft.Web.Services3.Security Namespace