IProviderConnectorAuthenticate Method |
Authenticates using the specified credential provider ID.
Namespace: Dundas.BI.Data.DataProvidersAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxCredentialContext Authenticate(
Guid credentialProviderId
)
Function Authenticate (
credentialProviderId As Guid
) As CredentialContext
CredentialContext^ Authenticate(
Guid credentialProviderId
)
abstract Authenticate :
credentialProviderId : Guid -> CredentialContext Parameters
- credentialProviderId Guid
- ID of the credential provider.
Return Value
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