AuthenticationStandardLogonParameters.ReadPropertyValues(SettingsStorage) Method
Reads the AuthenticationStandardLogonParameters.UserName and AuthenticationStandardLogonParameters.Password values from the settings storage object.
Namespace: DevExpress.ExpressApp.Security
Assembly: DevExpress.ExpressApp.Security.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Security
Declaration
Parameters
Name | Type | Description |
---|---|---|
storage | DevExpress.ExpressApp.Utils.SettingsStorage | A SettingsStorage object storing values to be read. |
Remarks
This method provides the ICustomObjectSerialize support.
Implements
See Also