Skip to main content
A newer version of this page is available. .

SaveConnectionPageView.SetConnectionUsesServerAuth(Boolean) Method

Sets whether the data connection uses server authentication.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

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

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, which allows choosing whether to save the user credentials along with the connection string (the SaveConnectionPageView.ShouldSaveCredentials property).

See Also