EncryptResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents information about an encryption operation.
public class EncryptResult
type EncryptResult = class
Public Class EncryptResult
- Inheritance
-
EncryptResult
Properties
AdditionalAuthenticatedData |
Gets additional data that is authenticated during decryption but not encrypted. |
Algorithm |
Gets the EncryptionAlgorithm used for encryption. This must be stored alongside the Ciphertext as the same algorithm must be used to decrypt it. |
AuthenticationTag |
Gets the authentication tag resulting from encryption with a symmetric key including A128Gcm, A192Gcm, or A256Gcm. |
Ciphertext |
Gets the ciphertext that is the result of the encryption. |
Iv |
Gets the initialization vector for encryption. |
KeyId |
Gets the key identifier of the KeyVaultKey used to encrypt. This must be stored alongside the Ciphertext as the same key must be used to decrypt it. |
Applies to
Azure SDK for .NET