System.Web.UI.LosFormatter.LosFormatter C# (CSharp) Method

LosFormatter() public method

public LosFormatter ( bool enableMac, byte macKeyModifier ) : System.Configuration
enableMac bool
macKeyModifier byte
return System.Configuration
		LosFormatter (bool enableMac, byte[] macKeyModifier)
		{
			osf = new ObjectStateFormatter ();
			if (enableMac && (macKeyModifier != null)) {
				SetMacKey (macKeyModifier);
			}
		}

Same methods

LosFormatter::LosFormatter ( ) : System.Configuration
LosFormatter::LosFormatter ( bool enableMac, string macKeyModifier ) : System.Configuration