共用方式為


Membership.HashAlgorithmType 屬性

定義

演算法的識別項,用於雜湊密碼。

public:
 static property System::String ^ HashAlgorithmType { System::String ^ get(); };
public static string HashAlgorithmType { get; }
static member HashAlgorithmType : string
Public Shared ReadOnly Property HashAlgorithmType As String

屬性值

演算法的識別項,用於雜湊密碼或空白,以使用預設雜湊演算法。

備註

屬性 HashAlgorithmType 會識別 類別所使用的 Membership 自定義哈希演算法。 您可以使用成員資格項目的 屬性來設定 HashAlgorithmType 屬性hashAlgorithmType

.NET Framework 可讓您使用 <cryptographySettings> 元素組態區段來設定自定義密碼編譯類別。 屬性 HashAlgorithmType 必須符合 name 專案中項目的 <nameEntry><cryptoNameMapping> 屬性。 如需詳細資訊,請參閱 將演算法名稱對應至密碼編譯類別

HashAlgorithmType如果未設定 屬性,類別Membership會使用 元素的 屬性中validation設定的<machineKey>哈希演算法。

適用於

另請參閱