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
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 |