Propriedade ISql90Login.IsPasswordHashed

Obtém ou define um valor que indica se a senha é misturada.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ISql90Login Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel