Discuss this help topic in SecureBlackbox Forum

TElXMLQualifyingProperties.SignedProperties

TElXMLQualifyingProperties     See also     


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


Specifies the properties which are signed by the XML signature.

Declaration

[C#]
    TElXMLSignedProperties SignedProperties;

[VB.NET]
    Property SignedProperties As TElXMLSignedProperties

[Pascal]
    property SignedProperties: TElXMLSignedProperties;

[C++]
    TElXMLSignedProperties* get_SignedProperties();
    void set_SignedProperties(TElXMLSignedProperties &Value);
    void set_SignedProperties(TElXMLSignedProperties *Value);

[PHP]
    TElXMLSignedProperties get_SignedProperties()
    void set_SignedProperties(TElXMLSignedProperties $Value)

[Java]
    TElXMLSignedProperties getSignedProperties();
    void setSignedProperties(TElXMLSignedProperties Value);

Description

    Use this property to specify the qualifying properties that are cryptographically bound to (i.e. signed by) the XML signature.

See also:     UnsignedProperties    

Discuss this help topic in SecureBlackbox Forum