Compartir a través de


ISql90Login.IsPasswordHashed (Propiedad)

Obtiene o establece un valor que indica si se ha aplicado un algoritmo hash a la contraseña.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
Property IsPasswordHashed As Boolean
    Get
    Set
bool IsPasswordHashed { get; set; }
property bool IsPasswordHashed {
    bool get ();
    void set (bool value);
}
abstract IsPasswordHashed : bool with get, set
function get IsPasswordHashed () : boolean
function set IsPasswordHashed (value : boolean)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ISql90Login Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)