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

LosFormatter() public method

public LosFormatter ( bool enableMac, string macKeyModifier ) : System.Configuration
enableMac bool
macKeyModifier string
return System.Configuration
		public LosFormatter (bool enableMac, string macKeyModifier)
		{
			osf = new ObjectStateFormatter ();
			if (enableMac && macKeyModifier != null && macKeyModifier.Length > 0) {
				SetMacKey (Convert.FromBase64String (macKeyModifier));
			}
		}
#endif

Same methods

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