ClientEncryptionKeyProperties コンストラクター

定義

オーバーロード

ClientEncryptionKeyProperties()

モック作成用。

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

ClientEncryptionKeyProperties の新しいインスタンスを初期化します。

ClientEncryptionKeyProperties()

ソース:
ClientEncryptionKeyProperties.cs

モック作成用。

protected ClientEncryptionKeyProperties ();
Protected Sub New ()

適用対象

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

ソース:
ClientEncryptionKeyProperties.cs

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)

パラメーター

id
String

クライアント暗号化キーの一意識別子。

encryptionAlgorithm
String

このクライアント暗号化キーと共に使用される暗号化アルゴリズムは、データの暗号化と暗号化の解除に使用されます。

wrappedDataEncryptionKey
Byte[]

クライアント暗号化キーのラップされた (暗号化された) 形式。

encryptionKeyWrapMetadata
EncryptionKeyWrapMetadata

キーのラップを解除するために、構成済みのキー ラッピング プロバイダーによって使用されるメタデータ。

適用対象