SaveConnectionPageView.SetConnectionUsesServerAuth(Boolean) Method
Sets whether the data connection uses server authentication.
Namespace: DevExpress.DataAccess.UI.Wizard.Views
Assembly: DevExpress.DataAccess.v24.1.UI.dll
NuGet Package: DevExpress.DataAccess.UI
Declaration
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