Bagikan melalui


PasswordHashAlgorithm Enumeration

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.

See Also

Reference

Microsoft.SqlServer.Management.Smo Namespace