TrustedApplicationBasicAuthenticationAllowed Property |
Even if only one application has this turned ON, it allows the basic authentication for the whole database. Use with caution! If a user is specified in System User, the basic authentication is allowed only for this user. [Required] [Default(false)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Security
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool BasicAuthenticationAllowed { get; set; }
Public Property BasicAuthenticationAllowed As Boolean
Get
Set
public:
property bool BasicAuthenticationAllowed {
bool get ();
void set (bool value);
}
member BasicAuthenticationAllowed : bool with get, set
Property Value
Type:
Boolean
See Also