TransformChain Members

Represents an ordered list of transforms.

The following tables list the members exposed by the TransformChain type.

Public Constructors

  Name Description
TransformChain Initializes a new instance of the TransformChain class.

Top

Public Properties

  Name Description
public property Count Gets the number of System.Security.Cryptography.Xml.Transform objects in a TransformChain.
public property Item Gets the System.Security.Cryptography.Xml.Transform at the specified position in the TransformChain.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Add Adds a System.Security.Cryptography.Xml.Transform to the TransformChain.
public method Equals  Overloaded. (Inherited from Object )
public method GetEnumerator Gets an IEnumerator that can iterate through the TransformChain.
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method static ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

TransformChain Class
Microsoft.Web.Services3.Security Namespace