共用方式為


ClientEncryptionKeyResource interface

Cosmos DB 用戶端加密金鑰資源物件。

屬性

encryptionAlgorithm

將與此用戶端加密金鑰一起使用的加密演算法,以加密/解密資料。

id

ClientEncryptionKey 的名稱

keyWrapMetadata

包裝提供者的中繼資料,可用來解除包裝包裝的用戶端加密金鑰。

wrappedDataEncryptionKey

包裝 (以位元組陣列表示之金鑰的加密) 形式。

屬性詳細資料

encryptionAlgorithm

將與此用戶端加密金鑰一起使用的加密演算法,以加密/解密資料。

encryptionAlgorithm?: string

屬性值

string

id

ClientEncryptionKey 的名稱

id?: string

屬性值

string

keyWrapMetadata

包裝提供者的中繼資料,可用來解除包裝包裝的用戶端加密金鑰。

keyWrapMetadata?: KeyWrapMetadata

屬性值

wrappedDataEncryptionKey

包裝 (以位元組陣列表示之金鑰的加密) 形式。

wrappedDataEncryptionKey?: Uint8Array

屬性值

Uint8Array