CookieHelperNonStatic.GenerateCookieTimestampSafe Method |
Namespace: SxcUtilsLibAssembly: SxcUtilsLib (in SxcUtilsLib.dll) Version: 2013.4.30.0 (2013.4.30.0)
Syntaxpublic CookieGenerateReport GenerateCookieTimestampSafe(
Dictionary<Object, Object> dict
)
Public Function GenerateCookieTimestampSafe (
dict As Dictionary(Of Object, Object)
) As CookieGenerateReport
public:
CookieGenerateReport^ GenerateCookieTimestampSafe(
Dictionary<Object^, Object^>^ dict
)
member GenerateCookieTimestampSafe :
dict : Dictionary<Object, Object> -> CookieGenerateReport
Parameters
- dict
- Type: System.Collections.Generic.Dictionary<Object, Object>
Return Value
Type:
CookieGenerateReport
See Also