Is there a way to use self-signed certificates with Azure Management Libraries to log in to Azure?
There doesn't seem to be anything in SdkContext.AzureCredentialsFactory
nor does the documentation at Authenticate with the Azure Management Libraries for .NET mention anything besides in GH the CertificateAuthenticationProvider. This in turn is used by ApplicationTokenProvider that shows up in a few tests.
<edit: I found there's an issue for this in GH already at https://github.com/Azure/azure-sdk-for-net/issues/3373. It also outlines a solution.