BlobRequestOptions.DisableContentMD5Validation Property (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
BlobRequestOptions.DisableContentMD5Validation Property
BlobRequestOptions::DisableContentMD5Validation Property
BlobRequestOptions.DisableContentMD5Validation Property
BlobRequestOptions.DisableContentMD5Validation Property
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property Nullable<bool> DisableContentMD5Validation {
Nullable<bool> get();
void set(Nullable<bool> value);
}
Property Value
Type:
System.Nullable<Boolean>System::Nullable<Boolean>System.Nullable<Boolean>System.Nullable(Of Boolean)Remarks
This property is not supported for Windows Phone.
Return to top
Syntax
C++
public: property Nullable<bool> DisableContentMD5Validation { Nullable<bool> get(); void set(Nullable<bool> value); }
Property Value
Type: System.Nullable<Boolean>System::Nullable<Boolean>System.Nullable<Boolean>System.Nullable(Of Boolean)Remarks
This property is not supported for Windows Phone.