你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

KeyVaultProperties 类

定义

使用 Microsoft.KeyVault 加密密钥源时的 KeyVault 配置。

public class KeyVaultProperties
type KeyVaultProperties = class
Public Class KeyVaultProperties
继承
KeyVaultProperties

构造函数

KeyVaultProperties()

初始化 KeyVaultProperties 类的新实例。

KeyVaultProperties(String)

初始化 KeyVaultProperties 类的新实例。

属性

KeyIdentifier

获取或设置版本控制机密的完整路径。 示例 https://mykeyvault.vault.azure.net/keys/testkey/6e34a81fef704045975661e297a4c053。 若要使用,必须满足以下先决条件:

Batch 帐户具有系统分配的标识 帐户标识已被授予密钥/获取、密钥/解包和密钥/包装权限 KeyVault 已启用软删除和清除保护

适用于