Discuss this help topic in SecureBlackbox Forum

TElXMLCipherReference.CipherValue

TElXMLCipherReference     See also     


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


Contains a value of the CipherReference data

Declaration

[C#]
    byte[] CipherValue;

[VB.NET]
    Property CipherValue As Byte()

[Pascal]
    property CipherValue : ByteArray {array of byte};

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

[PHP]
    string get_CipherValue()
    void set_CipherValue(array of byte|string|NULL $Value)

[Java]
    byte[] getCipherValue();
    void setCipherValue(byte[] Value);

Description

     This property contains the actual value of the data, which was referenced, after dereferencing and transformation.

See also:     TransformChain     URI    

Discuss this help topic in SecureBlackbox Forum