Skip to main content

SaveConnectionPageView.SetConnectionUsesServerAuth(Boolean) Method

Sets whether the data connection uses server authentication.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.UI.dll

NuGet Package: DevExpress.DataAccess.UI

Declaration

public void SetConnectionUsesServerAuth(
    bool value
)

Parameters

Name Type Description
value Boolean

true, if the data connection uses server authentication; otherwise, false.

Remarks

If the data connection uses server authentication, the wizard page contains the dedicated radio group. This radio group allows you to choose whether to save user credentials along with the connection string (the SaveConnectionPageView.ShouldSaveCredentials property).

See Also