Esempio n. 1
0
 public CookieServiceImpl(HttpContext context)
 {
     ExceptionHelper.ThrowIfNull(context, "context");
     m_Context = context;
     m_DES = new Flh.Security.DES("fuliaohui");
 }
Esempio n. 2
0
 public CookieServiceImpl(HttpContext context)
 {
     ExceptionHelper.ThrowIfNull(context, "context");
     m_Context = context;
     m_DES     = new Flh.Security.DES("fuliaohui");
 }