Discuss this help topic in SecureBlackbox Forum
Contains total number of regular expressions.
Declaration
[C#]
int RegularExpressionCount;
[VB.NET]
Property RegularExpressionCount As Integer
[Pascal]
property RegularExpressionCount : integer;
[C++]
int32_t get_RegularExpressionCount();
void set_RegularExpressionCount(int32_t Value);
[PHP]
integer get_RegularExpressionCount()
void set_RegularExpressionCount(integer $Value)
[Java]
int getRegularExpressionCount();
void setRegularExpressionCount(int Value);
Description
Use this read-only property to get the total number of regular expressions.
For more information see
TElPGPRegularExpressionSignatureSubpacket.
For version 4 signatures only.
Discuss this help topic in SecureBlackbox Forum