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

KeyEncryptionKey 类

定义

加密密钥,其中包含有关用于加密不同密钥的密钥的详细信息。

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

构造函数

KeyEncryptionKey()

初始化 KeyEncryptionKey 类的新实例。

KeyEncryptionKey(KekType, IdentityProperties, String, String)

初始化 KeyEncryptionKey 类的新实例。

属性

IdentityProperties

获取或设置用于密钥加密的托管标识属性。

KekType

获取或设置用于密钥加密的加密密钥的类型。 可能的值包括:“MicrosoftManaged”、“CustomerManaged”

KekUrl

获取或设置密钥加密密钥。 对于客户托管的 KekType,需要用到它。

KekVaultResourceID

获取或设置 kek 保管库资源 ID。对于客户托管的 KekType,需要用到它。

方法

Validate()

验证 对象。

适用于