Discuss this help topic in SecureBlackbox Forum
This topic is under development.
Declaration
[C#]
bool WantAuthnRequestsSigned;
[VB.NET]
Property WantAuthnRequestsSigned As Boolean
[Pascal]
property WantAuthnRequestsSigned : boolean;
[C++]
bool get_WantAuthnRequestsSigned();
void set_WantAuthnRequestsSigned(bool Value);
[PHP]
bool get_WantAuthnRequestsSigned()
void set_WantAuthnRequestsSigned(bool $Value)
[Java]
boolean getWantAuthnRequestsSigned();
void setWantAuthnRequestsSigned(boolean Value);
Description
Discuss this help topic in SecureBlackbox Forum