CosmosDBClientEncryptionIncludedPath(String, String, String, String) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de 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)
Paramètres
- path
- String
Chemin qui doit être chiffré.
- clientEncryptionKeyId
- String
Identificateur de la clé de chiffrement client à utiliser pour chiffrer le chemin d’accès.
- encryptionType
- String
Type de chiffrement à effectuer. Par exemple - Déterministe, Aléatoire.
- encryptionAlgorithm
- String
Algorithme de chiffrement qui sera utilisé. Par exemple - AEAD_AES_256_CBC_HMAC_SHA256.
Exceptions
path
, clientEncryptionKeyId
, encryptionType
ou encryptionAlgorithm
a la valeur Null.
S’applique à
Azure SDK for .NET