WrapResult interface

Result of the <xref:wrap> operation.

Properties

algorithm

The EncryptionAlgorithm used to wrap the data.

keyID

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

result

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

Property Details

algorithm

The EncryptionAlgorithm used to wrap the data.

algorithm: KeyWrapAlgorithm

Property Value

keyID

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

keyID?: string

Property Value

string

result

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

result: Uint8Array

Property Value

Uint8Array