客戶提供的加密金鑰中繼資料 (如果物件是以這類金鑰加密)。
簽名:
export interface CustomerEncryption
屬性
storage.CustomerEncryption.encryptionAlgorithm
加密演算法。
簽名:
encryptionAlgorithm?: string;
storage.CustomerEncryption.keySha256
加密金鑰的 SHA256 雜湊值。
簽名:
keySha256?: string;