Show / Hide Table of Contents

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

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top