Open this page in the API Guide

IDataSourceCredentialService.GetProviderInfos Method

Gets all the available data source credential providers.

Namespace:  Dundas.BI.Data.DataProviders.CredentialProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
ICollection<DataSourceCredentialProviderInfo> GetProviderInfos()

Return Value

Type: ICollection<DataSourceCredentialProviderInfo>
A collection containing all available data source credential providers.
See Also