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
Visual Basic |
---|
Dim value As Boolean
value = CloudStorageAccount.UseV1MD5
CloudStorageAccount.UseV1MD5 = value |
Syntax
Visual Basic |
---|
Public Shared Property UseV1MD5 As Boolean |
C# |
---|
public static bool UseV1MD5 { get; set; } |
C++ |
---|
public:
static property bool UseV1MD5 {
bool get ();
void set (bool value);
} |
J# |
---|
/** @property */
public static boolean get_UseV1MD5 ()
/** @property */
public static void set_UseV1MD5 (boolean value)
|
JScript |
---|
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 .NET default implementation.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also