PasswordHashAlgorithm 列舉

定義

列舉用於驗證 SQL 登入密碼的雜湊演算法。

public enum PasswordHashAlgorithm
type PasswordHashAlgorithm = 
Public Enum PasswordHashAlgorithm
繼承
PasswordHashAlgorithm

欄位

名稱 Description
None 0

沒有使用特殊演算法。

SqlServer7 1

使用 SQL7.0 雜湊演算法。

ShaOne 2

使用 SHA-1 雜湊演算法。

ShaTwo 3

使用 SHA-2 雜湊演算法。

適用於