Azure.Storage.Files.DataLake.Models.DataLakeCustomerProvidedKey public struct DataLakeCustomerProvidedKey : IEquatable<DataLakeCustomerProvidedKey> Documentation Code public DataLakeEncryptionAlgorithmType EncryptionAlgorithm { get; } public string EncryptionKey { get; } public string EncryptionKeyHash { get; } public DataLakeCustomerProvidedKey(string key) public DataLakeCustomerProvidedKey(byte[] key) public static bool op_Equality(DataLakeCustomerProvidedKey left, DataLakeCustomerProvidedKey right) public static bool op_Inequality(DataLakeCustomerProvidedKey left, DataLakeCustomerProvidedKey right) public bool Equals(DataLakeCustomerProvidedKey other)