DataProviderManualAuthentication Property

Gets a value indicating whether the data provider is expecting no external authentication.

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public virtual bool ManualAuthentication { get; }

Property Value

Type: Boolean
if the data provider is expecting no external authentication; otherwise, .
Remarks
This property is provided for advanced scenarios and should be used only if necessary. If set to , the data provider will need to call Authenticate(Guid).
See Also