Database.CreateClientEncryptionKeyAsync Méthode
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.
Enregistre la clé de chiffrement du client en tant qu’opération asynchrone dans le service Azure Cosmos. Cette méthode n’est pas destinée à être appelée directement. https://aka.ms/CosmosClientEncryption Consultez pour utiliser le chiffrement côté client.
public abstract System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.ClientEncryptionKeyResponse> CreateClientEncryptionKeyAsync (Microsoft.Azure.Cosmos.ClientEncryptionKeyProperties clientEncryptionKeyProperties, Microsoft.Azure.Cosmos.RequestOptions requestOptions = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateClientEncryptionKeyAsync : Microsoft.Azure.Cosmos.ClientEncryptionKeyProperties * Microsoft.Azure.Cosmos.RequestOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.ClientEncryptionKeyResponse>
Public MustOverride Function CreateClientEncryptionKeyAsync (clientEncryptionKeyProperties As ClientEncryptionKeyProperties, Optional requestOptions As RequestOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ClientEncryptionKeyResponse)
Paramètres
- clientEncryptionKeyProperties
- ClientEncryptionKeyProperties
Propriétés de la clé de chiffrement du client.
- requestOptions
- RequestOptions
(Facultatif) Options de la demande.
- cancellationToken
- CancellationToken
(Facultatif) Jeton représentant l’annulation de la demande.
Retours
Réponse attendable qui encapsule un ClientEncryptionKeyProperties contenant l’enregistrement de ressource de lecture.
S’applique à
Azure SDK for .NET