Discuss this help topic in SecureBlackbox Forum
Specifies whether to look for implicit DPs if no CRL distribution points are available.
Declaration
[C#]
bool LookupCRLByNameIfDPNotPresent;
[VB.NET]
Property LookupCRLByNameIfDPNotPresent As Boolean
[Pascal]
property LookupCRLByNameIfDPNotPresent : boolean;
[C++]
bool get_LookupCRLByNameIfDPNotPresent();
void set_LookupCRLByNameIfDPNotPresent(bool Value);
[PHP]
bool get_LookupCRLByNameIfDPNotPresent()
void set_LookupCRLByNameIfDPNotPresent(bool $Value)
[Java]
boolean getLookupCRLByNameIfDPNotPresent();
void setLookupCRLByNameIfDPNotPresent(boolean Value);
Description
Set this property to True to look for implicit DPs if no CRL distribution points are available.
The default value is False;
Discuss this help topic in SecureBlackbox Forum