EncryptResult Class
The result of an encrypt operation.
- Inheritance
-
builtins.objectEncryptResult
EncryptResult(key_id: str | None, algorithm: EncryptionAlgorithm, ciphertext: bytes, **kwargs: Any)
Name | Description |
---|---|
key_id
Required
|
The encryption key's Key Vault identifier |
algorithm
Required
|
The encryption algorithm used |
ciphertext
Required
|
The encrypted bytes |
Name | Description |
---|---|
iv
|
Initialization vector for symmetric algorithms |
authentication_tag
|
The tag to authenticate when performing decryption with an authenticated algorithm |
additional_authenticated_data
|
Additional data to authenticate but not encrypt/decrypt when using an authenticated algorithm |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Commentaires sur Azure SDK for Python
Azure SDK for Python est un projet open source. Sélectionnez un lien pour fournir des commentaires :