Discuss this help topic in SecureBlackbox Forum
Specifies whether to validate the certificate.
Declaration
[C#]
bool ValidateCertificate;
[VB.NET]
Property ValidateCertificate As Boolean
[Pascal]
property ValidateCertificate : boolean;
[C++]
bool get_ValidateCertificate();
void set_ValidateCertificate(bool Value);
[PHP]
bool get_ValidateCertificate()
void set_ValidateCertificate(bool $Value)
[Java]
boolean getValidateCertificate();
void setValidateCertificate(boolean Value);
Description
Set this property to true to validate the provided Certificate.
The default value is false.
Discuss this help topic in SecureBlackbox Forum