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

ClientEncryptionKeyProperties 构造函数

定义

重载

ClientEncryptionKeyProperties()

用于模拟。

ClientEncryptionKeyProperties(String, String, Byte[], EncryptionKeyWrapMetadata)

初始化 ClientEncryptionKeyProperties 的新实例。

ClientEncryptionKeyProperties()

Source:
ClientEncryptionKeyProperties.cs

用于模拟。

protected ClientEncryptionKeyProperties ();
Protected Sub New ()

适用于

ClientEncryptionKeyProperties(String, String, Byte[], EncryptionKeyWrapMetadata)

Source:
ClientEncryptionKeyProperties.cs

初始化 ClientEncryptionKeyProperties 的新实例。

public ClientEncryptionKeyProperties (string id, string encryptionAlgorithm, byte[] wrappedDataEncryptionKey, Microsoft.Azure.Cosmos.EncryptionKeyWrapMetadata encryptionKeyWrapMetadata);
new Microsoft.Azure.Cosmos.ClientEncryptionKeyProperties : string * string * byte[] * Microsoft.Azure.Cosmos.EncryptionKeyWrapMetadata -> Microsoft.Azure.Cosmos.ClientEncryptionKeyProperties
Public Sub New (id As String, encryptionAlgorithm As String, wrappedDataEncryptionKey As Byte(), encryptionKeyWrapMetadata As EncryptionKeyWrapMetadata)

参数

id
String

客户端加密密钥的唯一标识符。

encryptionAlgorithm
String

将与此客户端加密密钥一起用于加密/解密数据的加密算法。

wrappedDataEncryptionKey
Byte[]

包装 (客户端加密密钥的加密) 形式。

encryptionKeyWrapMetadata
EncryptionKeyWrapMetadata

配置的密钥包装提供程序为解包密钥而使用的元数据。

适用于