Class ConfigFile.SoFormsAuthentication
Utility class used to access the SoFormsAuthentication section in the config file.
Inheritance
System.Object
ConfigFile.SoFormsAuthentication
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class SoFormsAuthentication
Properties
IgnoreList
List of pages and folders the SoFormsAuthentication should ignore.
Declaration
public static List<string> IgnoreList { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.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 |
---|---|
System.Collections.Generic.Dictionary<System.String, System.String> |