HttpWorkerRequest.HeaderContentMd5 フィールド

定義

Content-MD5 HTTP ヘッダーのインデックス番号を指定します。

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

フィールド値

Value = 16

注釈

.NET Framework は、GetKnownRequestHeader メソッドおよび SendKnownResponseHeader メソッドで使用するために、各標準 HTTP ヘッダーの種類にインデックス番号を割り当てます。

MD5 の衝突の問題により、Microsoftは SHA256 以上に基づくセキュリティ モデルを推奨しています。

適用対象