Discuss this help topic in SecureBlackbox Forum

TElPGPReasonForRevocationSignatureSubpacket.Comment

TElPGPReasonForRevocationSignatureSubpacket     See also     


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


Contains text comment for revocation.

Declaration

[C#]
    string Comment;

[VB.NET]
    Property Comment As String

[Pascal]
    property Comment : string;

[C++]
    void get_Comment(std::string &OutResult);
    void set_Comment(const std::string &Value);

[PHP]
    string get_Comment()
    void set_Comment(string $Value)

[Java]
    String getComment();
    void setComment(String Value);

Description

    Use this property for some text comment about revocation.

See also:     Reason    

Discuss this help topic in SecureBlackbox Forum