Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Gets or sets a value indicating whether the FISMA MD5 setting will be used.

Namespace:   Microsoft.WindowsAzure.Storage
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public static bool UseV1MD5 { get; set; }
 
public:
property bool UseV1MD5 {
	static bool get();
	static void set(bool value);
}
 
static member UseV1MD5 : bool with get, set
 
Public Shared Property UseV1MD5 As Boolean

Property Value

Type: System.BooleanSystem::BooleanSystem.BooleanSystem.Boolean

false to use the FISMA MD5 setting; true to use the .NET default implementation.

Return to top