Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

UnwrapResult interface

Result of the <xref:unwrap> operation.

Properties

algorithm

The KeyWrapAlgorithm used to unwrap the data.

keyID

The ID of the Key Vault Key used to unwrap the data.

result

Result of the <xref:unwrap> operation in bytes.

Property Details

algorithm

The KeyWrapAlgorithm used to unwrap the data.

algorithm: KeyWrapAlgorithm

Property Value

keyID

The ID of the Key Vault Key used to unwrap the data.

keyID?: string

Property Value

string

result

Result of the <xref:unwrap> operation in bytes.

result: Uint8Array

Property Value

Uint8Array