<PackageReference Include="Azure.Storage.Blobs" Version="12.24.0" />

ClientSideEncryptionAlgorithm

Specifies the encryption algorithm used to encrypt and decrypt a blob.

AES-CBC using a 256 bit key.

AES-GCM using a 256 bit key.

public ClientSideEncryptionAlgorithm(string value)

Initializes a new instance of the ClientSideEncryptionAlgorithm structure.

Determines if two ClientSideEncryptionAlgorithm values are the same.

public static ClientSideEncryptionAlgorithm op_Implicit(string value)

Converts a string to a ClientSideEncryptionAlgorithm.

Determines if two ClientSideEncryptionAlgorithm values are different.

Indicates whether this instance and a specified ClientSideEncryptionAlgorithm are equal