次の方法で共有


UnwrapResult interface

操作の <xref:unwrap> 結果。

プロパティ

algorithm

データのラップを解除するために使用される KeyWrapAlgorithm

keyID

データのラップ解除に使用するKey Vault キーの ID。

result

操作の結果 ( <xref:unwrap> バイト単位)。

プロパティの詳細

algorithm

データのラップを解除するために使用される KeyWrapAlgorithm

algorithm: KeyWrapAlgorithm

プロパティ値

keyID

データのラップ解除に使用するKey Vault キーの ID。

keyID?: string

プロパティ値

string

result

操作の結果 ( <xref:unwrap> バイト単位)。

result: Uint8Array

プロパティ値

Uint8Array