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 (26.2.0.1000)
Syntax
public virtual bool ManualAuthentication { get; }

Property Value

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