I was looking for the dotnet sdk method to get the azure active directory user's MFA status. As far as I know, it is available in beta version of Micorsoft Graph(credentialUserRegistrationDetails), but using that version for production application is not recommended, so is there any other dotnet sdk method available ?
Also want to confirm, This 'credentialUserRegistrationDetails' method from beta version to work it properly should we need B2C tenant or Premium license of Azure AD? Cant It worked with non premium license azure tenant?
