3 references to LosFormatter
System.Web (2)
UI\LOSFormatter.cs (2)
36
public LosFormatter() :
this
(false, (byte[])null) {
44
public LosFormatter(bool enableMac, string macKeyModifier):
this
(enableMac, GetBytes(macKeyModifier)) {
System.Web.Mobile (1)
UI\MobileControls\MobilePage.cs (1)
1488
_stateFormatter = new
LosFormatter
(true, GetMacKeyModifier());