Package version:

Interface UnwrapResult

Result of the unwrap operation.

Hierarchy

  • UnwrapResult

Properties

Properties

algorithm: KeyWrapAlgorithm

The KeyWrapAlgorithm used to unwrap the data.

keyID?: string

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

result: Uint8Array

Result of the unwrap operation in bytes.

Generated using TypeDoc