UploadDirectoryOptionsEncryptionScope Property |
Gets or sets a value which specifies the name of the encryption scope to use to encrypt the data provided in the request.
This value only takes effect when destination is Azure Blob Service.
Namespace:
Microsoft.Azure.Storage.DataMovement
Assembly:
Microsoft.Azure.Storage.DataMovement (in Microsoft.Azure.Storage.DataMovement.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax public string EncryptionScope { get; set; }
Public Property EncryptionScope As String
Get
Set
public:
property String^ EncryptionScope {
String^ get ();
void set (String^ value);
}
member EncryptionScope : string with get, set
Property Value
Type:
StringSee Also