Home All Groups Group Topic Archive Search About
Author
1 Jul 2005 2:39 PM
Rui Oliveira
I want have access to restrict folders when inside one application. A general
user using the browser does not have access to these folders, but using the
application is supposed have access to those folders.

Is possible the application use a specific login to have access to a
specific resource?

How can I use a different login in an application?

In C++ I can use LogonUser, ImpersonateLoggedOnUser and RevertToSelf. Exits
some similar function in VB?


Thanks,
Rui

Author
2 Jul 2005 6:55 AM
Ken Tucker [MVP]
Hi,

http://www.dotnet247.com/247reference/msgs/28/144136.aspx

Ken
------------------

"Rui Oliveira" <RuiOlive***@discussions.microsoft.com> wrote in message
news:1F9E4D1D-B579-4C7F-A4D2-CF39D5203DBF@microsoft.com...
I want have access to restrict folders when inside one application. A
general
user using the browser does not have access to these folders, but using the
application is supposed have access to those folders.

Is possible the application use a specific login to have access to a
specific resource?

How can I use a different login in an application?

In C++ I can use LogonUser, ImpersonateLoggedOnUser and RevertToSelf. Exits
some similar function in VB?


Thanks,
Rui