Show / Hide Table of Contents

Interface ConfigFile.ISoFormsAuthenticationConfiguration

Utility class used to access the SoFormsAuthentication section in the config file. Created in Process scope

Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public interface ConfigFile.ISoFormsAuthenticationConfiguration

Properties

IgnoreList

List of pages and folders the SoFormsAuthentication should ignore.

Declaration
List<string> IgnoreList { get; }
Property Value
Type Description
List<string>

Pages

List of pages. Should contain a dictionaty with the following keys; LoginUrl and DefaultUrl, and optional LogoutUrl and PocketCrmLoginPage

Declaration
Dictionary<string, string> Pages { get; }
Property Value
Type Description
Dictionary<string, string>

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