Discuss this help topic in SecureBlackbox Forum

TElXMLUnsignedProperties.UnsignedSignatureProperties

TElXMLUnsignedProperties     See also     


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


Containes properties that qualify XML signature itself or the signer.

Declaration

[C#]
    TElXMLUnsignedSignatureProperties UnsignedSignatureProperties;

[VB.NET]
    Property UnsignedSignatureProperties As TElXMLUnsignedSignatureProperties

[Pascal]
    property UnsignedSignatureProperties: TElXMLUnsignedSignatureProperties;

[C++]
    TElXMLUnsignedSignatureProperties* get_UnsignedSignatureProperties();
    void set_UnsignedSignatureProperties(TElXMLUnsignedSignatureProperties &Value);
    void set_UnsignedSignatureProperties(TElXMLUnsignedSignatureProperties *Value);

[PHP]
    TElXMLUnsignedSignatureProperties get_UnsignedSignatureProperties()
    void set_UnsignedSignatureProperties(TElXMLUnsignedSignatureProperties $Value)

[Java]
    TElXMLUnsignedSignatureProperties getUnsignedSignatureProperties();
    void setUnsignedSignatureProperties(TElXMLUnsignedSignatureProperties Value);

Description

    Use UnsignedSignatureProperties to set the properties that qualify XML signature itself or the signer. The signature generated by the signer does not cover the content of this element.

See also:     UnsignedDataObjectProperties    

Discuss this help topic in SecureBlackbox Forum