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

Azure.Storage.Blobs.Specialized.SpecializedBlobClientOptions

Provides advanced client configuration options for connecting to Azure Blob Storage.
public ClientSideEncryptionOptions ClientSideEncryption { get; set; }

Settings for data encryption when uploading and downloading with a BlobClient. Client-side encryption adds metadata to your blob which is necessary for decryption. For more information, see .

Initializes a new instance of the BlobClientOptions class.