<PackageReference Include="Azure.Storage.Blobs" Version="12.30.0-beta.2" />

Azure.Storage.Cryptography.Models.KeyEnvelope

class KeyEnvelope
namespace Azure.Storage.Cryptography.Models { internal class KeyEnvelope { public string KeyId { get; set; } public byte[] EncryptedKey { get; set; } public string Algorithm { get; set; } public KeyEnvelope(); } }