Show / Hide Table of Contents

Class ConfigFile.SoFormsAuthentication

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

Inheritance
Object
ConfigFile.SoFormsAuthentication
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
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
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>
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top