AuthenticationStandardLogonParameters.WritePropertyValues(SettingsStorage) Method
Writes the AuthenticationStandardLogonParameters.UserName and AuthenticationStandardLogonParameters.Password values to 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. |
Remarks
This method provides the ICustomObjectSerialize support.
Implements
See Also