Implementing windows' login form?

S

Sonnich Jensen

It is possible to implement the login form which windows uses when loging into networks etc?

I'd like to utilise it as it is a standard.
 
B

bradbury9

El martes, 18 de noviembre de 2014 13:28:32 UTC+1, Sonnich Jensen escribió:
It is possible to implement the login form which windows uses when loginginto networks etc?

I'd like to utilise it as it is a standard.

I assume you are talking about windows forms (non ASP.NET).

Short answer:

No, for security reasons windows does not allow using that component. To avoid fake logins and password stealing.


Long answer:

But you can have a .NET dll with a normal windows forms login (non windows default) that checks the user/password against the corporate network.
 

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

Similar Threads


Top