Discuss this help topic in SecureBlackbox Forum
Specifies whether the response should include a signing certificate.
Declaration
[C#]
bool IncludeCertificates;
[VB.NET]
Property IncludeCertificates As Boolean
[Pascal]
property IncludeCertificates : Boolean;
[C++]
bool get_IncludeCertificates();
void set_IncludeCertificates(bool Value);
[PHP]
bool get_IncludeCertificates()
void set_IncludeCertificates(bool $Value)
[Java]
boolean getIncludeCertificates();
void setIncludeCertificates(boolean Value);
Description
Use this property to specify if the certificates which are used for signing responses (requests) are included into server replies (client requests).
Discuss this help topic in SecureBlackbox Forum