Class ConfigFile.Data.Explicit
This section governs authentication behaviour when users are explicitly authenticated, typically by calling SoSession.Authenticate or the corresponding WCF service
Inherited Members
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class ConfigFile.Data.Explicit
Properties
DBPassword
Database user password
Declaration
public static string DBPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DBUser
Database user when running on behalf of explicitly authenticated users
Declaration
public static string DBUser { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EmployeeAllowed
Is employee access allowed: [True|False]
Declaration
public static bool EmployeeAllowed { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
PartnerAllowed
Is partner access allowed: [True|False]
Declaration
public static bool PartnerAllowed { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
SystemAllowed
Is system user access allowed: [True|False]
Declaration
public static bool SystemAllowed { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |