Discuss this help topic in SecureBlackbox Forum

TElPGPSignature.PolicyURL

TElPGPSignature     


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


This subpacket contains a URL of a document that describes the policy under which the signature was issued.

Declaration

[C#]
    string PolicyURL;

[VB.NET]
    Property PolicyURL As String

[Pascal]
    property PolicyURL : string;

[C++]
    void get_PolicyURL(std::string &OutResult);
    void set_PolicyURL(const std::string &Value);

[PHP]
    string get_PolicyURL()
    void set_PolicyURL(string $Value)

[Java]
    String getPolicyURL();
    void setPolicyURL(String Value);

Description

    Use this property to specify the URL of the document with policy under which the signature was issued.
    This property is mapped to TElPGPPolicyURLSignatureSubpacket for version 4 signatures.

Discuss this help topic in SecureBlackbox Forum