Compartir a través de


Enumeración PasswordHashAlgorithm

Displays the password hash algorithm in the Server Management Objects.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)

Sintaxis

'Declaración
Public Enumeration PasswordHashAlgorithm
'Uso
Dim instance As PasswordHashAlgorithm
public enum PasswordHashAlgorithm
public enum class PasswordHashAlgorithm
type PasswordHashAlgorithm
public enum PasswordHashAlgorithm

Miembros

Nombre del miembro Descripción
None Hash algorithm is None.
ShaOne Hash algorithm is ShaOne.
ShaTwo Hash algorithm is ShaTwo.
SqlServer7 Hash algorithm is SqlServer7.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.Smo