你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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