Discuss this help topic in SecureBlackbox Forum

TElLDAPSKeyserverClient.KeySearchRetryCount

TElLDAPSKeyserverClient     See also     


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


Specifies the number of key search attempts.

Declaration

[C#]
    int KeySearchRetryCount;

[VB.NET]
    Property KeySearchRetryCount As Integer

[Pascal]
    property KeySearchRetryCount : integer;

[C++]
    int32_t get_KeySearchRetryCount();
    void set_KeySearchRetryCount(int32_t Value);

[PHP]
    integer get_KeySearchRetryCount()
    void set_KeySearchRetryCount(integer $Value)

[Java]
    int getKeySearchRetryCount();
    void setKeySearchRetryCount(int Value);

Description

    Assign this property the number of key search attempts you want to perform. The search will start again if no keys were found, but server returned no error. This trick is needed to work with PGP Universal server, that sometimes returns empty results to search requests.
    The default value is 2.

See also:     Search    

Discuss this help topic in SecureBlackbox Forum