Property CheckMD5
CheckMD5
Gets or sets a value indicating whether to check the MD5 value.
[Obsolete("MD5 support will be removed in a later release.")]
public bool? CheckMD5 { get; set; }
Property Value
- bool?
true
if the MD5 value should be checked; otherwise,false
.