I have an existing project that uses the following for authenticating locally on dev machine
principalContext.ValidateCredentials("bondjames", "drno", ContextOptions.Negotiate);
Please note this worked fine on Windows 10 up til this morning, am aware of previous issues with this. I installed Windows 10 update 1511 and now it throws a FileNotFoundException. I've read of issues with the update but can't find anything on this.
If I provide an invalid password it simply returns false.