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

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

This class is responsible for the built in cookie encryption functionality in Content Studio.
Inheritance Hierarchy

SystemObject
  ContentStudio.Site.HttpModulesCookieEncryptionModule

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

public class CookieEncryptionModule : IHttpModule

The CookieEncryptionModule type exposes the following members.

Constructors

  NameDescription
Public methodCookieEncryptionModule
Initializes a new instance of the CookieEncryptionModule class
Top
Methods

  NameDescription
Public methodDispose
Disposes of the resources (other than memory) used by the module that implements IHttpModule.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInit
Initializes a module and prepares it to handle requests.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference