Show / Hide Table of Contents

Class AuthServicesConfiguration

Inheritance
object
ConfigurationElement
ConfigurationSection
AuthServicesConfiguration
Inherited Members
ConfigurationSection.GetRuntimeObject()
ConfigurationSection.IsModified()
ConfigurationSection.ResetModified()
ConfigurationSection.DeserializeSection(XmlReader)
ConfigurationSection.SerializeSection(ConfigurationElement, string, ConfigurationSaveMode)
ConfigurationSection.ShouldSerializePropertyInTargetVersion(ConfigurationProperty, string, FrameworkName, ConfigurationElement)
ConfigurationSection.ShouldSerializeElementInTargetVersion(ConfigurationElement, string, FrameworkName)
ConfigurationSection.ShouldSerializeSectionInTargetVersion(FrameworkName)
ConfigurationSection.SectionInformation
ConfigurationElement.Init()
ConfigurationElement.IsReadOnly()
ConfigurationElement.SetReadOnly()
ConfigurationElement.ListErrors(IList)
ConfigurationElement.InitializeDefault()
ConfigurationElement.Reset(ConfigurationElement)
ConfigurationElement.Equals(object)
ConfigurationElement.GetHashCode()
ConfigurationElement.SetPropertyValue(ConfigurationProperty, object, bool)
ConfigurationElement.Unmerge(ConfigurationElement, ConfigurationElement, ConfigurationSaveMode)
ConfigurationElement.SerializeToXmlElement(XmlWriter, string)
ConfigurationElement.SerializeElement(XmlWriter, bool)
ConfigurationElement.DeserializeElement(XmlReader, bool)
ConfigurationElement.OnRequiredPropertyNotFound(string)
ConfigurationElement.PostDeserialize()
ConfigurationElement.PreSerialize(XmlWriter)
ConfigurationElement.OnDeserializeUnrecognizedAttribute(string, string)
ConfigurationElement.OnDeserializeUnrecognizedElement(string, XmlReader)
ConfigurationElement.GetTransformedTypeString(string)
ConfigurationElement.GetTransformedAssemblyString(string)
ConfigurationElement.LockAttributes
ConfigurationElement.LockAllAttributesExcept
ConfigurationElement.LockElements
ConfigurationElement.LockAllElementsExcept
ConfigurationElement.LockItem
ConfigurationElement.this[ConfigurationProperty]
ConfigurationElement.this[string]
ConfigurationElement.Properties
ConfigurationElement.ElementInformation
ConfigurationElement.EvaluationContext
ConfigurationElement.ElementProperty
ConfigurationElement.HasContext
ConfigurationElement.CurrentConfiguration
object.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Web.ConfigSection
Assembly: DotNetNuke.Web.dll
Syntax
public class AuthServicesConfiguration : ConfigurationSection

Constructors

AuthServicesConfiguration()

Declaration
public AuthServicesConfiguration()

Properties

MessageHandlers

Declaration
[ConfigurationProperty("messageHandlers", IsRequired = true)]
public MessageHandlersCollection MessageHandlers { get; }
Property Value
Type Description
MessageHandlersCollection

Methods

GetConfig()

Declaration
public static AuthServicesConfiguration GetConfig()
Returns
Type Description
AuthServicesConfiguration

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS