Discuss this help topic in SecureBlackbox Forum

TElXMLSignatureValue.Value

TElXMLSignatureValue     


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


Containes value of the electronic signature.

Declaration

[C#]
    byte[] Value;

[VB.NET]
    Property Value As Byte()

[Pascal]
    property Value: ByteArray;

[C++]
    void get_Value(std::vector<uint8_t> &OutResult);
    void set_Value(const std::vector<uint8_t> &Value);

[PHP]
    string get_Value()
    void set_Value(array of byte|string|NULL $Value)

[Java]
    byte[] getValue();
    void setValue(byte[] v);

Parameters

  • v -

Description

    Use this property to get or set the actual (base64-encoded) value of the electronic signature.

Discuss this help topic in SecureBlackbox Forum