Discuss this help topic in SecureBlackbox Forum

TElLDAPSKeyserverClient.IncludeRevokedKeys

TElLDAPSKeyserverClient     See also     


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


Specifies if revoked keys should be included to the search.

Declaration

[C#]
    bool IncludeRevokedKeys;

[VB.NET]
    Property IncludeRevokedKeys As Boolean

[Pascal]
    property IncludeRevokedKeys : boolean;

[C++]
    bool get_IncludeRevokedKeys();
    void set_IncludeRevokedKeys(bool Value);

[PHP]
    bool get_IncludeRevokedKeys()
    void set_IncludeRevokedKeys(bool $Value)

[Java]
    boolean getIncludeRevokedKeys();
    void setIncludeRevokedKeys(boolean Value);

Description

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

See also:     IncludeDisabledKeys     IncludeSubkeys    

Discuss this help topic in SecureBlackbox Forum