你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CosmosDBClientEncryptionIncludedPath(String, String, String, String) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 CosmosDBClientEncryptionIncludedPath 的新实例。
public CosmosDBClientEncryptionIncludedPath (string path, string clientEncryptionKeyId, string encryptionType, string encryptionAlgorithm);
new Azure.ResourceManager.CosmosDB.Models.CosmosDBClientEncryptionIncludedPath : string * string * string * string -> Azure.ResourceManager.CosmosDB.Models.CosmosDBClientEncryptionIncludedPath
Public Sub New (path As String, clientEncryptionKeyId As String, encryptionType As String, encryptionAlgorithm As String)
参数
- path
- String
需要加密的路径。
- clientEncryptionKeyId
- String
用于加密路径的客户端加密密钥的标识符。
- encryptionType
- String
要执行的加密类型。 例如 - 确定性、随机化。
- encryptionAlgorithm
- String
将使用的加密算法。 例如 - AEAD_AES_256_CBC_HMAC_SHA256。
例外
path
、clientEncryptionKeyId
、encryptionType
或 encryptionAlgorithm
为 null。