C#
C++
F#
VB
IRequestOptions.RequireEncryption Property
IRequestOptions::RequireEncryption Property
IRequestOptions.RequireEncryption Property
IRequestOptions.RequireEncryption Property
Gets or sets a value to indicate whether data written and read by the client library should be encrypted.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
property Nullable<bool> RequireEncryption { Nullable<bool> get(); void set(Nullable<bool> value); }
Property Value
Type: System.Nullable<Boolean>System::Nullable<Boolean>System.Nullable<Boolean>System.Nullable(Of Boolean)Use true to specify that data should be encrypted/decrypted for all transactions; otherwise, false.