Rolosoft CookieSecure provides secure cookie encryption and decryption services.
Please visit http://www.rolosoft.com/ for more useful components.
| C# | Visual Basic | Visual C++ |
public static class CookieSecure
Public NotInheritable Class CookieSecure
public ref class CookieSecure abstract sealed
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| 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.
|
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.
| Object | |
| CookieSecure | |