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

EncryptionScopeKeyVaultProperties 类

定义

加密范围的密钥保管库属性。 如果加密范围“source”属性设置为“Microsoft.KeyVault”,则这是必填字段。

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

构造函数

EncryptionScopeKeyVaultProperties()

初始化 EncryptionScopeKeyVaultProperties 类的新实例。

EncryptionScopeKeyVaultProperties(String, String, Nullable<DateTime>)

初始化 EncryptionScopeKeyVaultProperties 类的新实例。

属性

CurrentVersionedKeyIdentifier

获取当前版本控制密钥保管库正在使用的密钥的对象标识符。

KeyUri

获取或设置密钥保管库密钥对象的对象标识符。 应用后,加密范围将使用标识符引用的密钥在此加密范围上启用客户管理的密钥支持。

LastKeyRotationTimestamp

获取密钥保管库密钥上次轮换的时间戳。

适用于