Freigeben über


ClientEncryptionKeyProperties Konstruktoren

Definition

Überlädt

ClientEncryptionKeyProperties()

Zum Simulieren.

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

Initialisiert eine neue Instanz von ClientEncryptionKeyProperties.

ClientEncryptionKeyProperties()

Quelle:
ClientEncryptionKeyProperties.cs

Zum Simulieren.

protected ClientEncryptionKeyProperties ();
Protected Sub New ()

Gilt für:

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

Quelle:
ClientEncryptionKeyProperties.cs

Initialisiert eine neue Instanz von 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)

Parameter

id
String

Eindeutiger Bezeichner für den Clientverschlüsselungsschlüssel.

encryptionAlgorithm
String

Verschlüsselungsalgorithmus, der zusammen mit diesem Clientverschlüsselungsschlüssel verwendet wird, um Daten zu verschlüsseln/zu entschlüsseln.

wrappedDataEncryptionKey
Byte[]

Umschlossene (verschlüsselte) Form des Clientverschlüsselungsschlüssels.

encryptionKeyWrapMetadata
EncryptionKeyWrapMetadata

Metadaten, die vom konfigurierten Schlüsselumbruchanbieter zum Entpacken des Schlüssels verwendet werden.

Gilt für: