User.StoredPassword Property
Specifies the encrypted password stored in the database.
Namespace: DevExpress.Persistent.BaseImpl.EF
Assembly: DevExpress.ExpressApp.Security.EF6.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Security.EF6
Declaration
Property Value
Type | Description |
---|---|
String | A string which is the encrypted password. |
Remarks
Passwords are stored encrypted and cannot be changed directly. Use User.SetPassword method to specify a password when creating a new user in code.
See Also