Interface ConfigFile.IDataExplicitConfiguration
This section governs authentication behaviour when users are explicitly authenticated, typically by calling SoSession.Authenticate or the corresponding WCF service Created in Database scope
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public interface ConfigFile.IDataExplicitConfiguration
Properties
AnonymousAllowed
Is anonymous access allowed: [True|False]
Declaration
bool AnonymousAllowed { get; set; }
Property Value
Type | Description |
---|---|
bool |
CommonDBConnection
Use the same connection string for all users, applying the common User and Password from this section, vs. using the one provided elsewhere.
Declaration
bool CommonDBConnection { get; set; }
Property Value
Type | Description |
---|---|
bool |
DBPassword
Database user password
Declaration
string DBPassword { get; set; }
Property Value
Type | Description |
---|---|
string |
DBUser
Database user when running on behalf of explicitly authenticated users
Declaration
string DBUser { get; set; }
Property Value
Type | Description |
---|---|
string |
EmployeeAllowed
Is employee access allowed: [True|False]
Declaration
bool EmployeeAllowed { get; set; }
Property Value
Type | Description |
---|---|
bool |
PartnerAllowed
Is partner access allowed: [True|False]
Declaration
bool PartnerAllowed { get; set; }
Property Value
Type | Description |
---|---|
bool |
SystemAllowed
Is system user access allowed: [True|False]
Declaration
bool SystemAllowed { get; set; }
Property Value
Type | Description |
---|---|
bool |