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