Accessing uploaded certificates in azure web sites
问题 When I was using the web role I was just uploading the certificate in azure portal and I was able to see it .Now I have switched to the website in azure and I uploaded the certificate in the azure management portal but my code does not see it at all. Is there some configurations we need to do or some other way to access uploaded certs in azure web sites. This is how I am trying to access the uploaded cert . private List<string> GetAvailableCertificatesFromStore() { var list = new List<string>