Discuss this help topic in SecureBlackbox Forum
Specifies if key usage for SSL protocol communications must be checked.
Declaration
[C#]
bool IgnoreSSLKeyUsage;
[VB.NET]
Property IgnoreSSLKeyUsage As Boolean
[Pascal]
property IgnoreSSLKeyUsage : boolean;
[C++]
bool get_IgnoreSSLKeyUsage();
void set_IgnoreSSLKeyUsage(bool Value);
[PHP]
bool get_IgnoreSSLKeyUsage()
void set_IgnoreSSLKeyUsage(bool $Value)
[Java]
boolean getIgnoreSSLKeyUsage();
void setIgnoreSSLKeyUsage(boolean Value);
Description
This property specifies whether the issuer (CA) certificates should be checked,
if their key usage extension (when available) allows use of such certificates in SSL protocol communications.
The default value is
False.
Discuss this help topic in SecureBlackbox Forum