In ADAL.NET 2.x, we use the below code to acquire token from Azure AD using UserCredential and it works perfectly:
UserCredential
var authContext = new Authen
This fixes the issue for the UserCredentials, but you also seems to be a change to the AuthenticationContext type which no longer seems to have an AcquireToken method. You can address this by using AcquireTokenAsync