CookieHelper InflateCookie Method A Sandcastle Documented Class Library
Static method that takes a cookie, decrypts its data, then inflates the data into key value pairs and stores it in a dictionary.

Namespace: P4s3UtilsLib
Assembly: P4s3UtilsLib (in P4s3UtilsLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static CookieInflateReport InflateCookie(
	HttpCookie cookie,
	Dictionary<Object, Object> dict
)

Parameters

cookie
Type: System.Web HttpCookie
dict
Type: System.Collections.Generic Dictionary Object, Object 

Return Value

Type: CookieInflateReport
See Also