Discuss this help topic in SecureBlackbox Forum

TElPGPNotationDataSignatureSubpacket.HumanReadable

TElPGPNotationDataSignatureSubpacket     See also     


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


Specifies if notation can be just read by human.

Declaration

[C#]
    bool HumanReadable;

[VB.NET]
    Property HumanReadable As Boolean

[Pascal]
    property HumanReadable : boolean;

[C++]
    bool get_HumanReadable();
    void set_HumanReadable(bool Value);

[PHP]
    bool get_HumanReadable()
    void set_HumanReadable(bool $Value)

[Java]
    boolean getHumanReadable();
    void setHumanReadable(boolean Value);

Description

    If True notation can be read by human, if False it must be processed by software.

See also:     Name     Value    

Discuss this help topic in SecureBlackbox Forum