Re: Windows Form Application Authentication in .NET 2.0
- From: "Norman Yuan" <NotReal@xxxxxxxxxxx>
- Date: Thu, 8 Jun 2006 13:11:08 -0700
How is your Widows App used?
If the user runs your Windows app in a network domain with Active Directory,
should't he get log on to his comuter first before running the Windows app?
Then his user identity is used for all applications he runs to access
resources in the domain, including his computer. Thatis, he has been
authenticated before he has chance to run your app. Only situation I can
think of where authentication may be required is when the user has to
perform some tasts that requires eleveated privilege. In this case, He is
suppose to use "Run As..." command to run the app and supply the "Run As..."
user credential, such as a domain administrator.
I am not sure if I understand your question correctly.
<suresh.csharp@xxxxxxxxx> wrote in message
news:1149793312.694589.196350@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi,
I am trying to implement ActiveDirectory Authentication for Windows
Form Application in .NET 2.0. I am not getting much help regarding
WinForms with ActiveDirectory, but most of the information telling
about ASP.NET with Active Directory.
Can any one please point me to the right information.
Thank you!
Suresh
.
- Follow-Ups:
- Re: Windows Form Application Authentication in .NET 2.0
- From: Suresh . Eddala
- Re: Windows Form Application Authentication in .NET 2.0
- References:
- Windows Form Application Authentication in .NET 2.0
- From: suresh . csharp
- Windows Form Application Authentication in .NET 2.0
- Prev by Date: Connection timeout
- Next by Date: Re: Connection timeout
- Previous by thread: Windows Form Application Authentication in .NET 2.0
- Next by thread: Re: Windows Form Application Authentication in .NET 2.0
- Index(es):
Relevant Pages
|