SignatureReference.TransformChain Property

Gets a System.Security.Cryptography.Xml.TransformChain that contains a list of processing steps that can be applied to the resource's content before it is digested.

Namespace: Microsoft.Web.Services2.Security
Assembly: Microsoft.Web.Services2 (in microsoft.web.services2.dll)

Usage

'Usage
Dim signatureReference1 As SignatureReference

Dim returnValue As TransformChain
returnValue = signatureReference1.TransformChain

Syntax

'Declaration
Public ReadOnly Property TransformChain() As TransformChain
public TransformChain TransformChain {get;}
public: property TransformChain^ TransformChain{
    TransformChain^ get();
}
public TransformChain get_TransformChain();
public function get TransformChain() : TransformChain;

Property Value

A System.Security.Cryptography.Xml.TransformChain that contains a list of processing steps (System.Security.Cryptography.Xml.Transform instances) that can be applied to the resource's content before it is digested.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server, Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, Pocket PC, Windows CE, Smart Phone

See Also

Reference

SignatureReference Class
Microsoft.Web.Services2.Security Namespace

Other Resources

SignatureReference Members