ISaveConnectionPageView.SetConnectionUsesServerAuth(Boolean) Method
If implemented, sets whether the data connection uses server authentication.
Namespace: DevExpress.DataAccess.Wizard.Views
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
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, which allows choosing whether to save the user credentials along with the connection string (the ISaveConnectionPageView.ShouldSaveCredentials property).
See Also