다음을 통해 공유


SpecializedBlobClientOptions.ClientSideEncryption Property

Definition

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 .

public Azure.Storage.ClientSideEncryptionOptions ClientSideEncryption { get; set; }
member this.ClientSideEncryption : Azure.Storage.ClientSideEncryptionOptions with get, set
Public Property ClientSideEncryption As ClientSideEncryptionOptions

Property Value

Applies to