Unable to download certificate from the azure key vault with user managed identity using C#
I have imported a certificate in "Certificates" section of Azure key vault Created an user managed identity and added a role assignment of above mentioned key vault with contributor role. Trying to download the certificate using below c# code, var…