Discuss this help topic in SecureBlackbox Forum
Enables or disables SAML use.
Declaration
[VB.NET]
Property Enabled As Boolean
[Pascal]
property Enabled : boolean;
[C++]
bool get_Enabled();
void set_Enabled(bool Value);
[PHP]
bool get_Enabled()
void set_Enabled(bool $Value)
[Java]
boolean getEnabled();
void setEnabled(boolean Value);
Description
Set this property to true to enable SAML use.
The default value is false.
Discuss this help topic in SecureBlackbox Forum