Discuss this help topic in SecureBlackbox Forum

TElLDAPSKeyserverClient.IncludeDisabledKeys

TElLDAPSKeyserverClient     See also     


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


Specifies if disabled keys should be included to the search.

Declaration

[C#]
    bool IncludeDisabledKeys;

[VB.NET]
    Property IncludeDisabledKeys As Boolean

[Pascal]
    property IncludeDisabledKeys : boolean;

[C++]
    bool get_IncludeDisabledKeys();
    void set_IncludeDisabledKeys(bool Value);

[PHP]
    bool get_IncludeDisabledKeys()
    void set_IncludeDisabledKeys(bool $Value)

[Java]
    boolean getIncludeDisabledKeys();
    void setIncludeDisabledKeys(boolean Value);

Description

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

See also:     IncludeRevokedKeys     IncludeSubkeys    

Discuss this help topic in SecureBlackbox Forum