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
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา