المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Windows Service Credentials



C# Programming
09-18-2009, 02:21 AM
Hi,

I developped a windows service and I'd like to retrieve its own credentials (the "Run As" credentials, not the WindowsIdentity). Is it possible?

If yes, can those credentials be converted to NetworkCredentials? (for webservices calls)

thanks