AuthenticationModuleConfigurationSection Class Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Represents the configuration section in web.config that stores the settings for the CookieEncryptionModule.
Inheritance Hierarchy

SystemObject
  System.ConfigurationConfigurationElement
    System.ConfigurationConfigurationSection
      ContentStudio.Site.HttpModulesAuthenticationModuleConfigurationSection

Namespace: ContentStudio.Site.HttpModules
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public class AuthenticationModuleConfigurationSection : ConfigurationSection

The AuthenticationModuleConfigurationSection type exposes the following members.

Constructors

  NameDescription
Public methodAuthenticationModuleConfigurationSection
Initializes a new instance of the AuthenticationModuleConfigurationSection class
Top
Properties

  NameDescription
Public propertyCookieProtection
Gets or sets the cookie protection.
Public propertyElementInformation (Inherited from ConfigurationElement.)
Protected propertyElementProperty (Inherited from ConfigurationElement.)
Public propertyEnabled
Gets or sets a value indicating whether this CookieEncryptionModuleConfigurationSection is enabled.
Public propertyEncoding
Gets or sets the string representation of the encoding.
Protected propertyEvaluationContext (Inherited from ConfigurationElement.)
Protected propertyItemConfigurationProperty (Inherited from ConfigurationElement.)
Protected propertyItemString (Inherited from ConfigurationElement.)
Public propertyLockAllAttributesExcept (Inherited from ConfigurationElement.)
Public propertyLockAllElementsExcept (Inherited from ConfigurationElement.)
Public propertyLockAttributes (Inherited from ConfigurationElement.)
Public propertyLockElements (Inherited from ConfigurationElement.)
Public propertyLockItem (Inherited from ConfigurationElement.)
Protected propertyProperties (Inherited from ConfigurationElement.)
Public propertySectionInformation (Inherited from ConfigurationSection.)
Top
Methods

  NameDescription
Protected methodDeserializeElement (Inherited from ConfigurationElement.)
Protected methodDeserializeSection (Inherited from ConfigurationSection.)
Public methodEquals (Inherited from ConfigurationElement.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from ConfigurationElement.)
Protected methodGetRuntimeObject (Inherited from ConfigurationSection.)
Public methodGetType (Inherited from Object.)
Protected methodInit (Inherited from ConfigurationElement.)
Protected methodInitializeDefault (Inherited from ConfigurationElement.)
Protected methodIsModified (Inherited from ConfigurationSection.)
Public methodIsReadOnly (Inherited from ConfigurationElement.)
Protected methodListErrors (Inherited from ConfigurationElement.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnDeserializeUnrecognizedAttribute (Inherited from ConfigurationElement.)
Protected methodOnDeserializeUnrecognizedElement (Inherited from ConfigurationElement.)
Protected methodOnRequiredPropertyNotFound (Inherited from ConfigurationElement.)
Protected methodPostDeserialize (Inherited from ConfigurationElement.)
Protected methodPreSerialize (Inherited from ConfigurationElement.)
Protected methodReset (Inherited from ConfigurationElement.)
Protected methodResetModified (Inherited from ConfigurationSection.)
Protected methodSerializeElement (Inherited from ConfigurationElement.)
Protected methodSerializeSection (Inherited from ConfigurationSection.)
Protected methodSerializeToXmlElement (Inherited from ConfigurationElement.)
Protected methodSetPropertyValue (Inherited from ConfigurationElement.)
Protected methodSetReadOnly (Inherited from ConfigurationElement.)
Public methodToString (Inherited from Object.)
Protected methodUnmerge (Inherited from ConfigurationElement.)
Top
See Also

Reference