EncryptResult.Algorithm Property

Definition

Gets the EncryptionAlgorithm used for encryption. This must be stored alongside the Ciphertext as the same algorithm must be used to decrypt it.

public Azure.Security.KeyVault.Keys.Cryptography.EncryptionAlgorithm Algorithm { get; }
member this.Algorithm : Azure.Security.KeyVault.Keys.Cryptography.EncryptionAlgorithm
Public ReadOnly Property Algorithm As EncryptionAlgorithm

Property Value

Applies to