共用方式為


DecryptResult interface

屬性

algorithm

用來解密加密資料的 EncryptionAlgorithm

keyID

用來解密加密資料的金鑰保存庫金鑰識別碼。

result

作業的結果 decrypt(DecryptParameters, DecryptOptions) ,以位元組為單位。

屬性詳細資料

algorithm

用來解密加密資料的 EncryptionAlgorithm

algorithm: string

屬性值

string

keyID

用來解密加密資料的金鑰保存庫金鑰識別碼。

keyID?: string

屬性值

string

result

作業的結果 decrypt(DecryptParameters, DecryptOptions) ,以位元組為單位。

result: Uint8Array

屬性值

Uint8Array