Class ConfigFile.SoFormsAuthentication
Utility class used to access the SoFormsAuthentication section in the config file.
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class SoFormsAuthentication : Object
Properties
IgnoreList
List of pages and folders the SoFormsAuthentication should ignore.
Declaration
public static 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
public static Dictionary<string, string> Pages { get; }
Property Value
Type | Description |
---|---|
Dictionary<String, String> |