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
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