MembershipSection.HashAlgorithmType プロパティ
アセンブリ: System.Web (system.web.dll 内)

Dim instance As MembershipSection Dim value As String value = instance.HashAlgorithmType instance.HashAlgorithmType = value
/** @property */ public String get_HashAlgorithmType () /** @property */ public void set_HashAlgorithmType (String value)
public function get HashAlgorithmType () : String public function set HashAlgorithmType (value : String)
機密性の高いメンバシップ情報に使用される暗号化の種類。

メンバシップ システムは、実行時に適切なハッシュ アルゴリズム タイプにバインドされ、このアルゴリズム タイプを使用して、メンバシップ情報を暗号化します。HashAlgorithmType プロパティが設定されていない場合、メンバシップ システムの既定の設定は MachineKeySection クラス内の Validation プロパティになります。

HashAlgorithmType プロパティを使用する方法を次のコード例に示します。このコード例は、MembershipSection クラスのトピックで取り上げているコード例の一部分です。
' Display HashAlgorithmType value. Console.WriteLine("HashAlgorithmType: {0}", _ configSection.HashAlgorithmType)

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- MembershipSection.HashAlgorithmType プロパティのページへのリンク