IProviderConnectorAuthenticate Method

Authenticates using the specified credential provider ID.

Namespace: Dundas.BI.Data.DataProviders
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
CredentialContext Authenticate(
	Guid credentialProviderId
)

Parameters

credentialProviderId  Guid
ID of the credential provider.

Return Value

CredentialContext
The credential context.
Remarks
This method is provided for advanced scenarios and should be used only if necessary. The data provider need to set ManualAuthentication to to inform the data connector that the authentication is done by the data provider.
See Also