Discuss this help topic in SecureBlackbox Forum
Specifies whether to include ForceAuthn attribute to the message.
Declaration
[VB.NET]
Property UseForceAuthn As Boolean
[Pascal]
property UseForceAuthn : boolean;
[C++]
bool get_UseForceAuthn();
void set_UseForceAuthn(bool Value);
[PHP]
bool get_UseForceAuthn()
void set_UseForceAuthn(bool $Value)
[Java]
boolean getUseForceAuthn();
void setUseForceAuthn(boolean Value);
Description
This property specifies whether to include ForceAuthn attribute to the message.
If ForceAuthn is omitted, its value is assumed to be false.
The default value is false.
Discuss this help topic in SecureBlackbox Forum