storage.CustomerEncryption interface

客戶提供的加密金鑰的元資料(如果物件是透過此類金鑰加密的)。

簽名:

export interface CustomerEncryption 

特性

財產類型描述
加密算法細繩加密算法。
密鑰Sha256細繩加密金鑰的 SHA256 雜湊值。

storage.CustomerEncryption.encryptionAlgorithm

加密算法。

簽名:

encryptionAlgorithm?: string;

儲存.CustomerEncryption.keySha256

加密金鑰的 SHA256 雜湊值。

簽名:

keySha256?: string;