Discuss this help topic in SecureBlackbox Forum
Specifies whether assertions received by this SP must be signed.
Declaration
[C#]
bool WantAssertionsSigned;
[VB.NET]
Property WantAssertionsSigned As Boolean
[Pascal]
property WantAssertionsSigned : boolean;
[C++]
bool get_WantAssertionsSigned();
void set_WantAssertionsSigned(bool Value);
[PHP]
bool get_WantAssertionsSigned()
void set_WantAssertionsSigned(bool $Value)
[Java]
boolean getWantAssertionsSigned();
void setWantAssertionsSigned(boolean Value);
Description
When this property is set to true, the assertions received by this SP are required to be signed.
The default value is false.
Discuss this help topic in SecureBlackbox Forum