/// <summary>
 /// Fills  object's xml
 /// </summary>
 /// <param name="node">Empty node for the object with name "tagname"</param>
 protected override void FillXmlElement(XmlElement node)
 {
     AddAttribute(node, "keystore", this.KeyStore);
     AddAttribute(node, "keyalias", this.KeyAlias);
     AdvanceCreateModifyInfo.SetPassword(node, "password", this.keyPassword);
 }