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();
}
}