共用方式為


WrapResult interface

<xref:wrap>作業的結果。

屬性

algorithm

用來包裝資料的 EncryptionAlgorithm

keyID

用來包裝資料之金鑰保存庫金鑰的識別碼。

result

以位元組為單位的 <xref:wrap> 作業結果。

屬性詳細資料

algorithm

用來包裝資料的 EncryptionAlgorithm

algorithm: KeyWrapAlgorithm

屬性值

keyID

用來包裝資料之金鑰保存庫金鑰的識別碼。

keyID?: string

屬性值

string

result

以位元組為單位的 <xref:wrap> 作業結果。

result: Uint8Array

屬性值

Uint8Array