CookieHelper GenerateCookie Method A Sandcastle Documented Class Library
Helper method that generates a cookie by serializing all the key value pairs in the provided dictionary, then encrypts that serilized data and finally sotres it in a generated cookie.

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

public static CookieGenerateReport GenerateCookie(
	HttpCookie cookie,
	Dictionary<Object, Object> dict
)

Parameters

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

Return Value

Type: CookieGenerateReport
See Also