Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum