Discuss this help topic in SecureBlackbox Forum

TElXMLKeyInfoPGPData.IncludeDataParam

TElXMLKeyInfoPGPData     See also     


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


This property specifies, what is included into the resulting XML.

Declaration

[C#]
    TElXMLKeyInfoPGPDataParam IncludeDataParam;

[VB.NET]
    Property IncludeDataParam As TElXMLKeyInfoPGPDataParam

[Pascal]
    property IncludeDataParam : TElXMLKeyInfoPGPDataParam;

[C++]
    TElXMLKeyInfoPGPDataParam get_IncludeDataParam();
    void set_IncludeDataParam(TElXMLKeyInfoPGPDataParam Value);

[PHP]
    integer get_IncludeDataParam()
    void set_IncludeDataParam(integer $Value)

[Java]
    short getIncludeDataParam();
    void setIncludeDataParam(short Value);

Values:

Description

     This property specifies, what information, which identifies a PGP key, should be included into the resulting XML.

See also:     PublicKey     SecretKey    

Discuss this help topic in SecureBlackbox Forum