WrapResult Class

The result of a wrap key operation.

Inheritance
builtins.object
WrapResult

Constructor

WrapResult(key_id: Optional[str], algorithm: KeyWrapAlgorithm, encrypted_key: bytes)

Parameters

key_id
str
Required

The wrapping key's Key Vault identifier

algorithm
KeyWrapAlgorithm
Required

The key wrap algorithm used

encrypted_key
bytes
Required

The encrypted key bytes