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