EncryptionAgent
                    class EncryptionAgent
                
                Represents the encryption agent stored on the service.
            
                namespace Azure.Storage.Cryptography.Models
{
    internal class EncryptionAgent
    {
        public ClientSideEncryptionVersionInternal EncryptionVersion { get; set; }
        public ClientSideEncryptionAlgorithm EncryptionAlgorithm { get; set; }
    }
}