Udostępnij za pośrednictwem


HttpWorkerRequest.HeaderContentMd5 Pole

Definicja

Określa numer indeksu Content-MD5 nagłówka HTTP.

public: int HeaderContentMd5 = 16;
public const int HeaderContentMd5 = 16;
val mutable HeaderContentMd5 : int
Public Const HeaderContentMd5 As Integer  = 16

Wartość pola

Value = 16
Int32

Uwagi

Ten .NET Framework przypisuje numer indeksu do każdego standardowego typu nagłówka HTTP do użycia w GetKnownRequestHeader metodach SendKnownResponseHeader i .

Ze względu na problemy z kolizją z md5 firma Microsoft zaleca model zabezpieczeń oparty na algorytmie SHA256 lub lepszym.

Dotyczy