UNC Access via Impersonation

J

Joe Cool

We need to be able to access the contents of a UNC path from a C#.NET
app where the user running the app does not have access to. I have
found the NetUse and NetDel API calls that extablish a connection to a
UNC path using domain credentials. Is there any provision in the .NET
Framework that supports this fuctionality without having to use APIs?
 
J

Joe Cool

We need to be able to access the contents of a UNC path from a C#.NET
app where the user running the app does not have access to. I have
found the NetUse and NetDel API calls that extablish a connection to a
UNC path using domain credentials. Is there any  provision in the .NET
Framework that supports this fuctionality without having to use APIs?

Sorry, actually those API calls are NetUseAdd and NetUseDel.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top