How to serialize and deserialize a PFX certificate in Azure Key Vault?

后端 未结 5 2053
被撕碎了的回忆
被撕碎了的回忆 2020-11-30 10:02

I have a bunch of strings and pfx certificates, which I want to store in Azure Key vault, where only allowed users/apps will be able to get them. It is not hard to do store

5条回答
  •  萌比男神i
    2020-11-30 10:51

    See the following answer, which describes how to do this using the latest .NET Azure SDK client libraries:

    How can I create an X509Certificate2 object from an Azure Key Vault KeyBundle

提交回复
热议问题