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 (24.3.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 methodGetProviderInfo
Gets the data source provider with the specified ID.
Public methodGetProviderInfos
Gets all the available data source credential providers.
Top
See Also