VaultsOperationsExtensions

VaultsOperationsExtensions

How can an Azure KeyVault be created programmatically using C# in a .NET core app?I have seen examples of writing to and reading from the key vault afterit is provisioned but not on creating the kv itself. 解决方案 Use the method VaultsOperationsExtensions.CreateOrUpdate from the Microsoft.Azure.Management.KeyVault namespace.Here you can check all the methods in the VaultsOperationsExtensions class: https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.management.keyvault.vaultsoperationsextensions?view=azure-dotnet 这篇关于Azure Key Vault-以编程方式创建的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
09-01 22:29