Discuss this help topic in SecureBlackbox Forum

TElXMLDecryptor.KeyData

TElXMLDecryptor     See also     


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


This property contains a key for encryption or decryption.

Declaration

[C#]
    TElXMLKeyInfoData KeyData;

[VB.NET]
    Property KeyData As TElXMLKeyInfoData

[Pascal]
    property KeyData : TElXMLKeyInfoData;

[C++]
    TElXMLKeyInfoData* get_KeyData();
    void set_KeyData(TElXMLKeyInfoData &Value);
    void set_KeyData(TElXMLKeyInfoData *Value);

[PHP]
    TElXMLKeyInfoData get_KeyData()
    void set_KeyData(TElXMLKeyInfoData $Value)

[Java]
    TElXMLKeyInfoData getKeyData();
    void setKeyData(TElXMLKeyInfoData Value);

Description

     This property contains a key, used for encryption or decryption of XML data.

See also:     KeyEncryptionKeyData    

Discuss this help topic in SecureBlackbox Forum