--- pnetlib/runtime/System/Security/SecurityElement.cs 2003-08-31 06:32:38.000000000 +0200 +++ pnetlib.mod/runtime/System/Security/SecurityElement.cs 2004-05-03 01:33:36.000000000 +0200 @@ -325,6 +325,7 @@ throw new ArgumentException (_("Arg_InvalidXMLAttrValue")); } + attributes.Add(new AttrNameValue(name, val)); } } }