IDataSourceCredentialServiceGetProviderInfo Method

Gets the data source provider with the specified ID.

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
DataSourceCredentialProviderInfo GetProviderInfo(
	Guid id
)

Parameters

id
Type: SystemGuid
The ID of the credential provider.

Return Value

Type: DataSourceCredentialProviderInfo
The data source credential provider.
Exceptions
ExceptionCondition
ArgumentExceptionid is Empty.
NotFoundExceptionThe specified credential provider was not found.
See Also