Skip to main content
.NET 6.0+

AuthenticationStandardLogonParameters.WritePropertyValues(SettingsStorage) Method

Namespace: DevExpress.ExpressApp.Security

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

Declaration

public void WritePropertyValues(
    SettingsStorage storage
)

Parameters

Name Type Description
storage DevExpress.ExpressApp.Utils.SettingsStorage

A SettingsStorage object storing values.

Remarks

This method provides the ICustomObjectSerialize support.

See Also