HttpContentHeaders.ContentMD5 Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the value of the Content-MD5
content header on an HTTP response.
public:
property cli::array <System::Byte> ^ ContentMD5 { cli::array <System::Byte> ^ get(); void set(cli::array <System::Byte> ^ value); };
public byte[] ContentMD5 { get; set; }
public byte[]? ContentMD5 { get; set; }
member this.ContentMD5 : byte[] with get, set
Public Property ContentMD5 As Byte()
Property Value
Byte[]
The value of the Content-MD5
content header on an HTTP response.
Remarks
Due to collision problems with MD5, Microsoft recommends a security model based on SHA256 or better.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.