Share via


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
public property Count Gets the number of signature confirmations in the SignatureConfirmationCollection collection.
public property IsSynchronized Gets a value indicating whether access to SignatureConfirmationCollection is synchronized (thread-safe).
public property Item Gets the item at the specified index in the collection.
public property SyncRoot Gets an object that can be used to synchronize access to the SignatureConfirmationCollection.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Add Adds a signature confirmation to the SignatureConfirmationCollection.
public method Clear Removes all the security elements from a SignatureConfirmationCollection.
public method ContainsReference Gets a value indicating whether SignatureConfirmationCollection contains a signature confirmation with an Id property that matches the specified Id attribute.
public method ContainsSignatureValue Gets a value indicating whether SignatureConfirmationCollection contains a signature confirmation with a SignatureValue that matches the specified signature value.
public method CopyTo Copies the elements of a SignatureConfirmationCollection to an array of type SignatureConfirmation at the specified index.
public method Equals  Overloaded. (Inherited from Object )
public method GetEnumerator Gets a System.Collections.IEnumerator that can iterate through the SignatureConfirmationCollection.
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method static ReferenceEquals  (Inherited from Object )
public method Remove Removes the specific signature confirmation from a SignatureConfirmationCollection.
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 Copies the elements of a SignatureConfirmationCollection to an array at the specified index.

Top

See Also

Reference

SignatureConfirmationCollection Class
Microsoft.Web.Services3.Security Namespace