IDataSourceCredentialServiceGetProviderInfos 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.3.0.1000)
SyntaxICollection<DataSourceCredentialProviderInfo> GetProviderInfos()
Function GetProviderInfos As ICollection(Of DataSourceCredentialProviderInfo)
ICollection<DataSourceCredentialProviderInfo^>^ GetProviderInfos()
abstract GetProviderInfos : unit -> ICollection<DataSourceCredentialProviderInfo> 
Return Value
Type: 
ICollectionDataSourceCredentialProviderInfoA collection containing all available data source credential providers.
See Also