Discuss this help topic in SecureBlackbox Forum

TElPGPSignature.RegularExpression

TElPGPSignature     See also     


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


Used in conjunction with trust signature packets (of level > 0) to limit the scope of trust that is extended.

Declaration

[C#]
    string RegularExpression[int Index];

[VB.NET]
    Property RegularExpression(ByVal Index As Integer) As String

[Pascal]
    property RegularExpression[Index : integer] : string;

[C++]
    void get_RegularExpression(int32_t Index, std::string &OutResult);
    void set_RegularExpression(int32_t Index, const std::string &Value);

[PHP]
    string get_RegularExpression(integer $Index)
    void set_RegularExpression(integer $Index, string $Value)

[Java]
    String getRegularExpression(int Index);
    void setRegularExpression(int Index, String Value);

Parameters

  • Index - ...

Description

    This property contains regular expressions to be used to limit the scope of trust that is extended.
    This property is mapped to TElPGPRegularExpressionSignatureSubpacket for version 4 signatures.

See also:     RegulerExpressionCount    

Discuss this help topic in SecureBlackbox Forum