Discuss this help topic in SecureBlackbox Forum

TElXMLEncryptedType.KeyInfo

TElXMLEncryptedType     See also     


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


Reference to the encrypted data.

Declaration

[C#]
    TElXMLKeyInfo KeyInfo;

[VB.NET]
    Property KeyInfo As TElXMLKeyInfo

[Pascal]
    property KeyInfo : TElXMLKeyInfo;

[C++]
    TElXMLKeyInfo* get_KeyInfo();
    void set_KeyInfo(TElXMLKeyInfo &Value);
    void set_KeyInfo(TElXMLKeyInfo *Value);

[PHP]
    TElXMLKeyInfo get_KeyInfo()
    void set_KeyInfo(TElXMLKeyInfo $Value)

[Java]
    TElXMLKeyInfo getKeyInfo();
    void setKeyInfo(TElXMLKeyInfo Value);

Description

     KeyInfo contains a reference to the TElXMLKeyInfo object. KeyInfo is an optional element, defined by [XML-DSIG], that carries information about the key used to encrypt the data.

See also:     CipherData    

Discuss this help topic in SecureBlackbox Forum