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 (25.3.0.1000)
SyntaxCredentialContext Authenticate(
	Guid credentialProviderId
)
Function Authenticate ( 
	credentialProviderId As Guid
) As CredentialContext
CredentialContext^ Authenticate(
	Guid credentialProviderId
)
abstract Authenticate : 
        credentialProviderId : Guid -> CredentialContext 
Parameters
- credentialProviderId
 - Type: SystemGuid
ID of the credential provider. 
Return Value
Type: 
CredentialContextThe 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