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
AnonymousAllowed
Is anonymous access allowed: [True|False]
Declaration
public static 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
public static bool CommonDBConnection { get; set; }
Property Value
Type | Description |
---|---|
bool |
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 |