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 (26.2.0.1000)
Syntax
IReadOnlyDictionary<Guid, Object>? GetEffectiveCredentials(
	Guid credentialProviderId
)

Parameters

credentialProviderId  Guid
ID of the credential provider.

Return Value

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