你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
KeyVaultProperties interface
有关配置存储的密钥保管库加密的设置。
属性
identity |
将用于访问密钥保管库的标识的客户端 ID。 |
key |
用于加密数据的密钥保管库密钥的 URI。 |
属性详细信息
identityClientId
将用于访问密钥保管库的标识的客户端 ID。
identityClientId?: string
属性值
string
keyIdentifier
用于加密数据的密钥保管库密钥的 URI。
keyIdentifier?: string
属性值
string