In azure cli we have this command to import/bind certificates to azure app from keyvault.az
webapp config ssl bind --certificate-thumbprint {certificate-thumbprint} --name MyWebapp --resource-group MyResourceGroup --ssl-type SNI
I couldn't find equivalent library in .NET to do the same (I am using C#). Can anyone help in this?