Rolosoft Documented Class Library
CookieSecure Class
NamespacesRolosoft.WebControlsCookieSecure

Rolosoft CookieSecure provides secure cookie encryption and decryption services.

Please visit http://www.rolosoft.com/ for more useful components.

Declaration Syntax
C#Visual BasicVisual C++
public static class CookieSecure
Public NotInheritable Class CookieSecure
public ref class CookieSecure abstract sealed
Members
All MembersMethods



IconMemberDescription
Decode(HttpCookie)
Decodes a cookie from definable protection level.

Decode(HttpCookie, CookieProtection)
Decodes a cookie from definable protection level.

Encode(HttpCookie)
Encodes a cookie with All protection levels

Encode(HttpCookie, CookieProtection)
Encodes a cookie with definable protection levels.

Remarks

This module provides tamper proof encryrption and decryption of standard HTTP Cookies.

CookieSecure uses the same internal encryption modules as FormsAuthentication.

This component can be used in web farms. To enable web farm support, please ensure that you set the same machineKey attribute in Web.config.

Inheritance Hierarchy
Object
CookieSecure

Assembly: Rolosoft.CookieSecure.Net (Module: Rolosoft.CookieSecure.Net) Version: 1.0.3134.36402 (1.0.0.0)