Discuss this help topic in SecureBlackbox Forum

TElXMLQualifyingProperties.UnsignedProperties

TElXMLQualifyingProperties     See also     


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


Specifies the properties which are not signed by the XML signature.

Declaration

[C#]
    TElXMLUnsignedProperties UnsignedProperties;

[VB.NET]
    Property UnsignedProperties As TElXMLUnsignedProperties

[Pascal]
    property UnsignedProperties: TElXMLUnsignedProperties;

[C++]
    TElXMLUnsignedProperties* get_UnsignedProperties();
    void set_UnsignedProperties(TElXMLUnsignedProperties &Value);
    void set_UnsignedProperties(TElXMLUnsignedProperties *Value);

[PHP]
    TElXMLUnsignedProperties get_UnsignedProperties()
    void set_UnsignedProperties(TElXMLUnsignedProperties $Value)

[Java]
    TElXMLUnsignedProperties getUnsignedProperties();
    void setUnsignedProperties(TElXMLUnsignedProperties Value);

Description

    Use this property to specify the qualifying properties that are not cryptographically bound to the XML signature.

See also:     SignedProperties    

Discuss this help topic in SecureBlackbox Forum