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

Parameters

credentialValues
Type: System.Collections.GenericIDictionaryGuid, Object
The credential values to use for the duration of the context.

Return Value

Type: 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