PermissionPolicyUser.StoredPassword Property
Specifies the encrypted password stored in the database.
Namespace: DevExpress.Persistent.BaseImpl.EF.PermissionPolicy
Assembly: DevExpress.Persistent.BaseImpl.EFCore.v24.1.dll
NuGet Package: DevExpress.Persistent.BaseImpl.EFCore
NuGet Package: DevExpress.Persistent.BaseImpl.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