SignatureReference.TransformChain Property
Gets a TransformChain that contains a list of processing steps that can be applied to the resource's content before it is digested.
Namespace: Microsoft.Web.Services3.Security
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.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 TransformChain that contains a list of processing steps ( 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 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
SignatureReference Class
SignatureReference Members
Microsoft.Web.Services3.Security Namespace