DomainAllowLocalAccounts Property |
Specifies whether users can have local accounts with locally stored passwords in the DB (not recommended). [Required] [Default(true)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Security
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool AllowLocalAccounts { get; set; }
Public Property AllowLocalAccounts As Boolean
Get
Set
public:
property bool AllowLocalAccounts {
bool get ();
void set (bool value);
}
member AllowLocalAccounts : bool with get, set
Property Value
Type:
Boolean
See Also