IDataSourceCredentialService Interface

Provides an interface for getting effective data source connection credentials.

Namespace: Dundas.BI.Data.DataProviders.CredentialProviders
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public interface IDataSourceCredentialService

The IDataSourceCredentialService type exposes the following members.

Methods
 NameDescription
Public methodCreateContext Creates a credential context for the specified data source credential provider, using the specified set of credential values.
Public methodGetProviderInfoGets the data source provider with the specified ID.
Public methodGetProviderInfosGets all the available data source credential providers.
Top
See Also