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