Discuss this help topic in SecureBlackbox Forum

TElPGPNotationDataSignatureSubpacket.Value

TElPGPNotationDataSignatureSubpacket     See also     


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


Value of some additional information.

Declaration

[C#]
    string Value;

[VB.NET]
    Property Value As String

[Pascal]
    property Value : string;

[C++]
    void get_Value(std::string &OutResult);
    void set_Value(const std::string &Value);

[PHP]
    string get_Value()
    void set_Value(string $Value)

[Java]
    String getValue();
    void setValue(String Value);

Description

    Use this property to access value of notation data.

See also:     HumanReadable     Name    

Discuss this help topic in SecureBlackbox Forum