MembershipSection.HashAlgorithmType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定用於機密成員資格資訊的加密類型。
public:
property System::String ^ HashAlgorithmType { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("hashAlgorithmType", DefaultValue="")]
public string HashAlgorithmType { get; set; }
[<System.Configuration.ConfigurationProperty("hashAlgorithmType", DefaultValue="")>]
member this.HashAlgorithmType : string with get, set
Public Property HashAlgorithmType As String
屬性值
用來加密機密成員資格資訊的加密類型。
- 屬性
範例
下列程式碼範例示範如何使用 HashAlgorithmType 屬性。 此程式碼範例是提供給 類別之較大範例的 MembershipSection 一部分。
// Display HashAlgorithmType value.
Console.WriteLine("HashAlgorithmType: {0}",
configSection.HashAlgorithmType);
' Display HashAlgorithmType value.
Console.WriteLine("HashAlgorithmType: {0}", _
configSection.HashAlgorithmType)
備註
在執行時間,成員資格系統會系結至適當的雜湊演算法類型,然後在加密成員資格資訊時使用此類型。 HashAlgorithmType如果未設定屬性,成員資格系統預設為 Validation 類別內的 MachineKeySection 屬性。