Discuss this help topic in SecureBlackbox Forum

TElXMLReference.TransformChain

TElXMLReference     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This property specifies the chain of transforms to apply to the data.

Declaration

[C#]
    TElXMLTransformChain TransformChain;

[VB.NET]
    Property TransformChain As TElXMLTransformChain

[Pascal]
    property TransformChain : TElXMLTransformChain;

[C++]
    TElXMLTransformChain* get_TransformChain();

[PHP]
    TElXMLTransformChain get_TransformChain()

[Java]
    TElXMLTransformChain getTransformChain();

Description

    Use this property to set the chain of transforms, which should be applied to the data before the digest is created.

See also:     DigestMethod     DigestValue    

Discuss this help topic in SecureBlackbox Forum