Open this page in the API Guide

IProviderConnector.Authenticate 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 (25.1.0.1000)
Syntax
CredentialContext Authenticate(
	Guid credentialProviderId
)

Parameters

credentialProviderId
Type: System.Guid
ID of the credential provider.

Return Value

Type: 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 true to inform the data connector that the authentication is done by the data provider.
See Also