简体   繁体   English

有没有办法检索存储在Azure Key Vault中的证书的访问公钥?

[英]Is there a way to retrieve the access public key of a certificate stored in Azure Key Vault?

Is there a way to retrieve the access public key of a certificate stored in Azure Key Vault? 有没有办法检索存储在Azure Key Vault中的证书的访问公钥?

Want to retrieve the public key of the certificate 要检索证书的公钥

You can call KeyVaultClient.GetCertificateAsync 您可以调用KeyVaultClient.GetCertificateAsync

This method returns a CertificateBundle . 此方法返回CertificateBundle You can get the CER contents from CertificateBund.Cer 您可以从CertificateBund.Cer获取CER内容

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM