Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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. |