System.Web.Configuration.AuthorizationRule.PreSerialize C# (CSharp) Method

PreSerialize() protected method

protected PreSerialize ( XmlWriter writer ) : void
writer XmlWriter
return void
		protected override void PreSerialize (XmlWriter writer)
		{
			base.PreSerialize (writer);

			VerifyData ();
		}