Open
Description
Description
using (PrincipalContext principalContext = new PrincipalContext(ContextType.Machine))
{
return principalContext.ValidateCredentials(username, password);
}
Reproduction Steps
Login using a username, password that represents a local user on the local machine in the following will happen on Windows Sandbox:
It is not expected to crash just because there are no network interfaces since I only ask to login to a local user to the local machine.
Expected behavior
It works
Actual behavior
See picture of crash
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response