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

EncryptionKeyWrapMetadata 构造函数

定义

重载

EncryptionKeyWrapMetadata(EncryptionKeyWrapMetadata)

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

EncryptionKeyWrapMetadata(String, String, String, String)

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

EncryptionKeyWrapMetadata(EncryptionKeyWrapMetadata)

Source:
EncryptionKeyWrapMetadata.cs

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

public EncryptionKeyWrapMetadata (Microsoft.Azure.Cosmos.EncryptionKeyWrapMetadata source);
new Microsoft.Azure.Cosmos.EncryptionKeyWrapMetadata : Microsoft.Azure.Cosmos.EncryptionKeyWrapMetadata -> Microsoft.Azure.Cosmos.EncryptionKeyWrapMetadata
Public Sub New (source As EncryptionKeyWrapMetadata)

参数

source
EncryptionKeyWrapMetadata

要从中初始化的现有实例。

适用于

EncryptionKeyWrapMetadata(String, String, String, String)

Source:
EncryptionKeyWrapMetadata.cs

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

public EncryptionKeyWrapMetadata (string type, string name, string value, string algorithm);
new Microsoft.Azure.Cosmos.EncryptionKeyWrapMetadata : string * string * string * string -> Microsoft.Azure.Cosmos.EncryptionKeyWrapMetadata
Public Sub New (type As String, name As String, value As String, algorithm As String)

参数

type
String

密钥解析程序的标识符。

name
String

客户管理的密钥的标识符。

value
String

客户管理的密钥的路径。

algorithm
String

用于包装和解包数据加密密钥的算法。

适用于