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 (24.3.0.1000)
Syntax ICollection<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