I am creating a Silverlight application for our company intranet that uses Windows authentication. I would like to use a authentication domain service class. Where can I find current documentation explaining how to get the authenticated user name etc.?
A good start is the msdn library. Take a look at this where authentication, roles and profiles are explained and tutorials are provided.