public class SSOMembershipUser : System.Web.Security.MembershipUser,
IXmlSerializable
E.g base class separated with : (colon) and then interface(s) separated with
, (comma)

Signature
Teemu Keiski
AspInsider, ASP.NET MVP
http://blogs.aspadvice.com/joteke
http://teemukeiski.net
>I whave a custom membershipProvider which inherits from MembershiopUser
>also
> I want to implement IXmlSerializable. Is my following code correct.
> public class SSOMembershipUser : System.Web.Security.MembershipUser
> :IXmlSerializable
Teemu Keiski - 29 Sep 2007 15:04 GMT
To add, of course you need also implement the interface e.g provide the
needed methods etc

Signature
Teemu Keiski
AspInsider, ASP.NET MVP
http://blogs.aspadvice.com/joteke
http://teemukeiski.net
> public class SSOMembershipUser : System.Web.Security.MembershipUser,
> IXmlSerializable
[quoted text clipped - 7 lines]
>> public class SSOMembershipUser : System.Web.Security.MembershipUser
>> :IXmlSerializable