Discuss this help topic in SecureBlackbox Forum

TElPGPRegularExpressionSignatureSubpacket.Expression

TElPGPRegularExpressionSignatureSubpacket     


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


Null-terminated regular expression.

Declaration

[C#]
    string Expression;

[VB.NET]
    Property Expression As String

[Pascal]
    property Expression : string;

[C++]
    void get_Expression(std::string &OutResult);
    void set_Expression(const std::string &Value);

[PHP]
    string get_Expression()
    void set_Expression(string $Value)

[Java]
    String getExpression();
    void setExpression(String Value);

Description

    Use this property to limit the scope of trust that is extended.

Discuss this help topic in SecureBlackbox Forum