UnwrapResult Class
The result of an unwrap key operation.
Constructor
UnwrapResult(key_id: str | None, algorithm: KeyWrapAlgorithm, key: bytes)
Parameters
Name | Description |
---|---|
key_id
Required
|
Key encryption key's Key Vault identifier |
algorithm
Required
|
The key wrap algorithm used |
key
Required
|
The unwrapped key |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python