Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Displays the password hash algorithm in the Server Management Objects.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Declaration
Public Enumeration PasswordHashAlgorithm
'Usage
Dim instance As PasswordHashAlgorithm
public enum PasswordHashAlgorithm
public enum class PasswordHashAlgorithm
type PasswordHashAlgorithm
public enum PasswordHashAlgorithm
Members
Member name | Description | |
---|---|---|
None | Hash algorithm is None. | |
ShaOne | Hash algorithm is ShaOne. | |
ShaTwo | Hash algorithm is ShaTwo. | |
SqlServer7 | Hash algorithm is SqlServer7. |