public void TestFileAttributesEncryption() { this.file.FetchAttributes(); Assert.IsTrue(this.file.Properties.IsServerEncrypted); CloudFile testFile = this.directory.GetFileReference(this.file.Name); testFile.DownloadText(); Assert.IsTrue(testFile.Properties.IsServerEncrypted); }