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
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.