Discuss this help topic in SecureBlackbox Forum

TElLDAPSKeyserverClient.IncludeSubkeys

TElLDAPSKeyserverClient     See also     


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


Specifies if subkeys should be included to the search.

Declaration

[C#]
    bool IncludeSubkeys;

[VB.NET]
    Property IncludeSubkeys As Boolean

[Pascal]
    property IncludeSubkeys : boolean;

[C++]
    bool get_IncludeSubkeys();
    void set_IncludeSubkeys(bool Value);

[PHP]
    bool get_IncludeSubkeys()
    void set_IncludeSubkeys(bool $Value)

[Java]
    boolean getIncludeSubkeys();
    void setIncludeSubkeys(boolean Value);

Description

    Set this property to True to include subkeys to the search. Otherwise, the subkeys will be filtered out. The default value is False.

See also:     IncludeRevokedKeys     IncludeDisabledKeys    

Discuss this help topic in SecureBlackbox Forum