DataSourceCredentialProviderCreateCredentialContext Method

Creates a new credential context.

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
protected virtual CredentialContext CreateCredentialContext(
	IDictionary<Guid, Object> credentialValues
)

Parameters

credentialValues  IDictionaryGuid, Object
The credential values to use for the duration of the context.

Return Value

CredentialContext
The created context.
Remarks
This method is invoked by the application when a new credential context is required. The default implementation passes the unmodified credentials to the constructor of a new CredentialContext.
See Also