Azure Service Principal RemoveKey c#
I'm trying to remove a certificate to a service account. I'm doing this with Microsoft.Graph (5.14.0) with a Service Principal account which is global administrator and has the necessary permissions with Graph. This master account authenticates via a certificate. I…