Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
UnwrapResult interface
- Package:
- @azure/keyvault-keys
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
