Share via


Login.PasswordHashAlgorithm-Eigenschaft

Gets or sets the hash algorithm used for the password.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property PasswordHashAlgorithm As PasswordHashAlgorithm 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

Login Klasse

Microsoft.SqlServer.Management.Smo-Namespace