IDataSourceCredentialServiceCreateContext Method |
Creates a credential context for the specified data source credential provider, using the specified set of credential values.
Namespace:
Dundas.BI.Data.DataProviders.CredentialProviders
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax CredentialContext CreateContext(
Guid providerId,
IDictionary<Guid, Object> credentialValues
)
Function CreateContext (
providerId As Guid,
credentialValues As IDictionary(Of Guid, Object)
) As CredentialContext
CredentialContext^ CreateContext(
Guid providerId,
IDictionary<Guid, Object^>^ credentialValues
)
abstract CreateContext :
providerId : Guid *
credentialValues : IDictionary<Guid, Object> -> CredentialContext
Parameters
- providerId
- Type: SystemGuid
The ID of the credential provider. - credentialValues
- Type: System.Collections.GenericIDictionaryGuid, Object
The credential values to use for the duration of the context.
Return Value
Type:
CredentialContextThe created credential context.
Exceptions See Also