Discuss this help topic in SecureBlackbox Forum

TElXMLCustomDecryptionTransform.KeyData

TElXMLCustomDecryptionTransform     


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


Specifies the decryption key.

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

    Use this property to get or set the key data for the decryption.

Discuss this help topic in SecureBlackbox Forum