EncryptedRegionInfo
                    class EncryptedRegionInfo
                
                Describes the structure of authenticated encrypted blocks of data in a content stream.
            
                namespace Azure.Storage.Cryptography.Models
{
    internal class EncryptedRegionInfo
    {
        public int DataLength { get; set; }
        public int NonceLength { get; set; }
    }
}