This topic has not yet been rated - Rate this topic

CloudStorageAccount.UseV1MD5 Property

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)
'Usage
Dim value As Boolean

value = CloudStorageAccount.UseV1MD5

CloudStorageAccount.UseV1MD5 = value
public static bool UseV1MD5 { get; set; }
/** @property */
public static boolean get_UseV1MD5 ()

/** @property */
public static void set_UseV1MD5 (boolean value)

public static function get UseV1MD5 () : boolean

public static function set UseV1MD5 (value : boolean)

Property Value

false to use the Fisma MD5 setting; true to use the default .Net (non-Fisma) implementation.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows 7 and Windows Server 2008

Target Platforms

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.