IRequestOptions.RequireEncryption Property (Microsoft.WindowsAzure.Storage)
From Microsoft Windows Azure Storage Blob
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.
Namespace:
Microsoft.WindowsAzure.Storage
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.
Return to top
Gets or sets a value to indicate whether data written and read by the client library should be encrypted.
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.