IProviderConnectorGetEffectiveCredentials Method

Gets the effective credential properties.

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
IReadOnlyDictionary<Guid, Object> GetEffectiveCredentials(
	Guid credentialProviderId
)

Parameters

credentialProviderId
Type: SystemGuid
ID of the credential provider.

Return Value

Type: IReadOnlyDictionaryGuid, Object
The effective credential properties.
Remarks
This method is provided for advanced scenarios and should be used only if necessary.
See Also