Skip to main content
.NET 6.0+

AuthenticationStandardLogonParameters.ReadPropertyValues(SettingsStorage) Method

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v23.2.dll

Declaration

public void ReadPropertyValues(
    SettingsStorage storage
)

Parameters

Name Type Description
storage DevExpress.ExpressApp.Utils.SettingsStorage

A SettingsStorage object storing values to be read.

Remarks

This method provides the ICustomObjectSerialize support.

See Also