.
A more secure way is to store the AutoLogon password in LSA using LsaStorePrivateData
C# Signature:
[DllImport("advapi32.dll", SetLastError=true)]
static extern TODO DefaultPassword(TODO);
VB Signature:
Declare Function DefaultPassword Lib "advapi32.dll" (TODO) As TODO
User-Defined Types:
None.
Alternative Managed API:
Do you know one? Please contribute it!
Notes:
None.
Tips & Tricks:
Please add some!
Sample Code:
C++ sample code:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/secauthn/security/protecting_the_automatic_logon_password.asp
TODO - a short description
3/16/2007 7:33:31 AM - anonymous
