Question 0 Sign in to vote Hi everyone, Following the below step, i want to get Certificate from thumbprint 1, Create Certificate by command makecert -sky exchange -r -n “CN=Azure-P2S-Root-Cert” -pe -a sha1 -len 2048 -ss My ” C:toolsAzureCertificateName.cer ” 2, Open certmgr.msc 3, Copy thumbprint of Certificate 4, using code private static X509Certificate2 GetStoreCertificate (string …
