S Sonnich Jensen Nov 18, 2014 #1 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.
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 Nov 18, 2014 #2 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. Click to expand... 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.
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. Click to expand... 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.