Partager via


Propriété Login.PasswordHashAlgorithm

Gets or sets the hash algorithm used for the password.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property PasswordHashAlgorithm As PasswordHashAlgorithm 
    Get
'Utilisation
Dim instance As Login 
Dim value As PasswordHashAlgorithm 

value = instance.PasswordHashAlgorithm
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public PasswordHashAlgorithm PasswordHashAlgorithm { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property PasswordHashAlgorithm PasswordHashAlgorithm {
    PasswordHashAlgorithm get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member PasswordHashAlgorithm : PasswordHashAlgorithm
function get PasswordHashAlgorithm () : PasswordHashAlgorithm

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo.PasswordHashAlgorithm
The hash algorithm used for the password.

Voir aussi

Référence

Login Classe

Espace de noms Microsoft.SqlServer.Management.Smo