How to login aras with windows credentials in c#

I am writing one c# utility for that i need to log in using windows credentials. I am trying with below code, but in the connection object i am not able to see the user name and password. Its showing blank.   WinAuthHttpServerConnection connection = IomFactory.CreateWinAuthHttpServerConnection(ArasLink,DBName);   Please suggest if any one have idea. Thank in advance.
Parents Reply Children
No Data