Discuss this help topic in SecureBlackbox Forum
Specifies if the request must be signed
Declaration
[C#]
bool IncludeSignature;
[VB.NET]
Property IncludeSignature As Boolean
[Pascal]
property IncludeSignature: boolean;
[C++]
bool get_IncludeSignature();
void set_IncludeSignature(bool Value);
[PHP]
bool get_IncludeSignature()
void set_IncludeSignature(bool $Value)
[Java]
boolean getIncludeSignature();
void setIncludeSignature(boolean Value);
Description
Use this property to specify whether the request to the server must be signed. Signing can be necessary because most OCSP servers authenticate the requests this way.
Discuss this help topic in SecureBlackbox Forum