Skip to content

PrincipalContext.ValidateCredentials crashes on Windows Sandbox #98982

Open
@JensNordenbro

Description

@JensNordenbro

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:

image

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions