Share via


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

EncryptionKeyWrapMetadata 类

定义

可用于使用客户管理的密钥包装/解包数据加密密钥的元数据。 有关 Azure Cosmos DB 中的客户端加密支持的详细信息,请参阅 https://aka.ms/CosmosClientEncryption

public class EncryptionKeyWrapMetadata : IEquatable<Microsoft.Azure.Cosmos.EncryptionKeyWrapMetadata>
type EncryptionKeyWrapMetadata = class
    interface IEquatable<EncryptionKeyWrapMetadata>
Public Class EncryptionKeyWrapMetadata
Implements IEquatable(Of EncryptionKeyWrapMetadata)
继承
EncryptionKeyWrapMetadata
实现

构造函数

EncryptionKeyWrapMetadata(EncryptionKeyWrapMetadata)

基于现有实例创建密钥包装元数据的新实例。

EncryptionKeyWrapMetadata(String, String, String, String)

创建密钥包装元数据的新实例。

属性

Algorithm

元数据的序列化形式。 注意:此值保存在 Cosmos DB 服务中。 派生实现的实现者应确保没有 (私有) 密钥材料或凭据信息。

Name

元数据的序列化形式。 注意:此值保存在 Cosmos DB 服务中。 派生实现的实现者应确保没有 (私有) 密钥材料或凭据信息。

Type

元数据的序列化形式。 注意:此值保存在 Cosmos DB 服务中。 派生实现的实现者应确保没有 (私有) 密钥材料或凭据信息。

Value

元数据的序列化形式。 注意:此值保存在 Cosmos DB 服务中。 派生实现的实现者应确保没有 (私有) 密钥材料或凭据信息。

方法

Equals(EncryptionKeyWrapMetadata)

返回传入键的 换行元数据的属性是否与当前实例中的属性匹配。

Equals(Object)

可用于使用客户管理的密钥包装/解包数据加密密钥的元数据。 有关 Azure Cosmos DB 中的客户端加密支持的详细信息,请参阅 https://aka.ms/CosmosClientEncryption

GetHashCode()

可用于使用客户管理的密钥包装/解包数据加密密钥的元数据。 有关 Azure Cosmos DB 中的客户端加密支持的详细信息,请参阅 https://aka.ms/CosmosClientEncryption

适用于