Discuss this help topic in SecureBlackbox Forum
Specifies whether the response should include a signing certificate
Declaration
[C#/Java]
bool SignatureRequired
[VB.NET]
Property SignatureRequired As Boolean
[Pascal]
property SignatureRequired : boolean;
[C++]
bool get_SignatureRequired();
void set_SignatureRequired(bool Value);
[PHP]
bool get_SignatureRequired()
void set_SignatureRequired(bool $Value)
Description
Use this property to specify whether the server accepts unsigned client requests, or requires that the requests are signed.
Discuss this help topic in SecureBlackbox Forum