UNC Access via Impersonation

  • Thread starter Thread starter Joe Cool
  • Start date Start date
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?
 
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.
 
Back
Top