views:

19

answers:

0

I have a client application written in .NET which needs to use a credential cache of the current user to authenticate with a KDC/Directory outside of the domain before continuing execution. In Java there is a library called JAAS that handles this, I am trying to find a good .NET solution for this problem but everything seems to use the LSA which has the current domain credentials in it. If someone could point me in the right direction, that would be very helpful.