Discuss this help topic in SecureBlackbox Forum

TElXMLSignedProperties.SignedSignatureProperties

TElXMLSignedProperties     See also     


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


Containes properties that qualify the XML signature that has been specified by the Target attribute.

Declaration

[C#]
    TElXMLSignedSignatureProperties SignedSignatureProperties;

[VB.NET]
    Property SignedSignatureProperties As TElXMLSignedSignatureProperties

[Pascal]
    property SignedSignatureProperties: TElXMLSignedSignatureProperties;

[C++]
    TElXMLSignedSignatureProperties* get_SignedSignatureProperties();
    void set_SignedSignatureProperties(TElXMLSignedSignatureProperties &Value);
    void set_SignedSignatureProperties(TElXMLSignedSignatureProperties *Value);

[PHP]
    TElXMLSignedSignatureProperties get_SignedSignatureProperties()
    void set_SignedSignatureProperties(TElXMLSignedSignatureProperties $Value)

[Java]
    TElXMLSignedSignatureProperties getSignedSignatureProperties();
    void setSignedSignatureProperties(TElXMLSignedSignatureProperties Value);

Description

    Use this property to get or set various characterisctics that qualify the XML signature that has been specified by the Target attribute.

See also:     SignedDataObjectProperties    

Discuss this help topic in SecureBlackbox Forum