Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
既定では、ASP.NET 4 は、Cookie とビュー ステートのハッシュ操作に HMACSHA256 アルゴリズムを使用します。ASP会員サービスの現在のハッシュアルゴリズムを確認する簡単な方法はありますか?
(私が知っている) 見るべき場所が 2 つあります --
web.config を確認してください。マシンの設定を上書きするメンバーシップ サービスのハッシュを設定できます。
<membership hashAlgorithmType="SHA1">...</membership>
これが当てはまらない場合は、IIS で machineKey を確認できます。
http://www.iis.net/learn/get-started/whats-new-in-iis-8/iis-80-aspnet-configuration-management#TOC301270285