Discuss this help topic in SecureBlackbox Forum

TElXMLSignature.KeyInfo

TElXMLSignature     See also     


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


Contains information about the encryption key.

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

    Use this property to manage information about the encryption key.

See also:     SignedInfo    

Discuss this help topic in SecureBlackbox Forum