Discuss this help topic in SecureBlackbox Forum

TElXMLSignature.SignedInfo

TElXMLSignature     See also     


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


Contains information that is actually signed.

Declaration

[C#]
    TElXMLSignedInfo SignedInfo;

[VB.NET]
    Property SignedInfo As TElXMLSignedInfo

[Pascal]
    property SignedInfo: TElXMLSignedInfo;

[C++]
    TElXMLSignedInfo* get_SignedInfo();
    void set_SignedInfo(TElXMLSignedInfo &Value);
    void set_SignedInfo(TElXMLSignedInfo *Value);

[PHP]
    TElXMLSignedInfo get_SignedInfo()
    void set_SignedInfo(TElXMLSignedInfo $Value)

[Java]
    TElXMLSignedInfo getSignedInfo();
    void setSignedInfo(TElXMLSignedInfo Value);

Description

    Use this property to manage information that is signed by the signature.

See also:     KeyInfo    

Discuss this help topic in SecureBlackbox Forum