Azure.Storage.Cryptography.Models.EncryptionData class EncryptionData Documentation Code public byte[] ContentEncryptionIV { get; set; } public EncryptedRegionInfo EncryptedRegionInfo { get; set; } public EncryptionAgent EncryptionAgent { get; set; } public string EncryptionMode { get; set; } public IDictionary<string, string> KeyWrappingMetadata { get; set; } public KeyEnvelope WrappedContentKey { get; set; } public EncryptionData()