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)
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
/** @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 2008Target Platforms