Discuss this help topic in SecureBlackbox Forum

TElXMLEncryptedType.CipherData

TElXMLEncryptedType     See also     


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


Reference to the encrypted data.

Declaration

[C#]
    TElXMLCipherData CipherData;

[VB.NET]
    Property CipherData As TElXMLCipherData

[Pascal]
    property CipherData : TElXMLCipherData;

[C++]
    TElXMLCipherData* get_CipherData();
    void set_CipherData(TElXMLCipherData &Value);
    void set_CipherData(TElXMLCipherData *Value);

[PHP]
    TElXMLCipherData get_CipherData()
    void set_CipherData(TElXMLCipherData $Value)

[Java]
    TElXMLCipherData getCipherData();
    void setCipherData(TElXMLCipherData Value);

Description

     CipherData contains a reference to the TElXMLCipherData object. The CipherData is a mandatory element that provides the encrypted data. It must either contain the encrypted octet sequence as base64 encoded text of the CipherValue element, or provide a reference to an external location containing the encrypted octet sequence via the CipherReference element.

See also:     KeyInfo    

Discuss this help topic in SecureBlackbox Forum