PasswordHashAlgorithm Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the hash algorithms that are used to authenticate SQL Login passwords.
public enum PasswordHashAlgorithm
type PasswordHashAlgorithm =
Public Enum PasswordHashAlgorithm
- Inheritance
-
PasswordHashAlgorithm
Fields
Name | Value | Description |
---|---|---|
None | 0 | No special algorithm used. |
SqlServer7 | 1 | Use the SQL7.0 hash algorithm. |
ShaOne | 2 | Use the SHA-1 hash algorithm. |
ShaTwo | 3 | Use the SHA-2 hash algorithm. |