Discuss this help topic in SecureBlackbox Forum

TElXMLKeyInfoPGPData.IncludeKeyValue

TElXMLKeyInfoPGPData     


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


This property controls if RSAKeyValue/DSAKeyValue element should be added to KeyInfo element along with PGPData element.

Declaration

[C#]
    bool IncludeKeyValue;

[VB.NET]
    Property IncludeKeyValue As Boolean

[Pascal]
    property IncludeKeyValue : boolean;

[C++]
    bool get_IncludeKeyValue();
    void set_IncludeKeyValue(bool Value);

[PHP]
    bool get_IncludeKeyValue()
    void set_IncludeKeyValue(bool $Value)

[Java]
    boolean getIncludeKeyValue();
    void setIncludeKeyValue(boolean Value);

Description

    This property controls if RSAKeyValue/DSAKeyValue element should be added to KeyInfo element along with PGPData element.
Default value is True.

Discuss this help topic in SecureBlackbox Forum