Discuss this help topic in SecureBlackbox Forum

TElXMLInclude.ReferencedData

TElXMLInclude     See also     


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


Defines, if the data is referenced by, or contained in the element.

Declaration

[C#]
    bool ReferencedData;

[VB.NET]
    Property ReferencedData As Boolean

[Pascal]
    property ReferencedData : boolean;

[C++]
    bool get_ReferencedData();
    void set_ReferencedData(bool Value);

[PHP]
    bool get_ReferencedData()
    void set_ReferencedData(bool $Value)

[Java]
    boolean getReferencedData();
    void setReferencedData(boolean Value);

Description

    If this property value is True, the timestamp will be computed on the result of processing the corresponding ds:Reference element according to the XMLDSIG processing model. Otherwise, the timestamp will be computed on the ds:Reference element itself.

See also:     GetIncludeData    

Discuss this help topic in SecureBlackbox Forum