PasswordHashAlgorithm Enum

Definition

Enumerates the hash algorithms that are used to authenticate SQL Login passwords.

public enum PasswordHashAlgorithm
type PasswordHashAlgorithm = 
Public Enum PasswordHashAlgorithm
Inheritance
PasswordHashAlgorithm

Fields

None 0

No special algorithm used.

ShaOne 2

Use the SHA-1 hash algorithm.

ShaTwo 3

Use the SHA-2 hash algorithm.

SqlServer7 1

Use the SQL7.0 hash algorithm.

Applies to