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: P4s3UtilsLibAssembly: P4s3UtilsLib (in P4s3UtilsLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- cookie
- Type: System.Web HttpCookie
- dict
- Type: System.Collections.Generic Dictionary Object, Object
Return Value
Type: CookieGenerateReportSee Also