Discuss this help topic in SecureBlackbox Forum

TElXMLSignature.SignatureValue

TElXMLSignature     See also     


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


Contains the actual value of the digital signature.

Declaration

[C#]
    TElXMLSignatureValue SignatureValue;

[VB.NET]
    Property SignatureValue As TElXMLSignatureValue

[Pascal]
    property SignatureValue: TElXMLSignatureValue;

[C++]
    TElXMLSignatureValue* get_SignatureValue();
    void set_SignatureValue(TElXMLSignatureValue &Value);
    void set_SignatureValue(TElXMLSignatureValue *Value);

[PHP]
    TElXMLSignatureValue get_SignatureValue()
    void set_SignatureValue(TElXMLSignatureValue $Value)

[Java]
    TElXMLSignatureValue getSignatureValue();
    void setSignatureValue(TElXMLSignatureValue Value);

Description

    Use this property to get or set the actual value of the digital signature.

See also:     SignaturePrefix    

Discuss this help topic in SecureBlackbox Forum